.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-51aa3c24-3335-4d0e-b95b-a368c022cba1 {
  background-size: cover;
padding-top: 170px;
padding-left: 30px;
padding-bottom: 170px;
padding-right: 30px;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}








#s-51aa3c24-3335-4d0e-b95b-a368c022cba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51aa3c24-3335-4d0e-b95b-a368c022cba1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ccad594d-def3-4842-a97c-af98b8a94c04 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-ccad594d-def3-4842-a97c-af98b8a94c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccad594d-def3-4842-a97c-af98b8a94c04.shg-box.shg-c {
  justify-content: flex-start;
}

#s-49b945b1-eda2-4ca1-8dc4-317e2eb60249 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
background-color: rgba(255, 255, 255, 0.79);
}








#s-49b945b1-eda2-4ca1-8dc4-317e2eb60249 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49b945b1-eda2-4ca1-8dc4-317e2eb60249.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-bacc7fa2-e348-49a8-aaf7-ccad4b6cae70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bacc7fa2-e348-49a8-aaf7-ccad4b6cae70 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2f09ec3d-433c-4d0e-823b-e448de85740f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
max-width: 70%;
}

#s-7f7596de-bddc-4b48-99f4-d656b76ff373 {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-7f7596de-bddc-4b48-99f4-d656b76ff373 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f7596de-bddc-4b48-99f4-d656b76ff373.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4602806d-379d-4a60-b355-c84d8f3156c3 {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-4602806d-379d-4a60-b355-c84d8f3156c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4602806d-379d-4a60-b355-c84d8f3156c3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eed01e5e-0325-4de9-96ee-4b6ad4a3f9dc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-eed01e5e-0325-4de9-96ee-4b6ad4a3f9dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed01e5e-0325-4de9-96ee-4b6ad4a3f9dc.shg-box.shg-c {
  justify-content: flex-start;
}

.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-410b64f5-35fe-4363-9c1c-3645df222013 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-410b64f5-35fe-4363-9c1c-3645df222013"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-073e5e1e-b73f-46d5-ba08-3bee3a0e00ef {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-073e5e1e-b73f-46d5-ba08-3bee3a0e00ef img.shogun-image {
    
    width: px;
  }


#s-073e5e1e-b73f-46d5-ba08-3bee3a0e00ef .shogun-image-content {
  
    align-items: center;
  
}

#s-3f83af2f-fa4d-4653-86c9-5fd521d12f19 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-3f83af2f-fa4d-4653-86c9-5fd521d12f19 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3f83af2f-fa4d-4653-86c9-5fd521d12f19 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-c7d436f2-28ec-44f5-bbd3-d7cef414f118 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-b352fa56-0d3a-4eb8-8eba-3ea7e95977fd {
  padding-left: 20px;
padding-right: 20px;
}

#s-6c682efa-4e27-4160-ad4f-e3771b83de7c {
  padding-left: 20px;
padding-right: 20px;
}

#s-6c682efa-4e27-4160-ad4f-e3771b83de7c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-33ae633f-26e5-4291-8db5-f17b022fae3e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33ae633f-26e5-4291-8db5-f17b022fae3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dbd304da-b086-4138-a6f6-70b7b8bb50ca {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-dbd304da-b086-4138-a6f6-70b7b8bb50ca img.shogun-image {
    
    width: px;
  }


#s-dbd304da-b086-4138-a6f6-70b7b8bb50ca .shogun-image-content {
  
    align-items: center;
  
}

#s-8e6c219a-ff23-4909-95d4-81abecbe4ff6 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-8e6c219a-ff23-4909-95d4-81abecbe4ff6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-8e6c219a-ff23-4909-95d4-81abecbe4ff6 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-129d7411-9b1e-4364-80ed-96b0cf52fdf0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-6b6775f2-a9d8-4f16-abdb-0c813715043e {
  padding-left: 20px;
padding-right: 20px;
}

#s-08e63f26-b4b5-4a89-b5d8-b79576227de7 {
  padding-left: 20px;
padding-right: 20px;
}

#s-08e63f26-b4b5-4a89-b5d8-b79576227de7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cacb876e-dc71-4a22-bdd9-0860cb6bbd62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-051ee39a-1bc1-4e49-b237-c0d81129c556 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-051ee39a-1bc1-4e49-b237-c0d81129c556 img.shogun-image {
    
    width: px;
  }


#s-051ee39a-1bc1-4e49-b237-c0d81129c556 .shogun-image-content {
  
    align-items: center;
  
}

#s-02ad961c-3604-40c6-a2c3-269ea9d36e13 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-02ad961c-3604-40c6-a2c3-269ea9d36e13 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-02ad961c-3604-40c6-a2c3-269ea9d36e13 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-896dad79-649b-4191-9a3c-787afd033e41 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-abd37e7c-7d87-4fb0-bf67-6014b6b93226 {
  padding-left: 20px;
padding-right: 20px;
}

#s-282a2cb6-aa69-4d8d-a051-541dceec92cc {
  padding-left: 20px;
padding-right: 20px;
}

#s-282a2cb6-aa69-4d8d-a051-541dceec92cc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1cef41aa-51e4-411d-bca6-3c83d2a8dda1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9fc4365b-6a22-415c-a54c-57b494a3941c {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-9fc4365b-6a22-415c-a54c-57b494a3941c img.shogun-image {
    
    width: px;
  }


#s-9fc4365b-6a22-415c-a54c-57b494a3941c .shogun-image-content {
  
    align-items: center;
  
}

#s-b82d7a47-566a-4fdf-8ca1-0f738848c936 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-b82d7a47-566a-4fdf-8ca1-0f738848c936 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-b82d7a47-566a-4fdf-8ca1-0f738848c936 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-fbfce00d-32fc-4674-a28a-df055e43e009 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-f71bfcf4-a299-47de-8612-9f6435725ea3 {
  padding-left: 20px;
padding-right: 20px;
}

#s-8cc6069a-a1b9-4616-ac65-7ed1614ec3a2 {
  padding-left: 20px;
padding-right: 20px;
}

#s-8cc6069a-a1b9-4616-ac65-7ed1614ec3a2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd20426d-08b9-4c04-b6ea-d9c7b0af7259"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e95719d6-e5bf-4398-8cc5-0791994e52f7 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-e95719d6-e5bf-4398-8cc5-0791994e52f7 img.shogun-image {
    
    width: px;
  }


#s-e95719d6-e5bf-4398-8cc5-0791994e52f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-27bb7a33-918e-4ad4-badd-3e1323e4bc5e {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-27bb7a33-918e-4ad4-badd-3e1323e4bc5e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-27bb7a33-918e-4ad4-badd-3e1323e4bc5e .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-a792d96f-a270-497e-8808-20eb3e3012e5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-382ddca8-2815-4454-bfe6-964f14ec2eac {
  padding-left: 20px;
padding-right: 20px;
}

#s-008c481b-cf0a-4a38-88ae-ddbf862b9075 {
  padding-left: 20px;
padding-right: 20px;
}

#s-008c481b-cf0a-4a38-88ae-ddbf862b9075 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5d694301-1322-4f97-8404-b63850024c87 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d694301-1322-4f97-8404-b63850024c87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f83713d4-8f29-4deb-8e63-aaf26a43f422 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-f83713d4-8f29-4deb-8e63-aaf26a43f422 img.shogun-image {
    
    width: px;
  }


#s-f83713d4-8f29-4deb-8e63-aaf26a43f422 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ac61e74-4e5c-4c33-947e-3d2df1dbe238 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-5ac61e74-4e5c-4c33-947e-3d2df1dbe238 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-5ac61e74-4e5c-4c33-947e-3d2df1dbe238 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-c3b34c64-604e-462c-b5ee-2cd3d2343e61 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-98f22c6c-3278-4116-b9c4-36320141e5e9 {
  padding-left: 20px;
padding-right: 20px;
}

#s-e336da64-5290-4843-8853-911abfad3c8f {
  padding-left: 20px;
padding-right: 20px;
}

#s-e336da64-5290-4843-8853-911abfad3c8f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-32daec08-dde3-4f27-aa4d-c0100b896830 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-32daec08-dde3-4f27-aa4d-c0100b896830"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-557d9efe-9fee-4851-9bae-0ef4b15ac29c {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-557d9efe-9fee-4851-9bae-0ef4b15ac29c img.shogun-image {
    
    width: px;
  }


#s-557d9efe-9fee-4851-9bae-0ef4b15ac29c .shogun-image-content {
  
    align-items: center;
  
}

#s-9a830f74-9164-4365-8b5f-26a1d94607b0 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-9a830f74-9164-4365-8b5f-26a1d94607b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9a830f74-9164-4365-8b5f-26a1d94607b0 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-e23c952b-fc06-4013-93d7-9a4d56c5c1b0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-364f038c-f01a-4bc4-b24f-9c0e81a36696 {
  padding-left: 20px;
padding-right: 20px;
}

#s-ec275e8a-b1d1-4285-b26e-c8fb66ca0029 {
  padding-left: 20px;
padding-right: 20px;
}

#s-ec275e8a-b1d1-4285-b26e-c8fb66ca0029 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8dbc1a5a-d892-4a1c-b6a3-03638f6a489e {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-8dbc1a5a-d892-4a1c-b6a3-03638f6a489e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dbc1a5a-d892-4a1c-b6a3-03638f6a489e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-10f688e7-49c7-48be-84dc-9909beb9358a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-10f688e7-49c7-48be-84dc-9909beb9358a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f688e7-49c7-48be-84dc-9909beb9358a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc2f8bcf-b5f2-4dac-91a3-709548807787 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc2f8bcf-b5f2-4dac-91a3-709548807787"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f26460d0-07b8-4e6f-af01-c0f3b2b4f480 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-f26460d0-07b8-4e6f-af01-c0f3b2b4f480 img.shogun-image {
    
    width: px;
  }


#s-f26460d0-07b8-4e6f-af01-c0f3b2b4f480 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7fe9e92-ccb1-4ced-8947-b27592b37bec {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-f7fe9e92-ccb1-4ced-8947-b27592b37bec .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-f7fe9e92-ccb1-4ced-8947-b27592b37bec .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-87bc1869-aca5-4490-ad18-76567152dfaf {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-8285a61e-e537-4374-ac9f-e1b42570d8ea {
  padding-left: 20px;
padding-right: 20px;
}

#s-7754b08f-d4fa-42c7-9b71-b3822181f5a9 {
  padding-left: 20px;
padding-right: 20px;
}

#s-7754b08f-d4fa-42c7-9b71-b3822181f5a9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c094a2b5-bd6c-464e-af9a-81685735131a {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-c094a2b5-bd6c-464e-af9a-81685735131a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c094a2b5-bd6c-464e-af9a-81685735131a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5c4cb15e-c1cf-4fbd-8d44-305c35e638c3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-5c4cb15e-c1cf-4fbd-8d44-305c35e638c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c4cb15e-c1cf-4fbd-8d44-305c35e638c3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6e739b46-76cb-4d94-b71a-f27b5488466a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e739b46-76cb-4d94-b71a-f27b5488466a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-67421dcc-e1ac-4d1c-b1df-aa2ce586e11a {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-67421dcc-e1ac-4d1c-b1df-aa2ce586e11a img.shogun-image {
    
    width: px;
  }


#s-67421dcc-e1ac-4d1c-b1df-aa2ce586e11a .shogun-image-content {
  
    align-items: center;
  
}

#s-a58028ca-2f45-4c06-949c-bfeb227a3f87 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-a58028ca-2f45-4c06-949c-bfeb227a3f87 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a58028ca-2f45-4c06-949c-bfeb227a3f87 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-446f9706-a7b5-4e98-8f14-5fb16c686c43 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-7a925515-c778-465d-947e-ceece60b822d {
  padding-left: 20px;
padding-right: 20px;
}

#s-20fdc694-2b7b-4448-b144-db710c5231cc {
  padding-left: 20px;
padding-right: 20px;
}

#s-20fdc694-2b7b-4448-b144-db710c5231cc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a76b72bd-97cd-4125-9664-0bff568d59a3 {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-a76b72bd-97cd-4125-9664-0bff568d59a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a76b72bd-97cd-4125-9664-0bff568d59a3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5d190886-a1c1-44cd-8a94-3c54a369d6bd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-5d190886-a1c1-44cd-8a94-3c54a369d6bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d190886-a1c1-44cd-8a94-3c54a369d6bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2dc26400-d173-4e2e-a43a-2f29c10ffa9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4c0b3f92-4d9e-453b-820a-32f9e03cf0c3 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-4c0b3f92-4d9e-453b-820a-32f9e03cf0c3 img.shogun-image {
    
    width: px;
  }


#s-4c0b3f92-4d9e-453b-820a-32f9e03cf0c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-94b23e2d-9d64-482c-940e-bd55c3237ab8 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-94b23e2d-9d64-482c-940e-bd55c3237ab8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-94b23e2d-9d64-482c-940e-bd55c3237ab8 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-3fffece7-9eb7-45b1-8d56-db0148391a33 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-a095b71f-6f9c-4726-b22c-7bfbf2db7b83 {
  padding-left: 20px;
padding-right: 20px;
}

#s-d05ecebf-417c-43d4-9733-c8f2b9b348dc {
  padding-left: 20px;
padding-right: 20px;
}

#s-d05ecebf-417c-43d4-9733-c8f2b9b348dc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bfca15de-5139-47a8-9380-82334f137305 {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-bfca15de-5139-47a8-9380-82334f137305 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfca15de-5139-47a8-9380-82334f137305.shg-box.shg-c {
  justify-content: flex-start;
}

#s-604a16e6-091f-427b-82ea-123a6e1f5bfd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-604a16e6-091f-427b-82ea-123a6e1f5bfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-604a16e6-091f-427b-82ea-123a6e1f5bfd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2fe5970a-750f-485a-baec-21bb04f7a8e2 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fe5970a-750f-485a-baec-21bb04f7a8e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-23c56d02-9644-4501-9d36-e1b945dcc160 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-23c56d02-9644-4501-9d36-e1b945dcc160 img.shogun-image {
    
    width: px;
  }


#s-23c56d02-9644-4501-9d36-e1b945dcc160 .shogun-image-content {
  
    align-items: center;
  
}

#s-95d8d44c-fdbc-4b14-acb6-7dba5240df38 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-95d8d44c-fdbc-4b14-acb6-7dba5240df38 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-95d8d44c-fdbc-4b14-acb6-7dba5240df38 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-c882daec-7c63-40c4-b5f0-6106dfe13712 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-dd525b0b-7808-43b4-ac2d-0ad654d058df {
  padding-left: 20px;
padding-right: 20px;
}

#s-ab02388c-2f21-4c40-abf0-9847e0020631 {
  padding-left: 20px;
padding-right: 20px;
}

#s-ab02388c-2f21-4c40-abf0-9847e0020631 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-783f3ac2-0a4e-4cc6-a057-894d2fa13e78 {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-783f3ac2-0a4e-4cc6-a057-894d2fa13e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-783f3ac2-0a4e-4cc6-a057-894d2fa13e78.shg-box.shg-c {
  justify-content: flex-start;
}

#s-399aa505-19ca-42c5-af64-749cc45a0ea8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-399aa505-19ca-42c5-af64-749cc45a0ea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-399aa505-19ca-42c5-af64-749cc45a0ea8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4326a22e-915a-4616-8815-17ec95e04f4c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4326a22e-915a-4616-8815-17ec95e04f4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-88d64f0d-a57a-4555-aeb9-4ecd1f9328f9 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-88d64f0d-a57a-4555-aeb9-4ecd1f9328f9 img.shogun-image {
    
    width: px;
  }


#s-88d64f0d-a57a-4555-aeb9-4ecd1f9328f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-126c89ef-c8e7-4b0f-ab7b-c87042a6673c {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-126c89ef-c8e7-4b0f-ab7b-c87042a6673c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-126c89ef-c8e7-4b0f-ab7b-c87042a6673c .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-d53098c0-694b-40ca-b3c8-3874d1b47c7d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-74f9b2fb-5ef7-43ea-b502-ca40b895fdb7 {
  padding-left: 20px;
padding-right: 20px;
}

#s-8606a0df-64e2-4683-bd1d-4981a58d69f5 {
  padding-left: 20px;
padding-right: 20px;
}

#s-8606a0df-64e2-4683-bd1d-4981a58d69f5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-62f8fde1-cc19-49e6-b0b7-e24617df1987 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-62f8fde1-cc19-49e6-b0b7-e24617df1987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62f8fde1-cc19-49e6-b0b7-e24617df1987.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8f3520d-2ca6-4ac3-8800-5ba9d55c5e03"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a2ffbc30-ea4f-468d-8527-568b7914767c {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-a2ffbc30-ea4f-468d-8527-568b7914767c img.shogun-image {
    
    width: px;
  }


#s-a2ffbc30-ea4f-468d-8527-568b7914767c .shogun-image-content {
  
    align-items: center;
  
}

#s-c9e268e5-bf66-408e-b69f-bb4618a31a40 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-c9e268e5-bf66-408e-b69f-bb4618a31a40 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c9e268e5-bf66-408e-b69f-bb4618a31a40 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-a4dc622c-4048-4986-bcb3-f899e0793985 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-77959f81-1aaa-4d93-92ee-1c9233b04601 {
  padding-left: 20px;
padding-right: 20px;
}

#s-6e64a8a5-d4ec-4437-9cbc-e97c48fd0fce {
  padding-left: 20px;
padding-right: 20px;
}

#s-6e64a8a5-d4ec-4437-9cbc-e97c48fd0fce hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7edf709b-ed27-4ee4-9149-c5aa331f8806 {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-7edf709b-ed27-4ee4-9149-c5aa331f8806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7edf709b-ed27-4ee4-9149-c5aa331f8806.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a52c6dca-0c33-496a-9780-c041b0c6e023 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-a52c6dca-0c33-496a-9780-c041b0c6e023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a52c6dca-0c33-496a-9780-c041b0c6e023.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e27a2833-0e27-40f9-81c8-7465959214a6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e27a2833-0e27-40f9-81c8-7465959214a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-59a143d9-feca-4397-8e82-8e97ce653a6e {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-59a143d9-feca-4397-8e82-8e97ce653a6e img.shogun-image {
    
    width: px;
  }


#s-59a143d9-feca-4397-8e82-8e97ce653a6e .shogun-image-content {
  
    align-items: center;
  
}

#s-59fd39c5-2443-4993-a106-402e58dd8a29 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-59fd39c5-2443-4993-a106-402e58dd8a29 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-59fd39c5-2443-4993-a106-402e58dd8a29 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-d2e49ad8-e999-4be6-85ef-6b3a3cde7eda {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-d9fdde0f-04a5-432a-9109-217044836cf3 {
  padding-left: 20px;
padding-right: 20px;
}

#s-b75ec31b-98d8-4c96-9607-57bdb8abdb6e {
  padding-left: 20px;
padding-right: 20px;
}

#s-b75ec31b-98d8-4c96-9607-57bdb8abdb6e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a6d2c39b-3578-476a-83d8-50f1e94ece39 {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-a6d2c39b-3578-476a-83d8-50f1e94ece39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6d2c39b-3578-476a-83d8-50f1e94ece39.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7991b0d3-2556-452f-b651-a3bc8a71fdf9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-7991b0d3-2556-452f-b651-a3bc8a71fdf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7991b0d3-2556-452f-b651-a3bc8a71fdf9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f459558-43b5-49c8-94a3-3809d829903a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f459558-43b5-49c8-94a3-3809d829903a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ebfda597-3dce-4f0b-982e-18b2c041b81e {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-ebfda597-3dce-4f0b-982e-18b2c041b81e img.shogun-image {
    
    width: px;
  }


#s-ebfda597-3dce-4f0b-982e-18b2c041b81e .shogun-image-content {
  
    align-items: center;
  
}

#s-63fec58c-e785-4164-902d-c25f5f655075 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-63fec58c-e785-4164-902d-c25f5f655075 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-63fec58c-e785-4164-902d-c25f5f655075 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-0d962fa8-9677-4578-a20f-11c8b168294c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-aef30a52-729b-483b-b9f6-3dd150ad23e3 {
  padding-left: 20px;
padding-right: 20px;
}

#s-be6e1358-0f7b-4558-ac05-826bafa5a251 {
  padding-left: 20px;
padding-right: 20px;
}

#s-be6e1358-0f7b-4558-ac05-826bafa5a251 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5a7e3d75-d32f-4f86-ae49-805afef9c605 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-5a7e3d75-d32f-4f86-ae49-805afef9c605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a7e3d75-d32f-4f86-ae49-805afef9c605.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5d90c6e5-15bb-4c00-8ce8-dd57dae0fbfd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5635992e-7d71-4254-89ca-65ac7dd2eeac {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-5635992e-7d71-4254-89ca-65ac7dd2eeac img.shogun-image {
    
    width: px;
  }


#s-5635992e-7d71-4254-89ca-65ac7dd2eeac .shogun-image-content {
  
    align-items: center;
  
}

#s-d35b1768-6624-4907-b712-916b9a4967bf {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-d35b1768-6624-4907-b712-916b9a4967bf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d35b1768-6624-4907-b712-916b9a4967bf .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-a230fd6b-d89d-4c92-91af-877c8f6df68e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-5f2c6f49-e802-4050-96be-80084be0593c {
  padding-left: 20px;
padding-right: 20px;
}

#s-14ff810f-15d7-4252-a8f3-71eae427658c {
  padding-left: 20px;
padding-right: 20px;
}

#s-14ff810f-15d7-4252-a8f3-71eae427658c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-af2dce2b-b6a5-455d-b779-fead23a8cb85 {
  background-attachment: fixed;
margin-left: 1px;
margin-right: 1px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 350px;
}








#s-af2dce2b-b6a5-455d-b779-fead23a8cb85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af2dce2b-b6a5-455d-b779-fead23a8cb85.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6e87adba-c382-49cb-8a4d-5f3700a0e4f7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-6e87adba-c382-49cb-8a4d-5f3700a0e4f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e87adba-c382-49cb-8a4d-5f3700a0e4f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-921ce9ce-35d1-478c-b2e1-6d168d9f955f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-921ce9ce-35d1-478c-b2e1-6d168d9f955f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8f7b6836-86d2-4949-880a-3e63d0298a58 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-8f7b6836-86d2-4949-880a-3e63d0298a58 img.shogun-image {
    
    width: px;
  }


#s-8f7b6836-86d2-4949-880a-3e63d0298a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-c09e6abb-e3ce-4f02-a009-90689015fe29 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-c09e6abb-e3ce-4f02-a009-90689015fe29 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c09e6abb-e3ce-4f02-a009-90689015fe29 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-e67cad66-37af-46db-ad39-d118cc89ba3b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-1f96d462-6972-401e-a799-a9c26b5d98a2 {
  padding-left: 20px;
padding-right: 20px;
}

#s-32e94710-f084-4f04-acb5-f8600ff9ad8b {
  padding-left: 20px;
padding-right: 20px;
}

#s-32e94710-f084-4f04-acb5-f8600ff9ad8b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e8fc1d73-500c-44e5-837a-4a17e5464be3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-e8fc1d73-500c-44e5-837a-4a17e5464be3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8fc1d73-500c-44e5-837a-4a17e5464be3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fb9d4abb-9749-456b-a119-d11e5f2996db {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb9d4abb-9749-456b-a119-d11e5f2996db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c12d51d4-7cf7-4307-86af-f1ecb582bd0e {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-c12d51d4-7cf7-4307-86af-f1ecb582bd0e img.shogun-image {
    
    width: px;
  }


#s-c12d51d4-7cf7-4307-86af-f1ecb582bd0e .shogun-image-content {
  
    align-items: center;
  
}

#s-89145fcc-7ac9-4551-861c-4e38f233bcd8 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-89145fcc-7ac9-4551-861c-4e38f233bcd8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-89145fcc-7ac9-4551-861c-4e38f233bcd8 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-157276e7-c57b-4c70-9676-cbee8597ff2d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-b61640f9-a429-4da7-b24d-9e489704bff4 {
  padding-left: 20px;
padding-right: 20px;
}

#s-c6a8c7cc-e6e0-4a67-8f9b-9982f56f6ce1 {
  padding-left: 20px;
padding-right: 20px;
}

#s-c6a8c7cc-e6e0-4a67-8f9b-9982f56f6ce1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-33d0b2e3-73bc-42b7-ad8a-ad75f4ded1c4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-33d0b2e3-73bc-42b7-ad8a-ad75f4ded1c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33d0b2e3-73bc-42b7-ad8a-ad75f4ded1c4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-956c0ff9-ee05-4c23-9730-e24f65540572 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-956c0ff9-ee05-4c23-9730-e24f65540572"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7e7dc7b8-71ea-4138-9191-12049d1b5a0d {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-7e7dc7b8-71ea-4138-9191-12049d1b5a0d img.shogun-image {
    
    width: px;
  }


#s-7e7dc7b8-71ea-4138-9191-12049d1b5a0d .shogun-image-content {
  
    align-items: center;
  
}

#s-64185ecd-ae1e-4011-86b2-ade9d44f3fba {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-64185ecd-ae1e-4011-86b2-ade9d44f3fba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-64185ecd-ae1e-4011-86b2-ade9d44f3fba .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-0524a3dc-6885-4c6d-aa9c-c55afe2c08a0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-f7b92067-7230-4a0c-8ee0-4e9078459ebc {
  padding-left: 20px;
padding-right: 20px;
}

#s-764a6ea4-b0fe-4faf-aa81-cfe704a573bb {
  padding-left: 20px;
padding-right: 20px;
}

#s-764a6ea4-b0fe-4faf-aa81-cfe704a573bb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8ce3974c-890e-437e-928d-3fe447cd6d74 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-8ce3974c-890e-437e-928d-3fe447cd6d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ce3974c-890e-437e-928d-3fe447cd6d74.shg-box.shg-c {
  justify-content: flex-start;
}

#s-064b8ded-9224-452e-a78f-25a3db5bbc2f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-064b8ded-9224-452e-a78f-25a3db5bbc2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4d635692-9e82-41d5-889f-ffc9b3565cdc {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-4d635692-9e82-41d5-889f-ffc9b3565cdc img.shogun-image {
    
    width: px;
  }


#s-4d635692-9e82-41d5-889f-ffc9b3565cdc .shogun-image-content {
  
    align-items: center;
  
}

#s-9159918f-5467-46e0-b8b4-dddeaea49f77 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-9159918f-5467-46e0-b8b4-dddeaea49f77 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-9159918f-5467-46e0-b8b4-dddeaea49f77 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-28973e83-c077-49ce-bd01-280188bcd480 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-80b2dd08-4fdd-4b5f-b913-01cda5ff8da1 {
  padding-left: 20px;
padding-right: 20px;
}

#s-e9e8c4c3-d9ed-48c5-86a5-87f5ecbbf930 {
  padding-left: 20px;
padding-right: 20px;
}

#s-e9e8c4c3-d9ed-48c5-86a5-87f5ecbbf930 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-832f74ab-adda-4944-82af-6f2387bd0c97 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-832f74ab-adda-4944-82af-6f2387bd0c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-832f74ab-adda-4944-82af-6f2387bd0c97.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9860a28a-1777-431d-ae2f-2a1f924ff3c4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9860a28a-1777-431d-ae2f-2a1f924ff3c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0bb6fa3f-9464-422f-aba4-cb31f295b9e3 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-0bb6fa3f-9464-422f-aba4-cb31f295b9e3 img.shogun-image {
    
    width: px;
  }


#s-0bb6fa3f-9464-422f-aba4-cb31f295b9e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-37c7d5d2-9614-48e6-8a95-6f3ccf039f43 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-37c7d5d2-9614-48e6-8a95-6f3ccf039f43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-37c7d5d2-9614-48e6-8a95-6f3ccf039f43 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-998287b8-ef0d-4173-97bc-567b066802af {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-2f8ad439-16d0-4ca6-bf8d-211ff825c786 {
  padding-left: 20px;
padding-right: 20px;
}

#s-238cf596-bac3-461b-834a-9f62cb40a8fc {
  padding-left: 20px;
padding-right: 20px;
}

#s-238cf596-bac3-461b-834a-9f62cb40a8fc hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8b3ffb77-66cb-43a4-aedd-804d2fef276d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-8b3ffb77-66cb-43a4-aedd-804d2fef276d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b3ffb77-66cb-43a4-aedd-804d2fef276d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-99398386-9843-4247-8fea-3342c2ebb2b3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-99398386-9843-4247-8fea-3342c2ebb2b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-42799356-23b6-42a9-be1e-bba2f9526f49 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-42799356-23b6-42a9-be1e-bba2f9526f49 img.shogun-image {
    
    width: px;
  }


#s-42799356-23b6-42a9-be1e-bba2f9526f49 .shogun-image-content {
  
    align-items: center;
  
}

#s-714a5a65-bf26-490d-8dbd-f00844621613 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-714a5a65-bf26-490d-8dbd-f00844621613 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-714a5a65-bf26-490d-8dbd-f00844621613 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-56a60b6e-b25d-420f-8703-d6904a6cab76 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-eebc4081-91aa-421a-8cca-6b28eca93909 {
  padding-left: 20px;
padding-right: 20px;
}

#s-57aa02c9-2dc2-441d-b034-2bbdeb3e74d3 {
  padding-left: 20px;
padding-right: 20px;
}

#s-57aa02c9-2dc2-441d-b034-2bbdeb3e74d3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-62fb835f-a8c9-4715-ac09-a8d3805a7ba0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-62fb835f-a8c9-4715-ac09-a8d3805a7ba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62fb835f-a8c9-4715-ac09-a8d3805a7ba0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9c772e6c-6a93-4f43-a7fc-122adc7511dd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c772e6c-6a93-4f43-a7fc-122adc7511dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9edb1829-01c9-4587-863c-354c8c3bee23 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-9edb1829-01c9-4587-863c-354c8c3bee23 img.shogun-image {
    
    width: px;
  }


#s-9edb1829-01c9-4587-863c-354c8c3bee23 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a598e24-8b5e-4377-aaab-4a02d523aafa {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-8a598e24-8b5e-4377-aaab-4a02d523aafa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-8a598e24-8b5e-4377-aaab-4a02d523aafa .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-bd9bfc8e-ae8a-4617-bb2d-31c27c9afc9b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-c36d01f4-7716-468a-9d58-47288aa5388e {
  padding-left: 20px;
padding-right: 20px;
}

#s-cbb92c93-6b98-4803-9d5e-b54f27bccce9 {
  padding-left: 20px;
padding-right: 20px;
}

#s-cbb92c93-6b98-4803-9d5e-b54f27bccce9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8e4c67ee-79b1-4260-b9fe-23c6fb1efe0f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-8e4c67ee-79b1-4260-b9fe-23c6fb1efe0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e4c67ee-79b1-4260-b9fe-23c6fb1efe0f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3827c497-7c6b-41f1-a165-6206916ae797 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3827c497-7c6b-41f1-a165-6206916ae797"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ff5dbe66-1ed2-4e93-9ea4-5c138abe62c3 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-ff5dbe66-1ed2-4e93-9ea4-5c138abe62c3 img.shogun-image {
    
    width: px;
  }


#s-ff5dbe66-1ed2-4e93-9ea4-5c138abe62c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-626a7a08-be95-4261-934d-fd18651704f2 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-626a7a08-be95-4261-934d-fd18651704f2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-626a7a08-be95-4261-934d-fd18651704f2 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-ef0e2f96-b1f5-479b-b37c-ec8c7b5be38c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-eb07a24a-d8af-453d-9c8e-29fbc1ed3c8b {
  padding-left: 20px;
padding-right: 20px;
}

#s-7ed4bd70-556c-41e2-98e3-1a754e0ba152 {
  padding-left: 20px;
padding-right: 20px;
}

#s-7ed4bd70-556c-41e2-98e3-1a754e0ba152 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3c605fa4-8771-4c04-9cd4-9e1093026002 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-3c605fa4-8771-4c04-9cd4-9e1093026002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c605fa4-8771-4c04-9cd4-9e1093026002.shg-box.shg-c {
  justify-content: flex-start;
}

#s-40db242a-32f6-454e-aea6-2c3bf19170bc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40db242a-32f6-454e-aea6-2c3bf19170bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8feca36a-8137-435f-9603-581410ef8ca8 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-8feca36a-8137-435f-9603-581410ef8ca8 img.shogun-image {
    
    width: px;
  }


#s-8feca36a-8137-435f-9603-581410ef8ca8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3430fd0e-b6f0-4c8c-afce-f894bfc64e00 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-3430fd0e-b6f0-4c8c-afce-f894bfc64e00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3430fd0e-b6f0-4c8c-afce-f894bfc64e00 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-14f54261-e3af-4524-8cfc-9b94dc1981c0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-7511cd9d-3b81-460f-b217-ce4ad8f8f9b8 {
  padding-left: 20px;
padding-right: 20px;
}

#s-4e500679-3601-4ad6-ad94-25caaf8a5ec9 {
  padding-left: 20px;
padding-right: 20px;
}

#s-4e500679-3601-4ad6-ad94-25caaf8a5ec9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-093857e4-477d-46b1-9d62-ee13c1a820a8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-093857e4-477d-46b1-9d62-ee13c1a820a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-093857e4-477d-46b1-9d62-ee13c1a820a8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dbb0e00-d0ad-4d27-8617-5ca780f07a01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4dd0c49e-1ee7-4b66-85c0-ca386bd6be68 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-4dd0c49e-1ee7-4b66-85c0-ca386bd6be68 img.shogun-image {
    
    width: px;
  }


#s-4dd0c49e-1ee7-4b66-85c0-ca386bd6be68 .shogun-image-content {
  
    align-items: center;
  
}

#s-a12eab2b-1ec1-4133-b0b0-923086a6bdf3 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-a12eab2b-1ec1-4133-b0b0-923086a6bdf3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a12eab2b-1ec1-4133-b0b0-923086a6bdf3 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-21ab06cb-ff86-454a-aa43-8d59f7caaad0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-ba4af8a0-7191-4e2c-9166-947ff66d72da {
  padding-left: 20px;
padding-right: 20px;
}

#s-6f1e0b03-6aa8-4707-9510-18bd928ed6e8 {
  padding-left: 20px;
padding-right: 20px;
}

#s-6f1e0b03-6aa8-4707-9510-18bd928ed6e8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-28a9c937-62e8-4163-8909-8e7e589f3843 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-28a9c937-62e8-4163-8909-8e7e589f3843 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28a9c937-62e8-4163-8909-8e7e589f3843.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d9970303-8a9e-4077-88eb-f770925ba4b4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9970303-8a9e-4077-88eb-f770925ba4b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-387ddf50-b557-45b7-8c12-d109b15272ea {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-387ddf50-b557-45b7-8c12-d109b15272ea img.shogun-image {
    
    width: px;
  }


#s-387ddf50-b557-45b7-8c12-d109b15272ea .shogun-image-content {
  
    align-items: center;
  
}

#s-3fa8c216-856d-46ad-b646-e9b00015e450 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-3fa8c216-856d-46ad-b646-e9b00015e450 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-3fa8c216-856d-46ad-b646-e9b00015e450 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-bfefb9f5-0ca3-497c-a056-eeefb27b6a38 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-1375c90e-3677-4a38-a625-b2201dd4d9bf {
  padding-left: 20px;
padding-right: 20px;
}

#s-3283b68e-a29c-49a2-af1e-3ab9bb90bd95 {
  padding-left: 20px;
padding-right: 20px;
}

#s-3283b68e-a29c-49a2-af1e-3ab9bb90bd95 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-265c5dc4-7ab5-4231-96e3-c9f59751df30 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1180px;
}








#s-265c5dc4-7ab5-4231-96e3-c9f59751df30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-265c5dc4-7ab5-4231-96e3-c9f59751df30.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f6b46a32-39bd-4c91-af74-118538271751 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6b46a32-39bd-4c91-af74-118538271751"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8f8686ce-011b-43d7-b8c9-93d79ec33c85 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}




  #s-8f8686ce-011b-43d7-b8c9-93d79ec33c85 img.shogun-image {
    
    width: px;
  }


#s-8f8686ce-011b-43d7-b8c9-93d79ec33c85 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9876fee-746a-4aec-b2f5-da452facaac3 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-a9876fee-746a-4aec-b2f5-da452facaac3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a9876fee-746a-4aec-b2f5-da452facaac3 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-128b50f0-57be-4aea-a673-dc9d22b943e3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-bcedcbcf-b8ca-49c8-ba1d-9d2f865f90ea {
  padding-left: 20px;
padding-right: 20px;
}

#s-c333f615-dedd-484a-92cb-3db07fb17101 {
  padding-left: 20px;
padding-right: 20px;
}

#s-c333f615-dedd-484a-92cb-3db07fb17101 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
