.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-7e6440ec-c354-455e-8acf-257fed313a2e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}

#s-7e6440ec-c354-455e-8acf-257fed313a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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: text;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-79e17c59-8b1c-43ba-8b29-70af4a08810b {
  margin-bottom: 31px;
}

#s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e {
  display: none;
}
#s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e, #wrap-s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e {
  display: none;
}
#s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e, #wrap-s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e {
  display: none;
}
#s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e, #wrap-s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e { display:none !important; }}
#s-ab93ffd7-1b6f-461b-afb1-d80a99f8b47e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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: 1200px){#s-6e6086b1-682c-4643-b968-7211f0edb16b {
  display: none;
}
#s-6e6086b1-682c-4643-b968-7211f0edb16b, #wrap-s-6e6086b1-682c-4643-b968-7211f0edb16b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e6086b1-682c-4643-b968-7211f0edb16b {
  display: none;
}
#s-6e6086b1-682c-4643-b968-7211f0edb16b, #wrap-s-6e6086b1-682c-4643-b968-7211f0edb16b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e6086b1-682c-4643-b968-7211f0edb16b {
  display: none;
}
#s-6e6086b1-682c-4643-b968-7211f0edb16b, #wrap-s-6e6086b1-682c-4643-b968-7211f0edb16b { display:none !important; }}@media (max-width: 767px){#s-6e6086b1-682c-4643-b968-7211f0edb16b {
  
}
}
@media (min-width: 0px) {
[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6e6086b1-682c-4643-b968-7211f0edb16b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-349f6825-652a-444f-af84-7b43b66c360a {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}




  #s-349f6825-652a-444f-af84-7b43b66c360a img.shogun-image {
    
    width: px;
  }


#s-349f6825-652a-444f-af84-7b43b66c360a .shogun-image-content {
  
    align-items: center;
  
}

#s-9ce02642-27cd-4d13-a4f0-4356244c74b5 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 100px;
padding-left: 50px;
padding-bottom: 100px;
padding-right: 50px;
background-color: rgba(239, 239, 235, 1);
}

#s-e4b6715d-4745-4fb9-8b4d-c96844cdb318 {
  margin-top: -16px;
margin-bottom: -16px;
min-height: 500px;
background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e4b6715d-4745-4fb9-8b4d-c96844cdb318 {
  display: none;
}
#s-e4b6715d-4745-4fb9-8b4d-c96844cdb318, #wrap-s-e4b6715d-4745-4fb9-8b4d-c96844cdb318 { display:none !important; }}@media (max-width: 767px){#s-e4b6715d-4745-4fb9-8b4d-c96844cdb318 {
  display: none;
}
#s-e4b6715d-4745-4fb9-8b4d-c96844cdb318, #wrap-s-e4b6715d-4745-4fb9-8b4d-c96844cdb318 { display:none !important; }}
#s-e4b6715d-4745-4fb9-8b4d-c96844cdb318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f8bbabab-e707-47df-86ff-e68f345a008c {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(239, 239, 235, 1);
}

@media (min-width: 0px) {
[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8bbabab-e707-47df-86ff-e68f345a008c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4a517f20-d415-4b2b-bbbd-268c94de5d56 {
  margin-top: 0px;
margin-left: 70px;
margin-bottom: 0px;
margin-right: 70px;
padding-top: 300px;
padding-bottom: 300px;
background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4a517f20-d415-4b2b-bbbd-268c94de5d56 {
  display: none;
}
#s-4a517f20-d415-4b2b-bbbd-268c94de5d56, #wrap-s-4a517f20-d415-4b2b-bbbd-268c94de5d56 { display:none !important; }}@media (max-width: 767px){#s-4a517f20-d415-4b2b-bbbd-268c94de5d56 {
  display: none;
}
#s-4a517f20-d415-4b2b-bbbd-268c94de5d56, #wrap-s-4a517f20-d415-4b2b-bbbd-268c94de5d56 { display:none !important; }}
#s-2fc6b79e-a1cc-4187-aeb0-a86610329c9d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fc6b79e-a1cc-4187-aeb0-a86610329c9d {
  display: none;
}
#s-2fc6b79e-a1cc-4187-aeb0-a86610329c9d, #wrap-s-2fc6b79e-a1cc-4187-aeb0-a86610329c9d { display:none !important; }}@media (max-width: 767px){#s-2fc6b79e-a1cc-4187-aeb0-a86610329c9d {
  display: none;
}
#s-2fc6b79e-a1cc-4187-aeb0-a86610329c9d, #wrap-s-2fc6b79e-a1cc-4187-aeb0-a86610329c9d { display:none !important; }}



  #s-2fc6b79e-a1cc-4187-aeb0-a86610329c9d img.shogun-image {
    
    width: px;
  }


#s-2fc6b79e-a1cc-4187-aeb0-a86610329c9d .shogun-image-content {
  
    align-items: center;
  
}

#s-565d5e22-4498-4251-8731-a3177c5dc99b {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-565d5e22-4498-4251-8731-a3177c5dc99b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-565d5e22-4498-4251-8731-a3177c5dc99b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-565d5e22-4498-4251-8731-a3177c5dc99b {
  
}
}@media (max-width: 767px){#s-565d5e22-4498-4251-8731-a3177c5dc99b {
  display: none;
}
#s-565d5e22-4498-4251-8731-a3177c5dc99b, #wrap-s-565d5e22-4498-4251-8731-a3177c5dc99b { display:none !important; }}
#s-565d5e22-4498-4251-8731-a3177c5dc99b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25 {
  border-style: solid;
margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25 {
  display: none;
}
#s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25, #wrap-s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25 { display:none !important; }}@media (max-width: 767px){#s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25 {
  display: none;
}
#s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25, #wrap-s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25 { display:none !important; }}
#s-9f3b9cac-6dc3-4cf4-bed4-96051060eb25 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}
#s-bbeb896a-9e05-41d6-84e2-7fea743bd056 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bbeb896a-9e05-41d6-84e2-7fea743bd056"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8bfef8de-fe91-4080-a151-5ea9d4c8d08c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 49px;
}

#s-8bfef8de-fe91-4080-a151-5ea9d4c8d08c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1cec3961-5703-4b71-81ee-82b29b25d01d {
  margin-top: 118px;
margin-left: 70px;
margin-right: 70px;
}

#s-0e85a8d6-ff33-4b74-b61a-2020a32673d1 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-0e85a8d6-ff33-4b74-b61a-2020a32673d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b0c592d6-9903-4814-b33c-b92ac0b4f48f {
  margin-top: 118px;
margin-left: 70px;
margin-right: 70px;
}

#s-1dfcab39-3b2c-45b6-ae2b-3f587719faca {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-1dfcab39-3b2c-45b6-ae2b-3f587719faca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-100bf090-4e49-4d21-b5eb-2e0cdff90b6b {
  margin-top: 118px;
margin-left: 70px;
margin-right: 70px;
}

#s-ddd12c8f-3193-4ba5-a19b-f85740ee0c0d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ddd12c8f-3193-4ba5-a19b-f85740ee0c0d {
  display: none;
}
#s-ddd12c8f-3193-4ba5-a19b-f85740ee0c0d, #wrap-s-ddd12c8f-3193-4ba5-a19b-f85740ee0c0d { display:none !important; }}@media (max-width: 767px){#s-ddd12c8f-3193-4ba5-a19b-f85740ee0c0d {
  display: none;
}
#s-ddd12c8f-3193-4ba5-a19b-f85740ee0c0d, #wrap-s-ddd12c8f-3193-4ba5-a19b-f85740ee0c0d { display:none !important; }}
#s-ddd12c8f-3193-4ba5-a19b-f85740ee0c0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e18b0b0e-2304-4442-9ac7-9833fd11a73c {
  padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 70.0px);
}

}

@media (min-width: 992px) {
[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 70.0px);
}

}

@media (min-width: 1200px) {
[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 70.0px);
}

[id="s-e18b0b0e-2304-4442-9ac7-9833fd11a73c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 70.0px);
}

}

#s-95d72fca-f305-4024-844c-3382f28177d4 {
  text-align: center;
}




  #s-95d72fca-f305-4024-844c-3382f28177d4 img.shogun-image {
    
    width: px;
  }


#s-95d72fca-f305-4024-844c-3382f28177d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0041d7e0-e62e-4c3c-9608-66c63c64e412 {
  margin-top: 35px;
margin-left: 300px;
margin-bottom: 0px;
margin-right: 300px;
padding-top: 0px;
padding-left: 100px;
padding-right: 100px;
background-color: rgba(239, 239, 235, 1);
}

#s-60079bae-9a79-450e-9bba-cdd6a62a8bf4 {
  margin-top: 0px;
margin-left: 300px;
margin-bottom: 0px;
margin-right: 300px;
padding-top: 0px;
padding-left: 200px;
padding-right: 200px;
background-color: rgba(239, 239, 235, 1);
}

#s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba {
  background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 1200px){#s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba {
  display: none;
}
#s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba, #wrap-s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba {
  display: none;
}
#s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba, #wrap-s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba { display:none !important; }}@media (max-width: 767px){#s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba {
  display: none;
}
#s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba, #wrap-s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba { display:none !important; }}
@media (min-width: 0px) {
[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1fc160a0-b02c-4770-ba7c-f14cf3b096ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-18f05111-f0c6-4714-963c-b41bb7e90119 {
  text-align: center;
}




  #s-18f05111-f0c6-4714-963c-b41bb7e90119 img.shogun-image {
    
    width: px;
  }


#s-18f05111-f0c6-4714-963c-b41bb7e90119 .shogun-image-content {
  
    align-items: center;
  
}

#s-aeb721ca-387a-45d0-b403-81b15705fe3b {
  margin-left: 40px;
margin-right: 40px;
padding-top: 135px;
padding-bottom: 135px;
}

#s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff {
  display: none;
}
#s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff, #wrap-s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff {
  display: none;
}
#s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff, #wrap-s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff {
  display: none;
}
#s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff, #wrap-s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff { display:none !important; }}
#s-0b2fa9c0-d717-45b8-8514-d4a1abb783ff hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b7b1ac90-9448-4aaa-9f16-5c8283106222 {
  min-height: 50px;
}

#s-b7b1ac90-9448-4aaa-9f16-5c8283106222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a49aad81-3504-4e38-91f1-59164dec0a9d {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-a49aad81-3504-4e38-91f1-59164dec0a9d {
  display: none;
}
#s-a49aad81-3504-4e38-91f1-59164dec0a9d, #wrap-s-a49aad81-3504-4e38-91f1-59164dec0a9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a49aad81-3504-4e38-91f1-59164dec0a9d {
  display: none;
}
#s-a49aad81-3504-4e38-91f1-59164dec0a9d, #wrap-s-a49aad81-3504-4e38-91f1-59164dec0a9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a49aad81-3504-4e38-91f1-59164dec0a9d {
  display: none;
}
#s-a49aad81-3504-4e38-91f1-59164dec0a9d, #wrap-s-a49aad81-3504-4e38-91f1-59164dec0a9d { display:none !important; }}



  #s-a49aad81-3504-4e38-91f1-59164dec0a9d img.shogun-image {
    
    width: px;
  }


#s-a49aad81-3504-4e38-91f1-59164dec0a9d .shogun-image-content {
  
    align-items: center;
  
}

#s-5b9e7120-54c5-4fc2-bc84-96d44bedb191 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 40px;
padding-left: 25px;
padding-bottom: 40px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5b9e7120-54c5-4fc2-bc84-96d44bedb191 {
  display: none;
}
#s-5b9e7120-54c5-4fc2-bc84-96d44bedb191, #wrap-s-5b9e7120-54c5-4fc2-bc84-96d44bedb191 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b9e7120-54c5-4fc2-bc84-96d44bedb191 {
  display: none;
}
#s-5b9e7120-54c5-4fc2-bc84-96d44bedb191, #wrap-s-5b9e7120-54c5-4fc2-bc84-96d44bedb191 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b9e7120-54c5-4fc2-bc84-96d44bedb191 {
  display: none;
}
#s-5b9e7120-54c5-4fc2-bc84-96d44bedb191, #wrap-s-5b9e7120-54c5-4fc2-bc84-96d44bedb191 { display:none !important; }}
#s-8b6a5a74-58c9-49d2-b322-05b9170a16b8 {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-8b6a5a74-58c9-49d2-b322-05b9170a16b8 {
  display: none;
}
#s-8b6a5a74-58c9-49d2-b322-05b9170a16b8, #wrap-s-8b6a5a74-58c9-49d2-b322-05b9170a16b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b6a5a74-58c9-49d2-b322-05b9170a16b8 {
  display: none;
}
#s-8b6a5a74-58c9-49d2-b322-05b9170a16b8, #wrap-s-8b6a5a74-58c9-49d2-b322-05b9170a16b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b6a5a74-58c9-49d2-b322-05b9170a16b8 {
  display: none;
}
#s-8b6a5a74-58c9-49d2-b322-05b9170a16b8, #wrap-s-8b6a5a74-58c9-49d2-b322-05b9170a16b8 { display:none !important; }}



  #s-8b6a5a74-58c9-49d2-b322-05b9170a16b8 img.shogun-image {
    
    width: px;
  }


#s-8b6a5a74-58c9-49d2-b322-05b9170a16b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0521e45-79fb-4d29-9b8c-b4795db8ff43 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 40px;
padding-left: 25px;
padding-bottom: 40px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a0521e45-79fb-4d29-9b8c-b4795db8ff43 {
  display: none;
}
#s-a0521e45-79fb-4d29-9b8c-b4795db8ff43, #wrap-s-a0521e45-79fb-4d29-9b8c-b4795db8ff43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0521e45-79fb-4d29-9b8c-b4795db8ff43 {
  display: none;
}
#s-a0521e45-79fb-4d29-9b8c-b4795db8ff43, #wrap-s-a0521e45-79fb-4d29-9b8c-b4795db8ff43 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0521e45-79fb-4d29-9b8c-b4795db8ff43 {
  display: none;
}
#s-a0521e45-79fb-4d29-9b8c-b4795db8ff43, #wrap-s-a0521e45-79fb-4d29-9b8c-b4795db8ff43 { display:none !important; }}
#s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57 {
  margin-left: 25px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57 {
  display: none;
}
#s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57, #wrap-s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57 {
  display: none;
}
#s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57, #wrap-s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57 {
  display: none;
}
#s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57, #wrap-s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57 { display:none !important; }}



  #s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57 img.shogun-image {
    
    width: px;
  }


#s-efb1593e-4dc5-4dd9-955b-f3f2827e9c57 .shogun-image-content {
  
    align-items: center;
  
}

#s-efeed879-49cc-4acf-a57b-3e79c89ead51 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 40px;
padding-left: 25px;
padding-bottom: 40px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-efeed879-49cc-4acf-a57b-3e79c89ead51 {
  display: none;
}
#s-efeed879-49cc-4acf-a57b-3e79c89ead51, #wrap-s-efeed879-49cc-4acf-a57b-3e79c89ead51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efeed879-49cc-4acf-a57b-3e79c89ead51 {
  display: none;
}
#s-efeed879-49cc-4acf-a57b-3e79c89ead51, #wrap-s-efeed879-49cc-4acf-a57b-3e79c89ead51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efeed879-49cc-4acf-a57b-3e79c89ead51 {
  display: none;
}
#s-efeed879-49cc-4acf-a57b-3e79c89ead51, #wrap-s-efeed879-49cc-4acf-a57b-3e79c89ead51 { display:none !important; }}
#s-d4119c0e-8143-4ad4-9090-07c5d81f85e0 {
  padding-top: 75px;
padding-left: 100px;
padding-bottom: 75px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-d4119c0e-8143-4ad4-9090-07c5d81f85e0 {
  display: none;
}
#s-d4119c0e-8143-4ad4-9090-07c5d81f85e0, #wrap-s-d4119c0e-8143-4ad4-9090-07c5d81f85e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4119c0e-8143-4ad4-9090-07c5d81f85e0 {
  display: none;
}
#s-d4119c0e-8143-4ad4-9090-07c5d81f85e0, #wrap-s-d4119c0e-8143-4ad4-9090-07c5d81f85e0 { display:none !important; }}@media (max-width: 767px){#s-d4119c0e-8143-4ad4-9090-07c5d81f85e0 {
  display: none;
}
#s-d4119c0e-8143-4ad4-9090-07c5d81f85e0, #wrap-s-d4119c0e-8143-4ad4-9090-07c5d81f85e0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d4119c0e-8143-4ad4-9090-07c5d81f85e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-df14781f-0d22-4146-9154-2f66230b8a26 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-df14781f-0d22-4146-9154-2f66230b8a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-b290d785-7895-4d90-b6f1-c1207f17ca9a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b290d785-7895-4d90-b6f1-c1207f17ca9a .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 6px;
  text-align: left;
}



#s-6d73b0d2-08ef-4c5b-a978-fa446fcae5ec {
  margin-left: 20px;
margin-right: 20px;
}

#s-ee0d1827-47e9-45db-aaef-6af39f2d4f52 {
  padding-top: 35px;
text-align: center;
}




  #s-ee0d1827-47e9-45db-aaef-6af39f2d4f52 img.shogun-image {
    
    width: px;
  }


#s-ee0d1827-47e9-45db-aaef-6af39f2d4f52 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ec6230f-1508-46b4-aa2a-067387ce4247 {
  padding-top: 75px;
padding-left: 100px;
padding-bottom: 75px;
padding-right: 100px;
background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 1200px){#s-8ec6230f-1508-46b4-aa2a-067387ce4247 {
  display: none;
}
#s-8ec6230f-1508-46b4-aa2a-067387ce4247, #wrap-s-8ec6230f-1508-46b4-aa2a-067387ce4247 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ec6230f-1508-46b4-aa2a-067387ce4247 {
  display: none;
}
#s-8ec6230f-1508-46b4-aa2a-067387ce4247, #wrap-s-8ec6230f-1508-46b4-aa2a-067387ce4247 { display:none !important; }}@media (max-width: 767px){#s-8ec6230f-1508-46b4-aa2a-067387ce4247 {
  display: none;
}
#s-8ec6230f-1508-46b4-aa2a-067387ce4247, #wrap-s-8ec6230f-1508-46b4-aa2a-067387ce4247 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ec6230f-1508-46b4-aa2a-067387ce4247"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-79ff1a39-5f30-4f8e-ae55-2469f9f7a68c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
text-align: center;
}




  #s-79ff1a39-5f30-4f8e-ae55-2469f9f7a68c img.shogun-image {
    
    width: px;
  }


#s-79ff1a39-5f30-4f8e-ae55-2469f9f7a68c .shogun-image-content {
  
    align-items: center;
  
}

#s-a1b9678c-20a8-4082-8a71-322ea9cc93dd {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-a1b9678c-20a8-4082-8a71-322ea9cc93dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7b335571-9b20-42fa-9265-cf8080ed41cd {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-7b335571-9b20-42fa-9265-cf8080ed41cd .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 6px;
  text-align: right;
}



#s-4fddb213-c4bb-4acf-944b-1283990c2a44 {
  margin-left: 20px;
margin-right: 20px;
}

#s-957e0d88-29ff-4dbb-867d-38340d9666f5 {
  padding-top: 75px;
padding-left: 100px;
padding-bottom: 75px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-957e0d88-29ff-4dbb-867d-38340d9666f5 {
  display: none;
}
#s-957e0d88-29ff-4dbb-867d-38340d9666f5, #wrap-s-957e0d88-29ff-4dbb-867d-38340d9666f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-957e0d88-29ff-4dbb-867d-38340d9666f5 {
  display: none;
}
#s-957e0d88-29ff-4dbb-867d-38340d9666f5, #wrap-s-957e0d88-29ff-4dbb-867d-38340d9666f5 { display:none !important; }}@media (max-width: 767px){#s-957e0d88-29ff-4dbb-867d-38340d9666f5 {
  display: none;
}
#s-957e0d88-29ff-4dbb-867d-38340d9666f5, #wrap-s-957e0d88-29ff-4dbb-867d-38340d9666f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-957e0d88-29ff-4dbb-867d-38340d9666f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-001e223a-7b27-4546-89a6-9a356c60cd64 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-001e223a-7b27-4546-89a6-9a356c60cd64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fd960804-a57a-4464-acc3-f1550057953a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd960804-a57a-4464-acc3-f1550057953a .shogun-heading-component h1 {
  color: rgba(87, 87, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 6px;
  text-align: left;
}



#s-357e5c00-ab69-4815-862a-c7009de8e459 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b9802fd6-e99d-4647-b83e-ccc0ac3f9b15 {
  padding-top: 40px;
text-align: center;
}




  #s-b9802fd6-e99d-4647-b83e-ccc0ac3f9b15 img.shogun-image {
    
    width: px;
  }


#s-b9802fd6-e99d-4647-b83e-ccc0ac3f9b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8a7b08e-e783-4232-b64f-0272ae4cf45a {
  min-height: 500px;
}
@media (max-width: 767px){#s-e8a7b08e-e783-4232-b64f-0272ae4cf45a {
  display: none;
}
#s-e8a7b08e-e783-4232-b64f-0272ae4cf45a, #wrap-s-e8a7b08e-e783-4232-b64f-0272ae4cf45a { display:none !important; }}
#s-e8a7b08e-e783-4232-b64f-0272ae4cf45a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-706fe49b-fec6-470c-b179-bbc8964d5eaa {
  padding-top: 0px;
min-height: 500px;
background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 1200px){#s-706fe49b-fec6-470c-b179-bbc8964d5eaa {
  display: none;
}
#s-706fe49b-fec6-470c-b179-bbc8964d5eaa, #wrap-s-706fe49b-fec6-470c-b179-bbc8964d5eaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-706fe49b-fec6-470c-b179-bbc8964d5eaa {
  display: none;
}
#s-706fe49b-fec6-470c-b179-bbc8964d5eaa, #wrap-s-706fe49b-fec6-470c-b179-bbc8964d5eaa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-706fe49b-fec6-470c-b179-bbc8964d5eaa {
  
}
}@media (max-width: 767px){#s-706fe49b-fec6-470c-b179-bbc8964d5eaa {
  display: none;
}
#s-706fe49b-fec6-470c-b179-bbc8964d5eaa, #wrap-s-706fe49b-fec6-470c-b179-bbc8964d5eaa { display:none !important; }}
#s-706fe49b-fec6-470c-b179-bbc8964d5eaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2d5cc92a-01a0-450c-a622-9866f68d50f5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 70.0px);
}

}

@media (min-width: 992px) {
[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 70.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 70.0px);
}

[id="s-2d5cc92a-01a0-450c-a622-9866f68d50f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 70.0px);
}

}

#s-8cadbe1c-c006-4ba8-8a9f-acae8116db0d {
  padding-bottom: 40px;
text-align: center;
}




  #s-8cadbe1c-c006-4ba8-8a9f-acae8116db0d img.shogun-image {
    
    width: px;
  }


#s-8cadbe1c-c006-4ba8-8a9f-acae8116db0d .shogun-image-content {
  
    align-items: center;
  
}

#s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6 {
  margin-top: 50px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 100px;
padding-top: 0px;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6 {
  display: none;
}
#s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6, #wrap-s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6 {
  display: none;
}
#s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6, #wrap-s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6 { display:none !important; }}@media (max-width: 767px){#s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6 {
  display: none;
}
#s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6, #wrap-s-494a0fb5-8e9a-4d36-abef-bb4d6e30b1b6 { display:none !important; }}
#s-f1508f43-01dc-4fef-a87e-5b272c15bf5c {
  margin-top: 20px;
margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
padding-top: 0px;
padding-left: 100px;
padding-right: 100px;
}

@media (min-width: 1200px){#s-8627c304-c14b-4520-bee4-0944555425ac {
  display: none;
}
#s-8627c304-c14b-4520-bee4-0944555425ac, #wrap-s-8627c304-c14b-4520-bee4-0944555425ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8627c304-c14b-4520-bee4-0944555425ac {
  display: none;
}
#s-8627c304-c14b-4520-bee4-0944555425ac, #wrap-s-8627c304-c14b-4520-bee4-0944555425ac { display:none !important; }}@media (max-width: 767px){#s-8627c304-c14b-4520-bee4-0944555425ac {
  display: none;
}
#s-8627c304-c14b-4520-bee4-0944555425ac, #wrap-s-8627c304-c14b-4520-bee4-0944555425ac { display:none !important; }}
#s-8627c304-c14b-4520-bee4-0944555425ac hr {
  border: 0;
  width: 100%;
  border-top: 35px solid rgba(255, 255, 255, 1);
}

#s-47ba63ce-8f54-4ae3-8392-772515d3906e {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-47ba63ce-8f54-4ae3-8392-772515d3906e {
  display: none;
}
#s-47ba63ce-8f54-4ae3-8392-772515d3906e, #wrap-s-47ba63ce-8f54-4ae3-8392-772515d3906e { display:none !important; }}
@media (min-width: 0px) {
[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-47ba63ce-8f54-4ae3-8392-772515d3906e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-a4d76d86-f9f1-437c-8aa5-e7960fc5737b {
  text-align: center;
}




  #s-a4d76d86-f9f1-437c-8aa5-e7960fc5737b img.shogun-image {
    
    width: px;
  }


#s-a4d76d86-f9f1-437c-8aa5-e7960fc5737b .shogun-image-content {
  
    align-items: center;
  
}

#s-dff710be-a36f-47f4-abdb-ab7dbb9ecd9c hr {
  border: 0;
  width: 100%;
  border-top: 76px solid rgba(255, 255, 255, 1);
}

#s-a1e8cc4b-0363-4e3f-bbd0-ed1927ce5146 {
  text-align: center;
}




  #s-a1e8cc4b-0363-4e3f-bbd0-ed1927ce5146 img.shogun-image {
    
    width: px;
  }


#s-a1e8cc4b-0363-4e3f-bbd0-ed1927ce5146 .shogun-image-content {
  
    align-items: center;
  
}

#s-64f6aa11-24be-44df-b4c9-33a331ceae75 {
  padding-top: 60px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-64f6aa11-24be-44df-b4c9-33a331ceae75 {
  display: none;
}
#s-64f6aa11-24be-44df-b4c9-33a331ceae75, #wrap-s-64f6aa11-24be-44df-b4c9-33a331ceae75 { display:none !important; }}
@media (min-width: 0px) {
[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-64f6aa11-24be-44df-b4c9-33a331ceae75"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5cd05450-e330-4948-a871-87b37298c1be {
  text-align: center;
}




  #s-5cd05450-e330-4948-a871-87b37298c1be img.shogun-image {
    
    width: px;
  }


#s-5cd05450-e330-4948-a871-87b37298c1be .shogun-image-content {
  
    align-items: center;
  
}

#s-9e6df51d-2c07-4925-b13a-90ea908b513b {
  margin-left: 100px;
margin-right: 100px;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-9e6df51d-2c07-4925-b13a-90ea908b513b {
  display: none;
}
#s-9e6df51d-2c07-4925-b13a-90ea908b513b, #wrap-s-9e6df51d-2c07-4925-b13a-90ea908b513b { display:none !important; }}
@media (min-width: 0px) {
[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-9e6df51d-2c07-4925-b13a-90ea908b513b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-248d2bea-d8d3-4aae-b5b1-b4df9629496b {
  margin-top: 15px;
text-align: center;
}




  #s-248d2bea-d8d3-4aae-b5b1-b4df9629496b img.shogun-image {
    
    width: px;
  }


#s-248d2bea-d8d3-4aae-b5b1-b4df9629496b .shogun-image-content {
  
    align-items: center;
  
}

#s-1213e7d2-e94d-4fe7-8179-f9bed4b3716e {
  text-align: center;
}




  #s-1213e7d2-e94d-4fe7-8179-f9bed4b3716e img.shogun-image {
    
    width: px;
  }


#s-1213e7d2-e94d-4fe7-8179-f9bed4b3716e .shogun-image-content {
  
    align-items: center;
  
}

#s-ca3b52d8-f79e-499c-8679-aa84c722eb1f {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca3b52d8-f79e-499c-8679-aa84c722eb1f {
  display: none;
}
#s-ca3b52d8-f79e-499c-8679-aa84c722eb1f, #wrap-s-ca3b52d8-f79e-499c-8679-aa84c722eb1f { display:none !important; }}@media (max-width: 767px){#s-ca3b52d8-f79e-499c-8679-aa84c722eb1f {
  display: none;
}
#s-ca3b52d8-f79e-499c-8679-aa84c722eb1f, #wrap-s-ca3b52d8-f79e-499c-8679-aa84c722eb1f { display:none !important; }}
#s-ca3b52d8-f79e-499c-8679-aa84c722eb1f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-543b7d0a-cdc1-4817-bd8c-184ae174f46a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-543b7d0a-cdc1-4817-bd8c-184ae174f46a {
  display: none;
}
#s-543b7d0a-cdc1-4817-bd8c-184ae174f46a, #wrap-s-543b7d0a-cdc1-4817-bd8c-184ae174f46a { display:none !important; }}@media (max-width: 767px){#s-543b7d0a-cdc1-4817-bd8c-184ae174f46a {
  display: none;
}
#s-543b7d0a-cdc1-4817-bd8c-184ae174f46a, #wrap-s-543b7d0a-cdc1-4817-bd8c-184ae174f46a { display:none !important; }}
#s-543b7d0a-cdc1-4817-bd8c-184ae174f46a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fc382864-dc6a-40a4-b255-dd6b21e5031d {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc382864-dc6a-40a4-b255-dd6b21e5031d {
  display: none;
}
#s-fc382864-dc6a-40a4-b255-dd6b21e5031d, #wrap-s-fc382864-dc6a-40a4-b255-dd6b21e5031d { display:none !important; }}@media (max-width: 767px){#s-fc382864-dc6a-40a4-b255-dd6b21e5031d {
  display: none;
}
#s-fc382864-dc6a-40a4-b255-dd6b21e5031d, #wrap-s-fc382864-dc6a-40a4-b255-dd6b21e5031d { display:none !important; }}
#s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d {
  display: none;
}
#s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d, #wrap-s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d {
  display: none;
}
#s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d, #wrap-s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d { display:none !important; }}@media (max-width: 767px){#s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d {
  display: none;
}
#s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d, #wrap-s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d { display:none !important; }}
#s-dc74afa1-2e69-4e3e-adeb-b7a388ed072d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 {
  display: none;
}
#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6, #wrap-s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 {
  display: none;
}
#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6, #wrap-s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 {
  display: none;
}
#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6, #wrap-s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 { display:none !important; }}@media (max-width: 767px){#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 {
  display: none;
}
#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6, #wrap-s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 { display:none !important; }}
#s-495f6fff-e85c-4e2e-8efa-a95ccedd2bb6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-b1862cc3-9e1b-4385-b32a-e694c26bc61d {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 1200px){#s-b1862cc3-9e1b-4385-b32a-e694c26bc61d {
  display: none;
}
#s-b1862cc3-9e1b-4385-b32a-e694c26bc61d, #wrap-s-b1862cc3-9e1b-4385-b32a-e694c26bc61d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1862cc3-9e1b-4385-b32a-e694c26bc61d {
  display: none;
}
#s-b1862cc3-9e1b-4385-b32a-e694c26bc61d, #wrap-s-b1862cc3-9e1b-4385-b32a-e694c26bc61d { display:none !important; }}@media (max-width: 767px){#s-b1862cc3-9e1b-4385-b32a-e694c26bc61d {
  display: none;
}
#s-b1862cc3-9e1b-4385-b32a-e694c26bc61d, #wrap-s-b1862cc3-9e1b-4385-b32a-e694c26bc61d { display:none !important; }}
#s-52198730-2a44-479b-b10e-aa01d25f3ff9 {
  margin-left: 300px;
margin-right: 300px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-52198730-2a44-479b-b10e-aa01d25f3ff9 {
  display: none;
}
#s-52198730-2a44-479b-b10e-aa01d25f3ff9, #wrap-s-52198730-2a44-479b-b10e-aa01d25f3ff9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52198730-2a44-479b-b10e-aa01d25f3ff9 {
  display: none;
}
#s-52198730-2a44-479b-b10e-aa01d25f3ff9, #wrap-s-52198730-2a44-479b-b10e-aa01d25f3ff9 { display:none !important; }}@media (max-width: 767px){#s-52198730-2a44-479b-b10e-aa01d25f3ff9 {
  display: none;
}
#s-52198730-2a44-479b-b10e-aa01d25f3ff9, #wrap-s-52198730-2a44-479b-b10e-aa01d25f3ff9 { display:none !important; }}
#s-52198730-2a44-479b-b10e-aa01d25f3ff9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(150, 150, 150, 1);
}

#s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8 {
  padding-left: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8 {
  display: none;
}
#s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8, #wrap-s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8 {
  display: none;
}
#s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8, #wrap-s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8 { display:none !important; }}@media (max-width: 767px){#s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8 {
  display: none;
}
#s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8, #wrap-s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 992px) {
[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 32.0px);
}

}

@media (min-width: 1200px) {
[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 32.0px);
}

[id="s-112f3fb9-73d9-4c3a-b7c7-53bc51635ee8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 32.0px);
}

}

#s-cb8c28a3-061e-41b2-baf9-662597958541 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-87b92259-5d35-4c34-a823-ff4f451e1681 {
  text-align: left;
}


.shg-c#s-87b92259-5d35-4c34-a823-ff4f451e1681 {
  max-width: 100%;
}

.shg-c#s-87b92259-5d35-4c34-a823-ff4f451e1681 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87b92259-5d35-4c34-a823-ff4f451e1681 .shg-image-zoom,
.shg-c#s-87b92259-5d35-4c34-a823-ff4f451e1681 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-e67a97fc-f347-4452-bfab-2147e06ff122 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e67a97fc-f347-4452-bfab-2147e06ff122 .shg-product-title-component h1 {
  color: rgba(58, 58, 58, 1);
  font-weight:   ;
  font-family: Lato;
  font-style:   ;
  font-size: 14px;
}

#s-027ec202-d968-4d76-923c-fa046849e642 {
  display: none;
}
#s-8f08b72a-df0b-46a0-be21-e4e3a5ac9198 {
  text-align: left;
}


.shg-c#s-8f08b72a-df0b-46a0-be21-e4e3a5ac9198 {
  max-width: 100%;
}

.shg-c#s-8f08b72a-df0b-46a0-be21-e4e3a5ac9198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f08b72a-df0b-46a0-be21-e4e3a5ac9198 .shg-image-zoom,
.shg-c#s-8f08b72a-df0b-46a0-be21-e4e3a5ac9198 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-57ec4b0e-149a-425c-905a-2e8389dd560a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57ec4b0e-149a-425c-905a-2e8389dd560a .shg-product-title-component h1 {
  color: rgba(58, 58, 58, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-d7b8914a-e9fe-4aa4-9510-e2ecf13dc04e {
  display: none;
}
#s-585f31f1-e61a-4ebc-a596-e85210b66e98 {
  text-align: left;
}


.shg-c#s-585f31f1-e61a-4ebc-a596-e85210b66e98 {
  max-width: 100%;
}

.shg-c#s-585f31f1-e61a-4ebc-a596-e85210b66e98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-585f31f1-e61a-4ebc-a596-e85210b66e98 .shg-image-zoom,
.shg-c#s-585f31f1-e61a-4ebc-a596-e85210b66e98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}



#s-45e4e7a9-2969-4783-87e6-ea2d00cab998 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45e4e7a9-2969-4783-87e6-ea2d00cab998 .shg-product-title-component h1 {
  color: rgba(58, 58, 58, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

@media (min-width: 1200px){#s-9f7f6d4e-d764-44f6-a02b-133ba365c570 {
  display: none;
}
#s-9f7f6d4e-d764-44f6-a02b-133ba365c570, #wrap-s-9f7f6d4e-d764-44f6-a02b-133ba365c570 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f7f6d4e-d764-44f6-a02b-133ba365c570 {
  display: none;
}
#s-9f7f6d4e-d764-44f6-a02b-133ba365c570, #wrap-s-9f7f6d4e-d764-44f6-a02b-133ba365c570 { display:none !important; }}@media (max-width: 767px){#s-9f7f6d4e-d764-44f6-a02b-133ba365c570 {
  display: none;
}
#s-9f7f6d4e-d764-44f6-a02b-133ba365c570, #wrap-s-9f7f6d4e-d764-44f6-a02b-133ba365c570 { display:none !important; }}
#s-9f7f6d4e-d764-44f6-a02b-133ba365c570 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-ec0f54a7-0fe5-45d8-8eca-5f5932e6cd45 {
  margin-left: 550px;
margin-right: 550px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec0f54a7-0fe5-45d8-8eca-5f5932e6cd45 {
  display: none;
}
#s-ec0f54a7-0fe5-45d8-8eca-5f5932e6cd45, #wrap-s-ec0f54a7-0fe5-45d8-8eca-5f5932e6cd45 { display:none !important; }}@media (max-width: 767px){#s-ec0f54a7-0fe5-45d8-8eca-5f5932e6cd45 {
  display: none;
}
#s-ec0f54a7-0fe5-45d8-8eca-5f5932e6cd45, #wrap-s-ec0f54a7-0fe5-45d8-8eca-5f5932e6cd45 { display:none !important; }}
#s-ec0f54a7-0fe5-45d8-8eca-5f5932e6cd45 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(166, 166, 166, 1);
}

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

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

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

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

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

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

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

#s-372b29e0-db78-424b-a2dc-30b59b56094b {
  margin-left: 300px;
margin-right: 300px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 156, 111, 1);
text-decoration: none;
}
#s-372b29e0-db78-424b-a2dc-30b59b56094b:hover {background-color: rgba(154, 154, 154, 1) !important;
text-decoration: none !important;}#s-372b29e0-db78-424b-a2dc-30b59b56094b:active {background-color: rgba(203, 156, 111, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-372b29e0-db78-424b-a2dc-30b59b56094b {
  display: none;
}
#s-372b29e0-db78-424b-a2dc-30b59b56094b, #wrap-s-372b29e0-db78-424b-a2dc-30b59b56094b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-372b29e0-db78-424b-a2dc-30b59b56094b {
  display: none;
}
#s-372b29e0-db78-424b-a2dc-30b59b56094b, #wrap-s-372b29e0-db78-424b-a2dc-30b59b56094b { display:none !important; }}@media (max-width: 767px){#s-372b29e0-db78-424b-a2dc-30b59b56094b {
  display: none;
}
#s-372b29e0-db78-424b-a2dc-30b59b56094b, #wrap-s-372b29e0-db78-424b-a2dc-30b59b56094b { display:none !important; }}


#s-372b29e0-db78-424b-a2dc-30b59b56094b.shg-btn {
  font-size: 15px;
  font-weight: 100;
  
  font-family: Lato;
  display:  block ;
}

@media (min-width: 1200px){#s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047 {
  display: none;
}
#s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047, #wrap-s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047 {
  display: none;
}
#s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047, #wrap-s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047 { display:none !important; }}@media (max-width: 767px){#s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047 {
  display: none;
}
#s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047, #wrap-s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047 { display:none !important; }}
#s-23127332-d0fe-4d4b-a7d6-3fa6ebce4047 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b {
  padding-left: 175px;
padding-right: 175px;
}
@media (min-width: 768px) and (max-width: 991px){#s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b {
  display: none;
}
#s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b, #wrap-s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b { display:none !important; }}@media (max-width: 767px){#s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b {
  display: none;
}
#s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b, #wrap-s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b { display:none !important; }}
@media (min-width: 0px) {
[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 26.0px);
}

}

@media (min-width: 992px) {
[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 26.0px);
}

}

@media (min-width: 1200px) {
[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 26.0px);
}

[id="s-663d83e1-66e1-4ddb-a091-24a2e5bcaf7b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 26.0px);
}

}

#s-fd23fde2-6982-4b0f-9aac-d66002084563 {
  text-align: center;
}




  #s-fd23fde2-6982-4b0f-9aac-d66002084563 img.shogun-image {
    
    width: px;
  }


#s-fd23fde2-6982-4b0f-9aac-d66002084563 .shogun-image-content {
  
    align-items: center;
  
}

#s-36297b28-af33-4d09-98b8-691c93ac6023 {
  text-align: center;
}




  #s-36297b28-af33-4d09-98b8-691c93ac6023 img.shogun-image {
    
    width: px;
  }


#s-36297b28-af33-4d09-98b8-691c93ac6023 .shogun-image-content {
  
    align-items: center;
  
}

#s-c849a409-b58d-4b09-a65b-32a428d03140 {
  text-align: center;
}




  #s-c849a409-b58d-4b09-a65b-32a428d03140 img.shogun-image {
    
    width: px;
  }


#s-c849a409-b58d-4b09-a65b-32a428d03140 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-72b73f07-c1c3-456f-8f2f-92c538b57f89 {
  display: none;
}
#s-72b73f07-c1c3-456f-8f2f-92c538b57f89, #wrap-s-72b73f07-c1c3-456f-8f2f-92c538b57f89 { display:none !important; }}@media (max-width: 767px){#s-72b73f07-c1c3-456f-8f2f-92c538b57f89 {
  display: none;
}
#s-72b73f07-c1c3-456f-8f2f-92c538b57f89, #wrap-s-72b73f07-c1c3-456f-8f2f-92c538b57f89 { display:none !important; }}
#s-72b73f07-c1c3-456f-8f2f-92c538b57f89 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-10c7608e-1e42-4db3-a503-81a84bc3406a {
  margin-left: 500px;
margin-right: 500px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 156, 111, 1);
text-decoration: none;
}
#s-10c7608e-1e42-4db3-a503-81a84bc3406a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10c7608e-1e42-4db3-a503-81a84bc3406a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-10c7608e-1e42-4db3-a503-81a84bc3406a {
  display: none;
}
#s-10c7608e-1e42-4db3-a503-81a84bc3406a, #wrap-s-10c7608e-1e42-4db3-a503-81a84bc3406a { display:none !important; }}@media (max-width: 767px){#s-10c7608e-1e42-4db3-a503-81a84bc3406a {
  display: none;
}
#s-10c7608e-1e42-4db3-a503-81a84bc3406a, #wrap-s-10c7608e-1e42-4db3-a503-81a84bc3406a { display:none !important; }}


#s-10c7608e-1e42-4db3-a503-81a84bc3406a.shg-btn {
  font-size: 16px;
  
  
  
  display:  block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-290ac5e1-e37e-4a40-ab90-faaed350d507 {
  display: none;
}
#s-290ac5e1-e37e-4a40-ab90-faaed350d507, #wrap-s-290ac5e1-e37e-4a40-ab90-faaed350d507 { display:none !important; }}@media (max-width: 767px){#s-290ac5e1-e37e-4a40-ab90-faaed350d507 {
  display: none;
}
#s-290ac5e1-e37e-4a40-ab90-faaed350d507, #wrap-s-290ac5e1-e37e-4a40-ab90-faaed350d507 { display:none !important; }}
#s-290ac5e1-e37e-4a40-ab90-faaed350d507 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b71d1e42-a9a0-42dc-af0a-4ffb77dd856e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7 {
  margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7 {
  display: none;
}
#s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7, #wrap-s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7 {
  display: none;
}
#s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7, #wrap-s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7 {
  display: none;
}
#s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7, #wrap-s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7 { display:none !important; }}



  #s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7 img.shogun-image {
    
    width: px;
  }


#s-7241367e-9fa0-4f66-b0b1-1c264a92b7f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a445c776-0430-458e-ab21-60ca322d4330 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 40px;
padding-left: 50px;
padding-bottom: 0px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 117, 117, 1);
background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 1200px){#s-a445c776-0430-458e-ab21-60ca322d4330 {
  display: none;
}
#s-a445c776-0430-458e-ab21-60ca322d4330, #wrap-s-a445c776-0430-458e-ab21-60ca322d4330 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a445c776-0430-458e-ab21-60ca322d4330 {
  display: none;
}
#s-a445c776-0430-458e-ab21-60ca322d4330, #wrap-s-a445c776-0430-458e-ab21-60ca322d4330 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a445c776-0430-458e-ab21-60ca322d4330 {
  display: none;
}
#s-a445c776-0430-458e-ab21-60ca322d4330, #wrap-s-a445c776-0430-458e-ab21-60ca322d4330 { display:none !important; }}
#s-81f6a99f-d95c-4510-9ad4-4cf2279817b5 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
background-color: rgba(239, 239, 235, 1);
}
@media (min-width: 1200px){#s-81f6a99f-d95c-4510-9ad4-4cf2279817b5 {
  display: none;
}
#s-81f6a99f-d95c-4510-9ad4-4cf2279817b5, #wrap-s-81f6a99f-d95c-4510-9ad4-4cf2279817b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81f6a99f-d95c-4510-9ad4-4cf2279817b5 {
  display: none;
}
#s-81f6a99f-d95c-4510-9ad4-4cf2279817b5, #wrap-s-81f6a99f-d95c-4510-9ad4-4cf2279817b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81f6a99f-d95c-4510-9ad4-4cf2279817b5 {
  display: none;
}
#s-81f6a99f-d95c-4510-9ad4-4cf2279817b5, #wrap-s-81f6a99f-d95c-4510-9ad4-4cf2279817b5 { display:none !important; }}
@media (min-width: 1200px){#s-205c1a67-b207-4a48-8183-ec9820d6df70 {
  display: none;
}
#s-205c1a67-b207-4a48-8183-ec9820d6df70, #wrap-s-205c1a67-b207-4a48-8183-ec9820d6df70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-205c1a67-b207-4a48-8183-ec9820d6df70 {
  display: none;
}
#s-205c1a67-b207-4a48-8183-ec9820d6df70, #wrap-s-205c1a67-b207-4a48-8183-ec9820d6df70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-205c1a67-b207-4a48-8183-ec9820d6df70 {
  display: none;
}
#s-205c1a67-b207-4a48-8183-ec9820d6df70, #wrap-s-205c1a67-b207-4a48-8183-ec9820d6df70 { display:none !important; }}
@media (min-width: 0px) {
[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-205c1a67-b207-4a48-8183-ec9820d6df70"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2d232297-03ca-495d-afd2-9fe9bb10bc57 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 75px;
padding-bottom: 0px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-2d232297-03ca-495d-afd2-9fe9bb10bc57 {
  display: none;
}
#s-2d232297-03ca-495d-afd2-9fe9bb10bc57, #wrap-s-2d232297-03ca-495d-afd2-9fe9bb10bc57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d232297-03ca-495d-afd2-9fe9bb10bc57 {
  display: none;
}
#s-2d232297-03ca-495d-afd2-9fe9bb10bc57, #wrap-s-2d232297-03ca-495d-afd2-9fe9bb10bc57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2d232297-03ca-495d-afd2-9fe9bb10bc57 {
  display: none;
}
#s-2d232297-03ca-495d-afd2-9fe9bb10bc57, #wrap-s-2d232297-03ca-495d-afd2-9fe9bb10bc57 { display:none !important; }}



  #s-2d232297-03ca-495d-afd2-9fe9bb10bc57 img.shogun-image {
    
    width: px;
  }


#s-2d232297-03ca-495d-afd2-9fe9bb10bc57 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9 {
  display: none;
}
#s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9, #wrap-s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9 {
  display: none;
}
#s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9, #wrap-s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9 {
  display: none;
}
#s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9, #wrap-s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9 { display:none !important; }}



  #s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9 img.shogun-image {
    
    width: px;
  }


#s-8d70ccea-5ba5-498b-b67b-aa4e6dccc6c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-90225e64-c918-409e-bd5f-8a3dbea15018 {
  padding-top: 0px;
padding-left: 75px;
padding-bottom: 0px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-90225e64-c918-409e-bd5f-8a3dbea15018 {
  display: none;
}
#s-90225e64-c918-409e-bd5f-8a3dbea15018, #wrap-s-90225e64-c918-409e-bd5f-8a3dbea15018 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90225e64-c918-409e-bd5f-8a3dbea15018 {
  display: none;
}
#s-90225e64-c918-409e-bd5f-8a3dbea15018, #wrap-s-90225e64-c918-409e-bd5f-8a3dbea15018 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90225e64-c918-409e-bd5f-8a3dbea15018 {
  display: none;
}
#s-90225e64-c918-409e-bd5f-8a3dbea15018, #wrap-s-90225e64-c918-409e-bd5f-8a3dbea15018 { display:none !important; }}



  #s-90225e64-c918-409e-bd5f-8a3dbea15018 img.shogun-image {
    
    width: px;
  }


#s-90225e64-c918-409e-bd5f-8a3dbea15018 .shogun-image-content {
  
    align-items: center;
  
}

#s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0 {
  padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0 {
  display: none;
}
#s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0, #wrap-s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0 {
  display: none;
}
#s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0, #wrap-s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0 {
  display: none;
}
#s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0, #wrap-s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0 { display:none !important; }}



  #s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0 img.shogun-image {
    
    width: px;
  }


#s-c13c2938-7708-44a8-bdd0-31f3dfb4bad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c {
  padding-top: 0px;
padding-left: 75px;
padding-bottom: 0px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c {
  display: none;
}
#s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c, #wrap-s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c {
  display: none;
}
#s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c, #wrap-s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c {
  display: none;
}
#s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c, #wrap-s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c { display:none !important; }}



  #s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c img.shogun-image {
    
    width: px;
  }


#s-5ebdbb4b-ba25-4cba-844f-48b619c84b3c .shogun-image-content {
  
    align-items: center;
  
}

#s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 75px;
padding-bottom: 50px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b {
  display: none;
}
#s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b, #wrap-s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b {
  display: none;
}
#s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b, #wrap-s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b {
  display: none;
}
#s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b, #wrap-s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b { display:none !important; }}



  #s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b img.shogun-image {
    
    width: px;
  }


#s-9e16d0bd-3762-4cc7-bb26-f325264fbf2b .shogun-image-content {
  
    align-items: center;
  
}

#s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9 {
  padding-top: 0px;
padding-left: 75px;
padding-bottom: 0px;
padding-right: 75px;
text-align: center;
}
@media (min-width: 1200px){#s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9 {
  display: none;
}
#s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9, #wrap-s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9 {
  display: none;
}
#s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9, #wrap-s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9 {
  display: none;
}
#s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9, #wrap-s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9 { display:none !important; }}



  #s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9 img.shogun-image {
    
    width: px;
  }


#s-fa987d70-b48f-4bba-b0fa-1b8c02fa3ef9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c727932-e0f7-4a11-b4cb-40d54f2400d5 {
  min-height: 50px;
}

#s-5c727932-e0f7-4a11-b4cb-40d54f2400d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d {
  margin-left: 25px;
margin-right: 25px;
padding-top: 100px;
padding-left: 25px;
padding-bottom: 0px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d {
  display: none;
}
#s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d, #wrap-s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d {
  display: none;
}
#s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d, #wrap-s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d {
  display: none;
}
#s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d, #wrap-s-fbcee7e5-ad2e-45f5-b3a4-a2f049cf5b0d { display:none !important; }}
#s-6f56e274-3358-4820-ab7c-c82d7a11e18a {
  margin-left: 150px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-6f56e274-3358-4820-ab7c-c82d7a11e18a {
  display: none;
}
#s-6f56e274-3358-4820-ab7c-c82d7a11e18a, #wrap-s-6f56e274-3358-4820-ab7c-c82d7a11e18a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f56e274-3358-4820-ab7c-c82d7a11e18a {
  display: none;
}
#s-6f56e274-3358-4820-ab7c-c82d7a11e18a, #wrap-s-6f56e274-3358-4820-ab7c-c82d7a11e18a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f56e274-3358-4820-ab7c-c82d7a11e18a {
  display: none;
}
#s-6f56e274-3358-4820-ab7c-c82d7a11e18a, #wrap-s-6f56e274-3358-4820-ab7c-c82d7a11e18a { display:none !important; }}
#s-6f56e274-3358-4820-ab7c-c82d7a11e18a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(86, 86, 86, 1);
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-e71b00ec-879b-4a27-a742-50f7a3e7971c {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e71b00ec-879b-4a27-a742-50f7a3e7971c {
  display: none;
}
#s-e71b00ec-879b-4a27-a742-50f7a3e7971c, #wrap-s-e71b00ec-879b-4a27-a742-50f7a3e7971c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e71b00ec-879b-4a27-a742-50f7a3e7971c {
  display: none;
}
#s-e71b00ec-879b-4a27-a742-50f7a3e7971c, #wrap-s-e71b00ec-879b-4a27-a742-50f7a3e7971c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e71b00ec-879b-4a27-a742-50f7a3e7971c {
  display: none;
}
#s-e71b00ec-879b-4a27-a742-50f7a3e7971c, #wrap-s-e71b00ec-879b-4a27-a742-50f7a3e7971c { display:none !important; }}
#s-5ddb82e4-762a-4835-8410-2109ba1d5953 {
  text-align: center;
}
@media (min-width: 1200px){#s-5ddb82e4-762a-4835-8410-2109ba1d5953 {
  display: none;
}
#s-5ddb82e4-762a-4835-8410-2109ba1d5953, #wrap-s-5ddb82e4-762a-4835-8410-2109ba1d5953 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ddb82e4-762a-4835-8410-2109ba1d5953 {
  display: none;
}
#s-5ddb82e4-762a-4835-8410-2109ba1d5953, #wrap-s-5ddb82e4-762a-4835-8410-2109ba1d5953 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ddb82e4-762a-4835-8410-2109ba1d5953 {
  display: none;
}
#s-5ddb82e4-762a-4835-8410-2109ba1d5953, #wrap-s-5ddb82e4-762a-4835-8410-2109ba1d5953 { display:none !important; }}



  #s-5ddb82e4-762a-4835-8410-2109ba1d5953 img.shogun-image {
    
    width: px;
  }


#s-5ddb82e4-762a-4835-8410-2109ba1d5953 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-368ebaae-93f1-4ff0-843c-9e145813e341 {
  display: none;
}
#s-368ebaae-93f1-4ff0-843c-9e145813e341, #wrap-s-368ebaae-93f1-4ff0-843c-9e145813e341 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-368ebaae-93f1-4ff0-843c-9e145813e341 {
  display: none;
}
#s-368ebaae-93f1-4ff0-843c-9e145813e341, #wrap-s-368ebaae-93f1-4ff0-843c-9e145813e341 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-368ebaae-93f1-4ff0-843c-9e145813e341 {
  display: none;
}
#s-368ebaae-93f1-4ff0-843c-9e145813e341, #wrap-s-368ebaae-93f1-4ff0-843c-9e145813e341 { display:none !important; }}
#s-c21e36f6-3999-4ea8-bbb8-1b6f11358150 {
  text-align: center;
}




  #s-c21e36f6-3999-4ea8-bbb8-1b6f11358150 img.shogun-image {
    
    width: px;
  }


#s-c21e36f6-3999-4ea8-bbb8-1b6f11358150 .shogun-image-content {
  
    align-items: center;
  
}

#s-b86a415f-d531-4193-826d-3f12fea4d703 {
  text-align: center;
}




  #s-b86a415f-d531-4193-826d-3f12fea4d703 img.shogun-image {
    
    width: px;
  }


#s-b86a415f-d531-4193-826d-3f12fea4d703 .shogun-image-content {
  
    align-items: center;
  
}

#s-35101599-1405-49a5-affa-1473105be80c {
  text-align: center;
}
@media (min-width: 1200px){#s-35101599-1405-49a5-affa-1473105be80c {
  display: none;
}
#s-35101599-1405-49a5-affa-1473105be80c, #wrap-s-35101599-1405-49a5-affa-1473105be80c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35101599-1405-49a5-affa-1473105be80c {
  display: none;
}
#s-35101599-1405-49a5-affa-1473105be80c, #wrap-s-35101599-1405-49a5-affa-1473105be80c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35101599-1405-49a5-affa-1473105be80c {
  display: none;
}
#s-35101599-1405-49a5-affa-1473105be80c, #wrap-s-35101599-1405-49a5-affa-1473105be80c { display:none !important; }}



  #s-35101599-1405-49a5-affa-1473105be80c img.shogun-image {
    
    width: px;
  }


#s-35101599-1405-49a5-affa-1473105be80c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a7f34afd-b631-44f3-a8ad-972d35d5adbb {
  display: none;
}
#s-a7f34afd-b631-44f3-a8ad-972d35d5adbb, #wrap-s-a7f34afd-b631-44f3-a8ad-972d35d5adbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7f34afd-b631-44f3-a8ad-972d35d5adbb {
  display: none;
}
#s-a7f34afd-b631-44f3-a8ad-972d35d5adbb, #wrap-s-a7f34afd-b631-44f3-a8ad-972d35d5adbb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7f34afd-b631-44f3-a8ad-972d35d5adbb {
  display: none;
}
#s-a7f34afd-b631-44f3-a8ad-972d35d5adbb, #wrap-s-a7f34afd-b631-44f3-a8ad-972d35d5adbb { display:none !important; }}
#s-088aba1d-b277-4765-8804-545602f36a32 {
  margin-left: 100px;
margin-right: 100px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(203, 156, 111, 1);
text-decoration: none;
}
#s-088aba1d-b277-4765-8804-545602f36a32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-088aba1d-b277-4765-8804-545602f36a32:active {margin-top: 25px !important;
margin-left: 100px !important;
margin-bottom: 25px !important;
margin-right: 100px !important;
background-color: rgba(203, 156, 111, 1) !important;
font-size: 21px !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-088aba1d-b277-4765-8804-545602f36a32 {
  display: none;
}
#s-088aba1d-b277-4765-8804-545602f36a32, #wrap-s-088aba1d-b277-4765-8804-545602f36a32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-088aba1d-b277-4765-8804-545602f36a32 {
  display: none;
}
#s-088aba1d-b277-4765-8804-545602f36a32, #wrap-s-088aba1d-b277-4765-8804-545602f36a32 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-088aba1d-b277-4765-8804-545602f36a32 {
  display: none;
}
#s-088aba1d-b277-4765-8804-545602f36a32, #wrap-s-088aba1d-b277-4765-8804-545602f36a32 { display:none !important; }}


#s-088aba1d-b277-4765-8804-545602f36a32.shg-btn {
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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