.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-5176222f-139e-4b6d-b56d-1c8ff34d0d47 {
  background-image: url(https://i.shgcdn.com/06e35989-059f-40ed-a665-f93bfb23d735/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 500px;
background-position: center center;
}








#s-5176222f-139e-4b6d-b56d-1c8ff34d0d47 > .shg-box-overlay {
  background-color: rgba(87, 6, 140, 1);
  opacity: 0.5;
}#s-5176222f-139e-4b6d-b56d-1c8ff34d0d47.shg-box.shg-c {
  justify-content: center;
}

#s-4818a395-bce2-49dd-a0f9-7cc15f5d5237 {
  min-height: 50px;
}








#s-4818a395-bce2-49dd-a0f9-7cc15f5d5237 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4818a395-bce2-49dd-a0f9-7cc15f5d5237.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-e47f1c2c-9dbb-4b01-96e4-8bddb8069239 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e47f1c2c-9dbb-4b01-96e4-8bddb8069239 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ffe9587-0806-4ca7-8574-28a1c1a0523a {
  min-height: 50px;
}








#s-1ffe9587-0806-4ca7-8574-28a1c1a0523a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ffe9587-0806-4ca7-8574-28a1c1a0523a.shg-box.shg-c {
  justify-content: center;
}

#s-7d509c3b-307a-48af-bdbf-0f3bb83a442f {
  min-height: 50px;
background-color: rgba(87, 6, 140, 1);
}








#s-7d509c3b-307a-48af-bdbf-0f3bb83a442f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d509c3b-307a-48af-bdbf-0f3bb83a442f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4dfdbda-a7ac-4db6-8c6a-ae808fd5d3d0 {
  min-height: 50px;
}








#s-b4dfdbda-a7ac-4db6-8c6a-ae808fd5d3d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4dfdbda-a7ac-4db6-8c6a-ae808fd5d3d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d0c68f69-bc40-451b-95cc-40ccd174579b {
  min-height: 50px;
}








#s-d0c68f69-bc40-451b-95cc-40ccd174579b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0c68f69-bc40-451b-95cc-40ccd174579b.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;
}

@media (min-width: 0px) {
[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4a0cba64-abf0-4fea-8bd0-5275e6383e31"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3d95a5e6-6235-4b6c-806a-de43da35b5cd {
  min-height: 50px;
}








#s-3d95a5e6-6235-4b6c-806a-de43da35b5cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d95a5e6-6235-4b6c-806a-de43da35b5cd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a418d655-dd48-4abc-a82a-706978cd8942 .shogun-icon-wrapper {
  text-align: center;
}


#s-a418d655-dd48-4abc-a82a-706978cd8942 .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(255, 255, 255, 1);
}

#s-da3bff02-988c-4111-ae80-6cc7b88906b8 {
  min-height: 50px;
}








#s-da3bff02-988c-4111-ae80-6cc7b88906b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da3bff02-988c-4111-ae80-6cc7b88906b8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-688195e4-8a1e-4428-8eea-a78db2ec7ba6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-688195e4-8a1e-4428-8eea-a78db2ec7ba6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d931e4aa-43d3-4812-beb2-45524004aea3 {
  min-height: 50px;
}








#s-d931e4aa-43d3-4812-beb2-45524004aea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d931e4aa-43d3-4812-beb2-45524004aea3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5e4fe296-aa29-4126-b1ee-46b57fe2b126 .shogun-icon-wrapper {
  text-align: center;
}


#s-5e4fe296-aa29-4126-b1ee-46b57fe2b126 .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(255, 255, 255, 1);
}

#s-9ad01e94-7046-4310-a8ea-f4a08944bcad {
  min-height: 50px;
}








#s-9ad01e94-7046-4310-a8ea-f4a08944bcad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad01e94-7046-4310-a8ea-f4a08944bcad.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d07c7bbc-9380-445c-aa91-505ac1815ea5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d07c7bbc-9380-445c-aa91-505ac1815ea5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6dc179fd-0611-4a00-b1cc-6102eb4b26fe {
  min-height: 50px;
}








#s-6dc179fd-0611-4a00-b1cc-6102eb4b26fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dc179fd-0611-4a00-b1cc-6102eb4b26fe.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e2f9694e-34f7-4448-a7e2-baa3fc65aeec .shogun-icon-wrapper {
  text-align: center;
}


#s-e2f9694e-34f7-4448-a7e2-baa3fc65aeec .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(255, 255, 255, 1);
}

#s-6041cec9-9bd4-4e25-8d90-d748c9fe99de {
  min-height: 50px;
}








#s-6041cec9-9bd4-4e25-8d90-d748c9fe99de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6041cec9-9bd4-4e25-8d90-d748c9fe99de.shg-box.shg-c {
  justify-content: flex-start;
}

#s-17e2d174-0d6f-400a-8421-254e0087bd94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17e2d174-0d6f-400a-8421-254e0087bd94 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cfc9f5bc-1ed0-4395-a877-e7a370a49b7f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cfc9f5bc-1ed0-4395-a877-e7a370a49b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfc9f5bc-1ed0-4395-a877-e7a370a49b7f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-60bcbe93-94ae-4334-8e1d-a645e82a1272 {
  min-height: 50px;
}








#s-60bcbe93-94ae-4334-8e1d-a645e82a1272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60bcbe93-94ae-4334-8e1d-a645e82a1272.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aef7d11e-000f-4d22-a363-9deb73f4cf18 {
  min-height: 50px;
}








#s-aef7d11e-000f-4d22-a363-9deb73f4cf18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef7d11e-000f-4d22-a363-9deb73f4cf18.shg-box.shg-c {
  justify-content: flex-start;
}

#s-54b81a1d-2493-4656-9a5b-fa61e3135afd {
  min-height: 50px;
}








#s-54b81a1d-2493-4656-9a5b-fa61e3135afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b81a1d-2493-4656-9a5b-fa61e3135afd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1b958f29-010a-418d-85ce-7d1909c7c5b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b958f29-010a-418d-85ce-7d1909c7c5b6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df59d73f-b53c-4174-932f-02a8166d65ed {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-df59d73f-b53c-4174-932f-02a8166d65ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df59d73f-b53c-4174-932f-02a8166d65ed.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ecb6bb76-9c00-4198-8b14-bc85fb1c33fb {
  min-height: 50px;
}








#s-ecb6bb76-9c00-4198-8b14-bc85fb1c33fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecb6bb76-9c00-4198-8b14-bc85fb1c33fb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a09291f3-5e57-48f9-967c-2440a1b78a9a {
  min-height: 50px;
}








#s-a09291f3-5e57-48f9-967c-2440a1b78a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a09291f3-5e57-48f9-967c-2440a1b78a9a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-84f80c40-7886-4c82-b13c-98f1ed59202f {
  min-height: 50px;
}








#s-84f80c40-7886-4c82-b13c-98f1ed59202f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84f80c40-7886-4c82-b13c-98f1ed59202f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c7fc58e5-1724-4c70-a08c-4fef9775eae9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7fc58e5-1724-4c70-a08c-4fef9775eae9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f80f245-acdf-466b-9beb-17c968462346 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4f80f245-acdf-466b-9beb-17c968462346 {
  
}
}







#s-4f80f245-acdf-466b-9beb-17c968462346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f80f245-acdf-466b-9beb-17c968462346.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fdd8fc13-0f94-4307-8262-2e0dec3a5cdd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ee4d0909-f1c2-42a7-b9cb-d96ea981a674 {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-ee4d0909-f1c2-42a7-b9cb-d96ea981a674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee4d0909-f1c2-42a7-b9cb-d96ea981a674.shg-box.shg-c {
  justify-content: center;
}

#s-171ee2b4-c95a-40bb-9b3d-24565c345541 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-171ee2b4-c95a-40bb-9b3d-24565c345541 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-8e28d3e7-8cf0-4785-bc88-113b640dadc6 {
  text-align: center;
}




  #s-8e28d3e7-8cf0-4785-bc88-113b640dadc6 img.shogun-image {
    
    width: px;
  }


#s-8e28d3e7-8cf0-4785-bc88-113b640dadc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b32a60d-2af6-4308-8c4f-c807f5c869ff {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-4b32a60d-2af6-4308-8c4f-c807f5c869ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b32a60d-2af6-4308-8c4f-c807f5c869ff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-276d0610-effd-4ab2-925e-c09b8fa95e36 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-276d0610-effd-4ab2-925e-c09b8fa95e36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-76db328d-577a-42e9-87e5-7366fe7ae05d {
  text-align: center;
}





#s-76db328d-577a-42e9-87e5-7366fe7ae05d .shogun-image-content {
  
    align-items: center;
  
}

#s-f5d3d644-a700-4112-a747-871f9fac0c92 {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
}








#s-f5d3d644-a700-4112-a747-871f9fac0c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5d3d644-a700-4112-a747-871f9fac0c92.shg-box.shg-c {
  justify-content: center;
}

#s-b2f55b1f-4ee7-41b5-bafd-71b4376f3f3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2f55b1f-4ee7-41b5-bafd-71b4376f3f3e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb3d3901-9c6c-4b40-b47c-83db69608f16 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fb3d3901-9c6c-4b40-b47c-83db69608f16 {
  
}
}







#s-fb3d3901-9c6c-4b40-b47c-83db69608f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3d3901-9c6c-4b40-b47c-83db69608f16.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d7c1c3f7-6a6a-4af2-a095-5c3c9e4680b0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ff2af889-f56a-48c7-bc72-3c0dd8694ba9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-ff2af889-f56a-48c7-bc72-3c0dd8694ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff2af889-f56a-48c7-bc72-3c0dd8694ba9.shg-box.shg-c {
  justify-content: center;
}

#s-6f3bb98b-592b-4ba2-9d78-c6e1954b1cac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f3bb98b-592b-4ba2-9d78-c6e1954b1cac .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0b57a8a5-538a-40c2-8ee1-1c28d63de146 {
  text-align: center;
}




  #s-0b57a8a5-538a-40c2-8ee1-1c28d63de146 img.shogun-image {
    
    width: px;
  }


#s-0b57a8a5-538a-40c2-8ee1-1c28d63de146 .shogun-image-content {
  
    align-items: center;
  
}

#s-06b8f575-cd7c-483a-b529-ba1f2eb33640 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-06b8f575-cd7c-483a-b529-ba1f2eb33640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06b8f575-cd7c-483a-b529-ba1f2eb33640.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b465b4dc-817f-4ba3-9fea-0512a5b44eb9 {
  min-height: 50px;
}








#s-b465b4dc-817f-4ba3-9fea-0512a5b44eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b465b4dc-817f-4ba3-9fea-0512a5b44eb9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-914d304a-4ad4-42ce-8e37-8a707b0e731f {
  min-height: 50px;
}








#s-914d304a-4ad4-42ce-8e37-8a707b0e731f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914d304a-4ad4-42ce-8e37-8a707b0e731f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f9f98898-0da5-4ad2-8b11-3f2e16149492 {
  min-height: 50px;
}








#s-f9f98898-0da5-4ad2-8b11-3f2e16149492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f98898-0da5-4ad2-8b11-3f2e16149492.shg-box.shg-c {
  justify-content: flex-start;
}

#s-717a7edf-95ca-4443-9d29-2ac737b569e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-717a7edf-95ca-4443-9d29-2ac737b569e5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2904f426-f9dc-4c03-93d1-a4c1c01e0796 {
  min-height: 50px;
}








#s-2904f426-f9dc-4c03-93d1-a4c1c01e0796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2904f426-f9dc-4c03-93d1-a4c1c01e0796.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-eb85a25c-dd0f-4f3c-a4ad-389344e9cb16 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
}

@media (min-width: 0px) {
[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb700a52-c71d-45fe-83be-7592cfd25ec9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9743232a-967d-4ec1-b1bf-07866a546fb0 {
  text-align: center;
}




  #s-9743232a-967d-4ec1-b1bf-07866a546fb0 img.shogun-image {
    
    width: px;
  }


#s-9743232a-967d-4ec1-b1bf-07866a546fb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-585f49ed-853a-4b71-a09d-00dccd22374d {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-585f49ed-853a-4b71-a09d-00dccd22374d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-585f49ed-853a-4b71-a09d-00dccd22374d.shg-box.shg-c {
  justify-content: center;
}

#s-2dbe9b7c-4058-4ae5-ae2f-cbb74cc6d412 {
  min-height: 50px;
}








#s-2dbe9b7c-4058-4ae5-ae2f-cbb74cc6d412 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dbe9b7c-4058-4ae5-ae2f-cbb74cc6d412.shg-box.shg-c {
  justify-content: flex-start;
}

#s-103df6bd-2fe1-4509-9c39-8b2a8a9ac506 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-103df6bd-2fe1-4509-9c39-8b2a8a9ac506 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e5357e81-df92-4e3e-aa15-bfcf2a5d6c8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-655bae98-ae97-4ef5-87a2-9247ec3d5192 {
  text-align: center;
}




  #s-655bae98-ae97-4ef5-87a2-9247ec3d5192 img.shogun-image {
    
    width: px;
  }


#s-655bae98-ae97-4ef5-87a2-9247ec3d5192 .shogun-image-content {
  
    align-items: center;
  
}

#s-286051ca-6525-40d1-a30f-869a026a567f {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-286051ca-6525-40d1-a30f-869a026a567f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286051ca-6525-40d1-a30f-869a026a567f.shg-box.shg-c {
  justify-content: center;
}

#s-d2369892-c478-4770-b2a7-c7724474bf50 {
  min-height: 50px;
}








#s-d2369892-c478-4770-b2a7-c7724474bf50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2369892-c478-4770-b2a7-c7724474bf50.shg-box.shg-c {
  justify-content: flex-start;
}

#s-78ebd6f6-171a-4903-ae3e-2b624080d37b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78ebd6f6-171a-4903-ae3e-2b624080d37b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2b68d547-e017-430f-a3f7-8caa12a0ca55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-63bbe9c6-8a95-42e0-8f4d-6cd2f0474f67 {
  text-align: center;
}




  #s-63bbe9c6-8a95-42e0-8f4d-6cd2f0474f67 img.shogun-image {
    
    width: px;
  }


#s-63bbe9c6-8a95-42e0-8f4d-6cd2f0474f67 .shogun-image-content {
  
    align-items: center;
  
}

#s-47970521-158d-4b7d-97fe-8f71b391fe80 {
  padding-top: 15px;
padding-left: 60px;
padding-bottom: 45px;
padding-right: 60px;
min-height: 50px;
}








#s-47970521-158d-4b7d-97fe-8f71b391fe80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47970521-158d-4b7d-97fe-8f71b391fe80.shg-box.shg-c {
  justify-content: center;
}

#s-63278690-b546-48bb-8bdb-ebacf0669648 {
  min-height: 50px;
}








#s-63278690-b546-48bb-8bdb-ebacf0669648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63278690-b546-48bb-8bdb-ebacf0669648.shg-box.shg-c {
  justify-content: flex-start;
}

#s-51c5ecbe-d2a2-400b-b523-285c4309bcb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51c5ecbe-d2a2-400b-b523-285c4309bcb3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-145cd43a-96dc-4960-b3fe-4039af69e38d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a6951186-6018-48a4-9751-ce9cb39c5875 {
  text-align: center;
}




  #s-a6951186-6018-48a4-9751-ce9cb39c5875 img.shogun-image {
    
    width: px;
  }


#s-a6951186-6018-48a4-9751-ce9cb39c5875 .shogun-image-content {
  
    align-items: center;
  
}

#s-b629150d-f781-4c4b-beb6-58e54c5ff658 {
  min-height: 50px;
}








#s-b629150d-f781-4c4b-beb6-58e54c5ff658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b629150d-f781-4c4b-beb6-58e54c5ff658.shg-box.shg-c {
  justify-content: center;
}

#s-0b89b8a6-3ce2-49ba-a37d-f24f85458dd0 {
  min-height: 50px;
}








#s-0b89b8a6-3ce2-49ba-a37d-f24f85458dd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b89b8a6-3ce2-49ba-a37d-f24f85458dd0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-48ea0207-a3eb-4ec0-8d71-8261ab2f8aeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48ea0207-a3eb-4ec0-8d71-8261ab2f8aeb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-edbcd4a1-1e06-49e2-98a6-bb873d121cc2 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-edbcd4a1-1e06-49e2-98a6-bb873d121cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edbcd4a1-1e06-49e2-98a6-bb873d121cc2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ecda0fc-eb83-4e9d-ae3f-29307eb58df2 {
  min-height: 50px;
}








#s-2ecda0fc-eb83-4e9d-ae3f-29307eb58df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ecda0fc-eb83-4e9d-ae3f-29307eb58df2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cbfe21ba-3e48-409c-954d-c2de97c830da {
  min-height: 50px;
}








#s-cbfe21ba-3e48-409c-954d-c2de97c830da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbfe21ba-3e48-409c-954d-c2de97c830da.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0eb1a1f8-2a7e-47a0-af13-020ed5f9a8b9 {
  margin-bottom: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eb1a1f8-2a7e-47a0-af13-020ed5f9a8b9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-98e0c347-cb52-4e40-a25d-a96017f02794"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c8f33b1b-281b-4c41-b504-6d71b8fffcc5 {
  min-height: 50px;
}








#s-c8f33b1b-281b-4c41-b504-6d71b8fffcc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8f33b1b-281b-4c41-b504-6d71b8fffcc5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-11a0287f-f36c-418a-8cc0-bfdb5ca19dbb .shogun-icon-wrapper {
  text-align: center;
}


#s-11a0287f-f36c-418a-8cc0-bfdb5ca19dbb .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(87, 6, 140, 1);
}

#s-6b2fd02b-0b08-4463-9353-ce8f494aa41f {
  min-height: 50px;
}








#s-6b2fd02b-0b08-4463-9353-ce8f494aa41f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b2fd02b-0b08-4463-9353-ce8f494aa41f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1f666ecc-f79b-4bb2-affa-fdd5e998b9ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f666ecc-f79b-4bb2-affa-fdd5e998b9ae .shogun-heading-component h3 {
  color: rgba(87, 6, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1325adcd-b3e2-4394-b00b-e938b2025be0 {
  min-height: 50px;
}








#s-1325adcd-b3e2-4394-b00b-e938b2025be0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1325adcd-b3e2-4394-b00b-e938b2025be0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ddc15c8f-1a1e-4397-b8aa-7f13f81cacf4 .shogun-icon-wrapper {
  text-align: center;
}


#s-ddc15c8f-1a1e-4397-b8aa-7f13f81cacf4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(87, 6, 140, 1);
}

#s-5a37fbd4-f7a5-4ab4-9c08-ca6647c516ec {
  min-height: 50px;
}








#s-5a37fbd4-f7a5-4ab4-9c08-ca6647c516ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a37fbd4-f7a5-4ab4-9c08-ca6647c516ec.shg-box.shg-c {
  justify-content: flex-start;
}

#s-37759000-b43b-4069-b8eb-1ff2704511b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37759000-b43b-4069-b8eb-1ff2704511b3 .shogun-heading-component h3 {
  color: rgba(87, 6, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7c3592c7-2750-4542-9747-2d251632fb7a {
  min-height: 50px;
}








#s-7c3592c7-2750-4542-9747-2d251632fb7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3592c7-2750-4542-9747-2d251632fb7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-48b5b8ce-3052-4f99-b237-a4532d97bb9a .shogun-icon-wrapper {
  text-align: center;
}


#s-48b5b8ce-3052-4f99-b237-a4532d97bb9a .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(87, 6, 140, 1);
}

#s-1457ae1a-b3eb-4452-8d41-092f887e238d {
  min-height: 50px;
}








#s-1457ae1a-b3eb-4452-8d41-092f887e238d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1457ae1a-b3eb-4452-8d41-092f887e238d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9e47f884-03be-45bb-a6a8-e71d64074f56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e47f884-03be-45bb-a6a8-e71d64074f56 .shogun-heading-component h3 {
  color: rgba(87, 6, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5e608cad-c444-4269-b59b-aa0bae5b1a85"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b1a03e90-5768-438a-8d05-7f4fb00525d3 {
  min-height: 50px;
}








#s-b1a03e90-5768-438a-8d05-7f4fb00525d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1a03e90-5768-438a-8d05-7f4fb00525d3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6b2feb77-8c4d-47ce-a0db-3ca16ca5d83f .shogun-icon-wrapper {
  text-align: center;
}


#s-6b2feb77-8c4d-47ce-a0db-3ca16ca5d83f .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(87, 6, 140, 1);
}

#s-a69b076d-6692-4b66-9224-592dc3d4a510 {
  min-height: 50px;
}








#s-a69b076d-6692-4b66-9224-592dc3d4a510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a69b076d-6692-4b66-9224-592dc3d4a510.shg-box.shg-c {
  justify-content: flex-start;
}

#s-69c23270-ea11-47e1-9eb8-d57d31221b87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69c23270-ea11-47e1-9eb8-d57d31221b87 .shogun-heading-component h3 {
  color: rgba(87, 6, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bdf537bf-2c41-4503-b715-f2c116fc8d12 {
  min-height: 50px;
}








#s-bdf537bf-2c41-4503-b715-f2c116fc8d12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdf537bf-2c41-4503-b715-f2c116fc8d12.shg-box.shg-c {
  justify-content: flex-start;
}

#s-98eb57ca-3270-402b-92ae-91d6561e7af0 .shogun-icon-wrapper {
  text-align: center;
}


#s-98eb57ca-3270-402b-92ae-91d6561e7af0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(87, 6, 140, 1);
}

#s-4511c077-e604-438a-b845-11c03a7535df {
  min-height: 50px;
}








#s-4511c077-e604-438a-b845-11c03a7535df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4511c077-e604-438a-b845-11c03a7535df.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f61131d-ed1e-41f6-bd5f-8d7ececa5211 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f61131d-ed1e-41f6-bd5f-8d7ececa5211 .shogun-heading-component h3 {
  color: rgba(87, 6, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-90aaf3db-d510-47c3-8126-68425badcdc3 {
  min-height: 50px;
}








#s-90aaf3db-d510-47c3-8126-68425badcdc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90aaf3db-d510-47c3-8126-68425badcdc3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d029fad-bae1-47a0-bee6-f763a8476761 .shogun-icon-wrapper {
  text-align: center;
}


#s-8d029fad-bae1-47a0-bee6-f763a8476761 .shogun-icon-wrapper > .shogun-icon {

  font-size: 41px !important;
  color: rgba(87, 6, 140, 1);
}

#s-f09aa9d7-729d-4acc-828c-ec5149733513 {
  min-height: 50px;
}








#s-f09aa9d7-729d-4acc-828c-ec5149733513 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f09aa9d7-729d-4acc-828c-ec5149733513.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1ac6fcb8-f16d-4a6e-823b-ac0d3047c4c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ac6fcb8-f16d-4a6e-823b-ac0d3047c4c7 .shogun-heading-component h3 {
  color: rgba(87, 6, 140, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-85e7d390-2d2b-4aab-9369-a3594635c961 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
min-height: 50px;
background-color: rgba(87, 6, 140, 1);
}








#s-85e7d390-2d2b-4aab-9369-a3594635c961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e7d390-2d2b-4aab-9369-a3594635c961.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0634bf6c-8044-435e-90ec-2d18af96fd29 {
  min-height: 50px;
}








#s-0634bf6c-8044-435e-90ec-2d18af96fd29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0634bf6c-8044-435e-90ec-2d18af96fd29.shg-box.shg-c {
  justify-content: flex-start;
}

#s-049aab86-a2c2-441a-a407-72f7e6751a5f {
  min-height: 50px;
}








#s-049aab86-a2c2-441a-a407-72f7e6751a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049aab86-a2c2-441a-a407-72f7e6751a5f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85a60f68-5713-41aa-b7d1-53f1096ba2a4 {
  margin-bottom: 45px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85a60f68-5713-41aa-b7d1-53f1096ba2a4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3fd85406-facb-4c01-a32e-fbad3f2f829f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb7704e4-4d21-4033-9e68-8ac4da9beb96"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b3a3bcca-40be-4ae7-be05-e4fbbaa74bdb {
  text-align: center;
}




  #s-b3a3bcca-40be-4ae7-be05-e4fbbaa74bdb img.shogun-image {
    
    width: px;
  }


#s-b3a3bcca-40be-4ae7-be05-e4fbbaa74bdb .shogun-image-content {
  
    align-items: center;
  
}

#s-c01dd5ed-42fb-4c62-9624-6e69c6c23b8f {
  text-align: center;
}




  #s-c01dd5ed-42fb-4c62-9624-6e69c6c23b8f img.shogun-image {
    
    width: px;
  }


#s-c01dd5ed-42fb-4c62-9624-6e69c6c23b8f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5b7ce1c8-028e-4486-b5a6-b6c4882f5456"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a5f8d5c2-303f-4353-9b34-59fcd2a56e92 {
  text-align: center;
}




  #s-a5f8d5c2-303f-4353-9b34-59fcd2a56e92 img.shogun-image {
    
    width: px;
  }


#s-a5f8d5c2-303f-4353-9b34-59fcd2a56e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-54e4ed27-f16b-4fa5-bfbf-7c886197d551 {
  text-align: center;
}




  #s-54e4ed27-f16b-4fa5-bfbf-7c886197d551 img.shogun-image {
    
    width: px;
  }


#s-54e4ed27-f16b-4fa5-bfbf-7c886197d551 .shogun-image-content {
  
    align-items: center;
  
}

#s-29d038cc-6843-45bd-aa2e-af5181c3912e {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-29d038cc-6843-45bd-aa2e-af5181c3912e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29d038cc-6843-45bd-aa2e-af5181c3912e.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
