.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-347fa41d-74f9-41c4-a8e1-eb02045282a7 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}
@media (max-width: 767px){#s-347fa41d-74f9-41c4-a8e1-eb02045282a7 {
  display: none;
}
#s-347fa41d-74f9-41c4-a8e1-eb02045282a7, #wrap-s-347fa41d-74f9-41c4-a8e1-eb02045282a7 { display:none !important; }}







#s-347fa41d-74f9-41c4-a8e1-eb02045282a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-347fa41d-74f9-41c4-a8e1-eb02045282a7.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-69651d96-3e5f-4427-841c-99cb5c80b75e {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69651d96-3e5f-4427-841c-99cb5c80b75e {
  margin-left: 7%;
margin-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69651d96-3e5f-4427-841c-99cb5c80b75e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1d2863b9-14af-4c03-81be-9abc08e69128 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-1d2863b9-14af-4c03-81be-9abc08e69128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d2863b9-14af-4c03-81be-9abc08e69128.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-87d8ce08-3d74-433d-9aa0-0b4c6028486f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-87d8ce08-3d74-433d-9aa0-0b4c6028486f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87d8ce08-3d74-433d-9aa0-0b4c6028486f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87d8ce08-3d74-433d-9aa0-0b4c6028486f {
  
}
}
#s-547c5cc4-6c0f-4c09-9bdd-96fe99da3885 {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-547c5cc4-6c0f-4c09-9bdd-96fe99da3885 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-547c5cc4-6c0f-4c09-9bdd-96fe99da3885 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-547c5cc4-6c0f-4c09-9bdd-96fe99da3885 {
  
}
}
#s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e {
  display: none;
}
#s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e, #wrap-s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e { display:none !important; }}@media (max-width: 767px){#s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e {
  display: none;
}
#s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e, #wrap-s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e { display:none !important; }}
@media (min-width: 0px) {
[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e91fbaf8-d0de-4d88-a8b6-5e43acc13c7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-b0e6c01f-204f-400e-81d8-13e3d7e929c2 {
  min-height: 50px;
}








#s-b0e6c01f-204f-400e-81d8-13e3d7e929c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0e6c01f-204f-400e-81d8-13e3d7e929c2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-2fec7f87-6af2-440b-b13b-c08022ef8ac2 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-2fec7f87-6af2-440b-b13b-c08022ef8ac2 img.shogun-image {
    
    width: px;
  }


#s-2fec7f87-6af2-440b-b13b-c08022ef8ac2 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-9e06c640-15c5-4fd7-a48f-d299a25824cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e06c640-15c5-4fd7-a48f-d299a25824cd .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-4bc5f670-66a1-455a-bb39-f6c65fb34dc0 {
  min-height: 50px;
}








#s-4bc5f670-66a1-455a-bb39-f6c65fb34dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bc5f670-66a1-455a-bb39-f6c65fb34dc0.shg-box.shg-c {
  justify-content: center;
}

#s-c8b16229-8ed8-4702-ba21-a6935d085617 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-c8b16229-8ed8-4702-ba21-a6935d085617 img.shogun-image {
    
    width: px;
  }


#s-c8b16229-8ed8-4702-ba21-a6935d085617 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f1495be-fad9-4340-86bd-fcae9073ac36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f1495be-fad9-4340-86bd-fcae9073ac36 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-b46ad2be-4fde-45d9-96e4-13f82bff6c9f {
  min-height: 50px;
}








#s-b46ad2be-4fde-45d9-96e4-13f82bff6c9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b46ad2be-4fde-45d9-96e4-13f82bff6c9f.shg-box.shg-c {
  justify-content: center;
}

#s-10e76ed3-9455-488d-87cd-0f8ab9518e87 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-10e76ed3-9455-488d-87cd-0f8ab9518e87 img.shogun-image {
    
    width: px;
  }


#s-10e76ed3-9455-488d-87cd-0f8ab9518e87 .shogun-image-content {
  
    align-items: center;
  
}

#s-41abf7cb-a73d-4d54-ae79-b1280486cc63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41abf7cb-a73d-4d54-ae79-b1280486cc63 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2 {
  margin-top: 7%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2 {
  display: none;
}
#s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2, #wrap-s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2 {
  display: none;
}
#s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2, #wrap-s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2 { display:none !important; }}@media (max-width: 767px){#s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2 {
  display: none;
}
#s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2, #wrap-s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2 { display:none !important; }}







#s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06ab2621-bbf4-4b0a-b00b-aa4d99510fb2.shg-box.shg-c {
  justify-content: center;
}

#s-001ab2da-9ba9-4c54-be5f-d19e8db7eec3 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}




  #s-001ab2da-9ba9-4c54-be5f-d19e8db7eec3 img.shogun-image {
    
    width: px;
  }


#s-001ab2da-9ba9-4c54-be5f-d19e8db7eec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd5b4153-e378-4898-989d-1f867cd4b969 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd5b4153-e378-4898-989d-1f867cd4b969 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-69516d4d-439c-4998-b153-9535ec5c58f4 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-69516d4d-439c-4998-b153-9535ec5c58f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-71dc0471-25fa-4e81-862a-f383ac6a9080 {
  min-height: 50px;
}








#s-71dc0471-25fa-4e81-862a-f383ac6a9080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71dc0471-25fa-4e81-862a-f383ac6a9080.shg-box.shg-c {
  justify-content: center;
}

#s-cab7de92-20e7-4b9c-aad5-123dcf4e26b6 {
  margin-left: auto;
margin-right: auto;
max-width: 8em;
text-align: center;
}




  #s-cab7de92-20e7-4b9c-aad5-123dcf4e26b6 img.shogun-image {
    
    width: px;
  }


#s-cab7de92-20e7-4b9c-aad5-123dcf4e26b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dd8c3a2-9d2c-4624-a5df-0b86a06e2347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dd8c3a2-9d2c-4624-a5df-0b86a06e2347 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-1a16b783-fe63-4632-bbde-d98b0becf9c4 {
  margin-left: auto;
margin-right: auto;
max-width: 8em;
text-align: center;
}




  #s-1a16b783-fe63-4632-bbde-d98b0becf9c4 img.shogun-image {
    
    width: px;
  }


#s-1a16b783-fe63-4632-bbde-d98b0becf9c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f49098e4-7eab-47e6-bb7e-cf060ccdd066 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f49098e4-7eab-47e6-bb7e-cf060ccdd066 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-94430de6-da91-45e0-b94a-667dd92cc574 {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: custom center;
}








#s-94430de6-da91-45e0-b94a-667dd92cc574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94430de6-da91-45e0-b94a-667dd92cc574.shg-box.shg-c {
  justify-content: center;
}

#s-f40658a1-f8b3-41a8-b35f-41dd56dedf93 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-f40658a1-f8b3-41a8-b35f-41dd56dedf93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f40658a1-f8b3-41a8-b35f-41dd56dedf93.shg-box.shg-c {
  justify-content: center;
}

#s-a9c18cb3-c751-4119-b8ba-9b0099e5d253 {
  margin-top: 10em;
margin-left: auto;
margin-bottom: 10em;
margin-right: auto;
max-width: 50em;
text-align: center;
}




  #s-a9c18cb3-c751-4119-b8ba-9b0099e5d253 img.shogun-image {
    
    width: px;
  }


#s-a9c18cb3-c751-4119-b8ba-9b0099e5d253 .shogun-image-content {
  
    align-items: center;
  
}

#s-710ab228-dca1-412b-bc10-d3eb2696b780 {
  background-repeat: no-repeat;
background-size: 100% 100%;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}








#s-710ab228-dca1-412b-bc10-d3eb2696b780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-710ab228-dca1-412b-bc10-d3eb2696b780.shg-box.shg-c {
  justify-content: center;
}

#s-14e6f1e5-c99e-4911-a887-058c3318c0a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-14e6f1e5-c99e-4911-a887-058c3318c0a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14e6f1e5-c99e-4911-a887-058c3318c0a2.shg-box.shg-c {
  justify-content: center;
}

#s-a3365c58-a4e8-4026-81f6-6a07db424579 {
  margin-left: 11%;
margin-right: 11%;
max-width: 960px;
}

@media (min-width: 0px) {
[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a3365c58-a4e8-4026-81f6-6a07db424579"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fa49b096-81a3-48e8-8215-726711f7355d {
  margin-top: 46%;
margin-bottom: 17%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa49b096-81a3-48e8-8215-726711f7355d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 63px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-fa49b096-81a3-48e8-8215-726711f7355d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 61px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-fa49b096-81a3-48e8-8215-726711f7355d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 46px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


}
#s-139c791e-8dd6-47f1-a6bb-b20934098a8a {
  text-align: center;
}




  #s-139c791e-8dd6-47f1-a6bb-b20934098a8a img.shogun-image {
    
    width: px;
  }


#s-139c791e-8dd6-47f1-a6bb-b20934098a8a .shogun-image-content {
  
    align-items: center;
  
}

#s-3f5ebd45-2b33-4857-9270-4b616b7a0c8f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 950px;
}
@media (min-width: 1200px){#s-3f5ebd45-2b33-4857-9270-4b616b7a0c8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f5ebd45-2b33-4857-9270-4b616b7a0c8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f5ebd45-2b33-4857-9270-4b616b7a0c8f {
  margin-top: 2%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
}
}
#s-73174e8e-7144-42d8-ba9d-8d805fb06a6c {
  min-height: 50px;
}








#s-73174e8e-7144-42d8-ba9d-8d805fb06a6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73174e8e-7144-42d8-ba9d-8d805fb06a6c.shg-box.shg-c {
  justify-content: center;
}

#s-56ec2b9f-6ad5-4107-9a73-de029887eae7 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56ec2b9f-6ad5-4107-9a73-de029887eae7 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56ec2b9f-6ad5-4107-9a73-de029887eae7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e89d7882-91af-4cea-89f5-d2cf67e2313f {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-8f0e0521-6319-42aa-a5e1-9288cb1923a0 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-8f0e0521-6319-42aa-a5e1-9288cb1923a0 img.shogun-image {
    
    width: px;
  }


#s-8f0e0521-6319-42aa-a5e1-9288cb1923a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc65e7d8-6c36-4ac8-ada5-13d8051a4e1b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2e25e7f8-83f7-4028-868d-56bcdda9f764 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-2e25e7f8-83f7-4028-868d-56bcdda9f764 img.shogun-image {
    
    width: px;
  }


#s-2e25e7f8-83f7-4028-868d-56bcdda9f764 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce230f0e-435f-448f-a244-ae0e38013843 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c7ff7ae4-e3dc-40b7-a764-0d4f833633d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ea28ca7e-fb42-4583-9828-3f820e801932 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-9beafee6-5f13-4300-addc-26e98722e694 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-9beafee6-5f13-4300-addc-26e98722e694 img.shogun-image {
    
    width: px;
  }


#s-9beafee6-5f13-4300-addc-26e98722e694 .shogun-image-content {
  
    align-items: center;
  
}

#s-47a72663-6d7f-4165-a265-c5f51312c1b6 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-47a72663-6d7f-4165-a265-c5f51312c1b6 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47a72663-6d7f-4165-a265-c5f51312c1b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0e7ce37a-25f1-4a51-9544-81ec4e611765 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-0e7ce37a-25f1-4a51-9544-81ec4e611765 img.shogun-image {
    
    width: px;
  }


#s-0e7ce37a-25f1-4a51-9544-81ec4e611765 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf8a9afa-7147-4778-997f-156cce0d3047 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-36393a29-1a8a-41b9-a1c9-e855f7e854d8 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 75px;
background-position: center center;
}








#s-36393a29-1a8a-41b9-a1c9-e855f7e854d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36393a29-1a8a-41b9-a1c9-e855f7e854d8.shg-box.shg-c {
  justify-content: center;
}

#s-b53072f1-f585-442a-9c59-46b7d35627c5 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-b53072f1-f585-442a-9c59-46b7d35627c5 {
  display: none;
}
#s-b53072f1-f585-442a-9c59-46b7d35627c5, #wrap-s-b53072f1-f585-442a-9c59-46b7d35627c5 { display:none !important; }}







#s-b53072f1-f585-442a-9c59-46b7d35627c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b53072f1-f585-442a-9c59-46b7d35627c5.shg-box.shg-c {
  justify-content: center;
}

#s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f {
  display: none;
}
#s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f, #wrap-s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f {
  display: none;
}
#s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f, #wrap-s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f {
  display: none;
}
#s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f, #wrap-s-7581ce22-8d0a-4bf3-a1f3-3aa97d520f2f { display:none !important; }}
#s-3b514560-6e64-4075-afc4-efb4285b23af {
  background-repeat: repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-3b514560-6e64-4075-afc4-efb4285b23af {
  display: none;
}
#s-3b514560-6e64-4075-afc4-efb4285b23af, #wrap-s-3b514560-6e64-4075-afc4-efb4285b23af { display:none !important; }}







#s-3b514560-6e64-4075-afc4-efb4285b23af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b514560-6e64-4075-afc4-efb4285b23af.shg-box.shg-c {
  justify-content: center;
}

#s-fae9e0f5-b5be-417f-9ffe-e7e4dd5ee3d9 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-24cdc741-a372-48f7-993c-0a18d5085aa5 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24cdc741-a372-48f7-993c-0a18d5085aa5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2dc740d7-2d0b-4f6b-bc0d-e8c5b00ef722 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 16em;
text-align: center;
}




  #s-2dc740d7-2d0b-4f6b-bc0d-e8c5b00ef722 img.shogun-image {
    
    width: px;
  }


#s-2dc740d7-2d0b-4f6b-bc0d-e8c5b00ef722 .shogun-image-content {
  
    align-items: center;
  
}

#s-88cef219-6fdd-444c-9684-05a56ed9d001 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-62addd97-489d-4b5a-9e7d-36bd9443706d {
  margin-left: 0%;
margin-right: 0%;
}

#s-70eee105-51e7-4e72-be7a-659410a69b2f {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-70eee105-51e7-4e72-be7a-659410a69b2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b82cc447-14ce-4b87-8d95-0a65eadf6af5 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-f8db2045-752e-44be-83f4-771544912f0e {
  margin-left: 0%;
margin-right: 0%;
}

#s-02bb4e10-80eb-4ab0-9c22-318df3f31f62 {
  margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 16em;
text-align: left;
}




  #s-02bb4e10-80eb-4ab0-9c22-318df3f31f62 img.shogun-image {
    
    width: px;
  }


#s-02bb4e10-80eb-4ab0-9c22-318df3f31f62 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee3ad3db-7b22-4888-9c7c-eb3207f39b9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ceb2e38a-52c0-4b48-b55d-a26f42c5480f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 16em;
text-align: center;
}




  #s-ceb2e38a-52c0-4b48-b55d-a26f42c5480f img.shogun-image {
    
    width: px;
  }


#s-ceb2e38a-52c0-4b48-b55d-a26f42c5480f .shogun-image-content {
  
    align-items: center;
  
}

#s-397a8583-1d99-4992-9b78-279d0b6eec07 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-ec537e55-7926-496c-89a2-3e97633cc66f {
  margin-left: 0%;
margin-right: 0%;
}

#s-ff14897f-48ab-4aa9-9573-03ee3d664627 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ff14897f-48ab-4aa9-9573-03ee3d664627"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-930a4e49-e615-45e4-8053-f4245f2e955b {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-26b723e1-f227-4514-996c-c6a33d1c0fbe {
  margin-left: 0%;
margin-right: 0%;
}

#s-cad3d29f-831b-4f8d-a95b-8e04bfc6e44f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 16em;
text-align: center;
}




  #s-cad3d29f-831b-4f8d-a95b-8e04bfc6e44f img.shogun-image {
    
    width: px;
  }


#s-cad3d29f-831b-4f8d-a95b-8e04bfc6e44f .shogun-image-content {
  
    align-items: center;
  
}

#s-69c9be29-3f85-408e-9f36-f1932b22a0d4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 650px;
}

@media (min-width: 0px) {
[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69c9be29-3f85-408e-9f36-f1932b22a0d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-05a3337b-93f8-407f-b82e-f4264fdac953 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 12em;
text-align: center;
}




  #s-05a3337b-93f8-407f-b82e-f4264fdac953 img.shogun-image {
    
    width: px;
  }


#s-05a3337b-93f8-407f-b82e-f4264fdac953 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb9b8346-335b-40e8-b28c-1546fc059b8b {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-131d1d55-88be-42a1-b956-2af407bc7dbe {
  margin-left: 0%;
margin-right: 0%;
}

#s-a3b644af-2049-4976-9d47-16842718b159 {
  background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 75px;
background-position: center center;
}








#s-a3b644af-2049-4976-9d47-16842718b159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3b644af-2049-4976-9d47-16842718b159.shg-box.shg-c {
  justify-content: center;
}

#s-775b8338-55cc-4a6c-8f9d-41d5368c459e {
  min-height: 50px;
}








#s-775b8338-55cc-4a6c-8f9d-41d5368c459e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-775b8338-55cc-4a6c-8f9d-41d5368c459e.shg-box.shg-c {
  justify-content: center;
}

#s-db785a52-dde9-4def-9b82-12618d7ad544 {
  margin-left: 500px;
margin-right: 500px;
text-align: right;
}




  #s-db785a52-dde9-4def-9b82-12618d7ad544 img.shogun-image {
    
    width: px;
  }


#s-db785a52-dde9-4def-9b82-12618d7ad544 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b500712-543c-4a57-b0c3-166cbe528bf4 {
  min-height: 50px;
}








#s-9b500712-543c-4a57-b0c3-166cbe528bf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b500712-543c-4a57-b0c3-166cbe528bf4.shg-box.shg-c {
  justify-content: center;
}

#s-5941d17c-df08-4cf3-975b-962deaeb1e1b {
  border-style: solid;
margin-top: 1em;
margin-left: 4%;
margin-bottom: 1em;
margin-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-5941d17c-df08-4cf3-975b-962deaeb1e1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5941d17c-df08-4cf3-975b-962deaeb1e1b.shg-box.shg-c {
  justify-content: center;
}

#s-5722f840-03e2-475a-b979-55980b2e3a10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5722f840-03e2-475a-b979-55980b2e3a10 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Bebas Neue;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 1px;
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-1eaf776a-cbfd-4abb-8fad-b6829d45ac10 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1eaf776a-cbfd-4abb-8fad-b6829d45ac10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1eaf776a-cbfd-4abb-8fad-b6829d45ac10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1eaf776a-cbfd-4abb-8fad-b6829d45ac10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1eaf776a-cbfd-4abb-8fad-b6829d45ac10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Bebas Neue;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-1eaf776a-cbfd-4abb-8fad-b6829d45ac10 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-3923903c-cc78-40bf-87fd-38f60c03f006 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3923903c-cc78-40bf-87fd-38f60c03f006 {
  display: none;
}
#s-3923903c-cc78-40bf-87fd-38f60c03f006, #wrap-s-3923903c-cc78-40bf-87fd-38f60c03f006 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3923903c-cc78-40bf-87fd-38f60c03f006 {
  display: none;
}
#s-3923903c-cc78-40bf-87fd-38f60c03f006, #wrap-s-3923903c-cc78-40bf-87fd-38f60c03f006 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3923903c-cc78-40bf-87fd-38f60c03f006 {
  display: none;
}
#s-3923903c-cc78-40bf-87fd-38f60c03f006, #wrap-s-3923903c-cc78-40bf-87fd-38f60c03f006 { display:none !important; }}







#s-3923903c-cc78-40bf-87fd-38f60c03f006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3923903c-cc78-40bf-87fd-38f60c03f006.shg-box.shg-c {
  justify-content: center;
}

#s-8cfb7a7e-2ebf-4b93-92d5-a0e8847337f2 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-8cfb7a7e-2ebf-4b93-92d5-a0e8847337f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cfb7a7e-2ebf-4b93-92d5-a0e8847337f2.shg-box.shg-c {
  justify-content: center;
}

#s-583a7c9a-e491-4af6-a334-0465287fc352 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-583a7c9a-e491-4af6-a334-0465287fc352 {
  display: none;
}
#s-583a7c9a-e491-4af6-a334-0465287fc352, #wrap-s-583a7c9a-e491-4af6-a334-0465287fc352 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-583a7c9a-e491-4af6-a334-0465287fc352 {
  display: none;
}
#s-583a7c9a-e491-4af6-a334-0465287fc352, #wrap-s-583a7c9a-e491-4af6-a334-0465287fc352 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-583a7c9a-e491-4af6-a334-0465287fc352 {
  display: none;
}
#s-583a7c9a-e491-4af6-a334-0465287fc352, #wrap-s-583a7c9a-e491-4af6-a334-0465287fc352 { display:none !important; }}
#s-fafc4560-8cba-4618-ab64-924af2aa6995 {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-fafc4560-8cba-4618-ab64-924af2aa6995 {
  display: none;
}
#s-fafc4560-8cba-4618-ab64-924af2aa6995, #wrap-s-fafc4560-8cba-4618-ab64-924af2aa6995 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fafc4560-8cba-4618-ab64-924af2aa6995 {
  display: none;
}
#s-fafc4560-8cba-4618-ab64-924af2aa6995, #wrap-s-fafc4560-8cba-4618-ab64-924af2aa6995 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fafc4560-8cba-4618-ab64-924af2aa6995 {
  display: none;
}
#s-fafc4560-8cba-4618-ab64-924af2aa6995, #wrap-s-fafc4560-8cba-4618-ab64-924af2aa6995 { display:none !important; }}
#s-e706d8d5-cf69-42f3-9799-ea68083d3345 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-e706d8d5-cf69-42f3-9799-ea68083d3345"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-a4ea8209-8dee-4350-a01e-72bea8fc81b0 {
  min-height: 50px;
}








#s-a4ea8209-8dee-4350-a01e-72bea8fc81b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4ea8209-8dee-4350-a01e-72bea8fc81b0.shg-box.shg-c {
  justify-content: center;
}

#s-872b57e1-6bfd-42e7-b3e7-9222a1b6f83d {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-872b57e1-6bfd-42e7-b3e7-9222a1b6f83d img.shogun-image {
    
    width: px;
  }


#s-872b57e1-6bfd-42e7-b3e7-9222a1b6f83d .shogun-image-content {
  
    align-items: center;
  
}

#s-35c7e750-fccd-4ab6-ba2f-9e3c8099ad14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35c7e750-fccd-4ab6-ba2f-9e3c8099ad14 .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-0afa61ad-ee2e-4134-9575-500981c23a7c {
  min-height: 50px;
}








#s-0afa61ad-ee2e-4134-9575-500981c23a7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0afa61ad-ee2e-4134-9575-500981c23a7c.shg-box.shg-c {
  justify-content: center;
}

#s-a9bbdf1d-3d4c-40e2-a5d9-ce01dd511bf3 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-a9bbdf1d-3d4c-40e2-a5d9-ce01dd511bf3 img.shogun-image {
    
    width: px;
  }


#s-a9bbdf1d-3d4c-40e2-a5d9-ce01dd511bf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f37247d-8f26-4592-ab6a-e670f49ffd3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f37247d-8f26-4592-ab6a-e670f49ffd3e .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-5e28dcf5-e57e-4f5a-92cf-670059bb3b39 {
  min-height: 50px;
}








#s-5e28dcf5-e57e-4f5a-92cf-670059bb3b39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e28dcf5-e57e-4f5a-92cf-670059bb3b39.shg-box.shg-c {
  justify-content: center;
}

#s-5c5c5ed5-0048-47d1-8c7a-721fb9902908 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}




  #s-5c5c5ed5-0048-47d1-8c7a-721fb9902908 img.shogun-image {
    
    width: px;
  }


#s-5c5c5ed5-0048-47d1-8c7a-721fb9902908 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d4ee1ab-d712-4610-8b97-30b6324a95af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d4ee1ab-d712-4610-8b97-30b6324a95af .shogun-heading-component h5 {
  color: rgba(51, 52, 142, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-88407d9c-8e8f-4313-aeca-d6db3ab1f5be {
  min-height: 50px;
}








#s-88407d9c-8e8f-4313-aeca-d6db3ab1f5be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88407d9c-8e8f-4313-aeca-d6db3ab1f5be.shg-box.shg-c {
  justify-content: center;
}

#s-6b92b291-fea4-45ac-85f2-a06b231ea0c4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 3px;
padding-bottom: 9px;
padding-right: 3px;
max-width: 100%;
text-align: center;
}




  #s-6b92b291-fea4-45ac-85f2-a06b231ea0c4 img.shogun-image {
    
    width: px;
  }


#s-6b92b291-fea4-45ac-85f2-a06b231ea0c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-308936ac-0eac-443a-aa1c-b6a38f0323d6 {
  min-height: 50px;
}








#s-308936ac-0eac-443a-aa1c-b6a38f0323d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-308936ac-0eac-443a-aa1c-b6a38f0323d6.shg-box.shg-c {
  justify-content: center;
}

#s-054c16bf-e4c1-419a-87f5-fe5c39a4d380 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-054c16bf-e4c1-419a-87f5-fe5c39a4d380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-054c16bf-e4c1-419a-87f5-fe5c39a4d380.shg-box.shg-c {
  justify-content: center;
}

#s-61efbb63-9fb2-430c-935a-6876c9a01d2b {
  margin-top: 29%;
margin-left: 6%;
margin-bottom: 20%;
margin-right: 47%;
}
@media (min-width: 1200px){#s-61efbb63-9fb2-430c-935a-6876c9a01d2b {
  display: none;
}
#s-61efbb63-9fb2-430c-935a-6876c9a01d2b, #wrap-s-61efbb63-9fb2-430c-935a-6876c9a01d2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61efbb63-9fb2-430c-935a-6876c9a01d2b {
  display: none;
}
#s-61efbb63-9fb2-430c-935a-6876c9a01d2b, #wrap-s-61efbb63-9fb2-430c-935a-6876c9a01d2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61efbb63-9fb2-430c-935a-6876c9a01d2b {
  display: none;
}
#s-61efbb63-9fb2-430c-935a-6876c9a01d2b, #wrap-s-61efbb63-9fb2-430c-935a-6876c9a01d2b { display:none !important; }}
#s-090cf388-472c-4db9-8f2b-006e6586b416 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-090cf388-472c-4db9-8f2b-006e6586b416 {
  display: none;
}
#s-090cf388-472c-4db9-8f2b-006e6586b416, #wrap-s-090cf388-472c-4db9-8f2b-006e6586b416 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-090cf388-472c-4db9-8f2b-006e6586b416 {
  display: none;
}
#s-090cf388-472c-4db9-8f2b-006e6586b416, #wrap-s-090cf388-472c-4db9-8f2b-006e6586b416 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-090cf388-472c-4db9-8f2b-006e6586b416 {
  display: none;
}
#s-090cf388-472c-4db9-8f2b-006e6586b416, #wrap-s-090cf388-472c-4db9-8f2b-006e6586b416 { display:none !important; }}
#s-e649ec38-106b-41b7-acd9-e7f9cb3819f7 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-e649ec38-106b-41b7-acd9-e7f9cb3819f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e649ec38-106b-41b7-acd9-e7f9cb3819f7.shg-box.shg-c {
  justify-content: center;
}

#s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 17px;
margin-right: auto;
}
@media (min-width: 1200px){#s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4 {
  display: none;
}
#s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4, #wrap-s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4 {
  display: none;
}
#s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4, #wrap-s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4 {
  display: none;
}
#s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4, #wrap-s-e487dc60-d7ae-4c01-99d7-b1ad2f5687b4 { display:none !important; }}
#s-2cc2d9d4-2736-46ed-80d1-e2dc92d8c9d1 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-2cc2d9d4-2736-46ed-80d1-e2dc92d8c9d1 img.shogun-image {
    
    width: px;
  }


#s-2cc2d9d4-2736-46ed-80d1-e2dc92d8c9d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba882dfd-67dd-4f57-b998-6fc6e19698bf {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-f103c4e9-e216-48d2-adc3-f589f3dafbfc {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-f103c4e9-e216-48d2-adc3-f589f3dafbfc img.shogun-image {
    
    width: px;
  }


#s-f103c4e9-e216-48d2-adc3-f589f3dafbfc .shogun-image-content {
  
    align-items: center;
  
}

#s-de53b075-dddf-401d-a44b-17b653b26d6e {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-1607f59a-791b-4245-9f69-5a3cc82d7272 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-1607f59a-791b-4245-9f69-5a3cc82d7272 img.shogun-image {
    
    width: px;
  }


#s-1607f59a-791b-4245-9f69-5a3cc82d7272 .shogun-image-content {
  
    align-items: center;
  
}

#s-0035cd27-fb90-4d4b-afa9-146e68a9e6b6 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-10b99ef4-70e1-4265-b5e1-639c8b425a48 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}




  #s-10b99ef4-70e1-4265-b5e1-639c8b425a48 img.shogun-image {
    
    width: px;
  }


#s-10b99ef4-70e1-4265-b5e1-639c8b425a48 .shogun-image-content {
  
    align-items: center;
  
}

#s-481a072f-9946-4845-9f1d-43f6d9bfa395 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-d9b264cd-6370-414e-baab-41fca7073a99 {
  min-height: 50px;
}








#s-d9b264cd-6370-414e-baab-41fca7073a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9b264cd-6370-414e-baab-41fca7073a99.shg-box.shg-c {
  justify-content: center;
}

#s-5339f59b-0609-4b7d-8a2e-90d209d347eb {
  text-align: center;
}




  #s-5339f59b-0609-4b7d-8a2e-90d209d347eb img.shogun-image {
    
    width: px;
  }


#s-5339f59b-0609-4b7d-8a2e-90d209d347eb .shogun-image-content {
  
    align-items: center;
  
}

#s-f8066970-97a3-4af3-9327-3f6c03eb61ba {
  background-repeat: repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-f8066970-97a3-4af3-9327-3f6c03eb61ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8066970-97a3-4af3-9327-3f6c03eb61ba.shg-box.shg-c {
  justify-content: center;
}

#s-d68607ac-b1cc-4782-87dc-97201d02a7bd {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
}

#s-bb87f695-5329-4e93-94bd-1ae879cf7e48 {
  margin-top: 2%;
margin-left: 32%;
margin-bottom: 2%;
margin-right: 32%;
max-width: 95%;
text-align: center;
}




  #s-bb87f695-5329-4e93-94bd-1ae879cf7e48 img.shogun-image {
    
    width: px;
  }


#s-bb87f695-5329-4e93-94bd-1ae879cf7e48 .shogun-image-content {
  
    align-items: center;
  
}

#s-3409a13c-f41b-4e80-803b-83589b0e5f66 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-f8da11d1-b6d0-43fd-94c5-347d4ce6e73b {
  margin-left: 7%;
margin-right: 7%;
}

#s-75519a0d-be1b-4015-b448-8a38aec7db3b {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-75519a0d-be1b-4015-b448-8a38aec7db3b img.shogun-image {
    
    width: px;
  }


#s-75519a0d-be1b-4015-b448-8a38aec7db3b .shogun-image-content {
  
    align-items: center;
  
}

#s-4871e32a-2331-4618-a306-fe956c20852d {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-bbc96ff3-a1d7-4766-9f31-4666a9b8dfb6 {
  margin-left: 7%;
margin-right: 7%;
}

#s-e6401905-968b-48f8-b1ea-4c80436e3343 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-e6401905-968b-48f8-b1ea-4c80436e3343 img.shogun-image {
    
    width: px;
  }


#s-e6401905-968b-48f8-b1ea-4c80436e3343 .shogun-image-content {
  
    align-items: center;
  
}

#s-8779c922-84bf-4971-95d3-3cce2cfa2ae4 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-8779c922-84bf-4971-95d3-3cce2cfa2ae4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8779c922-84bf-4971-95d3-3cce2cfa2ae4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8779c922-84bf-4971-95d3-3cce2cfa2ae4 {
  display: none;
}
#s-8779c922-84bf-4971-95d3-3cce2cfa2ae4, #wrap-s-8779c922-84bf-4971-95d3-3cce2cfa2ae4 { display:none !important; }}@media (max-width: 767px){#s-8779c922-84bf-4971-95d3-3cce2cfa2ae4 {
  display: none;
}
#s-8779c922-84bf-4971-95d3-3cce2cfa2ae4, #wrap-s-8779c922-84bf-4971-95d3-3cce2cfa2ae4 { display:none !important; }}
#s-03a23e52-56ea-42a1-a852-93729ea4f6f7 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}
@media (min-width: 1200px){#s-03a23e52-56ea-42a1-a852-93729ea4f6f7 {
  display: none;
}
#s-03a23e52-56ea-42a1-a852-93729ea4f6f7, #wrap-s-03a23e52-56ea-42a1-a852-93729ea4f6f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03a23e52-56ea-42a1-a852-93729ea4f6f7 {
  display: none;
}
#s-03a23e52-56ea-42a1-a852-93729ea4f6f7, #wrap-s-03a23e52-56ea-42a1-a852-93729ea4f6f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03a23e52-56ea-42a1-a852-93729ea4f6f7 {
  
}
}@media (max-width: 767px){#s-03a23e52-56ea-42a1-a852-93729ea4f6f7 {
  
}
}
#s-dc1d56d9-decb-4068-9670-92a43ca8ad89 {
  margin-left: 7%;
margin-right: 7%;
}

#s-cb67536d-ee7f-4d1e-b890-871eb112c908 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-cb67536d-ee7f-4d1e-b890-871eb112c908 img.shogun-image {
    
    width: px;
  }


#s-cb67536d-ee7f-4d1e-b890-871eb112c908 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4474308-0c86-4f3e-a244-f88527fc3c03 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-83041c68-f388-433b-ad6f-f294f1506baf {
  margin-left: 7%;
margin-right: 7%;
}

#s-f4380579-caab-43f1-8a26-2504932ba8e1 {
  margin-top: 6%;
margin-left: 32%;
margin-bottom: 0%;
margin-right: 32%;
text-align: center;
}




  #s-f4380579-caab-43f1-8a26-2504932ba8e1 img.shogun-image {
    
    width: px;
  }


#s-f4380579-caab-43f1-8a26-2504932ba8e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea8829c4-4b86-4930-b32c-d0fb2efaa182 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

#s-78cf9a1d-7096-48f7-8610-f81415dc70c7 {
  margin-left: 7%;
margin-right: 7%;
}

#s-7902d5d6-0423-48b6-b66d-0b9f31ea455d {
  text-align: center;
}




  #s-7902d5d6-0423-48b6-b66d-0b9f31ea455d img.shogun-image {
    
    width: px;
  }


#s-7902d5d6-0423-48b6-b66d-0b9f31ea455d .shogun-image-content {
  
    align-items: center;
  
}

#s-db517082-f530-45ac-8d4f-8f364980c3b3 {
  margin-left: 800px;
margin-right: 800px;
text-align: right;
}




  #s-db517082-f530-45ac-8d4f-8f364980c3b3 img.shogun-image {
    
    width: px;
  }


#s-db517082-f530-45ac-8d4f-8f364980c3b3 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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