.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-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf {
  margin-top: -31px;
margin-bottom: -16px;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 1200px){#s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf {
  display: none;
}
#s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf, #wrap-s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf { display:none !important; }}@media (max-width: 767px){#s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf {
  display: none;
}
#s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf, #wrap-s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf { display:none !important; }}







#s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc9be41-cf5d-4607-af0d-11c5d7a4adbf.shg-box.shg-c {
  justify-content: center;
}

#s-4906c6ec-16f4-455a-80c5-6188a163bc0d {
  min-height: 50px;
}








#s-4906c6ec-16f4-455a-80c5-6188a163bc0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4906c6ec-16f4-455a-80c5-6188a163bc0d.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-ad8c6aef-133f-426f-81d7-072411093a12 {
  margin-top: 2px;
text-align: center;
}





#s-ad8c6aef-133f-426f-81d7-072411093a12 .shogun-image-content {
  
    align-items: center;
  
}

#s-c14e228f-0a63-4c95-a88f-0a1bd862acf3 {
  padding-top: 15px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c14e228f-0a63-4c95-a88f-0a1bd862acf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c14e228f-0a63-4c95-a88f-0a1bd862acf3.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

#s-fc3cbc6e-ce39-4170-b4df-9019afa02903 {
  margin-top: -15px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-e3f1d057-df1d-4257-98d8-917b0bce94b4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e3f1d057-df1d-4257-98d8-917b0bce94b4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e3f1d057-df1d-4257-98d8-917b0bce94b4 .shg-sld-nav-button.shg-sld-left,
#s-e3f1d057-df1d-4257-98d8-917b0bce94b4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-16e0d058-2931-4e72-bb05-ff66404f48e0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-16e0d058-2931-4e72-bb05-ff66404f48e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-31632588-eb38-4b83-b792-24c3e8df1220 {
  text-align: center;
}




  #s-31632588-eb38-4b83-b792-24c3e8df1220 img.shogun-image {
    
    width: px;
  }


#s-31632588-eb38-4b83-b792-24c3e8df1220 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-36d04cb0-15d3-4f67-8e37-eb3fac7067f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36d04cb0-15d3-4f67-8e37-eb3fac7067f3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-62742d0b-b267-4acd-89b7-9f70e4574800 {
  text-align: center;
}




  #s-62742d0b-b267-4acd-89b7-9f70e4574800 img.shogun-image {
    
    width: px;
  }


#s-62742d0b-b267-4acd-89b7-9f70e4574800 .shogun-image-content {
  
    align-items: center;
  
}

#s-fad202b1-62b8-4081-8e12-181719437a75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fad202b1-62b8-4081-8e12-181719437a75 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a7df1ed-ef51-4f90-9c0e-e4c83c4ec209 {
  background-color: rgba(255, 255, 255, 1);
}

#s-fd85c5ec-c6aa-4722-a5cc-c46bf6b4ef48 {
  text-align: center;
}




  #s-fd85c5ec-c6aa-4722-a5cc-c46bf6b4ef48 img.shogun-image {
    
    width: px;
  }


#s-fd85c5ec-c6aa-4722-a5cc-c46bf6b4ef48 .shogun-image-content {
  
    align-items: center;
  
}

#s-424a912c-312b-4394-b64d-9ec081ad1c74 {
  text-align: center;
}




  #s-424a912c-312b-4394-b64d-9ec081ad1c74 img.shogun-image {
    
    width: px;
  }


#s-424a912c-312b-4394-b64d-9ec081ad1c74 .shogun-image-content {
  
    align-items: center;
  
}

#s-3781f883-f68f-46a4-bddc-5241255112ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3781f883-f68f-46a4-bddc-5241255112ed .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c513d80b-2743-4965-a006-783f49babc50 {
  background-color: rgba(255, 255, 255, 1);
}

#s-02bc8059-bbb4-46dd-9609-f450c61c274f {
  text-align: center;
}




  #s-02bc8059-bbb4-46dd-9609-f450c61c274f img.shogun-image {
    
    width: px;
  }


#s-02bc8059-bbb4-46dd-9609-f450c61c274f .shogun-image-content {
  
    align-items: center;
  
}

#s-312b72a7-1493-4166-a7e2-ee77db7e0528 {
  text-align: center;
}




  #s-312b72a7-1493-4166-a7e2-ee77db7e0528 img.shogun-image {
    
    width: px;
  }


#s-312b72a7-1493-4166-a7e2-ee77db7e0528 .shogun-image-content {
  
    align-items: center;
  
}

#s-36e246b7-462c-44ca-86d1-3a389e250c26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36e246b7-462c-44ca-86d1-3a389e250c26 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dbed5dd1-bbca-4376-883e-7a2c8aab3c94 {
  background-color: rgba(255, 255, 255, 1);
}

#s-460cde6b-2169-4602-bfdd-bb3760d522ba {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-460cde6b-2169-4602-bfdd-bb3760d522ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-810ab4c8-342c-48b3-b79a-4611419fae52 {
  text-align: center;
}




  #s-810ab4c8-342c-48b3-b79a-4611419fae52 img.shogun-image {
    
    width: px;
  }


#s-810ab4c8-342c-48b3-b79a-4611419fae52 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f8b37c4-bc42-4b80-ab2c-7b2014180727 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f8b37c4-bc42-4b80-ab2c-7b2014180727 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aff3f563-0863-4ed3-ad11-a97090646da4 {
  text-align: center;
}




  #s-aff3f563-0863-4ed3-ad11-a97090646da4 img.shogun-image {
    
    width: px;
  }


#s-aff3f563-0863-4ed3-ad11-a97090646da4 .shogun-image-content {
  
    align-items: center;
  
}

#s-32623396-93b5-4b2e-8c68-167ae483db73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32623396-93b5-4b2e-8c68-167ae483db73 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-10fd095d-1824-4d51-9458-bddcb19ee281 {
  text-align: center;
}




  #s-10fd095d-1824-4d51-9458-bddcb19ee281 img.shogun-image {
    
    width: px;
  }


#s-10fd095d-1824-4d51-9458-bddcb19ee281 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9d8bc0c-ab9f-4779-9674-6b5f6953718e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9d8bc0c-ab9f-4779-9674-6b5f6953718e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68e05173-9737-4ee0-acad-2e682c7c7b0f {
  text-align: center;
}




  #s-68e05173-9737-4ee0-acad-2e682c7c7b0f img.shogun-image {
    
    width: px;
  }


#s-68e05173-9737-4ee0-acad-2e682c7c7b0f .shogun-image-content {
  
    align-items: center;
  
}

#s-170c1311-2fb8-4e3d-aa74-7cd46e5043a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-170c1311-2fb8-4e3d-aa74-7cd46e5043a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-45f7a41e-9b4d-427e-b3bb-ec0f9251172a {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-45f7a41e-9b4d-427e-b3bb-ec0f9251172a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-45f7a41e-9b4d-427e-b3bb-ec0f9251172a:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-45f7a41e-9b4d-427e-b3bb-ec0f9251172a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-35f4c602-e119-4414-95e3-268afef47a2d {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-35f4c602-e119-4414-95e3-268afef47a2d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-35f4c602-e119-4414-95e3-268afef47a2d:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-35f4c602-e119-4414-95e3-268afef47a2d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-8c0aebaf-854e-4d12-b9c5-bc87c6e3b4e2 {
  margin-top: 40px;
padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3 {
  margin-top: 70px;
margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-76e25fc0-3371-4ab8-ab6e-62e67b09c3d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b7a2786a-7453-4267-8ad5-f506090e586e {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-b7a2786a-7453-4267-8ad5-f506090e586e img.shogun-image {
    
    width: px;
  }


#s-b7a2786a-7453-4267-8ad5-f506090e586e .shogun-image-content {
  
    align-items: center;
  
}

#s-bc425e78-93f6-4e00-860a-11590f462673 {
  margin-top: 10px;
}

#s-e0a3d6da-d11e-4ade-9a93-1283bcabb64f {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-e0a3d6da-d11e-4ade-9a93-1283bcabb64f img.shogun-image {
    
    width: px;
  }


#s-e0a3d6da-d11e-4ade-9a93-1283bcabb64f .shogun-image-content {
  
    align-items: center;
  
}

#s-2361faa3-9d87-42f5-81dc-133bfb5576c8 {
  margin-top: 10px;
}

#s-fab3ce05-3116-4302-913b-50887ba0131d {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-fab3ce05-3116-4302-913b-50887ba0131d img.shogun-image {
    
    width: px;
  }


#s-fab3ce05-3116-4302-913b-50887ba0131d .shogun-image-content {
  
    align-items: center;
  
}

#s-327fcd06-17a6-4a21-bde1-6651d8da732c {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-92003267-3519-44b3-b37f-0fcdfc491833"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a50ef008-4f5a-4f0c-8db8-fee6de792f7b {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-a50ef008-4f5a-4f0c-8db8-fee6de792f7b img.shogun-image {
    
    width: px;
  }


#s-a50ef008-4f5a-4f0c-8db8-fee6de792f7b .shogun-image-content {
  
    align-items: center;
  
}

#s-e4d90bfa-dcec-4cc2-9e50-c489a539a9e9 {
  margin-top: 10px;
}

#s-9d6ef780-540a-4ace-aeae-162ea9ebe830 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-9d6ef780-540a-4ace-aeae-162ea9ebe830 img.shogun-image {
    
    width: px;
  }


#s-9d6ef780-540a-4ace-aeae-162ea9ebe830 .shogun-image-content {
  
    align-items: center;
  
}

#s-56a23bf8-006e-4cc0-be88-39de08fad558 {
  margin-top: 10px;
}

#s-489f76db-f416-43c2-b694-8e74768e5d37 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-489f76db-f416-43c2-b694-8e74768e5d37 img.shogun-image {
    
    width: px;
  }


#s-489f76db-f416-43c2-b694-8e74768e5d37 .shogun-image-content {
  
    align-items: center;
  
}

#s-15825d99-bc20-46e2-8a74-503e31a901a3 {
  margin-top: 10px;
}

#s-6bd6c1df-3a67-48a3-a3a6-21df742987a1 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6bd6c1df-3a67-48a3-a3a6-21df742987a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a0bcfc35-29db-40f9-8a1a-2b81cd5b1b67 {
  text-align: center;
}




  #s-a0bcfc35-29db-40f9-8a1a-2b81cd5b1b67 img.shogun-image {
    
    width: px;
  }


#s-a0bcfc35-29db-40f9-8a1a-2b81cd5b1b67 .shogun-image-content {
  
    align-items: center;
  
}

#s-39d306f6-c61d-460e-b85c-6ea822658b0e {
  text-align: center;
}




  #s-39d306f6-c61d-460e-b85c-6ea822658b0e img.shogun-image {
    
    width: px;
  }


#s-39d306f6-c61d-460e-b85c-6ea822658b0e .shogun-image-content {
  
    align-items: center;
  
}

#s-930cc229-9d12-4077-8af1-ec6d050e8a90 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-930cc229-9d12-4077-8af1-ec6d050e8a90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-63e07f46-f5cf-4b18-9311-613e2b299fe3 {
  text-align: center;
}




  #s-63e07f46-f5cf-4b18-9311-613e2b299fe3 img.shogun-image {
    
    width: px;
  }


#s-63e07f46-f5cf-4b18-9311-613e2b299fe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-87a3ba6a-4935-4c28-9959-0bf21b004a65 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-87a3ba6a-4935-4c28-9959-0bf21b004a65 img.shogun-image {
    
    width: px;
  }


#s-87a3ba6a-4935-4c28-9959-0bf21b004a65 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ce0778cd-84db-4ef3-b82b-5d0756c0d48a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-987eb3db-170a-437a-9bf6-2b10662c9494 {
  text-align: center;
}




  #s-987eb3db-170a-437a-9bf6-2b10662c9494 img.shogun-image {
    
    width: px;
  }


#s-987eb3db-170a-437a-9bf6-2b10662c9494 .shogun-image-content {
  
    align-items: center;
  
}

#s-a115df51-6501-4efd-8b61-89a931410872 {
  min-height: 50px;
}








#s-a115df51-6501-4efd-8b61-89a931410872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a115df51-6501-4efd-8b61-89a931410872.shg-box.shg-c {
  justify-content: center;
}

#s-f4b17625-ff2c-4f63-a408-242ea8fc6051 {
  border-style: solid;
margin-top: 110px;
margin-left: 0%;
margin-bottom: 110px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
border-radius: 7px;
}

@media (min-width: 0px) {
[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4b17625-ff2c-4f63-a408-242ea8fc6051"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7b79dfdf-7271-4721-8581-114e14e3b76f {
  text-align: center;
}




  #s-7b79dfdf-7271-4721-8581-114e14e3b76f img.shogun-image {
    
    width: px;
  }


#s-7b79dfdf-7271-4721-8581-114e14e3b76f .shogun-image-content {
  
    align-items: center;
  
}

#s-63c31e65-cd39-411c-aa36-22c6c18c82ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-63c31e65-cd39-411c-aa36-22c6c18c82ed .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e7bed455-b2d3-4ec6-94c8-937c66f92502 {
  background-color: rgba(255, 255, 255, 1);
}

#s-569eef50-a3f5-4ce9-8ccc-9e5135d627b5 {
  text-align: center;
}




  #s-569eef50-a3f5-4ce9-8ccc-9e5135d627b5 img.shogun-image {
    
    width: px;
  }


#s-569eef50-a3f5-4ce9-8ccc-9e5135d627b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-df6293f5-b7ef-4b12-ba2c-d58a3bc8092b {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-df6293f5-b7ef-4b12-ba2c-d58a3bc8092b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-22ac4112-5e1e-4048-b285-cc10e0c41181 {
  background-color: rgba(255, 255, 255, 1);
}

#s-1b9935a1-28ad-4923-bbcf-c18ef17203a8 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-6931ac75-c45d-445e-8d35-68b3eb46934d {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-417bceb1-c38c-4524-a294-2214ae5dc3b7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-417bceb1-c38c-4524-a294-2214ae5dc3b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-5709fc27-c023-4247-949e-5fcc2cfac45c {
  text-align: center;
}




  #s-5709fc27-c023-4247-949e-5fcc2cfac45c img.shogun-image {
    
    width: px;
  }


#s-5709fc27-c023-4247-949e-5fcc2cfac45c .shogun-image-content {
  
    align-items: center;
  
}

#s-21b08864-8348-49a1-9ca4-96e8b95b5569 {
  text-align: center;
}




  #s-21b08864-8348-49a1-9ca4-96e8b95b5569 img.shogun-image {
    
    width: px;
  }


#s-21b08864-8348-49a1-9ca4-96e8b95b5569 .shogun-image-content {
  
    align-items: center;
  
}

#s-06ae7265-8929-400c-8ec6-448be7e1b47d {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-06ae7265-8929-400c-8ec6-448be7e1b47d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-722f4571-63d4-422e-9f71-504523af0599 {
  text-align: center;
}




  #s-722f4571-63d4-422e-9f71-504523af0599 img.shogun-image {
    
    width: px;
  }


#s-722f4571-63d4-422e-9f71-504523af0599 .shogun-image-content {
  
    align-items: center;
  
}

#s-a876b853-f049-47a6-b847-70d22f0587c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a876b853-f049-47a6-b847-70d22f0587c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7b6dfeb9-7b97-4d21-a5c8-ba8c12dd8199 {
  background-color: rgba(255, 255, 255, 1);
}

#s-e3379d1a-6bcc-4831-989b-1f518f3d0f2d {
  text-align: center;
}




  #s-e3379d1a-6bcc-4831-989b-1f518f3d0f2d img.shogun-image {
    
    width: px;
  }


#s-e3379d1a-6bcc-4831-989b-1f518f3d0f2d .shogun-image-content {
  
    align-items: center;
  
}

#s-5df82ede-6e1f-475c-aa27-8f82ae586098 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5df82ede-6e1f-475c-aa27-8f82ae586098 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a0e9b1f8-be00-419f-9076-61ed638747d3 {
  background-color: rgba(255, 255, 255, 1);
}

#s-9fefd50c-3247-4496-a310-0c1aee9a8c66 {
  text-align: center;
}




  #s-9fefd50c-3247-4496-a310-0c1aee9a8c66 img.shogun-image {
    
    width: px;
  }


#s-9fefd50c-3247-4496-a310-0c1aee9a8c66 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed2eaed4-250b-4140-a154-25f91202b369 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed2eaed4-250b-4140-a154-25f91202b369 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f81b8547-1530-49c3-bf6b-316a45c2096d {
  background-color: rgba(255, 255, 255, 1);
}

#s-40210929-4b93-4a54-b268-ca1e08d53b0a {
  text-align: center;
}




  #s-40210929-4b93-4a54-b268-ca1e08d53b0a img.shogun-image {
    
    width: px;
  }


#s-40210929-4b93-4a54-b268-ca1e08d53b0a .shogun-image-content {
  
    align-items: center;
  
}

#s-2efe0a63-12d1-44ee-8774-782e1e9f1506 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2efe0a63-12d1-44ee-8774-782e1e9f1506 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a28be80d-0b63-4701-995c-8aedfd12c065 {
  background-color: rgba(255, 255, 255, 1);
}

#s-2f65057a-9b9b-44a0-b0a7-f481d73f0664 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2f65057a-9b9b-44a0-b0a7-f481d73f0664:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2f65057a-9b9b-44a0-b0a7-f481d73f0664:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-2f65057a-9b9b-44a0-b0a7-f481d73f0664.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-821a146f-dde5-49e1-9123-f72e1031733c {
  margin-top: 90px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-821a146f-dde5-49e1-9123-f72e1031733c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-62824257-9ece-48b8-b580-64c01cd79cd8 {
  text-align: center;
}




  #s-62824257-9ece-48b8-b580-64c01cd79cd8 img.shogun-image {
    
    width: px;
  }


#s-62824257-9ece-48b8-b580-64c01cd79cd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-001fe2d4-a4de-4855-bab9-9e68e353bec8 {
  text-align: center;
}




  #s-001fe2d4-a4de-4855-bab9-9e68e353bec8 img.shogun-image {
    
    width: px;
  }


#s-001fe2d4-a4de-4855-bab9-9e68e353bec8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee7c3a82-923a-49d7-b740-91f7173b79c3 {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-dafebe96-81b4-4d5a-ad02-665d640c26b3 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-dafebe96-81b4-4d5a-ad02-665d640c26b3 img.shogun-image {
    
    width: px;
  }


#s-dafebe96-81b4-4d5a-ad02-665d640c26b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7aebf06c-c32f-4fc9-8020-44184d2a2226 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7aebf06c-c32f-4fc9-8020-44184d2a2226"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-19ac885f-714b-4cfa-8389-ae4a96bdbd92 {
  text-align: center;
}




  #s-19ac885f-714b-4cfa-8389-ae4a96bdbd92 img.shogun-image {
    
    width: px;
  }


#s-19ac885f-714b-4cfa-8389-ae4a96bdbd92 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f65d397-0054-4ff7-83de-2eae50510b4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f65d397-0054-4ff7-83de-2eae50510b4e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7cff27d5-6fd0-4a6e-8a8e-fdb9a8b067d7 {
  background-color: rgba(255, 255, 255, 1);
}

#s-dd8cdced-780f-4036-9a20-217adf62927c {
  text-align: center;
}




  #s-dd8cdced-780f-4036-9a20-217adf62927c img.shogun-image {
    
    width: px;
  }


#s-dd8cdced-780f-4036-9a20-217adf62927c .shogun-image-content {
  
    align-items: center;
  
}

#s-3616d435-fbfd-4fa4-b7c4-0cf1335b1f9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3616d435-fbfd-4fa4-b7c4-0cf1335b1f9c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e2d42c2-cf45-446c-91b7-50d45cf997f7 {
  background-color: rgba(255, 255, 255, 1);
}

#s-06980672-e0ab-4ddb-bfdd-b6525ea82817 {
  text-align: center;
}




  #s-06980672-e0ab-4ddb-bfdd-b6525ea82817 img.shogun-image {
    
    width: px;
  }


#s-06980672-e0ab-4ddb-bfdd-b6525ea82817 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f6995e3-de7b-4d39-974c-cdbb9cd8164e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f6995e3-de7b-4d39-974c-cdbb9cd8164e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a41b76b0-ef18-4964-b0b9-0948241971a2 {
  background-color: rgba(255, 255, 255, 1);
}

#s-bd5cf8ea-948f-4e47-a918-4b5b78e7bf29 {
  text-align: center;
}




  #s-bd5cf8ea-948f-4e47-a918-4b5b78e7bf29 img.shogun-image {
    
    width: px;
  }


#s-bd5cf8ea-948f-4e47-a918-4b5b78e7bf29 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0e7689e-7f9a-4555-a7bb-ecf915ae2a05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0e7689e-7f9a-4555-a7bb-ecf915ae2a05 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2ad96f2d-36df-46e0-b25b-d739505b75d0 {
  background-color: rgba(255, 255, 255, 1);
}

#s-4bd304cb-2a7e-48f4-9175-1bad057fefa0 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4bd304cb-2a7e-48f4-9175-1bad057fefa0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4bd304cb-2a7e-48f4-9175-1bad057fefa0:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-4bd304cb-2a7e-48f4-9175-1bad057fefa0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-06d99a41-a6a4-420f-9a06-02a3a5636055 {
  margin-top: 80px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-06d99a41-a6a4-420f-9a06-02a3a5636055"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1e488e8c-2530-4261-96d6-3d12aa4c9f07 {
  text-align: center;
}




  #s-1e488e8c-2530-4261-96d6-3d12aa4c9f07 img.shogun-image {
    
    width: px;
  }


#s-1e488e8c-2530-4261-96d6-3d12aa4c9f07 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c4c1465-70f8-4c42-b74b-24c7facb8a60 {
  text-align: center;
}




  #s-6c4c1465-70f8-4c42-b74b-24c7facb8a60 img.shogun-image {
    
    width: px;
  }


#s-6c4c1465-70f8-4c42-b74b-24c7facb8a60 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1682752-0097-4880-bfb6-13cdb933991c {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-a21cda6b-2dfa-4460-a426-47b787d57a41 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a21cda6b-2dfa-4460-a426-47b787d57a41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-dbe0bedd-d15e-48af-86cc-108dd83bd5de {
  text-align: center;
}




  #s-dbe0bedd-d15e-48af-86cc-108dd83bd5de img.shogun-image {
    
    width: px;
  }


#s-dbe0bedd-d15e-48af-86cc-108dd83bd5de .shogun-image-content {
  
    align-items: center;
  
}

#s-efaf0c50-ace3-4e41-a68e-f930ddf9061d {
  text-align: center;
}




  #s-efaf0c50-ace3-4e41-a68e-f930ddf9061d img.shogun-image {
    
    width: px;
  }


#s-efaf0c50-ace3-4e41-a68e-f930ddf9061d .shogun-image-content {
  
    align-items: center;
  
}

#s-240fa25a-9f27-4fa9-be88-f32db99afe03 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-240fa25a-9f27-4fa9-be88-f32db99afe03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c7e5f7cd-5630-4299-b8dc-c7429f52d9ad {
  text-align: center;
}




  #s-c7e5f7cd-5630-4299-b8dc-c7429f52d9ad img.shogun-image {
    
    width: px;
  }


#s-c7e5f7cd-5630-4299-b8dc-c7429f52d9ad .shogun-image-content {
  
    align-items: center;
  
}

#s-ceda8e6d-9ba7-4739-935d-1fc332a4572b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ceda8e6d-9ba7-4739-935d-1fc332a4572b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aa200031-90b3-4796-b749-f1e629170017 {
  background-color: rgba(255, 255, 255, 1);
}

#s-8972a9db-f3b4-4a79-9cfd-987b763a1a2c {
  text-align: center;
}




  #s-8972a9db-f3b4-4a79-9cfd-987b763a1a2c img.shogun-image {
    
    width: px;
  }


#s-8972a9db-f3b4-4a79-9cfd-987b763a1a2c .shogun-image-content {
  
    align-items: center;
  
}

#s-54ef9b75-aef2-438a-8d3f-e38bddae94f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54ef9b75-aef2-438a-8d3f-e38bddae94f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c91ed05-0e22-4b0d-8519-77ce464c9c26 {
  background-color: rgba(255, 255, 255, 1);
}

#s-0f193fd2-7906-436a-ac66-0e94a09abca2 {
  text-align: center;
}




  #s-0f193fd2-7906-436a-ac66-0e94a09abca2 img.shogun-image {
    
    width: px;
  }


#s-0f193fd2-7906-436a-ac66-0e94a09abca2 .shogun-image-content {
  
    align-items: center;
  
}

#s-937e7d54-0bc6-4a2e-821f-71b943366f1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-937e7d54-0bc6-4a2e-821f-71b943366f1c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1d55e4da-73a3-4668-aee8-b78c2ab9fe6e {
  background-color: rgba(255, 255, 255, 1);
}

#s-2a4711e5-fb40-4dad-b07c-645e368454dd {
  text-align: center;
}




  #s-2a4711e5-fb40-4dad-b07c-645e368454dd img.shogun-image {
    
    width: px;
  }


#s-2a4711e5-fb40-4dad-b07c-645e368454dd .shogun-image-content {
  
    align-items: center;
  
}

#s-e5d58dc5-a8f2-4300-bb54-04275b5e5429 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5d58dc5-a8f2-4300-bb54-04275b5e5429 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-093624b5-b742-4aa7-9b51-1c433f0c31cb {
  background-color: rgba(255, 255, 255, 1);
}

#s-f07fe6ac-1d2a-4f53-ac36-f2c614e24ce9 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f07fe6ac-1d2a-4f53-ac36-f2c614e24ce9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f07fe6ac-1d2a-4f53-ac36-f2c614e24ce9:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-f07fe6ac-1d2a-4f53-ac36-f2c614e24ce9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c {
  margin-top: 70px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0a66fc00-4dc0-41d9-9814-c11ed5dbf58c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-19e71f1e-0db5-4bc7-8186-7b611fe230f7 {
  text-align: center;
}




  #s-19e71f1e-0db5-4bc7-8186-7b611fe230f7 img.shogun-image {
    
    width: px;
  }


#s-19e71f1e-0db5-4bc7-8186-7b611fe230f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e510ff77-c807-4533-bd82-10ca58b9857a {
  text-align: center;
}




  #s-e510ff77-c807-4533-bd82-10ca58b9857a img.shogun-image {
    
    width: px;
  }


#s-e510ff77-c807-4533-bd82-10ca58b9857a .shogun-image-content {
  
    align-items: center;
  
}

#s-8d6156ff-a14e-435b-9c32-35f06d2ebdbe {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-ef0048ea-f87b-46e4-acc4-d3cb037826cc {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ef0048ea-f87b-46e4-acc4-d3cb037826cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fadf76fe-d456-4ff4-8364-f350c18151e3 {
  text-align: center;
}




  #s-fadf76fe-d456-4ff4-8364-f350c18151e3 img.shogun-image {
    
    width: px;
  }


#s-fadf76fe-d456-4ff4-8364-f350c18151e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0233261-7eee-4b21-ac38-17403277b86b {
  text-align: center;
}




  #s-a0233261-7eee-4b21-ac38-17403277b86b img.shogun-image {
    
    width: px;
  }


#s-a0233261-7eee-4b21-ac38-17403277b86b .shogun-image-content {
  
    align-items: center;
  
}

#s-e20ead32-f775-42ac-a8e7-54725b72922c {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e20ead32-f775-42ac-a8e7-54725b72922c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-7efc66c4-0d85-441f-9f31-810869fd1f51 {
  text-align: center;
}




  #s-7efc66c4-0d85-441f-9f31-810869fd1f51 img.shogun-image {
    
    width: px;
  }


#s-7efc66c4-0d85-441f-9f31-810869fd1f51 .shogun-image-content {
  
    align-items: center;
  
}

#s-97a04870-37c8-409e-a1f0-46edf4c83ffd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97a04870-37c8-409e-a1f0-46edf4c83ffd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dce4204f-cced-4f00-a4bf-0454afab8093 {
  background-color: rgba(255, 255, 255, 1);
}

#s-eb603d82-79ed-4d04-8fea-86863b7c0f22 {
  text-align: center;
}




  #s-eb603d82-79ed-4d04-8fea-86863b7c0f22 img.shogun-image {
    
    width: px;
  }


#s-eb603d82-79ed-4d04-8fea-86863b7c0f22 .shogun-image-content {
  
    align-items: center;
  
}

#s-8241cf69-4a60-4fc0-a59e-9e78fef3b082 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8241cf69-4a60-4fc0-a59e-9e78fef3b082 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6d534d10-b1ef-45db-be7f-a114641edf5e {
  background-color: rgba(255, 255, 255, 1);
}

#s-f6bdfb9b-93d3-4d34-9d58-2ba9d61a9701 {
  text-align: center;
}




  #s-f6bdfb9b-93d3-4d34-9d58-2ba9d61a9701 img.shogun-image {
    
    width: px;
  }


#s-f6bdfb9b-93d3-4d34-9d58-2ba9d61a9701 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f20e357-0b05-485e-a65b-927e960b3aff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f20e357-0b05-485e-a65b-927e960b3aff .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-96f1351b-3f81-4377-bc9b-dff75a7b8e01 {
  background-color: rgba(255, 255, 255, 1);
}

#s-8e29a320-8920-4ee1-b6ac-fdd232bc47b6 {
  text-align: center;
}




  #s-8e29a320-8920-4ee1-b6ac-fdd232bc47b6 img.shogun-image {
    
    width: px;
  }


#s-8e29a320-8920-4ee1-b6ac-fdd232bc47b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-05d809fc-5c80-486d-8e7e-3bc70f54c893 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05d809fc-5c80-486d-8e7e-3bc70f54c893 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a911268d-356c-4ce0-a4e2-9eb989259c77 {
  background-color: rgba(255, 255, 255, 1);
}

#s-0827c559-c235-4ec5-9b8e-91d3761a0f44 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0827c559-c235-4ec5-9b8e-91d3761a0f44:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0827c559-c235-4ec5-9b8e-91d3761a0f44:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-0827c559-c235-4ec5-9b8e-91d3761a0f44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6 {
  margin-top: 70px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-dc026d13-c8bd-49ff-a16a-1c22f5f54ed6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-244906b8-9e65-4f00-8d8e-d66277cf565b {
  text-align: center;
}




  #s-244906b8-9e65-4f00-8d8e-d66277cf565b img.shogun-image {
    
    width: px;
  }


#s-244906b8-9e65-4f00-8d8e-d66277cf565b .shogun-image-content {
  
    align-items: center;
  
}

#s-8d3b89ac-d628-4a17-9e90-123066f3b0e7 {
  text-align: center;
}




  #s-8d3b89ac-d628-4a17-9e90-123066f3b0e7 img.shogun-image {
    
    width: px;
  }


#s-8d3b89ac-d628-4a17-9e90-123066f3b0e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b9723f5-4fb7-4bcf-99dc-994e91c5f0b9 {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-6d69de82-4e74-43c5-8abd-d56c3553cdc9 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
text-align: center;
}




  #s-6d69de82-4e74-43c5-8abd-d56c3553cdc9 img.shogun-image {
    
    width: px;
  }


#s-6d69de82-4e74-43c5-8abd-d56c3553cdc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-62432d5d-22a6-41bc-a07b-a5ee8b07eda1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e708fbe9-71f5-4dce-b574-306bfc8ce3b9 {
  text-align: center;
}




  #s-e708fbe9-71f5-4dce-b574-306bfc8ce3b9 img.shogun-image {
    
    width: px;
  }


#s-e708fbe9-71f5-4dce-b574-306bfc8ce3b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9752b556-e37e-4300-ac56-7fa858f7670e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9752b556-e37e-4300-ac56-7fa858f7670e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-db3ffb8b-a46a-407e-81db-52a4059043dc {
  background-color: rgba(255, 255, 255, 1);
}

#s-5d5bd94c-136c-4af8-b526-935e78b8b99c {
  text-align: center;
}




  #s-5d5bd94c-136c-4af8-b526-935e78b8b99c img.shogun-image {
    
    width: px;
  }


#s-5d5bd94c-136c-4af8-b526-935e78b8b99c .shogun-image-content {
  
    align-items: center;
  
}

#s-f116d625-646f-4e57-a359-5e8e4d428f01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f116d625-646f-4e57-a359-5e8e4d428f01 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b994c98b-193f-46a6-a79e-325285b3d13e {
  background-color: rgba(255, 255, 255, 1);
}

#s-134c4ea1-2be2-417c-ae69-4434330e82aa {
  text-align: center;
}




  #s-134c4ea1-2be2-417c-ae69-4434330e82aa img.shogun-image {
    
    width: px;
  }


#s-134c4ea1-2be2-417c-ae69-4434330e82aa .shogun-image-content {
  
    align-items: center;
  
}

#s-8f5238f2-8a0a-4847-b939-49e722848702 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f5238f2-8a0a-4847-b939-49e722848702 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2980fe1f-67e9-443a-aadb-c3d3b506408e {
  background-color: rgba(255, 255, 255, 1);
}

#s-56e81dc6-826c-4215-a3e1-bc578bd3ee19 {
  text-align: center;
}




  #s-56e81dc6-826c-4215-a3e1-bc578bd3ee19 img.shogun-image {
    
    width: px;
  }


#s-56e81dc6-826c-4215-a3e1-bc578bd3ee19 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa7c316d-3316-43bf-87e5-7110e9b765fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa7c316d-3316-43bf-87e5-7110e9b765fb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a9244520-129c-4146-afae-976bb9844fa5 {
  background-color: rgba(255, 255, 255, 1);
}

#s-3ad86fdb-7d3c-477b-b381-96a87b3e5ef0 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3ad86fdb-7d3c-477b-b381-96a87b3e5ef0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3ad86fdb-7d3c-477b-b381-96a87b3e5ef0:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-3ad86fdb-7d3c-477b-b381-96a87b3e5ef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-89bef90f-4c94-440a-bf3e-fcdae397e796 {
  margin-top: 70px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-89bef90f-4c94-440a-bf3e-fcdae397e796"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-164e56c8-bc71-4778-b96d-44f0caafbd5c {
  text-align: center;
}




  #s-164e56c8-bc71-4778-b96d-44f0caafbd5c img.shogun-image {
    
    width: px;
  }


#s-164e56c8-bc71-4778-b96d-44f0caafbd5c .shogun-image-content {
  
    align-items: center;
  
}

#s-d06c06d4-6993-42d5-afab-640b03925517 {
  text-align: center;
}




  #s-d06c06d4-6993-42d5-afab-640b03925517 img.shogun-image {
    
    width: px;
  }


#s-d06c06d4-6993-42d5-afab-640b03925517 .shogun-image-content {
  
    align-items: center;
  
}

#s-94d278ef-e086-460d-830a-489025b63270 {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-f580378a-b94d-4971-8b73-a6c1a943efbc {
  margin-top: 70px;
margin-bottom: 70px;
}

@media (min-width: 0px) {
[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f580378a-b94d-4971-8b73-a6c1a943efbc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d3c964b8-378b-4549-8574-3dc35276aac8 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-d3c964b8-378b-4549-8574-3dc35276aac8 img.shogun-image {
    
    width: px;
  }


#s-d3c964b8-378b-4549-8574-3dc35276aac8 .shogun-image-content {
  
    align-items: center;
  
}

#s-48fe5baa-8942-4784-9505-786e5a882f24 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-48fe5baa-8942-4784-9505-786e5a882f24 img.shogun-image {
    
    width: px;
  }


#s-48fe5baa-8942-4784-9505-786e5a882f24 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c2a56f3-6133-4ef9-abe7-0185d371ff9a {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-9c2a56f3-6133-4ef9-abe7-0185d371ff9a img.shogun-image {
    
    width: px;
  }


#s-9c2a56f3-6133-4ef9-abe7-0185d371ff9a .shogun-image-content {
  
    align-items: center;
  
}

#s-8efe40c4-fa89-429f-ae7f-2108e07f79a4 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8efe40c4-fa89-429f-ae7f-2108e07f79a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e3992b44-dfdf-4932-bdea-42f4cc8d8885 {
  text-align: center;
}




  #s-e3992b44-dfdf-4932-bdea-42f4cc8d8885 img.shogun-image {
    
    width: px;
  }


#s-e3992b44-dfdf-4932-bdea-42f4cc8d8885 .shogun-image-content {
  
    align-items: center;
  
}

#s-94ebb09b-b81d-4fa6-b278-4e6dcd835830 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94ebb09b-b81d-4fa6-b278-4e6dcd835830 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b310b4e-f3e8-4ba5-a448-eec62ae53439 {
  background-color: rgba(255, 255, 255, 1);
}

#s-0c6aa96f-d623-495a-bd31-c0482ec463b0 {
  text-align: center;
}




  #s-0c6aa96f-d623-495a-bd31-c0482ec463b0 img.shogun-image {
    
    width: px;
  }


#s-0c6aa96f-d623-495a-bd31-c0482ec463b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-dce60c3d-0080-48a1-88e6-4132dda5c917 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dce60c3d-0080-48a1-88e6-4132dda5c917 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-537580a3-f6c1-4210-b7b6-1e895a2d6eed {
  background-color: rgba(255, 255, 255, 1);
}

#s-6cf60dee-8c8e-4f01-96e3-31134f10e9fa {
  text-align: center;
}




  #s-6cf60dee-8c8e-4f01-96e3-31134f10e9fa img.shogun-image {
    
    width: px;
  }


#s-6cf60dee-8c8e-4f01-96e3-31134f10e9fa .shogun-image-content {
  
    align-items: center;
  
}

#s-b0160be4-6ed7-4d4a-ab9b-05b4f6d95bbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0160be4-6ed7-4d4a-ab9b-05b4f6d95bbf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8479a4f2-1f2d-49dd-ad20-697305e878bd {
  background-color: rgba(255, 255, 255, 1);
}

#s-6401ae08-767c-4b0d-9d03-838ca4b7d57e {
  text-align: center;
}




  #s-6401ae08-767c-4b0d-9d03-838ca4b7d57e img.shogun-image {
    
    width: px;
  }


#s-6401ae08-767c-4b0d-9d03-838ca4b7d57e .shogun-image-content {
  
    align-items: center;
  
}

#s-1c1babf5-4ed3-4928-8de6-1d0329c06bd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c1babf5-4ed3-4928-8de6-1d0329c06bd0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-db313a60-58c0-44e8-9dfd-ff09f0d8ea97 {
  background-color: rgba(255, 255, 255, 1);
}

#s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-2beee549-2abc-4d4e-99cd-de8e61aa0c5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6755423f-c57d-4c56-b606-dcf7c7143b17 {
  text-align: center;
}




  #s-6755423f-c57d-4c56-b606-dcf7c7143b17 img.shogun-image {
    
    width: px;
  }


#s-6755423f-c57d-4c56-b606-dcf7c7143b17 .shogun-image-content {
  
    align-items: center;
  
}

#s-e84710ca-ddc8-414d-9ac4-b45150465ebe {
  text-align: center;
}




  #s-e84710ca-ddc8-414d-9ac4-b45150465ebe img.shogun-image {
    
    width: px;
  }


#s-e84710ca-ddc8-414d-9ac4-b45150465ebe .shogun-image-content {
  
    align-items: center;
  
}

#s-0ad93ced-4cda-4448-a40e-a70434602ab0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -16px;
margin-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0ad93ced-4cda-4448-a40e-a70434602ab0 {
  display: none;
}
#s-0ad93ced-4cda-4448-a40e-a70434602ab0, #wrap-s-0ad93ced-4cda-4448-a40e-a70434602ab0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ad93ced-4cda-4448-a40e-a70434602ab0 {
  display: none;
}
#s-0ad93ced-4cda-4448-a40e-a70434602ab0, #wrap-s-0ad93ced-4cda-4448-a40e-a70434602ab0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ad93ced-4cda-4448-a40e-a70434602ab0 {
  
}
}@media (max-width: 767px){#s-0ad93ced-4cda-4448-a40e-a70434602ab0 {
  
}
}







#s-0ad93ced-4cda-4448-a40e-a70434602ab0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ad93ced-4cda-4448-a40e-a70434602ab0.shg-box.shg-c {
  justify-content: center;
}

#s-7e47dad0-ca14-4027-8eef-6310f5a390da {
  margin-top: -30px;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}




  #s-7e47dad0-ca14-4027-8eef-6310f5a390da img.shogun-image {
    
    width: px;
  }


#s-7e47dad0-ca14-4027-8eef-6310f5a390da .shogun-image-content {
  
    align-items: center;
  
}

#s-93d35656-de8f-4193-8fd3-04f84b8c312c {
  min-height: 50px;
background-color: rgba(241, 232, 217, 1);
}








#s-93d35656-de8f-4193-8fd3-04f84b8c312c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93d35656-de8f-4193-8fd3-04f84b8c312c.shg-box.shg-c {
  justify-content: center;
}

#s-2e4a9ab2-1b4f-4f1e-a227-3f087bf46bcc {
  margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-496956ca-c298-4076-a779-b3447da7836c {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-496956ca-c298-4076-a779-b3447da7836c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5d4a3b68-2284-40cb-a1f8-e55b589b052c {
  text-align: center;
}




  #s-5d4a3b68-2284-40cb-a1f8-e55b589b052c img.shogun-image {
    
    width: px;
  }


#s-5d4a3b68-2284-40cb-a1f8-e55b589b052c .shogun-image-content {
  
    align-items: center;
  
}

#s-d288e83b-2e16-4d75-b554-88a447cb264f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d288e83b-2e16-4d75-b554-88a447cb264f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-746cd572-9f08-4544-a309-456736ad7838 {
  text-align: center;
}




  #s-746cd572-9f08-4544-a309-456736ad7838 img.shogun-image {
    
    width: px;
  }


#s-746cd572-9f08-4544-a309-456736ad7838 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc4a1294-8260-4b8b-9a50-f531bb4f9345 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc4a1294-8260-4b8b-9a50-f531bb4f9345 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-72ab7ed6-ab6d-49aa-ab01-3da8624c5f20 {
  background-color: rgba(255, 255, 255, 1);
}

#s-f1627030-7ded-4100-a135-5e0ce5cd856f {
  text-align: center;
}




  #s-f1627030-7ded-4100-a135-5e0ce5cd856f img.shogun-image {
    
    width: px;
  }


#s-f1627030-7ded-4100-a135-5e0ce5cd856f .shogun-image-content {
  
    align-items: center;
  
}

#s-1ccf4240-60fd-4d9a-8124-59b41c18a1cd {
  text-align: center;
}




  #s-1ccf4240-60fd-4d9a-8124-59b41c18a1cd img.shogun-image {
    
    width: px;
  }


#s-1ccf4240-60fd-4d9a-8124-59b41c18a1cd .shogun-image-content {
  
    align-items: center;
  
}

#s-86ad64d4-3a98-49df-9079-63c2f43cf94e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86ad64d4-3a98-49df-9079-63c2f43cf94e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-59672f7a-480c-477f-bfba-92ac4d2264e1 {
  background-color: rgba(255, 255, 255, 1);
}

#s-6fe024ac-43f7-4e5d-91dc-35bed926f5fa {
  text-align: center;
}




  #s-6fe024ac-43f7-4e5d-91dc-35bed926f5fa img.shogun-image {
    
    width: px;
  }


#s-6fe024ac-43f7-4e5d-91dc-35bed926f5fa .shogun-image-content {
  
    align-items: center;
  
}

#s-efaef081-e46c-498f-917c-c61ec9a98091 {
  text-align: center;
}




  #s-efaef081-e46c-498f-917c-c61ec9a98091 img.shogun-image {
    
    width: px;
  }


#s-efaef081-e46c-498f-917c-c61ec9a98091 .shogun-image-content {
  
    align-items: center;
  
}

#s-636ba3e6-132e-4471-86ec-7daa3ad9af72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-636ba3e6-132e-4471-86ec-7daa3ad9af72 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6325ddad-2f3c-4227-848c-f00786f7805b {
  background-color: rgba(255, 255, 255, 1);
}

#s-0d820671-1067-4b05-9e5c-f934fab7d219 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d820671-1067-4b05-9e5c-f934fab7d219"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-752445b7-1426-42dd-9f52-f3f1ce22deff {
  text-align: center;
}




  #s-752445b7-1426-42dd-9f52-f3f1ce22deff img.shogun-image {
    
    width: px;
  }


#s-752445b7-1426-42dd-9f52-f3f1ce22deff .shogun-image-content {
  
    align-items: center;
  
}

#s-c4e5cc29-edaa-466e-922c-25e62bc1503f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4e5cc29-edaa-466e-922c-25e62bc1503f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c41bd816-e5d4-4a13-9367-775507ea17c3 {
  text-align: center;
}




  #s-c41bd816-e5d4-4a13-9367-775507ea17c3 img.shogun-image {
    
    width: px;
  }


#s-c41bd816-e5d4-4a13-9367-775507ea17c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-68b09025-f3c7-4c5e-a47a-dd213c267d5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68b09025-f3c7-4c5e-a47a-dd213c267d5c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d20117a1-4ee4-4864-a820-ae8a682b5610 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d20117a1-4ee4-4864-a820-ae8a682b5610:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d20117a1-4ee4-4864-a820-ae8a682b5610:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-d20117a1-4ee4-4864-a820-ae8a682b5610.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-4a02eabb-1a4f-47d5-8579-6ec47821e440 {
  min-height: 50px;
background-color: rgba(241, 232, 217, 1);
}








#s-4a02eabb-1a4f-47d5-8579-6ec47821e440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a02eabb-1a4f-47d5-8579-6ec47821e440.shg-box.shg-c {
  justify-content: center;
}

#s-6828ab90-f2bf-47c1-91a8-888a06edaaec {
  margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-fadd56f1-69af-4f06-80ef-2da2efddd0a4 {
  padding-top: 15px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fadd56f1-69af-4f06-80ef-2da2efddd0a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fadd56f1-69af-4f06-80ef-2da2efddd0a4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-196a8ff0-c017-4776-b6db-2544c99193be {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-196a8ff0-c017-4776-b6db-2544c99193be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e7ac6c05-61b1-4e17-a3f3-5080535d6f26 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-e7ac6c05-61b1-4e17-a3f3-5080535d6f26 img.shogun-image {
    
    width: px;
  }


#s-e7ac6c05-61b1-4e17-a3f3-5080535d6f26 .shogun-image-content {
  
    align-items: center;
  
}

#s-947ae9a0-7ca3-4aa4-a7b6-08f132c50a5e {
  margin-top: 10px;
}

#s-d497eab8-7b68-4f72-a479-24a7cc0b10de {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-d497eab8-7b68-4f72-a479-24a7cc0b10de img.shogun-image {
    
    width: px;
  }


#s-d497eab8-7b68-4f72-a479-24a7cc0b10de .shogun-image-content {
  
    align-items: center;
  
}

#s-d9d96861-ec7c-4475-84f8-f27644f5e925 {
  margin-top: 10px;
}

#s-3730c33c-1780-4664-b8bf-abf3eb780502 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-3730c33c-1780-4664-b8bf-abf3eb780502 img.shogun-image {
    
    width: px;
  }


#s-3730c33c-1780-4664-b8bf-abf3eb780502 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3e8756e-e331-4d87-9695-e84d094b6271 {
  margin-top: 10px;
}

#s-4f5b0d32-ff8a-42ef-9825-14e0d80326fc {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-4f5b0d32-ff8a-42ef-9825-14e0d80326fc img.shogun-image {
    
    width: px;
  }


#s-4f5b0d32-ff8a-42ef-9825-14e0d80326fc .shogun-image-content {
  
    align-items: center;
  
}

#s-1397e468-b6b7-4ee9-8d2e-9ba370418b14 {
  margin-top: 10px;
}

#s-3d596664-15d3-4f68-ab9b-11add81b5376 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-3d596664-15d3-4f68-ab9b-11add81b5376 img.shogun-image {
    
    width: px;
  }


#s-3d596664-15d3-4f68-ab9b-11add81b5376 .shogun-image-content {
  
    align-items: center;
  
}

#s-56e40b9b-9c85-4874-a5bf-2d677fa064d3 {
  margin-top: 10px;
}

#s-7b59bc58-537b-49ff-bdf6-2276b1e297f5 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-7b59bc58-537b-49ff-bdf6-2276b1e297f5 img.shogun-image {
    
    width: px;
  }


#s-7b59bc58-537b-49ff-bdf6-2276b1e297f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-14f86e11-f614-4242-bf43-c4796514cc40 {
  margin-top: 10px;
}

#s-0c283e3e-9f30-432c-acbd-f4efc4b6951f {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0c283e3e-9f30-432c-acbd-f4efc4b6951f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-53a53e54-b54b-460e-a781-fc4133ec8fbf {
  text-align: center;
}




  #s-53a53e54-b54b-460e-a781-fc4133ec8fbf img.shogun-image {
    
    width: px;
  }


#s-53a53e54-b54b-460e-a781-fc4133ec8fbf .shogun-image-content {
  
    align-items: center;
  
}

#s-cfabb92f-d21a-416b-b4cc-51876f80c7d3 {
  margin-top: 10px;
margin-bottom: 0px;
text-align: center;
}




  #s-cfabb92f-d21a-416b-b4cc-51876f80c7d3 img.shogun-image {
    
    width: px;
  }


#s-cfabb92f-d21a-416b-b4cc-51876f80c7d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-efba6f62-470f-44f3-b293-992384cd648f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-efba6f62-470f-44f3-b293-992384cd648f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7970f06c-c4af-4ba2-80ae-79477cb45cf5 {
  text-align: center;
}




  #s-7970f06c-c4af-4ba2-80ae-79477cb45cf5 img.shogun-image {
    
    width: px;
  }


#s-7970f06c-c4af-4ba2-80ae-79477cb45cf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-85c4f0a2-d448-450a-ae0c-1e4db561309e {
  margin-top: 10px;
margin-bottom: 0px;
text-align: center;
}




  #s-85c4f0a2-d448-450a-ae0c-1e4db561309e img.shogun-image {
    
    width: px;
  }


#s-85c4f0a2-d448-450a-ae0c-1e4db561309e .shogun-image-content {
  
    align-items: center;
  
}

#s-009bfd16-c2cc-4b1b-b568-64722fc1ea4e {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}




  #s-009bfd16-c2cc-4b1b-b568-64722fc1ea4e img.shogun-image {
    
    width: px;
  }


#s-009bfd16-c2cc-4b1b-b568-64722fc1ea4e .shogun-image-content {
  
    align-items: center;
  
}

#s-76c986d8-1cc0-48bb-af95-859e00498730 {
  border-style: solid;
margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
border-radius: 7px;
}

@media (min-width: 0px) {
[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76c986d8-1cc0-48bb-af95-859e00498730"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4e615595-0708-46d2-ac96-f8a1b3bfdfa5 {
  text-align: center;
}




  #s-4e615595-0708-46d2-ac96-f8a1b3bfdfa5 img.shogun-image {
    
    width: px;
  }


#s-4e615595-0708-46d2-ac96-f8a1b3bfdfa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c7b45ec-44f3-4613-93b6-e35ed91a7077 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4c7b45ec-44f3-4613-93b6-e35ed91a7077 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-515f1da6-d47b-498e-b64f-cbe4254c6307 {
  background-color: rgba(255, 255, 255, 1);
}

#s-eae69450-bf7c-456f-90d2-7c5acff8e8a9 {
  text-align: center;
}




  #s-eae69450-bf7c-456f-90d2-7c5acff8e8a9 img.shogun-image {
    
    width: px;
  }


#s-eae69450-bf7c-456f-90d2-7c5acff8e8a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a93b305-c26f-4557-96e5-834770cff673 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4a93b305-c26f-4557-96e5-834770cff673 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c32dc8e5-7182-485a-9c9c-7ee218a90391 {
  background-color: rgba(255, 255, 255, 1);
}

#s-222a413b-f5c9-44c2-ae33-6d5a2851de57 {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-24fce391-617a-4727-8fe7-a9982b24ba23 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-24fce391-617a-4727-8fe7-a9982b24ba23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-13ce5ef2-77f4-413e-9402-7eb3c3ccd205 {
  text-align: center;
}




  #s-13ce5ef2-77f4-413e-9402-7eb3c3ccd205 img.shogun-image {
    
    width: px;
  }


#s-13ce5ef2-77f4-413e-9402-7eb3c3ccd205 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2ccb5fe-bb3a-4a9e-b91c-b4febd8aaae6 {
  margin-top: 20px;
text-align: center;
}




  #s-a2ccb5fe-bb3a-4a9e-b91c-b4febd8aaae6 img.shogun-image {
    
    width: px;
  }


#s-a2ccb5fe-bb3a-4a9e-b91c-b4febd8aaae6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b85f696f-4c59-4de6-89f5-a28c040e32d5 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b85f696f-4c59-4de6-89f5-a28c040e32d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82285e37-4ddf-483e-a3f5-e3dc91d64a5c {
  text-align: center;
}




  #s-82285e37-4ddf-483e-a3f5-e3dc91d64a5c img.shogun-image {
    
    width: px;
  }


#s-82285e37-4ddf-483e-a3f5-e3dc91d64a5c .shogun-image-content {
  
    align-items: center;
  
}

#s-de576247-db28-4d1e-bc00-0c68591832e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de576247-db28-4d1e-bc00-0c68591832e7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f4d4b7c6-0ce8-4182-a748-adb609943490 {
  background-color: rgba(255, 255, 255, 1);
}

#s-c4e95478-699c-4ef1-8e51-ed02c04d350f {
  text-align: center;
}




  #s-c4e95478-699c-4ef1-8e51-ed02c04d350f img.shogun-image {
    
    width: px;
  }


#s-c4e95478-699c-4ef1-8e51-ed02c04d350f .shogun-image-content {
  
    align-items: center;
  
}

#s-88e573ed-9637-4be4-a9b8-02974a100209 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88e573ed-9637-4be4-a9b8-02974a100209 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4dffe231-dd24-4b17-ae1b-edb8d1641af0 {
  background-color: rgba(255, 255, 255, 1);
}

#s-5cb41734-a089-4353-9068-d4b21b41df10 {
  text-align: center;
}




  #s-5cb41734-a089-4353-9068-d4b21b41df10 img.shogun-image {
    
    width: px;
  }


#s-5cb41734-a089-4353-9068-d4b21b41df10 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f90d92a-4ab7-4de0-b9a0-87d74c6ecfeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f90d92a-4ab7-4de0-b9a0-87d74c6ecfeb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0fab341f-42b5-4dac-a478-440b1379ea91 {
  background-color: rgba(255, 255, 255, 1);
}

#s-ac7bf2e2-9a31-405c-8890-37c39f17de57 {
  text-align: center;
}




  #s-ac7bf2e2-9a31-405c-8890-37c39f17de57 img.shogun-image {
    
    width: px;
  }


#s-ac7bf2e2-9a31-405c-8890-37c39f17de57 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2bd7c90-8a64-4508-8b5a-5e6fc93a8b6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2bd7c90-8a64-4508-8b5a-5e6fc93a8b6e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-993ba543-9bf9-4e9c-9ad7-7e7750e78388 {
  background-color: rgba(255, 255, 255, 1);
}

#s-bfef596b-7f71-449c-aee2-fede5f85b22b {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bfef596b-7f71-449c-aee2-fede5f85b22b:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bfef596b-7f71-449c-aee2-fede5f85b22b:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-bfef596b-7f71-449c-aee2-fede5f85b22b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-d7f310eb-77a3-452b-afb9-1188c102bc57 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d7f310eb-77a3-452b-afb9-1188c102bc57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-86916f01-cbef-4db5-a56e-a64a4550c990 {
  text-align: center;
}




  #s-86916f01-cbef-4db5-a56e-a64a4550c990 img.shogun-image {
    
    width: px;
  }


#s-86916f01-cbef-4db5-a56e-a64a4550c990 .shogun-image-content {
  
    align-items: center;
  
}

#s-12a656ee-c863-4f7c-bcb9-22856e9fd33b {
  margin-top: 20px;
text-align: center;
}




  #s-12a656ee-c863-4f7c-bcb9-22856e9fd33b img.shogun-image {
    
    width: px;
  }


#s-12a656ee-c863-4f7c-bcb9-22856e9fd33b .shogun-image-content {
  
    align-items: center;
  
}

#s-10ede8ec-ddd4-4510-b864-6dc70064dd8a {
  margin-top: 20px;
padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-9b004778-e5c1-46b3-b8f4-a2613938b637 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
text-align: center;
}




  #s-9b004778-e5c1-46b3-b8f4-a2613938b637 img.shogun-image {
    
    width: px;
  }


#s-9b004778-e5c1-46b3-b8f4-a2613938b637 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7fd24de-ce81-48cf-91e1-d4db9a4920b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0c00f555-66e5-44f3-9bfe-2a1a19d95557 {
  text-align: center;
}




  #s-0c00f555-66e5-44f3-9bfe-2a1a19d95557 img.shogun-image {
    
    width: px;
  }


#s-0c00f555-66e5-44f3-9bfe-2a1a19d95557 .shogun-image-content {
  
    align-items: center;
  
}

#s-61d85062-8435-485b-a6e1-65b01ce1c4c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61d85062-8435-485b-a6e1-65b01ce1c4c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e026b6ef-61bf-40cc-8f23-612dc4e3d2fe {
  background-color: rgba(255, 255, 255, 1);
}

#s-59808dfb-9b0d-4704-9983-18622391d06c {
  text-align: center;
}




  #s-59808dfb-9b0d-4704-9983-18622391d06c img.shogun-image {
    
    width: px;
  }


#s-59808dfb-9b0d-4704-9983-18622391d06c .shogun-image-content {
  
    align-items: center;
  
}

#s-74f49995-c618-4e67-8638-237f9e6354e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74f49995-c618-4e67-8638-237f9e6354e0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-47aac25d-e2a3-4bde-9678-26b908ad2c2a {
  background-color: rgba(255, 255, 255, 1);
}

#s-d0823307-709a-4dd9-93cf-d2b376f9f34a {
  text-align: center;
}




  #s-d0823307-709a-4dd9-93cf-d2b376f9f34a img.shogun-image {
    
    width: px;
  }


#s-d0823307-709a-4dd9-93cf-d2b376f9f34a .shogun-image-content {
  
    align-items: center;
  
}

#s-6468f72d-8458-4b2b-b342-03dbffcdfa52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6468f72d-8458-4b2b-b342-03dbffcdfa52 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-be9ab557-a9ff-46d0-a9e3-a4ff0029a72b {
  background-color: rgba(255, 255, 255, 1);
}

#s-b6160338-259c-400d-9c2c-b3a4aba1aa65 {
  text-align: center;
}




  #s-b6160338-259c-400d-9c2c-b3a4aba1aa65 img.shogun-image {
    
    width: px;
  }


#s-b6160338-259c-400d-9c2c-b3a4aba1aa65 .shogun-image-content {
  
    align-items: center;
  
}

#s-01c8cacb-9444-455d-891f-de385e27bfbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01c8cacb-9444-455d-891f-de385e27bfbb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6857a0d6-b231-4410-8a33-131721a69e81 {
  background-color: rgba(255, 255, 255, 1);
}

#s-9816590a-1ca5-4915-ac94-f89bf7297d26 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9816590a-1ca5-4915-ac94-f89bf7297d26:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9816590a-1ca5-4915-ac94-f89bf7297d26:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-9816590a-1ca5-4915-ac94-f89bf7297d26.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-93635806-8b66-411e-afb2-771ce63dec03 {
  margin-top: 80px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-93635806-8b66-411e-afb2-771ce63dec03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-eee870e3-e761-4246-a901-2522404c0ac5 {
  text-align: center;
}




  #s-eee870e3-e761-4246-a901-2522404c0ac5 img.shogun-image {
    
    width: px;
  }


#s-eee870e3-e761-4246-a901-2522404c0ac5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b990e5b-0a7e-497c-9c3e-0718ef6fd110 {
  margin-top: 20px;
text-align: center;
}




  #s-5b990e5b-0a7e-497c-9c3e-0718ef6fd110 img.shogun-image {
    
    width: px;
  }


#s-5b990e5b-0a7e-497c-9c3e-0718ef6fd110 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdef49b9-7e2a-48f7-9e60-b96a502aba64 {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-35743dfb-230e-4c34-85fe-0d62dcc1eb0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-0bc16da4-c783-40c1-b757-9a60a6fd9fd0 {
  text-align: center;
}




  #s-0bc16da4-c783-40c1-b757-9a60a6fd9fd0 img.shogun-image {
    
    width: px;
  }


#s-0bc16da4-c783-40c1-b757-9a60a6fd9fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-74f444da-47c6-4b35-b317-46bf6a0c8a1d {
  margin-top: 20px;
text-align: center;
}




  #s-74f444da-47c6-4b35-b317-46bf6a0c8a1d img.shogun-image {
    
    width: px;
  }


#s-74f444da-47c6-4b35-b317-46bf6a0c8a1d .shogun-image-content {
  
    align-items: center;
  
}

#s-015b2575-96be-4f48-ba05-b6813c0ee383 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-015b2575-96be-4f48-ba05-b6813c0ee383"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3373955b-02bd-49d2-948b-077ab9f7bf0c {
  text-align: center;
}




  #s-3373955b-02bd-49d2-948b-077ab9f7bf0c img.shogun-image {
    
    width: px;
  }


#s-3373955b-02bd-49d2-948b-077ab9f7bf0c .shogun-image-content {
  
    align-items: center;
  
}

#s-a270b06a-1eff-4efd-8c5c-23910a90f8d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a270b06a-1eff-4efd-8c5c-23910a90f8d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68be4362-202e-46c3-a202-ce2a178049aa {
  background-color: rgba(255, 255, 255, 1);
}

#s-a14b9302-e889-465d-9cc6-36ce39b78a44 {
  text-align: center;
}




  #s-a14b9302-e889-465d-9cc6-36ce39b78a44 img.shogun-image {
    
    width: px;
  }


#s-a14b9302-e889-465d-9cc6-36ce39b78a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-882b13b4-d4bd-4138-97a4-ed2ba6e656e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-882b13b4-d4bd-4138-97a4-ed2ba6e656e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-095fc63a-d68f-474a-9637-2252bf18adb7 {
  background-color: rgba(255, 255, 255, 1);
}

#s-1aa12dac-c9e5-4a51-acaa-ba3010a7f67d {
  text-align: center;
}




  #s-1aa12dac-c9e5-4a51-acaa-ba3010a7f67d img.shogun-image {
    
    width: px;
  }


#s-1aa12dac-c9e5-4a51-acaa-ba3010a7f67d .shogun-image-content {
  
    align-items: center;
  
}

#s-57b897ef-24e7-4f87-a969-07800bdfd6c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57b897ef-24e7-4f87-a969-07800bdfd6c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c4603a6-2fb8-4136-b2e3-dfdf5eb6e3ed {
  background-color: rgba(255, 255, 255, 1);
}

#s-9c01757b-34ce-49d7-be19-1c1ec2a8ac79 {
  text-align: center;
}




  #s-9c01757b-34ce-49d7-be19-1c1ec2a8ac79 img.shogun-image {
    
    width: px;
  }


#s-9c01757b-34ce-49d7-be19-1c1ec2a8ac79 .shogun-image-content {
  
    align-items: center;
  
}

#s-6114bb9f-a796-436e-8a04-297d208ce1bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6114bb9f-a796-436e-8a04-297d208ce1bb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-990ce0b1-96b1-4921-9265-a4007ed70233 {
  background-color: rgba(255, 255, 255, 1);
}

#s-1aab1b0c-3727-4abd-a425-dd4630a40683 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1aab1b0c-3727-4abd-a425-dd4630a40683:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1aab1b0c-3727-4abd-a425-dd4630a40683:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-1aab1b0c-3727-4abd-a425-dd4630a40683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-8128b2b7-91e1-49ca-98cb-0018c89110be {
  margin-top: 70px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-8128b2b7-91e1-49ca-98cb-0018c89110be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-af4f8ad5-f585-46d4-8b8e-fd3da75f19d3 {
  text-align: center;
}




  #s-af4f8ad5-f585-46d4-8b8e-fd3da75f19d3 img.shogun-image {
    
    width: px;
  }


#s-af4f8ad5-f585-46d4-8b8e-fd3da75f19d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-af3ccc1b-a298-4df1-878b-d22e20299300 {
  margin-top: 20px;
text-align: center;
}




  #s-af3ccc1b-a298-4df1-878b-d22e20299300 img.shogun-image {
    
    width: px;
  }


#s-af3ccc1b-a298-4df1-878b-d22e20299300 .shogun-image-content {
  
    align-items: center;
  
}

#s-91de682d-0f60-4530-ab4e-48d1a5563d69 {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-181011ae-15a6-47ba-ace7-fc1427afbcac {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-181011ae-15a6-47ba-ace7-fc1427afbcac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-eb5ff75f-db6c-41ca-add8-58c6d4344afa {
  text-align: center;
}




  #s-eb5ff75f-db6c-41ca-add8-58c6d4344afa img.shogun-image {
    
    width: px;
  }


#s-eb5ff75f-db6c-41ca-add8-58c6d4344afa .shogun-image-content {
  
    align-items: center;
  
}

#s-cebf1d65-4822-4dd2-9bee-2afa01c648bd {
  margin-top: 20px;
text-align: center;
}




  #s-cebf1d65-4822-4dd2-9bee-2afa01c648bd img.shogun-image {
    
    width: px;
  }


#s-cebf1d65-4822-4dd2-9bee-2afa01c648bd .shogun-image-content {
  
    align-items: center;
  
}

#s-c84c265e-b126-4457-b130-5ef08d46b5a8 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c84c265e-b126-4457-b130-5ef08d46b5a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e0b11e3a-57e7-4ec7-91c0-932e8ee50b34 {
  text-align: center;
}




  #s-e0b11e3a-57e7-4ec7-91c0-932e8ee50b34 img.shogun-image {
    
    width: px;
  }


#s-e0b11e3a-57e7-4ec7-91c0-932e8ee50b34 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a54fd2d-a14f-4f0d-89e3-7c657fa3bcf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a54fd2d-a14f-4f0d-89e3-7c657fa3bcf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-63189554-1c1c-4c0c-a685-ce6d521f8835 {
  background-color: rgba(255, 255, 255, 1);
}

#s-75a42668-e85e-43df-ac03-1668875dec83 {
  text-align: center;
}




  #s-75a42668-e85e-43df-ac03-1668875dec83 img.shogun-image {
    
    width: px;
  }


#s-75a42668-e85e-43df-ac03-1668875dec83 .shogun-image-content {
  
    align-items: center;
  
}

#s-fabb066f-1bb5-4917-badb-8352662b84db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fabb066f-1bb5-4917-badb-8352662b84db .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-995ea630-e934-4da7-b997-e1182faf88e7 {
  background-color: rgba(255, 255, 255, 1);
}

#s-94e7a159-d367-4b9e-b8f3-242264fe8165 {
  text-align: center;
}




  #s-94e7a159-d367-4b9e-b8f3-242264fe8165 img.shogun-image {
    
    width: px;
  }


#s-94e7a159-d367-4b9e-b8f3-242264fe8165 .shogun-image-content {
  
    align-items: center;
  
}

#s-69279c40-b67f-4333-b90f-5c24a3a30413 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69279c40-b67f-4333-b90f-5c24a3a30413 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a833f91f-0789-4de7-84aa-5550461e34cd {
  background-color: rgba(255, 255, 255, 1);
}

#s-967ca8e2-8bc0-495d-9a54-1b8157fea1ae {
  text-align: center;
}




  #s-967ca8e2-8bc0-495d-9a54-1b8157fea1ae img.shogun-image {
    
    width: px;
  }


#s-967ca8e2-8bc0-495d-9a54-1b8157fea1ae .shogun-image-content {
  
    align-items: center;
  
}

#s-7cc7b307-4cd1-4435-93f8-785fb21d5c21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cc7b307-4cd1-4435-93f8-785fb21d5c21 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-18271f48-1500-4ba2-8b2c-1465ce82f82f {
  background-color: rgba(255, 255, 255, 1);
}

#s-edd81b15-9a34-44e6-81c0-144d05ddd46e {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-edd81b15-9a34-44e6-81c0-144d05ddd46e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-edd81b15-9a34-44e6-81c0-144d05ddd46e:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-edd81b15-9a34-44e6-81c0-144d05ddd46e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54 {
  margin-top: 70px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ba35671f-e1d1-43d5-b3d2-46a1887d4a54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-893a29b5-a400-4a0d-af93-6587c48f1895 {
  text-align: center;
}




  #s-893a29b5-a400-4a0d-af93-6587c48f1895 img.shogun-image {
    
    width: px;
  }


#s-893a29b5-a400-4a0d-af93-6587c48f1895 .shogun-image-content {
  
    align-items: center;
  
}

#s-42acbb73-1048-414d-8b49-7e08c9912874 {
  margin-top: 20px;
text-align: center;
}




  #s-42acbb73-1048-414d-8b49-7e08c9912874 img.shogun-image {
    
    width: px;
  }


#s-42acbb73-1048-414d-8b49-7e08c9912874 .shogun-image-content {
  
    align-items: center;
  
}

#s-f457a7ed-9a30-4884-8580-e3bc2ee81970 {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-9e3b179a-4a9a-4500-8df0-d42bac5fda37 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
text-align: center;
}




  #s-9e3b179a-4a9a-4500-8df0-d42bac5fda37 img.shogun-image {
    
    width: px;
  }


#s-9e3b179a-4a9a-4500-8df0-d42bac5fda37 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd2e4257-8075-4104-8e5b-b9d624a73f0c {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd2e4257-8075-4104-8e5b-b9d624a73f0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e122c9d4-e804-4896-87c3-34f67f47736e {
  text-align: center;
}




  #s-e122c9d4-e804-4896-87c3-34f67f47736e img.shogun-image {
    
    width: px;
  }


#s-e122c9d4-e804-4896-87c3-34f67f47736e .shogun-image-content {
  
    align-items: center;
  
}

#s-16cdb3c0-8bdc-473d-bc7f-891f364f4c96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16cdb3c0-8bdc-473d-bc7f-891f364f4c96 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3096721-f58c-4f00-a67b-95761d3fe05d {
  background-color: rgba(255, 255, 255, 1);
}

#s-a1d3e884-49e6-426d-94e2-d3e2cf49b99c {
  text-align: center;
}




  #s-a1d3e884-49e6-426d-94e2-d3e2cf49b99c img.shogun-image {
    
    width: px;
  }


#s-a1d3e884-49e6-426d-94e2-d3e2cf49b99c .shogun-image-content {
  
    align-items: center;
  
}

#s-d02e129f-5407-4873-ba52-c85d7bab78bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d02e129f-5407-4873-ba52-c85d7bab78bf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7947037b-b44e-4bf1-a4fe-7a0ec3fb8cdc {
  background-color: rgba(255, 255, 255, 1);
}

#s-c6f6d631-8c40-4e05-919e-b6fd1134b9d6 {
  text-align: center;
}




  #s-c6f6d631-8c40-4e05-919e-b6fd1134b9d6 img.shogun-image {
    
    width: px;
  }


#s-c6f6d631-8c40-4e05-919e-b6fd1134b9d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-03f4219d-ebe5-435a-95fd-ea5d91f4f765 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03f4219d-ebe5-435a-95fd-ea5d91f4f765 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b4b57d1-5875-4db8-9898-733084e3e6de {
  background-color: rgba(255, 255, 255, 1);
}

#s-7a4a8d62-9233-4653-80ad-f7361757e9b0 {
  text-align: center;
}




  #s-7a4a8d62-9233-4653-80ad-f7361757e9b0 img.shogun-image {
    
    width: px;
  }


#s-7a4a8d62-9233-4653-80ad-f7361757e9b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-afa8923a-17a6-49b5-a1a2-0b3a9ec9091f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afa8923a-17a6-49b5-a1a2-0b3a9ec9091f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3dab9ed6-ab26-4186-9583-86737d6d1f9a {
  background-color: rgba(255, 255, 255, 1);
}

#s-e1e198d7-3d56-4fbc-a0fd-3430e3891403 {
  border-style: solid;
margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e1e198d7-3d56-4fbc-a0fd-3430e3891403:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1e198d7-3d56-4fbc-a0fd-3430e3891403:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-e1e198d7-3d56-4fbc-a0fd-3430e3891403.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-7fe4a846-a5f0-4a91-9665-91fca89fb005 {
  margin-top: 70px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7fe4a846-a5f0-4a91-9665-91fca89fb005"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-192682ed-dbda-4df2-8cdc-1231ac87f762 {
  text-align: center;
}




  #s-192682ed-dbda-4df2-8cdc-1231ac87f762 img.shogun-image {
    
    width: px;
  }


#s-192682ed-dbda-4df2-8cdc-1231ac87f762 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e85717e-e7d6-4919-9267-509d129ca6be {
  margin-top: 20px;
text-align: center;
}




  #s-0e85717e-e7d6-4919-9267-509d129ca6be img.shogun-image {
    
    width: px;
  }


#s-0e85717e-e7d6-4919-9267-509d129ca6be .shogun-image-content {
  
    align-items: center;
  
}

#s-5fcf3c04-8485-43ae-b87b-41aead9106a5 {
  padding-top: 30px;
padding-bottom: 0px;
background-color: rgba(241, 232, 217, 1);
}

#s-b811d65c-f322-4131-a1c0-1f3359c03aae {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b811d65c-f322-4131-a1c0-1f3359c03aae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-448b8726-7dbd-42e1-9120-08dbc9b91ec9 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-448b8726-7dbd-42e1-9120-08dbc9b91ec9 img.shogun-image {
    
    width: px;
  }


#s-448b8726-7dbd-42e1-9120-08dbc9b91ec9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa0b70b2-6815-4410-86b0-e06f506809e4 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-fa0b70b2-6815-4410-86b0-e06f506809e4 img.shogun-image {
    
    width: px;
  }


#s-fa0b70b2-6815-4410-86b0-e06f506809e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a4dd7c5-8451-451d-9fa6-04c8be31a0df {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}




  #s-2a4dd7c5-8451-451d-9fa6-04c8be31a0df img.shogun-image {
    
    width: px;
  }


#s-2a4dd7c5-8451-451d-9fa6-04c8be31a0df .shogun-image-content {
  
    align-items: center;
  
}

#s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb28e707-5ee6-4e5c-966a-7cbdb847a1a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-243911e3-fe1f-4035-8e89-82574eb1f018 {
  text-align: center;
}




  #s-243911e3-fe1f-4035-8e89-82574eb1f018 img.shogun-image {
    
    width: px;
  }


#s-243911e3-fe1f-4035-8e89-82574eb1f018 .shogun-image-content {
  
    align-items: center;
  
}

#s-a481efb6-d087-45fd-9081-870f6702220b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a481efb6-d087-45fd-9081-870f6702220b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b669c8e-a0cf-40f0-bc70-41b791aed337 {
  background-color: rgba(255, 255, 255, 1);
}

#s-e8a80ec7-12df-4bed-a50d-38976089ccfe {
  text-align: center;
}




  #s-e8a80ec7-12df-4bed-a50d-38976089ccfe img.shogun-image {
    
    width: px;
  }


#s-e8a80ec7-12df-4bed-a50d-38976089ccfe .shogun-image-content {
  
    align-items: center;
  
}

#s-7ecd03f2-154e-4f3f-898f-11fc755de60e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ecd03f2-154e-4f3f-898f-11fc755de60e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-87846d25-b048-4ceb-89d1-4021e97d0e40 {
  background-color: rgba(255, 255, 255, 1);
}

#s-e6c1ff77-1d32-453c-ae4b-4240814d536d {
  text-align: center;
}




  #s-e6c1ff77-1d32-453c-ae4b-4240814d536d img.shogun-image {
    
    width: px;
  }


#s-e6c1ff77-1d32-453c-ae4b-4240814d536d .shogun-image-content {
  
    align-items: center;
  
}

#s-b32cc9d6-22b2-4174-8c4d-c5b4a032b9ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b32cc9d6-22b2-4174-8c4d-c5b4a032b9ce .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-73f8025d-5f6b-4998-8177-b70ff3ea245e {
  background-color: rgba(255, 255, 255, 1);
}

#s-2b06f3c7-e6a1-4058-b6a2-03db89d7df18 {
  text-align: center;
}




  #s-2b06f3c7-e6a1-4058-b6a2-03db89d7df18 img.shogun-image {
    
    width: px;
  }


#s-2b06f3c7-e6a1-4058-b6a2-03db89d7df18 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a84319a-2480-4fd4-a415-32e8ff1b1c9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a84319a-2480-4fd4-a415-32e8ff1b1c9c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2af3bc79-9ec8-4982-aecd-aa4eb476d4ce {
  background-color: rgba(255, 255, 255, 1);
}

#s-459b104e-ebba-4981-9fed-503cf8907e3a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-459b104e-ebba-4981-9fed-503cf8907e3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c20eed00-4aaf-4bcd-ad6d-d5e98b48949e {
  text-align: center;
}




  #s-c20eed00-4aaf-4bcd-ad6d-d5e98b48949e img.shogun-image {
    
    width: px;
  }


#s-c20eed00-4aaf-4bcd-ad6d-d5e98b48949e .shogun-image-content {
  
    align-items: center;
  
}

#s-8280bfb8-486b-4da3-82d3-7459bced8c31 {
  margin-top: 20px;
text-align: center;
}




  #s-8280bfb8-486b-4da3-82d3-7459bced8c31 img.shogun-image {
    
    width: px;
  }


#s-8280bfb8-486b-4da3-82d3-7459bced8c31 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f79bb45-a15b-42ad-8805-d5168237cc2b {
  margin-top: -31px;
margin-bottom: -16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-8f79bb45-a15b-42ad-8805-d5168237cc2b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f79bb45-a15b-42ad-8805-d5168237cc2b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f79bb45-a15b-42ad-8805-d5168237cc2b {
  display: none;
}
#s-8f79bb45-a15b-42ad-8805-d5168237cc2b, #wrap-s-8f79bb45-a15b-42ad-8805-d5168237cc2b { display:none !important; }}@media (max-width: 767px){#s-8f79bb45-a15b-42ad-8805-d5168237cc2b {
  display: none;
}
#s-8f79bb45-a15b-42ad-8805-d5168237cc2b, #wrap-s-8f79bb45-a15b-42ad-8805-d5168237cc2b { display:none !important; }}







#s-8f79bb45-a15b-42ad-8805-d5168237cc2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f79bb45-a15b-42ad-8805-d5168237cc2b.shg-box.shg-c {
  justify-content: center;
}

#s-10e2bee7-5941-4be2-bbf7-3deabcb3fa08 {
  min-height: 50px;
}








#s-10e2bee7-5941-4be2-bbf7-3deabcb3fa08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10e2bee7-5941-4be2-bbf7-3deabcb3fa08.shg-box.shg-c {
  justify-content: center;
}

#s-1262bec8-7f48-40a4-8fb8-c206c0d61157 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1262bec8-7f48-40a4-8fb8-c206c0d61157 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-1262bec8-7f48-40a4-8fb8-c206c0d61157 .shg-sld-nav-button.shg-sld-left,
#s-1262bec8-7f48-40a4-8fb8-c206c0d61157 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-902b77c0-5d03-4660-9a31-d759c8063c96 {
  text-align: center;
}





#s-902b77c0-5d03-4660-9a31-d759c8063c96 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e90884d-886f-4475-a372-ceab2cc83075 {
  margin-top: 0px;
text-align: center;
}





#s-1e90884d-886f-4475-a372-ceab2cc83075 .shogun-image-content {
  
    align-items: center;
  
}

#s-97b1f322-21ac-4146-bf91-566531aceb8d {
  min-height: 50px;
}








#s-97b1f322-21ac-4146-bf91-566531aceb8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97b1f322-21ac-4146-bf91-566531aceb8d.shg-box.shg-c {
  justify-content: center;
}

#s-4387cd82-435e-4a84-abf2-f1531964cf78 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4387cd82-435e-4a84-abf2-f1531964cf78 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-65b993d7-7d4c-47e9-ba97-3a9444753cb2 {
  margin-left: 10%;
margin-right: 10%;
}

#s-65b993d7-7d4c-47e9-ba97-3a9444753cb2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-afd64f85-ac38-4c3e-a6f4-e07c9958448a {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-afd64f85-ac38-4c3e-a6f4-e07c9958448a img.shogun-image {
    
    width: px;
  }


#s-afd64f85-ac38-4c3e-a6f4-e07c9958448a .shogun-image-content {
  
    align-items: center;
  
}

#s-cf476fbe-38f9-4465-ac8b-eff189922129 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cf476fbe-38f9-4465-ac8b-eff189922129"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5b9c8f0f-5a97-4101-a58a-3f1b742eeb2c {
  text-align: center;
}




  #s-5b9c8f0f-5a97-4101-a58a-3f1b742eeb2c img.shogun-image {
    
    width: px;
  }


#s-5b9c8f0f-5a97-4101-a58a-3f1b742eeb2c .shogun-image-content {
  
    align-items: center;
  
}

#s-829e9256-9d82-47de-ad7d-7f07ebcf7685 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-829e9256-9d82-47de-ad7d-7f07ebcf7685 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ebefba5-5cc4-4477-90e9-ae6314e2b9db {
  text-align: center;
}




  #s-3ebefba5-5cc4-4477-90e9-ae6314e2b9db img.shogun-image {
    
    width: px;
  }


#s-3ebefba5-5cc4-4477-90e9-ae6314e2b9db .shogun-image-content {
  
    align-items: center;
  
}

#s-418d1f99-a9c4-4cec-bb22-138f0b99e5ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-418d1f99-a9c4-4cec-bb22-138f0b99e5ef .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dad69395-2942-49ad-a861-4d9e8559b5e8 {
  text-align: center;
}




  #s-dad69395-2942-49ad-a861-4d9e8559b5e8 img.shogun-image {
    
    width: px;
  }


#s-dad69395-2942-49ad-a861-4d9e8559b5e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b515825-c613-462f-9a48-71a49e062daa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b515825-c613-462f-9a48-71a49e062daa .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a921b020-d4c4-46ee-bdc2-7b88702ee163 {
  text-align: center;
}




  #s-a921b020-d4c4-46ee-bdc2-7b88702ee163 img.shogun-image {
    
    width: px;
  }


#s-a921b020-d4c4-46ee-bdc2-7b88702ee163 .shogun-image-content {
  
    align-items: center;
  
}

#s-71663f9a-f4c4-4082-acac-5e6197908d72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71663f9a-f4c4-4082-acac-5e6197908d72 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-25deccba-32f1-48be-b55a-5fde8d8ab35a {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-25deccba-32f1-48be-b55a-5fde8d8ab35a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-efd0a920-2200-41f4-82e5-a72eaf9a1347 {
  text-align: center;
}




  #s-efd0a920-2200-41f4-82e5-a72eaf9a1347 img.shogun-image {
    
    width: px;
  }


#s-efd0a920-2200-41f4-82e5-a72eaf9a1347 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcd86720-e53d-4759-961c-0ca76fdb659e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcd86720-e53d-4759-961c-0ca76fdb659e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-929bbc04-8215-4f22-ba0d-4115eecbd93c {
  text-align: center;
}




  #s-929bbc04-8215-4f22-ba0d-4115eecbd93c img.shogun-image {
    
    width: px;
  }


#s-929bbc04-8215-4f22-ba0d-4115eecbd93c .shogun-image-content {
  
    align-items: center;
  
}

#s-1a2ae5c9-7ae1-4a09-a4c3-19cc11707218 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a2ae5c9-7ae1-4a09-a4c3-19cc11707218 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea5e0471-34de-49a0-b59b-6f02299451d3 {
  text-align: center;
}




  #s-ea5e0471-34de-49a0-b59b-6f02299451d3 img.shogun-image {
    
    width: px;
  }


#s-ea5e0471-34de-49a0-b59b-6f02299451d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea00d4b4-07f7-46b4-a333-c8fac2827eb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea00d4b4-07f7-46b4-a333-c8fac2827eb6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2427c9dd-c369-477d-8d8d-6f56f8b70f44 {
  text-align: center;
}




  #s-2427c9dd-c369-477d-8d8d-6f56f8b70f44 img.shogun-image {
    
    width: px;
  }


#s-2427c9dd-c369-477d-8d8d-6f56f8b70f44 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4323cb6-096b-4fcf-82ec-e5dfb557e842 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4323cb6-096b-4fcf-82ec-e5dfb557e842 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc4c120d-0bbf-4d50-9761-5ad01f69d944 {
  min-height: 50px;
background-color: rgba(246, 196, 207, 0.51);
}








#s-bc4c120d-0bbf-4d50-9761-5ad01f69d944 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc4c120d-0bbf-4d50-9761-5ad01f69d944.shg-box.shg-c {
  justify-content: center;
}

#s-67917e12-e89d-4e5a-9da4-13053bb9f74e {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67917e12-e89d-4e5a-9da4-13053bb9f74e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-e01ee554-088d-43d7-927e-87943d8b446f {
  margin-left: 10%;
margin-right: 10%;
}

#s-e01ee554-088d-43d7-927e-87943d8b446f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-90290b86-4833-4bea-b7a2-6742a1d445d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-82764f1f-8eb2-4933-8d8d-d991719a80fb {
  min-height: 50px;
}








#s-82764f1f-8eb2-4933-8d8d-d991719a80fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82764f1f-8eb2-4933-8d8d-d991719a80fb.shg-box.shg-c {
  justify-content: center;
}

#s-507f1985-fb00-4f00-85d3-259ab4ab40e7 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-507f1985-fb00-4f00-85d3-259ab4ab40e7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-df74b084-fb19-4417-977d-07579a8165d6 {
  text-align: center;
}




  #s-df74b084-fb19-4417-977d-07579a8165d6 img.shogun-image {
    
    width: px;
  }


#s-df74b084-fb19-4417-977d-07579a8165d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-55fbcff4-167e-4520-92b3-3617fe94d818 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-55fbcff4-167e-4520-92b3-3617fe94d818 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7a57381a-f168-4112-acbd-12871f26db16 {
  background-color: rgba(255, 255, 255, 1);
}

#s-2b952ee0-1e21-4895-a079-15961e7a6e23 {
  text-align: center;
}




  #s-2b952ee0-1e21-4895-a079-15961e7a6e23 img.shogun-image {
    
    width: px;
  }


#s-2b952ee0-1e21-4895-a079-15961e7a6e23 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab617ec3-5b32-4fa9-bacf-780821561b01 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ab617ec3-5b32-4fa9-bacf-780821561b01 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e37286a7-8f1f-4080-81bb-5aeb6edcfcd0 {
  background-color: rgba(255, 255, 255, 1);
}

#s-49a46785-0a0e-4faf-9941-e9bac3d86a70 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0px;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-49a46785-0a0e-4faf-9941-e9bac3d86a70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49a46785-0a0e-4faf-9941-e9bac3d86a70 {
  cursor: pointer;
}#s-49a46785-0a0e-4faf-9941-e9bac3d86a70.shg-box.shg-c {
  justify-content: center;
}

#s-f777b6a9-00eb-45ab-a2b9-05d848ee6bc2 {
  border-style: solid;
margin-top: 280px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f777b6a9-00eb-45ab-a2b9-05d848ee6bc2:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f777b6a9-00eb-45ab-a2b9-05d848ee6bc2:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-f777b6a9-00eb-45ab-a2b9-05d848ee6bc2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-a02e0495-1c18-4734-a494-00d611018b82 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a02e0495-1c18-4734-a494-00d611018b82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-7023fc07-962b-4945-9ea8-6f50a46132d1 {
  min-height: 50px;
}








#s-7023fc07-962b-4945-9ea8-6f50a46132d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7023fc07-962b-4945-9ea8-6f50a46132d1.shg-box.shg-c {
  justify-content: center;
}

#s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ce4f1d2-a027-4ca4-b9f5-9b2a287464ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2d5dfc4-0298-4bee-be77-88bbeedc252a {
  text-align: center;
}




  #s-f2d5dfc4-0298-4bee-be77-88bbeedc252a img.shogun-image {
    
    width: px;
  }


#s-f2d5dfc4-0298-4bee-be77-88bbeedc252a .shogun-image-content {
  
    align-items: center;
  
}

#s-6e17a737-8470-4f57-b65e-30f8c104fdea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6e17a737-8470-4f57-b65e-30f8c104fdea .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a538f4ca-552e-4361-a1bd-497ca69679e6 {
  background-color: rgba(255, 255, 255, 1);
}

#s-78c5ee82-28b3-4c44-aba9-0bf4d5666957 {
  text-align: center;
}




  #s-78c5ee82-28b3-4c44-aba9-0bf4d5666957 img.shogun-image {
    
    width: px;
  }


#s-78c5ee82-28b3-4c44-aba9-0bf4d5666957 .shogun-image-content {
  
    align-items: center;
  
}

#s-11410f10-aaf3-42e3-9642-ae39e1080191 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-11410f10-aaf3-42e3-9642-ae39e1080191 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5dbe3e7e-4307-4cf3-b0df-7dc478e7a40c {
  background-color: rgba(255, 255, 255, 1);
}

#s-70253891-2bf1-4ac8-b41c-e708dbe3f561 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-70253891-2bf1-4ac8-b41c-e708dbe3f561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70253891-2bf1-4ac8-b41c-e708dbe3f561 {
  cursor: pointer;
}#s-70253891-2bf1-4ac8-b41c-e708dbe3f561.shg-box.shg-c {
  justify-content: center;
}

#s-7c951fd8-b692-47c4-a58a-4182fad1b3bd {
  border-style: solid;
margin-top: 280px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7c951fd8-b692-47c4-a58a-4182fad1b3bd:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7c951fd8-b692-47c4-a58a-4182fad1b3bd:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-7c951fd8-b692-47c4-a58a-4182fad1b3bd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-2cc8834c-cc01-4017-ab0a-fec3e675930a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-2cc8834c-cc01-4017-ab0a-fec3e675930a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-f2109c36-30b6-4011-8f85-b3d2106a1428 {
  min-height: 50px;
}








#s-f2109c36-30b6-4011-8f85-b3d2106a1428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2109c36-30b6-4011-8f85-b3d2106a1428.shg-box.shg-c {
  justify-content: center;
}

#s-fd528f32-c38e-41f3-8497-c02d853b6361 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd528f32-c38e-41f3-8497-c02d853b6361"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4421d011-10e6-4253-bba7-63c84c90ef6b {
  text-align: center;
}




  #s-4421d011-10e6-4253-bba7-63c84c90ef6b img.shogun-image {
    
    width: px;
  }


#s-4421d011-10e6-4253-bba7-63c84c90ef6b .shogun-image-content {
  
    align-items: center;
  
}

#s-00cab020-9a40-4145-bdc5-c6f92f325c20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-00cab020-9a40-4145-bdc5-c6f92f325c20 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eb75b27f-2ad6-463f-b285-ca965cd6a941 {
  background-color: rgba(255, 255, 255, 1);
}

#s-1e6abdea-f88a-4b97-8cd3-39b1953439e5 {
  text-align: center;
}




  #s-1e6abdea-f88a-4b97-8cd3-39b1953439e5 img.shogun-image {
    
    width: px;
  }


#s-1e6abdea-f88a-4b97-8cd3-39b1953439e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c7b89b0-b884-461b-9dc7-30496b6d51a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9c7b89b0-b884-461b-9dc7-30496b6d51a0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4b48c840-eb47-4945-bfdb-92b032999f43 {
  background-color: rgba(255, 255, 255, 1);
}

#s-ca390a55-f02e-4317-894f-843de3acf2eb {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-ca390a55-f02e-4317-894f-843de3acf2eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca390a55-f02e-4317-894f-843de3acf2eb {
  cursor: pointer;
}#s-ca390a55-f02e-4317-894f-843de3acf2eb.shg-box.shg-c {
  justify-content: center;
}

#s-ac3958a3-e8de-4a5f-8ff0-84414caffe4d {
  border-style: solid;
margin-top: 300px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ac3958a3-e8de-4a5f-8ff0-84414caffe4d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac3958a3-e8de-4a5f-8ff0-84414caffe4d:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-ac3958a3-e8de-4a5f-8ff0-84414caffe4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-384ee6cb-96d1-4426-9de0-3bcac50d34bb {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-384ee6cb-96d1-4426-9de0-3bcac50d34bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-5c9f2b84-b9e2-4108-afc2-16eefb1d7d82 {
  min-height: 50px;
}








#s-5c9f2b84-b9e2-4108-afc2-16eefb1d7d82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c9f2b84-b9e2-4108-afc2-16eefb1d7d82.shg-box.shg-c {
  justify-content: center;
}

#s-706c326b-2507-4245-9ce1-c771c238260d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-706c326b-2507-4245-9ce1-c771c238260d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-283cab0c-a867-4ee6-be12-76ce20f612f0 {
  text-align: center;
}




  #s-283cab0c-a867-4ee6-be12-76ce20f612f0 img.shogun-image {
    
    width: px;
  }


#s-283cab0c-a867-4ee6-be12-76ce20f612f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e747ffe-27cf-4754-802f-b1da3e143c40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7e747ffe-27cf-4754-802f-b1da3e143c40 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-575d7cae-d623-41df-b7bd-96b0ed8adaf0 {
  background-color: rgba(255, 255, 255, 1);
}

#s-6ae976a4-b9dd-42b8-b3ee-ce94e718abe7 {
  text-align: center;
}




  #s-6ae976a4-b9dd-42b8-b3ee-ce94e718abe7 img.shogun-image {
    
    width: px;
  }


#s-6ae976a4-b9dd-42b8-b3ee-ce94e718abe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-946d93b8-aea7-400f-ac3f-d50a5a1239b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-946d93b8-aea7-400f-ac3f-d50a5a1239b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1358a325-be06-4e2a-b3d3-81a61ad8acc3 {
  background-color: rgba(255, 255, 255, 1);
}

#s-8dd0cb25-65ec-4f31-a229-b09cf857fca0 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-8dd0cb25-65ec-4f31-a229-b09cf857fca0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dd0cb25-65ec-4f31-a229-b09cf857fca0 {
  cursor: pointer;
}#s-8dd0cb25-65ec-4f31-a229-b09cf857fca0.shg-box.shg-c {
  justify-content: center;
}

#s-472c8041-e9c1-491d-b792-ef8fc68c83d3 {
  border-style: solid;
margin-top: 300px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-472c8041-e9c1-491d-b792-ef8fc68c83d3:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-472c8041-e9c1-491d-b792-ef8fc68c83d3:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-472c8041-e9c1-491d-b792-ef8fc68c83d3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-8007061e-f7f8-4625-9977-0613342c9781 {
  padding-top: 15px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8007061e-f7f8-4625-9977-0613342c9781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8007061e-f7f8-4625-9977-0613342c9781.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6ba55d2-659d-4047-8910-c495f1ce8584 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6ba55d2-659d-4047-8910-c495f1ce8584 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-ec88aa7a-f35b-4697-ae01-354586a6eb9d {
  margin-left: 10%;
margin-right: 10%;
}

#s-ec88aa7a-f35b-4697-ae01-354586a6eb9d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-829986e6-20c3-4842-b520-12f30980cf6c {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
}








#s-829986e6-20c3-4842-b520-12f30980cf6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-829986e6-20c3-4842-b520-12f30980cf6c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e {
  margin-top: 40px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f4a8dbc9-5ae5-4f1a-b8dc-91aa765c2f8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f262ae6b-f6d1-41cf-bd93-28a759d7757b {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-f262ae6b-f6d1-41cf-bd93-28a759d7757b img.shogun-image {
    
    width: px;
  }


#s-f262ae6b-f6d1-41cf-bd93-28a759d7757b .shogun-image-content {
  
    align-items: center;
  
}

#s-9cd62b38-9f25-434a-9340-c1c2c05424aa {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-9cd62b38-9f25-434a-9340-c1c2c05424aa img.shogun-image {
    
    width: px;
  }


#s-9cd62b38-9f25-434a-9340-c1c2c05424aa .shogun-image-content {
  
    align-items: center;
  
}

#s-1c19c6e4-061e-444d-b842-3d67692ff32f {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c19c6e4-061e-444d-b842-3d67692ff32f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-228b1b08-972c-4c2e-8ec4-d82e8c009a3d {
  margin-left: 10%;
margin-right: 10%;
}

#s-228b1b08-972c-4c2e-8ec4-d82e8c009a3d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e5c22eb3-51f2-49fa-ae63-70fffa4e4f56"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3b732218-3fa3-4a86-9817-c5fe90ea489e {
  text-align: center;
}




  #s-3b732218-3fa3-4a86-9817-c5fe90ea489e img.shogun-image {
    
    width: px;
  }


#s-3b732218-3fa3-4a86-9817-c5fe90ea489e .shogun-image-content {
  
    align-items: center;
  
}

#s-c6435df7-7b48-4c90-88ae-b78a37c99512 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6435df7-7b48-4c90-88ae-b78a37c99512 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-981dbd6d-9049-485a-887f-5bc095b2bfba {
  text-align: center;
}




  #s-981dbd6d-9049-485a-887f-5bc095b2bfba img.shogun-image {
    
    width: px;
  }


#s-981dbd6d-9049-485a-887f-5bc095b2bfba .shogun-image-content {
  
    align-items: center;
  
}

#s-ee5ac18c-0391-43cb-bfd2-d66822b483b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee5ac18c-0391-43cb-bfd2-d66822b483b4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5ecf02b4-dc39-4358-867b-f19eae36702f {
  text-align: center;
}




  #s-5ecf02b4-dc39-4358-867b-f19eae36702f img.shogun-image {
    
    width: px;
  }


#s-5ecf02b4-dc39-4358-867b-f19eae36702f .shogun-image-content {
  
    align-items: center;
  
}

#s-bb46a58e-1fcc-4a4f-a588-894f1fbbbb55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb46a58e-1fcc-4a4f-a588-894f1fbbbb55 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b6835e2c-5b4a-4811-82ac-4f5a02ae743e {
  text-align: center;
}




  #s-b6835e2c-5b4a-4811-82ac-4f5a02ae743e img.shogun-image {
    
    width: px;
  }


#s-b6835e2c-5b4a-4811-82ac-4f5a02ae743e .shogun-image-content {
  
    align-items: center;
  
}

#s-1b32d3e7-a0c0-482c-ab38-0b3c45fdfac6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b32d3e7-a0c0-482c-ab38-0b3c45fdfac6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-502af8b9-0dad-4ae4-8a57-ae3c6f5bccfc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-df6732fa-f6eb-4d4d-be69-a447fcff15fb {
  text-align: center;
}




  #s-df6732fa-f6eb-4d4d-be69-a447fcff15fb img.shogun-image {
    
    width: px;
  }


#s-df6732fa-f6eb-4d4d-be69-a447fcff15fb .shogun-image-content {
  
    align-items: center;
  
}

#s-a19b8554-0586-47fd-b744-c0ddac0ca086 {
  text-align: center;
}




  #s-a19b8554-0586-47fd-b744-c0ddac0ca086 img.shogun-image {
    
    width: px;
  }


#s-a19b8554-0586-47fd-b744-c0ddac0ca086 .shogun-image-content {
  
    align-items: center;
  
}

#s-954f6e84-ba30-463a-be2e-38302d0edb3e {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-954f6e84-ba30-463a-be2e-38302d0edb3e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-954f6e84-ba30-463a-be2e-38302d0edb3e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-954f6e84-ba30-463a-be2e-38302d0edb3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-654dad24-f5c9-47fb-8a28-8995ac844751 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-654dad24-f5c9-47fb-8a28-8995ac844751 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-a9a1d14c-9a6c-43fd-88df-d978d2c936ea {
  margin-left: 10%;
margin-right: 10%;
}

#s-a9a1d14c-9a6c-43fd-88df-d978d2c936ea hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-3a3cf601-ce94-4e44-adf1-701db0894006 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3a3cf601-ce94-4e44-adf1-701db0894006"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d3fffc62-814a-4efb-ae8d-2abc70ece9d1 {
  text-align: center;
}




  #s-d3fffc62-814a-4efb-ae8d-2abc70ece9d1 img.shogun-image {
    
    width: px;
  }


#s-d3fffc62-814a-4efb-ae8d-2abc70ece9d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-06d955d8-03b8-409d-b228-0542215faab1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06d955d8-03b8-409d-b228-0542215faab1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ea5b565-65c2-4d10-99f1-c0048c2f5a0a {
  text-align: center;
}




  #s-6ea5b565-65c2-4d10-99f1-c0048c2f5a0a img.shogun-image {
    
    width: px;
  }


#s-6ea5b565-65c2-4d10-99f1-c0048c2f5a0a .shogun-image-content {
  
    align-items: center;
  
}

#s-20323f27-f7b7-4725-995b-a3bca5a035e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20323f27-f7b7-4725-995b-a3bca5a035e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fbf2b80-b611-4863-b699-9c2e305d08be {
  text-align: center;
}




  #s-8fbf2b80-b611-4863-b699-9c2e305d08be img.shogun-image {
    
    width: px;
  }


#s-8fbf2b80-b611-4863-b699-9c2e305d08be .shogun-image-content {
  
    align-items: center;
  
}

#s-b78bfcfb-ef10-4ddc-a631-479790890f56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b78bfcfb-ef10-4ddc-a631-479790890f56 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-231d2990-1b05-4c3b-975c-0bb8ba060b2a {
  text-align: center;
}




  #s-231d2990-1b05-4c3b-975c-0bb8ba060b2a img.shogun-image {
    
    width: px;
  }


#s-231d2990-1b05-4c3b-975c-0bb8ba060b2a .shogun-image-content {
  
    align-items: center;
  
}

#s-926c8214-6c9c-4830-9bda-c359b8d66ceb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-926c8214-6c9c-4830-9bda-c359b8d66ceb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-de94efd1-1b94-4dc9-8ba9-14c994787708 {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-de94efd1-1b94-4dc9-8ba9-14c994787708"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-43763a42-a1c7-46f8-9993-536b2a243864 {
  text-align: center;
}




  #s-43763a42-a1c7-46f8-9993-536b2a243864 img.shogun-image {
    
    width: px;
  }


#s-43763a42-a1c7-46f8-9993-536b2a243864 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e4bdc03-79a7-4ad3-b1fb-c6ac7c100ed0 {
  text-align: center;
}




  #s-1e4bdc03-79a7-4ad3-b1fb-c6ac7c100ed0 img.shogun-image {
    
    width: px;
  }


#s-1e4bdc03-79a7-4ad3-b1fb-c6ac7c100ed0 .shogun-image-content {
  
    align-items: center;
  
}

#s-308caa0e-05bf-41bb-9c98-dcf729ee5f40 {
  text-align: center;
}




  #s-308caa0e-05bf-41bb-9c98-dcf729ee5f40 img.shogun-image {
    
    width: px;
  }


#s-308caa0e-05bf-41bb-9c98-dcf729ee5f40 .shogun-image-content {
  
    align-items: center;
  
}

#s-f235e99e-2b27-4044-8032-fada1f06bb8d {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f235e99e-2b27-4044-8032-fada1f06bb8d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f235e99e-2b27-4044-8032-fada1f06bb8d:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-f235e99e-2b27-4044-8032-fada1f06bb8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-5f882508-1ace-41d4-ad3c-01bf02b499a9 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f882508-1ace-41d4-ad3c-01bf02b499a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-0e0fa2ee-63b6-4d0c-909c-dc7cb2e100d1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-0e0fa2ee-63b6-4d0c-909c-dc7cb2e100d1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-90e1e40e-e5c1-4846-b2d4-a2a83c04481a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f4f83247-b26b-4dc1-b98a-d62b77f30489 {
  text-align: center;
}




  #s-f4f83247-b26b-4dc1-b98a-d62b77f30489 img.shogun-image {
    
    width: px;
  }


#s-f4f83247-b26b-4dc1-b98a-d62b77f30489 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ec0eec6-93eb-4fad-a0af-3b747597357d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ec0eec6-93eb-4fad-a0af-3b747597357d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eeaa2568-a8f5-4ed7-976f-8ca14a8f0c47 {
  text-align: center;
}




  #s-eeaa2568-a8f5-4ed7-976f-8ca14a8f0c47 img.shogun-image {
    
    width: px;
  }


#s-eeaa2568-a8f5-4ed7-976f-8ca14a8f0c47 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0c3d20b-31e5-4f72-bbfe-2cd551e7055e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0c3d20b-31e5-4f72-bbfe-2cd551e7055e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c9d2e153-08ec-48cf-97c5-4471dc067575 {
  text-align: center;
}




  #s-c9d2e153-08ec-48cf-97c5-4471dc067575 img.shogun-image {
    
    width: px;
  }


#s-c9d2e153-08ec-48cf-97c5-4471dc067575 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cefabc0-743a-48de-955c-02dded09af53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cefabc0-743a-48de-955c-02dded09af53 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-42d16872-ac67-4ed1-aaf1-6f14793973af {
  text-align: center;
}




  #s-42d16872-ac67-4ed1-aaf1-6f14793973af img.shogun-image {
    
    width: px;
  }


#s-42d16872-ac67-4ed1-aaf1-6f14793973af .shogun-image-content {
  
    align-items: center;
  
}

#s-bcb741a0-a4ea-4a1c-ac3f-dcb6a90691b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcb741a0-a4ea-4a1c-ac3f-dcb6a90691b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c9694479-ca7d-4c20-943c-7780fd4a3b26 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-c9694479-ca7d-4c20-943c-7780fd4a3b26 img.shogun-image {
    
    width: px;
  }


#s-c9694479-ca7d-4c20-943c-7780fd4a3b26 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6292c1b-a22c-4467-a81d-b4dbc62fdebd {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a6292c1b-a22c-4467-a81d-b4dbc62fdebd:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a6292c1b-a22c-4467-a81d-b4dbc62fdebd:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-a6292c1b-a22c-4467-a81d-b4dbc62fdebd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-e722da7d-6c1d-461a-9d78-a9944c667a10 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e722da7d-6c1d-461a-9d78-a9944c667a10 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-ef0d7907-3bf4-410c-aad2-1213b0219eb8 {
  margin-left: 10%;
margin-right: 10%;
}

#s-ef0d7907-3bf4-410c-aad2-1213b0219eb8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-299e561c-c513-46be-bf13-8fba71fc6d4a {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-299e561c-c513-46be-bf13-8fba71fc6d4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-715d545f-d96b-4f8d-b700-f18709781d3a {
  text-align: center;
}




  #s-715d545f-d96b-4f8d-b700-f18709781d3a img.shogun-image {
    
    width: px;
  }


#s-715d545f-d96b-4f8d-b700-f18709781d3a .shogun-image-content {
  
    align-items: center;
  
}

#s-5a446cca-fa0b-4661-b5ee-fb19d369235f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a446cca-fa0b-4661-b5ee-fb19d369235f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-51f8404f-0f18-4853-b956-e668912e20aa {
  text-align: center;
}




  #s-51f8404f-0f18-4853-b956-e668912e20aa img.shogun-image {
    
    width: px;
  }


#s-51f8404f-0f18-4853-b956-e668912e20aa .shogun-image-content {
  
    align-items: center;
  
}

#s-39aa9022-9db3-41de-ad5b-42494d4f789d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39aa9022-9db3-41de-ad5b-42494d4f789d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd867c7d-72c0-405a-9880-e30a1e708351 {
  text-align: center;
}




  #s-bd867c7d-72c0-405a-9880-e30a1e708351 img.shogun-image {
    
    width: px;
  }


#s-bd867c7d-72c0-405a-9880-e30a1e708351 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0311923-856c-4108-b00e-222825b64bac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0311923-856c-4108-b00e-222825b64bac .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5281e5c9-cce2-4e9e-95ee-6886c9d74a63 {
  text-align: center;
}




  #s-5281e5c9-cce2-4e9e-95ee-6886c9d74a63 img.shogun-image {
    
    width: px;
  }


#s-5281e5c9-cce2-4e9e-95ee-6886c9d74a63 .shogun-image-content {
  
    align-items: center;
  
}

#s-43b5b719-a499-4093-b7db-4a0b006076e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43b5b719-a499-4093-b7db-4a0b006076e2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24bb3821-c682-44b3-8e9b-7d60a26b4bb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d05d7490-4c7d-41fd-b29b-705c26500c02 {
  text-align: center;
}




  #s-d05d7490-4c7d-41fd-b29b-705c26500c02 img.shogun-image {
    
    width: px;
  }


#s-d05d7490-4c7d-41fd-b29b-705c26500c02 .shogun-image-content {
  
    align-items: center;
  
}

#s-37e28477-3d6d-4082-bac8-40d946143f96 {
  text-align: center;
}




  #s-37e28477-3d6d-4082-bac8-40d946143f96 img.shogun-image {
    
    width: px;
  }


#s-37e28477-3d6d-4082-bac8-40d946143f96 .shogun-image-content {
  
    align-items: center;
  
}

#s-be3217c7-9649-419e-8530-831ff1a90b0b {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-be3217c7-9649-419e-8530-831ff1a90b0b:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-be3217c7-9649-419e-8530-831ff1a90b0b:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-be3217c7-9649-419e-8530-831ff1a90b0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-99c6efe8-3d29-432c-8dae-73b810c836c7 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99c6efe8-3d29-432c-8dae-73b810c836c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-194ce39f-dc9c-43a9-832c-b8de2d75e284 {
  margin-left: 10%;
margin-right: 10%;
}

#s-194ce39f-dc9c-43a9-832c-b8de2d75e284 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-05ab9e52-d148-4ba8-a992-7495076db1b7 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-05ab9e52-d148-4ba8-a992-7495076db1b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-665404a5-a34f-4a10-9565-19924cf6b4ed {
  text-align: center;
}




  #s-665404a5-a34f-4a10-9565-19924cf6b4ed img.shogun-image {
    
    width: px;
  }


#s-665404a5-a34f-4a10-9565-19924cf6b4ed .shogun-image-content {
  
    align-items: center;
  
}

#s-3f59e13b-1728-4425-9cfa-9bf68b6ee78f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f59e13b-1728-4425-9cfa-9bf68b6ee78f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-72f41078-fc3e-49eb-b4c7-35413dcdeeb3 {
  text-align: center;
}




  #s-72f41078-fc3e-49eb-b4c7-35413dcdeeb3 img.shogun-image {
    
    width: px;
  }


#s-72f41078-fc3e-49eb-b4c7-35413dcdeeb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-78ea1e8a-fc99-4a48-9881-4bc7c918b3ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78ea1e8a-fc99-4a48-9881-4bc7c918b3ca .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-18eb7fb3-716a-468f-9694-7bb5e644359c {
  text-align: center;
}




  #s-18eb7fb3-716a-468f-9694-7bb5e644359c img.shogun-image {
    
    width: px;
  }


#s-18eb7fb3-716a-468f-9694-7bb5e644359c .shogun-image-content {
  
    align-items: center;
  
}

#s-55cd1e20-09e5-431d-b754-eee81cd62a81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55cd1e20-09e5-431d-b754-eee81cd62a81 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3c3e912-e358-431f-9055-d2cfb4f5fbc1 {
  text-align: center;
}




  #s-c3c3e912-e358-431f-9055-d2cfb4f5fbc1 img.shogun-image {
    
    width: px;
  }


#s-c3c3e912-e358-431f-9055-d2cfb4f5fbc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d1d22b9-6ca1-4ea6-920a-ef3bf711d98c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d1d22b9-6ca1-4ea6-920a-ef3bf711d98c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-872dffda-5bdf-4ba3-a2d1-c0bcc5b35941"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-75a2e655-2e3d-463b-a12f-d60afa943996 {
  text-align: center;
}




  #s-75a2e655-2e3d-463b-a12f-d60afa943996 img.shogun-image {
    
    width: px;
  }


#s-75a2e655-2e3d-463b-a12f-d60afa943996 .shogun-image-content {
  
    align-items: center;
  
}

#s-95f4acbc-6b21-41a2-9050-a5f694a8d850 {
  text-align: center;
}




  #s-95f4acbc-6b21-41a2-9050-a5f694a8d850 img.shogun-image {
    
    width: px;
  }


#s-95f4acbc-6b21-41a2-9050-a5f694a8d850 .shogun-image-content {
  
    align-items: center;
  
}

#s-593b1e06-a306-4859-9248-dc418798d974 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-593b1e06-a306-4859-9248-dc418798d974:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-593b1e06-a306-4859-9248-dc418798d974:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-593b1e06-a306-4859-9248-dc418798d974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-69f31e35-71c2-4417-bf10-fcb3b78b56c3 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69f31e35-71c2-4417-bf10-fcb3b78b56c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-28e4559f-e377-4a54-9fb6-62a78128cb47 {
  margin-left: 10%;
margin-right: 10%;
}

#s-28e4559f-e377-4a54-9fb6-62a78128cb47 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-0da44109-f60c-4721-a356-9fca65d7d10c {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0da44109-f60c-4721-a356-9fca65d7d10c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8a7d14c7-607f-4c7a-b48e-7ffed700633e {
  text-align: center;
}




  #s-8a7d14c7-607f-4c7a-b48e-7ffed700633e img.shogun-image {
    
    width: px;
  }


#s-8a7d14c7-607f-4c7a-b48e-7ffed700633e .shogun-image-content {
  
    align-items: center;
  
}

#s-807f2b9d-beee-438d-b8f9-3d9c4af85d27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-807f2b9d-beee-438d-b8f9-3d9c4af85d27 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0ef422ea-686e-4f5a-9139-e17efbccb85f {
  text-align: center;
}




  #s-0ef422ea-686e-4f5a-9139-e17efbccb85f img.shogun-image {
    
    width: px;
  }


#s-0ef422ea-686e-4f5a-9139-e17efbccb85f .shogun-image-content {
  
    align-items: center;
  
}

#s-5680d07f-e4b1-447a-ac47-91241b56449a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5680d07f-e4b1-447a-ac47-91241b56449a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5789a9d-1ece-4aef-8245-33d6f1afa4a6 {
  text-align: center;
}




  #s-f5789a9d-1ece-4aef-8245-33d6f1afa4a6 img.shogun-image {
    
    width: px;
  }


#s-f5789a9d-1ece-4aef-8245-33d6f1afa4a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad1e0744-86c1-4622-8b33-da6d21ad9ea2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad1e0744-86c1-4622-8b33-da6d21ad9ea2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8985c2f6-21a0-49e9-b1bd-0114b38e8dfa {
  text-align: center;
}




  #s-8985c2f6-21a0-49e9-b1bd-0114b38e8dfa img.shogun-image {
    
    width: px;
  }


#s-8985c2f6-21a0-49e9-b1bd-0114b38e8dfa .shogun-image-content {
  
    align-items: center;
  
}

#s-27b9f45e-3fab-4545-8c7e-f6284eeb234c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27b9f45e-3fab-4545-8c7e-f6284eeb234c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-faa3f987-fd28-46d0-a1cf-60925581fa24 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-faa3f987-fd28-46d0-a1cf-60925581fa24"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bfedefb2-b0f6-4c32-b88a-5562e325d215 {
  text-align: center;
}




  #s-bfedefb2-b0f6-4c32-b88a-5562e325d215 img.shogun-image {
    
    width: px;
  }


#s-bfedefb2-b0f6-4c32-b88a-5562e325d215 .shogun-image-content {
  
    align-items: center;
  
}

#s-87c02216-25fc-4638-9150-03297ddb70ed {
  text-align: center;
}




  #s-87c02216-25fc-4638-9150-03297ddb70ed img.shogun-image {
    
    width: px;
  }


#s-87c02216-25fc-4638-9150-03297ddb70ed .shogun-image-content {
  
    align-items: center;
  
}

#s-c934131b-a5ae-45e5-a9bb-4529979a48b5 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c934131b-a5ae-45e5-a9bb-4529979a48b5:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c934131b-a5ae-45e5-a9bb-4529979a48b5:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-c934131b-a5ae-45e5-a9bb-4529979a48b5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-aa92ccc9-b453-4289-8ebe-ab724e363ee8 {
  margin-top: 80px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-aa92ccc9-b453-4289-8ebe-ab724e363ee8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

#s-b82b8a44-0446-4c27-bd8c-69934ee76e84 {
  text-align: center;
}




  #s-b82b8a44-0446-4c27-bd8c-69934ee76e84 img.shogun-image {
    
    width: px;
  }


#s-b82b8a44-0446-4c27-bd8c-69934ee76e84 .shogun-image-content {
  
    align-items: center;
  
}

#s-134a3b67-a26d-4468-9390-8d41124681f0 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-134a3b67-a26d-4468-9390-8d41124681f0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-134a3b67-a26d-4468-9390-8d41124681f0:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-134a3b67-a26d-4468-9390-8d41124681f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-bae20ad4-4d61-4371-bd2d-7d3e86eed155 {
  text-align: center;
}




  #s-bae20ad4-4d61-4371-bd2d-7d3e86eed155 img.shogun-image {
    
    width: px;
  }


#s-bae20ad4-4d61-4371-bd2d-7d3e86eed155 .shogun-image-content {
  
    align-items: center;
  
}

#s-f609aa23-7111-4f5c-8a51-d0afa5650f5d {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f609aa23-7111-4f5c-8a51-d0afa5650f5d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f609aa23-7111-4f5c-8a51-d0afa5650f5d:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-f609aa23-7111-4f5c-8a51-d0afa5650f5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-d479cef0-11b7-40e8-8db6-0996b9a8d2ad {
  text-align: center;
}




  #s-d479cef0-11b7-40e8-8db6-0996b9a8d2ad img.shogun-image {
    
    width: px;
  }


#s-d479cef0-11b7-40e8-8db6-0996b9a8d2ad .shogun-image-content {
  
    align-items: center;
  
}

#s-cab3b755-393a-4e59-b166-95749897420c {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cab3b755-393a-4e59-b166-95749897420c:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cab3b755-393a-4e59-b166-95749897420c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-cab3b755-393a-4e59-b166-95749897420c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-9e67b906-50a2-41aa-8133-d57786abd759 {
  text-align: center;
}




  #s-9e67b906-50a2-41aa-8133-d57786abd759 img.shogun-image {
    
    width: px;
  }


#s-9e67b906-50a2-41aa-8133-d57786abd759 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f6fc943-9da1-4a81-8d40-9c22407de985 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2f6fc943-9da1-4a81-8d40-9c22407de985:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2f6fc943-9da1-4a81-8d40-9c22407de985:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-2f6fc943-9da1-4a81-8d40-9c22407de985.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-193bd71a-b2cd-42ea-93e5-d263d7d8c939 {
  text-align: center;
}




  #s-193bd71a-b2cd-42ea-93e5-d263d7d8c939 img.shogun-image {
    
    width: px;
  }


#s-193bd71a-b2cd-42ea-93e5-d263d7d8c939 .shogun-image-content {
  
    align-items: center;
  
}

#s-99de5625-7573-4ddb-996f-9a970a0c2273 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-99de5625-7573-4ddb-996f-9a970a0c2273:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-99de5625-7573-4ddb-996f-9a970a0c2273:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-99de5625-7573-4ddb-996f-9a970a0c2273.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-61eba760-0edf-499f-ab2a-9adb6d989349 {
  text-align: center;
}




  #s-61eba760-0edf-499f-ab2a-9adb6d989349 img.shogun-image {
    
    width: px;
  }


#s-61eba760-0edf-499f-ab2a-9adb6d989349 .shogun-image-content {
  
    align-items: center;
  
}

#s-792f198a-b495-40d3-b8e4-bd594f26da9e {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-792f198a-b495-40d3-b8e4-bd594f26da9e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-792f198a-b495-40d3-b8e4-bd594f26da9e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-792f198a-b495-40d3-b8e4-bd594f26da9e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */
