.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-c11e5fc7-9073-4e70-b618-3c4e6e0bc0e4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: rgba(245, 245, 245, 1);
}

.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-8f9ec897-ecc6-4077-98a3-b51aecba094c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-8f9ec897-ecc6-4077-98a3-b51aecba094c > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-8f9ec897-ecc6-4077-98a3-b51aecba094c.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-5c80f490-80f0-4c3b-97f5-940c969ce6ae {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-5c80f490-80f0-4c3b-97f5-940c969ce6ae .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: 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-958acd68-7f37-4ee0-aaf5-0cff0e961b4b {
  background-image: url(https://i.shgcdn.com/bc90021e-e8d6-425f-982a-969060bb0866/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-958acd68-7f37-4ee0-aaf5-0cff0e961b4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-574a7167-2932-4c7e-a011-99049f851ea0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 400px;
}








#s-574a7167-2932-4c7e-a011-99049f851ea0 > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-574a7167-2932-4c7e-a011-99049f851ea0.shg-box.shg-c {
  justify-content: center;
}

#s-370af3cf-25e2-4717-87c3-89df4e23e19f {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-370af3cf-25e2-4717-87c3-89df4e23e19f > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.5;
}#s-370af3cf-25e2-4717-87c3-89df4e23e19f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-15069c22-5cad-4bd8-810c-4379aefc07e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15069c22-5cad-4bd8-810c-4379aefc07e6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8eb18162-a2f8-45e5-8883-00e44c3a2ed5 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-8eb18162-a2f8-45e5-8883-00e44c3a2ed5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8eb18162-a2f8-45e5-8883-00e44c3a2ed5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8eb18162-a2f8-45e5-8883-00e44c3a2ed5 {
  
}
}@media (max-width: 767px){#s-8eb18162-a2f8-45e5-8883-00e44c3a2ed5 {
  
}
}
#s-c24002c5-188c-4fc9-ae97-5baa1960c9ff {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
min-height: 200px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-c24002c5-188c-4fc9-ae97-5baa1960c9ff > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-c24002c5-188c-4fc9-ae97-5baa1960c9ff.shg-box.shg-c {
  justify-content: center;
}

#s-58bcdd17-bb6a-4c99-b08c-02d3e8a79546 {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-58bcdd17-bb6a-4c99-b08c-02d3e8a79546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58bcdd17-bb6a-4c99-b08c-02d3e8a79546.shg-box.shg-c {
  justify-content: center;
}

#s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5ccaf04f-902c-4bbd-9cdd-2f85eb795a2b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-d088e2c6-3348-42fc-96c9-7fa549e03f1c {
  text-align: center;
}




  #s-d088e2c6-3348-42fc-96c9-7fa549e03f1c img.shogun-image {
    
    width: px;
  }


#s-d088e2c6-3348-42fc-96c9-7fa549e03f1c .shogun-image-content {
  
    align-items: center;
  
}

#s-6567a951-d6aa-49dc-94a0-6896c0bebe23 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-6567a951-d6aa-49dc-94a0-6896c0bebe23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6567a951-d6aa-49dc-94a0-6896c0bebe23.shg-box.shg-c {
  justify-content: center;
}

#s-d55e8ccb-bf3b-452c-9c8b-8978a1be3390 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d55e8ccb-bf3b-452c-9c8b-8978a1be3390 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d55e8ccb-bf3b-452c-9c8b-8978a1be3390 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d55e8ccb-bf3b-452c-9c8b-8978a1be3390 {
  
}
}@media (max-width: 767px){#s-d55e8ccb-bf3b-452c-9c8b-8978a1be3390 {
  
}
}







#s-d55e8ccb-bf3b-452c-9c8b-8978a1be3390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d55e8ccb-bf3b-452c-9c8b-8978a1be3390.shg-box.shg-c {
  justify-content: center;
}

#s-6a14fdf3-1a32-41aa-a1fd-3bc842eda39c {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-f43c854d-c52d-43d2-9792-d0013e4e0d29 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-d36de9f2-9dec-458b-b33e-52f1e5f512eb {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d36de9f2-9dec-458b-b33e-52f1e5f512eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4fb75b9b-51e3-4e8c-9e80-c9ba5fef4691 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4fb75b9b-51e3-4e8c-9e80-c9ba5fef4691 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fb75b9b-51e3-4e8c-9e80-c9ba5fef4691 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fb75b9b-51e3-4e8c-9e80-c9ba5fef4691 {
  
}
}@media (max-width: 767px){#s-4fb75b9b-51e3-4e8c-9e80-c9ba5fef4691 {
  
}
}







#s-4fb75b9b-51e3-4e8c-9e80-c9ba5fef4691 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fb75b9b-51e3-4e8c-9e80-c9ba5fef4691.shg-box.shg-c {
  justify-content: center;
}

#s-12217f07-74e9-4377-8e1c-ace8838518f9 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-56632a54-7872-48ac-92a6-2bfb96d28173 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-05e4d0c7-3de5-4637-a747-b96e3e56897f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-05e4d0c7-3de5-4637-a747-b96e3e56897f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05e4d0c7-3de5-4637-a747-b96e3e56897f.shg-box.shg-c {
  justify-content: center;
}

#s-8f7a052a-e825-415f-90d8-8cc88f816058 {
  text-align: center;
}




  #s-8f7a052a-e825-415f-90d8-8cc88f816058 img.shogun-image {
    
    width: px;
  }


#s-8f7a052a-e825-415f-90d8-8cc88f816058 .shogun-image-content {
  
    align-items: center;
  
}

#s-229ac072-ccb1-4432-b928-6c7beb4dec04 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-229ac072-ccb1-4432-b928-6c7beb4dec04"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e2d8d9ea-9241-4cab-bfda-61732a89d914 {
  text-align: center;
}




  #s-e2d8d9ea-9241-4cab-bfda-61732a89d914 img.shogun-image {
    
    width: px;
  }


#s-e2d8d9ea-9241-4cab-bfda-61732a89d914 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bf03352-4937-4cc9-a3b2-87f867716d94 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-8bf03352-4937-4cc9-a3b2-87f867716d94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bf03352-4937-4cc9-a3b2-87f867716d94.shg-box.shg-c {
  justify-content: center;
}

#s-f57ee5b2-37d5-45b9-bff0-d03578cc0b4b {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f57ee5b2-37d5-45b9-bff0-d03578cc0b4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f57ee5b2-37d5-45b9-bff0-d03578cc0b4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f57ee5b2-37d5-45b9-bff0-d03578cc0b4b {
  
}
}@media (max-width: 767px){#s-f57ee5b2-37d5-45b9-bff0-d03578cc0b4b {
  
}
}







#s-f57ee5b2-37d5-45b9-bff0-d03578cc0b4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f57ee5b2-37d5-45b9-bff0-d03578cc0b4b.shg-box.shg-c {
  justify-content: center;
}

#s-0057dd36-aba8-4638-a0ce-b27bd8b6b0c5 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-70715cd2-f69d-4c0f-bd45-d73504e50043 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-05093ec4-64c6-4c93-9bae-2503038c7517 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-05093ec4-64c6-4c93-9bae-2503038c7517"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ca92da08-feb7-410a-83a9-2220392e0a60 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ca92da08-feb7-410a-83a9-2220392e0a60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca92da08-feb7-410a-83a9-2220392e0a60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca92da08-feb7-410a-83a9-2220392e0a60 {
  
}
}@media (max-width: 767px){#s-ca92da08-feb7-410a-83a9-2220392e0a60 {
  
}
}







#s-ca92da08-feb7-410a-83a9-2220392e0a60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca92da08-feb7-410a-83a9-2220392e0a60.shg-box.shg-c {
  justify-content: center;
}

#s-61601c91-2586-42ea-be66-cbaa83780afc {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-2c817dfd-ebe6-44e2-b646-72860c9b103c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-8a7368d6-38c9-4881-bfe9-2d7c44f54d7a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-8a7368d6-38c9-4881-bfe9-2d7c44f54d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a7368d6-38c9-4881-bfe9-2d7c44f54d7a.shg-box.shg-c {
  justify-content: center;
}

#s-25b18bc5-c2f1-41c3-9087-5cc0b20697ff {
  text-align: center;
}




  #s-25b18bc5-c2f1-41c3-9087-5cc0b20697ff img.shogun-image {
    
    width: px;
  }


#s-25b18bc5-c2f1-41c3-9087-5cc0b20697ff .shogun-image-content {
  
    align-items: center;
  
}

#s-9815bd7d-376f-435d-bdb8-05f41e49910e {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9815bd7d-376f-435d-bdb8-05f41e49910e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f6704069-b043-4dcd-9341-416f3479bf6b {
  text-align: center;
}




  #s-f6704069-b043-4dcd-9341-416f3479bf6b img.shogun-image {
    
    width: px;
  }


#s-f6704069-b043-4dcd-9341-416f3479bf6b .shogun-image-content {
  
    align-items: center;
  
}

#s-c67ada3e-531d-43a2-b33a-aab2f8116f71 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-c67ada3e-531d-43a2-b33a-aab2f8116f71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c67ada3e-531d-43a2-b33a-aab2f8116f71.shg-box.shg-c {
  justify-content: center;
}

#s-72108eed-fd7a-439e-863a-a9b5ef21d104 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-72108eed-fd7a-439e-863a-a9b5ef21d104 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72108eed-fd7a-439e-863a-a9b5ef21d104 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72108eed-fd7a-439e-863a-a9b5ef21d104 {
  
}
}@media (max-width: 767px){#s-72108eed-fd7a-439e-863a-a9b5ef21d104 {
  
}
}







#s-72108eed-fd7a-439e-863a-a9b5ef21d104 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72108eed-fd7a-439e-863a-a9b5ef21d104.shg-box.shg-c {
  justify-content: center;
}

#s-21f7c9e0-f07d-440f-a4f8-c95005d47f0d {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-ec062b20-f40f-46dc-aced-6f6ace288286 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-9c549e63-1d12-4f1d-a80f-de501285a2eb {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9c549e63-1d12-4f1d-a80f-de501285a2eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c25da28e-516f-4270-9546-f9d8e139d436 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c25da28e-516f-4270-9546-f9d8e139d436 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c25da28e-516f-4270-9546-f9d8e139d436 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c25da28e-516f-4270-9546-f9d8e139d436 {
  
}
}@media (max-width: 767px){#s-c25da28e-516f-4270-9546-f9d8e139d436 {
  
}
}







#s-c25da28e-516f-4270-9546-f9d8e139d436 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25da28e-516f-4270-9546-f9d8e139d436.shg-box.shg-c {
  justify-content: center;
}

#s-930faf3b-832a-4e78-82d5-7dc14ec2a850 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-9ca16289-2684-4c9c-8c43-27688eac4a14 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-13dcf865-2982-44b2-a08a-9bcb6f5816ca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-13dcf865-2982-44b2-a08a-9bcb6f5816ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13dcf865-2982-44b2-a08a-9bcb6f5816ca.shg-box.shg-c {
  justify-content: center;
}

#s-8b260edb-6cb4-4079-9f18-162f073fc140 {
  text-align: center;
}




  #s-8b260edb-6cb4-4079-9f18-162f073fc140 img.shogun-image {
    
    width: px;
  }


#s-8b260edb-6cb4-4079-9f18-162f073fc140 .shogun-image-content {
  
    align-items: center;
  
}

#s-46f1ead7-a06e-45d1-afb3-8918031738ec {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-46f1ead7-a06e-45d1-afb3-8918031738ec"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-70fcea4c-350b-497f-b3d8-a9d7e2c85976 {
  text-align: center;
}




  #s-70fcea4c-350b-497f-b3d8-a9d7e2c85976 img.shogun-image {
    
    width: px;
  }


#s-70fcea4c-350b-497f-b3d8-a9d7e2c85976 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef4b0373-f559-4718-856c-d9194f1d0089 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-ef4b0373-f559-4718-856c-d9194f1d0089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef4b0373-f559-4718-856c-d9194f1d0089.shg-box.shg-c {
  justify-content: center;
}

#s-8eac8591-b582-4060-ace1-185c66b13861 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8eac8591-b582-4060-ace1-185c66b13861 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8eac8591-b582-4060-ace1-185c66b13861 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8eac8591-b582-4060-ace1-185c66b13861 {
  
}
}@media (max-width: 767px){#s-8eac8591-b582-4060-ace1-185c66b13861 {
  
}
}







#s-8eac8591-b582-4060-ace1-185c66b13861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eac8591-b582-4060-ace1-185c66b13861.shg-box.shg-c {
  justify-content: center;
}

#s-2e7356b1-db16-4c65-96f1-0455e710c77a {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-4a96ab0d-8075-4587-9849-7f2364e19299 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-a5891f6b-dbac-44d3-95b7-2401ee56779e {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a5891f6b-dbac-44d3-95b7-2401ee56779e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8180171c-bca3-464f-9553-fef54f8df8eb {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8180171c-bca3-464f-9553-fef54f8df8eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8180171c-bca3-464f-9553-fef54f8df8eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8180171c-bca3-464f-9553-fef54f8df8eb {
  
}
}@media (max-width: 767px){#s-8180171c-bca3-464f-9553-fef54f8df8eb {
  
}
}







#s-8180171c-bca3-464f-9553-fef54f8df8eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8180171c-bca3-464f-9553-fef54f8df8eb.shg-box.shg-c {
  justify-content: center;
}

#s-d864f310-1930-4c5b-aa0e-8b66f1334f04 {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-0718ffee-6536-445d-8ca3-65f32c2adffa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-69d1f450-845a-4d07-b439-2b106d591e32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-69d1f450-845a-4d07-b439-2b106d591e32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69d1f450-845a-4d07-b439-2b106d591e32.shg-box.shg-c {
  justify-content: center;
}

#s-86d8e508-a718-449d-8cca-6d7fff198c93 {
  text-align: center;
}




  #s-86d8e508-a718-449d-8cca-6d7fff198c93 img.shogun-image {
    
    width: px;
  }


#s-86d8e508-a718-449d-8cca-6d7fff198c93 .shogun-image-content {
  
    align-items: center;
  
}

#s-527e5005-7211-4281-961e-996272d5130f {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-527e5005-7211-4281-961e-996272d5130f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-628aebfb-9533-4851-b90f-4f95b7890823 {
  text-align: center;
}




  #s-628aebfb-9533-4851-b90f-4f95b7890823 img.shogun-image {
    
    width: px;
  }


#s-628aebfb-9533-4851-b90f-4f95b7890823 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef773af2-9558-48fe-b928-91e2e75131ee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-ef773af2-9558-48fe-b928-91e2e75131ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef773af2-9558-48fe-b928-91e2e75131ee.shg-box.shg-c {
  justify-content: center;
}

#s-166c82bf-bf2b-4449-b44e-83ef9857a118 {
  margin-top: 20%;
margin-left: auto;
margin-bottom: 20%;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-166c82bf-bf2b-4449-b44e-83ef9857a118 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-166c82bf-bf2b-4449-b44e-83ef9857a118 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-166c82bf-bf2b-4449-b44e-83ef9857a118 {
  
}
}@media (max-width: 767px){#s-166c82bf-bf2b-4449-b44e-83ef9857a118 {
  
}
}







#s-166c82bf-bf2b-4449-b44e-83ef9857a118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-166c82bf-bf2b-4449-b44e-83ef9857a118.shg-box.shg-c {
  justify-content: center;
}

#s-2775e17e-45ec-4c04-af11-347edb4f708e {
  border-style: solid;
margin-top: 10%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-5c32082f-faa4-42f7-b46b-bd258598868b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-941db49d-b2f5-4d28-950d-a8f903716419 {
  background-image: url(https://i.shgcdn.com/f075859a-5755-4747-891f-28979ca7e498/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-941db49d-b2f5-4d28-950d-a8f903716419"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4dd42575-cfad-488c-9647-74b0981c830c {
  margin-top: auto;
margin-bottom: auto;
min-height: 800px;
}








#s-4dd42575-cfad-488c-9647-74b0981c830c > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-4dd42575-cfad-488c-9647-74b0981c830c {
  cursor: pointer;
}#s-4dd42575-cfad-488c-9647-74b0981c830c.shg-box.shg-c {
  justify-content: center;
}

#s-01886e47-f174-447a-9b1f-d617ea9ac412 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 50px;
}








#s-01886e47-f174-447a-9b1f-d617ea9ac412 > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-01886e47-f174-447a-9b1f-d617ea9ac412.shg-box.shg-c {
  justify-content: center;
}

#s-c6118e9f-63bc-4546-a0bc-3e0e4a342e77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6118e9f-63bc-4546-a0bc-3e0e4a342e77 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f97de4e7-4aa5-4a53-ad53-fa7853e91740 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-f97de4e7-4aa5-4a53-ad53-fa7853e91740 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f97de4e7-4aa5-4a53-ad53-fa7853e91740 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f97de4e7-4aa5-4a53-ad53-fa7853e91740 {
  
}
}@media (max-width: 767px){#s-f97de4e7-4aa5-4a53-ad53-fa7853e91740 {
  
}
}
#s-89f30ad6-d71a-423b-b262-f2e09901473d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-89f30ad6-d71a-423b-b262-f2e09901473d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-364ee29b-3e90-44f7-87dc-6dd79184a981 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-364ee29b-3e90-44f7-87dc-6dd79184a981 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-364ee29b-3e90-44f7-87dc-6dd79184a981 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-364ee29b-3e90-44f7-87dc-6dd79184a981 {
  
}
}@media (max-width: 767px){#s-364ee29b-3e90-44f7-87dc-6dd79184a981 {
  
}
}







#s-364ee29b-3e90-44f7-87dc-6dd79184a981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-364ee29b-3e90-44f7-87dc-6dd79184a981.shg-box.shg-c {
  justify-content: center;
}

#s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce {
  background-image: url(https://i.shgcdn.com/28e5c5c0-a1da-4188-8d08-91a9ee233b5b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb403919-e3b4-4d60-851c-d30ac1d7c8ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9227261e-9a39-4613-bdda-c6897e63c08b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-39c05030-46af-43aa-8ae0-a8f36d65e350 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-214b4b16-bce7-4e2c-a202-067097d6ea79 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-5dfc1ec1-6e13-4e6b-a016-909c3bdf5764 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-5dfc1ec1-6e13-4e6b-a016-909c3bdf5764 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dfc1ec1-6e13-4e6b-a016-909c3bdf5764.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eca2d8dd-67f3-47dc-9074-2aa833e0f33c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-eca2d8dd-67f3-47dc-9074-2aa833e0f33c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-a723c73d-bed5-425d-8a64-1da46048a07e {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-59dbdf7b-b822-40a1-ae08-2019b9a75ead"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-3ae214bc-f348-429d-976b-02828acedf85 {
  text-align: center;
}




  #s-3ae214bc-f348-429d-976b-02828acedf85 img.shogun-image {
    
    width: px;
  }


#s-3ae214bc-f348-429d-976b-02828acedf85 .shogun-image-content {
  
    align-items: center;
  
}

#s-c021a042-f092-4be1-bba6-8f01aa8ceb6e {
  text-align: center;
}




  #s-c021a042-f092-4be1-bba6-8f01aa8ceb6e img.shogun-image {
    
    width: px;
  }


#s-c021a042-f092-4be1-bba6-8f01aa8ceb6e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-1292cd2f-5355-40b9-8e47-1c8f119974de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-83b69f74-65df-4d7a-9c96-11a5bd96a116 {
  text-align: center;
}




  #s-83b69f74-65df-4d7a-9c96-11a5bd96a116 img.shogun-image {
    
    width: px;
  }


#s-83b69f74-65df-4d7a-9c96-11a5bd96a116 .shogun-image-content {
  
    align-items: center;
  
}

#s-83d5d6f4-9476-459c-b913-cf0fcce5370f {
  text-align: center;
}




  #s-83d5d6f4-9476-459c-b913-cf0fcce5370f img.shogun-image {
    
    width: px;
  }


#s-83d5d6f4-9476-459c-b913-cf0fcce5370f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ed673b93-e65b-483c-a132-afebef00b51c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c0e316e2-457b-4348-9c82-93a7e05814bf {
  text-align: center;
}




  #s-c0e316e2-457b-4348-9c82-93a7e05814bf img.shogun-image {
    
    width: px;
  }


#s-c0e316e2-457b-4348-9c82-93a7e05814bf .shogun-image-content {
  
    align-items: center;
  
}

#s-820a67ad-9223-4173-97bf-f4342fb4963e {
  text-align: center;
}




  #s-820a67ad-9223-4173-97bf-f4342fb4963e img.shogun-image {
    
    width: px;
  }


#s-820a67ad-9223-4173-97bf-f4342fb4963e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-43054be7-b4be-4842-a5f0-05a90b8a610f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-e68283fe-df18-4ea2-b8ba-d1adeba6ab4a {
  text-align: center;
}




  #s-e68283fe-df18-4ea2-b8ba-d1adeba6ab4a img.shogun-image {
    
    width: px;
  }


#s-e68283fe-df18-4ea2-b8ba-d1adeba6ab4a .shogun-image-content {
  
    align-items: center;
  
}

#s-c9970ed6-6f89-4541-800a-41c1aaf2eb20 {
  text-align: center;
}




  #s-c9970ed6-6f89-4541-800a-41c1aaf2eb20 img.shogun-image {
    
    width: px;
  }


#s-c9970ed6-6f89-4541-800a-41c1aaf2eb20 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-67182bff-b4c8-4f75-9c56-1e18e90d5e30"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-9ff132ff-2850-4e97-961d-1f04ef54b966 {
  text-align: center;
}




  #s-9ff132ff-2850-4e97-961d-1f04ef54b966 img.shogun-image {
    
    width: px;
  }


#s-9ff132ff-2850-4e97-961d-1f04ef54b966 .shogun-image-content {
  
    align-items: center;
  
}

#s-82979081-c41d-4e85-8ab8-211b1296cf68 {
  text-align: center;
}




  #s-82979081-c41d-4e85-8ab8-211b1296cf68 img.shogun-image {
    
    width: px;
  }


#s-82979081-c41d-4e85-8ab8-211b1296cf68 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d1a84675-0479-4663-bc0c-5d129b65def4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ca5e216e-7105-4db3-b872-89eeb25ddcc4 {
  text-align: center;
}




  #s-ca5e216e-7105-4db3-b872-89eeb25ddcc4 img.shogun-image {
    
    width: px;
  }


#s-ca5e216e-7105-4db3-b872-89eeb25ddcc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0f2e3aa-225c-470a-8d78-2dad652f13f5 {
  text-align: center;
}




  #s-e0f2e3aa-225c-470a-8d78-2dad652f13f5 img.shogun-image {
    
    width: px;
  }


#s-e0f2e3aa-225c-470a-8d78-2dad652f13f5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4119e595-aa7f-4085-8f07-17dc77434874"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-17e3050c-e79d-4f21-8641-86714e369b69 {
  text-align: center;
}




  #s-17e3050c-e79d-4f21-8641-86714e369b69 img.shogun-image {
    
    width: px;
  }


#s-17e3050c-e79d-4f21-8641-86714e369b69 .shogun-image-content {
  
    align-items: center;
  
}

#s-a90e1e3c-ccce-4bea-a017-0300b16f85d0 {
  text-align: center;
}




  #s-a90e1e3c-ccce-4bea-a017-0300b16f85d0 img.shogun-image {
    
    width: px;
  }


#s-a90e1e3c-ccce-4bea-a017-0300b16f85d0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-e41f1a46-e1f2-4da6-a023-fe3c9f0ddb8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-d4e7ca20-7fe7-4a26-95df-09e1a26bef50 {
  text-align: center;
}




  #s-d4e7ca20-7fe7-4a26-95df-09e1a26bef50 img.shogun-image {
    
    width: px;
  }


#s-d4e7ca20-7fe7-4a26-95df-09e1a26bef50 .shogun-image-content {
  
    align-items: center;
  
}

#s-586132d0-ba26-436a-8ae5-0971d767b1fb {
  text-align: center;
}




  #s-586132d0-ba26-436a-8ae5-0971d767b1fb img.shogun-image {
    
    width: px;
  }


#s-586132d0-ba26-436a-8ae5-0971d767b1fb .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-8516fd50-8492-41f0-910e-68b1999813c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-76ce463c-5ee6-466c-9821-748f0ce610a0 {
  text-align: center;
}




  #s-76ce463c-5ee6-466c-9821-748f0ce610a0 img.shogun-image {
    
    width: px;
  }


#s-76ce463c-5ee6-466c-9821-748f0ce610a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-db41dcb4-42c3-4c65-9bfc-967875621377 {
  text-align: center;
}




  #s-db41dcb4-42c3-4c65-9bfc-967875621377 img.shogun-image {
    
    width: px;
  }


#s-db41dcb4-42c3-4c65-9bfc-967875621377 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7528748f-479e-4ff3-8887-5061e3a676d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-dc2ab7d3-8e50-46b6-a516-ee452771fee8 {
  text-align: center;
}




  #s-dc2ab7d3-8e50-46b6-a516-ee452771fee8 img.shogun-image {
    
    width: px;
  }


#s-dc2ab7d3-8e50-46b6-a516-ee452771fee8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a0b33eb-96b9-46fc-97ea-05b2dc441dac {
  text-align: center;
}




  #s-3a0b33eb-96b9-46fc-97ea-05b2dc441dac img.shogun-image {
    
    width: px;
  }


#s-3a0b33eb-96b9-46fc-97ea-05b2dc441dac .shogun-image-content {
  
    align-items: center;
  
}

#s-b165779b-f3c8-47da-b66a-7fd8a55debad {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-b165779b-f3c8-47da-b66a-7fd8a55debad .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f635c81-3526-477c-baa8-5b731e51f287 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-732eb08a-a94a-46d4-a80a-f667a7a61df9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-0ff2ade4-fe08-4e2c-91b3-e7039ff0b01a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0ff2ade4-fe08-4e2c-91b3-e7039ff0b01a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0ff2ade4-fe08-4e2c-91b3-e7039ff0b01a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-0ff2ade4-fe08-4e2c-91b3-e7039ff0b01a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0ff2ade4-fe08-4e2c-91b3-e7039ff0b01a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0ff2ade4-fe08-4e2c-91b3-e7039ff0b01a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9f30870e-a390-47aa-8e25-bb988048d90e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-9f30870e-a390-47aa-8e25-bb988048d90e img.shogun-image {
    
    width: px;
  }


#s-9f30870e-a390-47aa-8e25-bb988048d90e .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

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

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

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

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

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

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

#s-9926ffb3-a1ee-45ea-92bb-7f943cb373cb {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-9926ffb3-a1ee-45ea-92bb-7f943cb373cb:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(141, 216, 234, 1) !important;
border-radius: 4px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-9926ffb3-a1ee-45ea-92bb-7f943cb373cb:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-9926ffb3-a1ee-45ea-92bb-7f943cb373cb.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-42066e97-18a4-4c90-8640-189b499f099c {
  min-height: 50px;
}








#s-42066e97-18a4-4c90-8640-189b499f099c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42066e97-18a4-4c90-8640-189b499f099c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e69067b7-8e65-428f-8ff7-79552287e7a8 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0.1);
}

#s-e69067b7-8e65-428f-8ff7-79552287e7a8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65d2f4f1-883d-4e0c-8fd8-357e370e36f7 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
min-height: 50px;
}








#s-65d2f4f1-883d-4e0c-8fd8-357e370e36f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65d2f4f1-883d-4e0c-8fd8-357e370e36f7.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-16a56e95-5ede-49d6-9a36-7d3ee019fc23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a3010bb7-f3b7-43df-b04e-19a992a7022a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3010bb7-f3b7-43df-b04e-19a992a7022a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2dc41efc-415f-42f3-8a02-f24d56671965 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2dc41efc-415f-42f3-8a02-f24d56671965 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2dc41efc-415f-42f3-8a02-f24d56671965 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2dc41efc-415f-42f3-8a02-f24d56671965 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-2dc41efc-415f-42f3-8a02-f24d56671965 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2dc41efc-415f-42f3-8a02-f24d56671965 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2dc41efc-415f-42f3-8a02-f24d56671965 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-381512da-f192-46b2-8e6a-bf9c119195b4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-77b4f1f0-2f3f-4391-a5b8-eabb23d53062 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4561b688-0070-43b8-871f-9d736992997f {
  min-height: 50px;
}








#s-4561b688-0070-43b8-871f-9d736992997f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4561b688-0070-43b8-871f-9d736992997f.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-172093e0-e9c4-4773-bd37-6e650797099a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e6ef8a04-7669-456f-885a-b14d44dc51ec {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6ef8a04-7669-456f-885a-b14d44dc51ec .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-92947c3d-ec85-4bcb-a65c-0d447239b882 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-92947c3d-ec85-4bcb-a65c-0d447239b882 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-92947c3d-ec85-4bcb-a65c-0d447239b882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-92947c3d-ec85-4bcb-a65c-0d447239b882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-92947c3d-ec85-4bcb-a65c-0d447239b882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-92947c3d-ec85-4bcb-a65c-0d447239b882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-92947c3d-ec85-4bcb-a65c-0d447239b882 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b634a22c-89a0-4bd6-a4c2-826cb69f7277 {
  min-height: 50px;
}








#s-b634a22c-89a0-4bd6-a4c2-826cb69f7277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b634a22c-89a0-4bd6-a4c2-826cb69f7277.shg-box.shg-c {
  justify-content: center;
}

#s-b4427fc4-dc27-4da0-ae55-7d0cf2ca88f8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
background-position: center center;
}








#s-b4427fc4-dc27-4da0-ae55-7d0cf2ca88f8 > .shg-box-overlay {
  background-color: rgba(252, 252, 252, 1);
  opacity: 0.4;
}#s-b4427fc4-dc27-4da0-ae55-7d0cf2ca88f8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f14846b0-213a-466a-9d6a-1b3097c4a3ef {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f14846b0-213a-466a-9d6a-1b3097c4a3ef .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b567b235-9766-4f68-aba7-e49ed49dacbf {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
}

#s-d07ddc30-673d-4ce6-91e3-1683cd8cd9c9 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(253, 253, 253, 1);
text-decoration: none;
}
#s-d07ddc30-673d-4ce6-91e3-1683cd8cd9c9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-d07ddc30-673d-4ce6-91e3-1683cd8cd9c9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-d07ddc30-673d-4ce6-91e3-1683cd8cd9c9.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-3a36ed0f-7aeb-4170-b830-b1e91c34b29d {
  min-height: 50px;
}








#s-3a36ed0f-7aeb-4170-b830-b1e91c34b29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a36ed0f-7aeb-4170-b830-b1e91c34b29d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a9c55d09-7eed-4959-84aa-ffdb8ed4f9f9 {
  text-align: center;
}




  #s-a9c55d09-7eed-4959-84aa-ffdb8ed4f9f9 img.shogun-image {
    
    width: px;
  }


#s-a9c55d09-7eed-4959-84aa-ffdb8ed4f9f9 .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;
  }
}

#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;
}
