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

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

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-e8e5da37-280f-44c7-a6e7-21325283322f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 325px;
background-position: center center;
}








#s-e8e5da37-280f-44c7-a6e7-21325283322f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-e8e5da37-280f-44c7-a6e7-21325283322f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-97a574ed-c169-4902-a88e-c195fdef6208 {
  min-height: 63px;
}








#s-97a574ed-c169-4902-a88e-c195fdef6208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97a574ed-c169-4902-a88e-c195fdef6208.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-f808de6d-dc0a-4ac2-816c-04fab27ecfbe {
  text-align: center;
}




  #s-f808de6d-dc0a-4ac2-816c-04fab27ecfbe img.shogun-image {
    
    width: px;
  }


#s-f808de6d-dc0a-4ac2-816c-04fab27ecfbe .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6b2d8a73-1211-44c7-92a3-1b055c4554c3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 765px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b2d8a73-1211-44c7-92a3-1b055c4554c3 {
  display: none;
}
#s-6b2d8a73-1211-44c7-92a3-1b055c4554c3, #wrap-s-6b2d8a73-1211-44c7-92a3-1b055c4554c3 { display:none !important; }}@media (max-width: 767px){#s-6b2d8a73-1211-44c7-92a3-1b055c4554c3 {
  display: none;
}
#s-6b2d8a73-1211-44c7-92a3-1b055c4554c3, #wrap-s-6b2d8a73-1211-44c7-92a3-1b055c4554c3 { display:none !important; }}







#s-6b2d8a73-1211-44c7-92a3-1b055c4554c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b2d8a73-1211-44c7-92a3-1b055c4554c3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-efb8724d-5cd1-46a6-8a76-573465a719f5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-efb8724d-5cd1-46a6-8a76-573465a719f5 {
  display: none;
}
#s-efb8724d-5cd1-46a6-8a76-573465a719f5, #wrap-s-efb8724d-5cd1-46a6-8a76-573465a719f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efb8724d-5cd1-46a6-8a76-573465a719f5 {
  display: none;
}
#s-efb8724d-5cd1-46a6-8a76-573465a719f5, #wrap-s-efb8724d-5cd1-46a6-8a76-573465a719f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efb8724d-5cd1-46a6-8a76-573465a719f5 {
  display: none;
}
#s-efb8724d-5cd1-46a6-8a76-573465a719f5, #wrap-s-efb8724d-5cd1-46a6-8a76-573465a719f5 { display:none !important; }}@media (max-width: 767px){#s-efb8724d-5cd1-46a6-8a76-573465a719f5 {
  
}
}







#s-efb8724d-5cd1-46a6-8a76-573465a719f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efb8724d-5cd1-46a6-8a76-573465a719f5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-624b5947-992e-4402-a5f3-91d78ffe0ba9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-624b5947-992e-4402-a5f3-91d78ffe0ba9 {
  display: none;
}
#s-624b5947-992e-4402-a5f3-91d78ffe0ba9, #wrap-s-624b5947-992e-4402-a5f3-91d78ffe0ba9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-624b5947-992e-4402-a5f3-91d78ffe0ba9 {
  display: none;
}
#s-624b5947-992e-4402-a5f3-91d78ffe0ba9, #wrap-s-624b5947-992e-4402-a5f3-91d78ffe0ba9 { display:none !important; }}@media (max-width: 767px){#s-624b5947-992e-4402-a5f3-91d78ffe0ba9 {
  display: none;
}
#s-624b5947-992e-4402-a5f3-91d78ffe0ba9, #wrap-s-624b5947-992e-4402-a5f3-91d78ffe0ba9 { display:none !important; }}







#s-624b5947-992e-4402-a5f3-91d78ffe0ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-624b5947-992e-4402-a5f3-91d78ffe0ba9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-bccc4889-8313-4a06-ae08-6cb7c0e4e42b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}








#s-bccc4889-8313-4a06-ae08-6cb7c0e4e42b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.36;
}#s-bccc4889-8313-4a06-ae08-6cb7c0e4e42b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

@media (min-width: 0px) {
[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ccca2e06-6cdc-4063-a3f6-e7bade361a06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8aff213e-301e-48c2-8fb4-04edd96273cf {
  min-height: 36px;
}








#s-8aff213e-301e-48c2-8fb4-04edd96273cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aff213e-301e-48c2-8fb4-04edd96273cf.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5f9d39d1-efc9-40d3-b42f-25874018c407 {
  min-height: 10px;
}








#s-5f9d39d1-efc9-40d3-b42f-25874018c407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f9d39d1-efc9-40d3-b42f-25874018c407.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-30251f13-c16e-4a5d-9a6f-b8f12c8293c6 {
  text-align: center;
}




  #s-30251f13-c16e-4a5d-9a6f-b8f12c8293c6 img.shogun-image {
    
    width: px;
  }


#s-30251f13-c16e-4a5d-9a6f-b8f12c8293c6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3d064ddc-a0b8-4258-bc94-64d4b56a49cc {
  min-height: 40px;
}








#s-3d064ddc-a0b8-4258-bc94-64d4b56a49cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d064ddc-a0b8-4258-bc94-64d4b56a49cc.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-969efc8c-0a3a-4b50-8554-37b5ed39732f {
  padding-left: 17px;
padding-right: 30px;
}

#s-93e5e3cc-160e-4e61-848e-9abf3ec28c42 {
  min-height: 15px;
}








#s-93e5e3cc-160e-4e61-848e-9abf3ec28c42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93e5e3cc-160e-4e61-848e-9abf3ec28c42.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-987191f2-f072-4e56-813f-2d60c8e4f49b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1d835efe-18d7-4449-b9e5-a7b204c76296 {
  text-align: center;
}




  #s-1d835efe-18d7-4449-b9e5-a7b204c76296 img.shogun-image {
    
    width: px;
  }


#s-1d835efe-18d7-4449-b9e5-a7b204c76296 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e8aa55c6-4dbd-4e2e-bc21-c221460d742a {
  text-align: center;
}




  #s-e8aa55c6-4dbd-4e2e-bc21-c221460d742a img.shogun-image {
    
    width: px;
  }


#s-e8aa55c6-4dbd-4e2e-bc21-c221460d742a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3f2b9ac9-157c-42c0-a330-d3ce8fe5b0cf {
  text-align: center;
}




  #s-3f2b9ac9-157c-42c0-a330-d3ce8fe5b0cf img.shogun-image {
    
    width: px;
  }


#s-3f2b9ac9-157c-42c0-a330-d3ce8fe5b0cf .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4319c14a-7e8b-4c8b-88c7-303c73fe7b41 {
  text-align: center;
}




  #s-4319c14a-7e8b-4c8b-88c7-303c73fe7b41 img.shogun-image {
    
    width: px;
  }


#s-4319c14a-7e8b-4c8b-88c7-303c73fe7b41 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2dc9c942-47ec-4412-8b2a-84a0ae9f329d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dc9c942-47ec-4412-8b2a-84a0ae9f329d {
  display: none;
}
#s-2dc9c942-47ec-4412-8b2a-84a0ae9f329d, #wrap-s-2dc9c942-47ec-4412-8b2a-84a0ae9f329d { display:none !important; }}@media (max-width: 767px){#s-2dc9c942-47ec-4412-8b2a-84a0ae9f329d {
  display: none;
}
#s-2dc9c942-47ec-4412-8b2a-84a0ae9f329d, #wrap-s-2dc9c942-47ec-4412-8b2a-84a0ae9f329d { display:none !important; }}







#s-2dc9c942-47ec-4412-8b2a-84a0ae9f329d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dc9c942-47ec-4412-8b2a-84a0ae9f329d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-598c5744-c08d-434e-a7bd-4aded9374e38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-60d54962-d3b2-4328-9707-1f162732b4e1 {
  min-height: 150px;
}








#s-60d54962-d3b2-4328-9707-1f162732b4e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60d54962-d3b2-4328-9707-1f162732b4e1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f6596185-9724-4dfb-a408-65cba34569c6 {
  text-align: center;
}




  #s-f6596185-9724-4dfb-a408-65cba34569c6 img.shogun-image {
    
    width: px;
  }


#s-f6596185-9724-4dfb-a408-65cba34569c6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-87cf85d2-4550-4255-ba25-78b6e542b307 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-87cf85d2-4550-4255-ba25-78b6e542b307 {
  display: none;
}
#s-87cf85d2-4550-4255-ba25-78b6e542b307, #wrap-s-87cf85d2-4550-4255-ba25-78b6e542b307 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87cf85d2-4550-4255-ba25-78b6e542b307 {
  display: none;
}
#s-87cf85d2-4550-4255-ba25-78b6e542b307, #wrap-s-87cf85d2-4550-4255-ba25-78b6e542b307 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87cf85d2-4550-4255-ba25-78b6e542b307 {
  display: none;
}
#s-87cf85d2-4550-4255-ba25-78b6e542b307, #wrap-s-87cf85d2-4550-4255-ba25-78b6e542b307 { display:none !important; }}







#s-87cf85d2-4550-4255-ba25-78b6e542b307 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87cf85d2-4550-4255-ba25-78b6e542b307.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f53583ff-cc65-4aa7-b5ad-6d395c88a0fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eea3ca5a-e853-49e2-ac89-484b887cd85c {
  min-height: 77px;
}








#s-eea3ca5a-e853-49e2-ac89-484b887cd85c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eea3ca5a-e853-49e2-ac89-484b887cd85c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9abe2c02-1cc5-4753-93bb-74c48d8f0acc {
  text-align: center;
}




  #s-9abe2c02-1cc5-4753-93bb-74c48d8f0acc img.shogun-image {
    
    width: px;
  }


#s-9abe2c02-1cc5-4753-93bb-74c48d8f0acc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-62294937-fe30-4ddb-9e05-0f30b553e5f7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-62294937-fe30-4ddb-9e05-0f30b553e5f7 {
  display: none;
}
#s-62294937-fe30-4ddb-9e05-0f30b553e5f7, #wrap-s-62294937-fe30-4ddb-9e05-0f30b553e5f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62294937-fe30-4ddb-9e05-0f30b553e5f7 {
  display: none;
}
#s-62294937-fe30-4ddb-9e05-0f30b553e5f7, #wrap-s-62294937-fe30-4ddb-9e05-0f30b553e5f7 { display:none !important; }}@media (max-width: 767px){#s-62294937-fe30-4ddb-9e05-0f30b553e5f7 {
  display: none;
}
#s-62294937-fe30-4ddb-9e05-0f30b553e5f7, #wrap-s-62294937-fe30-4ddb-9e05-0f30b553e5f7 { display:none !important; }}







#s-62294937-fe30-4ddb-9e05-0f30b553e5f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62294937-fe30-4ddb-9e05-0f30b553e5f7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aafebc3e-4983-42a5-a5ca-87220dbdb640"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ff3b7a0b-36c6-4499-8f22-174eda73a02c {
  min-height: 77px;
}








#s-ff3b7a0b-36c6-4499-8f22-174eda73a02c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff3b7a0b-36c6-4499-8f22-174eda73a02c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3da7f739-6d5c-4dd9-8c0a-2b3dfcba7289 {
  text-align: center;
}




  #s-3da7f739-6d5c-4dd9-8c0a-2b3dfcba7289 img.shogun-image {
    
    width: px;
  }


#s-3da7f739-6d5c-4dd9-8c0a-2b3dfcba7289 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

.shogun-accordion-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          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;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

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

.shogun-accordion-icon > span {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-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 {
  -webkit-transform: rotate(90deg);
          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 {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

#s-2286bd5b-0e1e-49ad-8288-fb22e8f6613f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(178, 6, 6, 1);
}

#s-2286bd5b-0e1e-49ad-8288-fb22e8f6613f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 0, 0, 1);
  padding: 10px;
}

#s-2286bd5b-0e1e-49ad-8288-fb22e8f6613f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2286bd5b-0e1e-49ad-8288-fb22e8f6613f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(178, 6, 6, 1);
}

#s-2286bd5b-0e1e-49ad-8288-fb22e8f6613f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 23px;
}

#s-2286bd5b-0e1e-49ad-8288-fb22e8f6613f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 23px;
}
#s-5b0b1ee3-4162-4d34-ae23-c725abc36d9f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-5b0b1ee3-4162-4d34-ae23-c725abc36d9f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-5b0b1ee3-4162-4d34-ae23-c725abc36d9f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-5b0b1ee3-4162-4d34-ae23-c725abc36d9f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-5b0b1ee3-4162-4d34-ae23-c725abc36d9f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-5b0b1ee3-4162-4d34-ae23-c725abc36d9f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-4d976d2f-a0b1-4656-9c2e-1bdaf3d05974 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-4d976d2f-a0b1-4656-9c2e-1bdaf3d05974 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-4d976d2f-a0b1-4656-9c2e-1bdaf3d05974.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fc2f5c8d-b042-411d-8b1d-bc1058a6d212"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0913f6e9-95f1-495a-a7d6-349d93544a7b {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-d0e8e4f0-8237-4a51-a068-675fbe19e81d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-d0e8e4f0-8237-4a51-a068-675fbe19e81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-d0e8e4f0-8237-4a51-a068-675fbe19e81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d0e8e4f0-8237-4a51-a068-675fbe19e81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d0e8e4f0-8237-4a51-a068-675fbe19e81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-d0e8e4f0-8237-4a51-a068-675fbe19e81d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5ec9c593-91cd-4ae1-beb1-4e1341037c83 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-5ec9c593-91cd-4ae1-beb1-4e1341037c83 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-5ec9c593-91cd-4ae1-beb1-4e1341037c83.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-89f0dbf5-2d5a-4150-81ad-c1f3e3368c9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f90d5f54-2d5b-493c-8077-394f553fb349 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-140123fc-d7a2-416b-8bdb-0b49b2f6873d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-140123fc-d7a2-416b-8bdb-0b49b2f6873d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-140123fc-d7a2-416b-8bdb-0b49b2f6873d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-140123fc-d7a2-416b-8bdb-0b49b2f6873d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-140123fc-d7a2-416b-8bdb-0b49b2f6873d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-140123fc-d7a2-416b-8bdb-0b49b2f6873d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-dfabdd90-1540-435b-9e74-9c3198605adf {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-dfabdd90-1540-435b-9e74-9c3198605adf > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-dfabdd90-1540-435b-9e74-9c3198605adf.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c5cec0d-418c-4e31-b841-1fd798b1aa9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fd82fd87-bbce-4b32-87e7-d777fc8c2622 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-3fb93c28-8dea-4443-9355-c3d4ed044756 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-3fb93c28-8dea-4443-9355-c3d4ed044756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-3fb93c28-8dea-4443-9355-c3d4ed044756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-3fb93c28-8dea-4443-9355-c3d4ed044756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-3fb93c28-8dea-4443-9355-c3d4ed044756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3fb93c28-8dea-4443-9355-c3d4ed044756 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-1494587d-7ab7-4374-b586-d3007d630591 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-1494587d-7ab7-4374-b586-d3007d630591 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-1494587d-7ab7-4374-b586-d3007d630591.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfd4e446-d9ed-40d3-9843-80613442a73e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-105b9c5e-b4ff-409e-ad65-13e6eb348fd4 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-a8485c24-6a56-46f8-bd6f-0f4d60718f20 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-a8485c24-6a56-46f8-bd6f-0f4d60718f20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-a8485c24-6a56-46f8-bd6f-0f4d60718f20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a8485c24-6a56-46f8-bd6f-0f4d60718f20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a8485c24-6a56-46f8-bd6f-0f4d60718f20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-a8485c24-6a56-46f8-bd6f-0f4d60718f20 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-74d5dedd-7283-409a-86ec-427ef5bcdbde {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-74d5dedd-7283-409a-86ec-427ef5bcdbde > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-74d5dedd-7283-409a-86ec-427ef5bcdbde.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-afd10821-3e18-4c93-bbaf-d53d73097951"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6d9d828e-5a22-4dee-8ae3-de6022be02e8 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-ec05ddc5-0012-4b11-afda-9fe79720e0b9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-ec05ddc5-0012-4b11-afda-9fe79720e0b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-ec05ddc5-0012-4b11-afda-9fe79720e0b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ec05ddc5-0012-4b11-afda-9fe79720e0b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-ec05ddc5-0012-4b11-afda-9fe79720e0b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ec05ddc5-0012-4b11-afda-9fe79720e0b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-be97403d-6896-4fff-b631-512b78e83232 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-be97403d-6896-4fff-b631-512b78e83232 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-be97403d-6896-4fff-b631-512b78e83232.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5abb383e-ff23-44d5-bdbb-3ea4c6012f78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-90816e03-b763-42a2-9235-a6e393fdaa1d {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-ffc6faf9-3de5-4879-b608-2dbf4c4d5631 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-ffc6faf9-3de5-4879-b608-2dbf4c4d5631 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-ffc6faf9-3de5-4879-b608-2dbf4c4d5631 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ffc6faf9-3de5-4879-b608-2dbf4c4d5631 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-ffc6faf9-3de5-4879-b608-2dbf4c4d5631 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ffc6faf9-3de5-4879-b608-2dbf4c4d5631 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5ae32aeb-e8a2-4cd8-ae13-fb68ba05bbba {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-5ae32aeb-e8a2-4cd8-ae13-fb68ba05bbba > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-5ae32aeb-e8a2-4cd8-ae13-fb68ba05bbba.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df9c2868-cf58-4b54-a1b7-580e4f3ac010"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-043d4115-0ce5-42e2-ad9d-1613c4dc44ab {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-035cc1b8-44d9-40d5-abbd-54b537fb6818 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-035cc1b8-44d9-40d5-abbd-54b537fb6818 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-035cc1b8-44d9-40d5-abbd-54b537fb6818 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-035cc1b8-44d9-40d5-abbd-54b537fb6818 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-035cc1b8-44d9-40d5-abbd-54b537fb6818 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-035cc1b8-44d9-40d5-abbd-54b537fb6818 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b0451bfe-fca7-4bdc-8595-fc54613cf7a4 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-b0451bfe-fca7-4bdc-8595-fc54613cf7a4 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-b0451bfe-fca7-4bdc-8595-fc54613cf7a4.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-48bc917d-7190-42e9-b244-65879fe9948a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4e810e42-1c0c-4425-a4e7-f793d10834b5 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-d158e03c-89c2-4a44-9c82-28d64f9557ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-d158e03c-89c2-4a44-9c82-28d64f9557ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-d158e03c-89c2-4a44-9c82-28d64f9557ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d158e03c-89c2-4a44-9c82-28d64f9557ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d158e03c-89c2-4a44-9c82-28d64f9557ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-d158e03c-89c2-4a44-9c82-28d64f9557ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-1062d3f0-6e58-44bc-a4c3-05860c7fb339 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-1062d3f0-6e58-44bc-a4c3-05860c7fb339 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-1062d3f0-6e58-44bc-a4c3-05860c7fb339.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35875186-49ef-45fd-8cf8-90c8d8939856"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3c62989a-dad0-473b-87d5-31cf72d5d7c0 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-c72922df-6b06-49a3-bb97-972ad2fc981f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-c72922df-6b06-49a3-bb97-972ad2fc981f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-c72922df-6b06-49a3-bb97-972ad2fc981f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c72922df-6b06-49a3-bb97-972ad2fc981f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c72922df-6b06-49a3-bb97-972ad2fc981f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-c72922df-6b06-49a3-bb97-972ad2fc981f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-b5e31ae5-b6d5-40b1-9951-93a8a7dd1c98 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-b5e31ae5-b6d5-40b1-9951-93a8a7dd1c98 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-b5e31ae5-b6d5-40b1-9951-93a8a7dd1c98.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-895bab5b-69a1-43b9-b4e1-75a652c6c2fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-329c47a3-f688-4963-a57e-37cc2e49ac74 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-1e2dc572-9cda-4dca-9f57-aec66b6971b7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-1e2dc572-9cda-4dca-9f57-aec66b6971b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-1e2dc572-9cda-4dca-9f57-aec66b6971b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1e2dc572-9cda-4dca-9f57-aec66b6971b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1e2dc572-9cda-4dca-9f57-aec66b6971b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-1e2dc572-9cda-4dca-9f57-aec66b6971b7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-dcda5850-9985-47c8-9c43-8d1a116a57c2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-dcda5850-9985-47c8-9c43-8d1a116a57c2 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-dcda5850-9985-47c8-9c43-8d1a116a57c2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf27adb1-31d9-416d-8a2e-04272b6faf11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4f47dc76-9cfd-4ae0-899e-c00dfbffba0d {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-28ba8c9a-98bc-4902-8c08-604b115348ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-28ba8c9a-98bc-4902-8c08-604b115348ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-28ba8c9a-98bc-4902-8c08-604b115348ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-28ba8c9a-98bc-4902-8c08-604b115348ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-28ba8c9a-98bc-4902-8c08-604b115348ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-28ba8c9a-98bc-4902-8c08-604b115348ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-d0b2f419-b879-4020-afd3-c185cc761b72 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-d0b2f419-b879-4020-afd3-c185cc761b72 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-d0b2f419-b879-4020-afd3-c185cc761b72.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39524018-5098-4cde-892f-6f7562fe10f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b36b1d47-cbb4-4e0a-9210-12b3d2b51641 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-776f3c0f-ff49-4957-9a64-5add5e668d06 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-776f3c0f-ff49-4957-9a64-5add5e668d06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-776f3c0f-ff49-4957-9a64-5add5e668d06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-776f3c0f-ff49-4957-9a64-5add5e668d06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-776f3c0f-ff49-4957-9a64-5add5e668d06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-776f3c0f-ff49-4957-9a64-5add5e668d06 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0528c073-8eec-4a5c-b464-1a57922e1a63 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-0528c073-8eec-4a5c-b464-1a57922e1a63 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-0528c073-8eec-4a5c-b464-1a57922e1a63.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c48898a-f386-49a2-be87-907dc34c37df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a84f5a88-94bd-48f1-89d6-5eaa8e6f22d5 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-be8dcf6a-25ca-4894-a68b-7f237d314c03 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-be8dcf6a-25ca-4894-a68b-7f237d314c03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-be8dcf6a-25ca-4894-a68b-7f237d314c03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-be8dcf6a-25ca-4894-a68b-7f237d314c03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-be8dcf6a-25ca-4894-a68b-7f237d314c03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-be8dcf6a-25ca-4894-a68b-7f237d314c03 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-3382e13a-a1d8-43d0-b50f-036130e0858e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-3382e13a-a1d8-43d0-b50f-036130e0858e > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-3382e13a-a1d8-43d0-b50f-036130e0858e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55ade936-2d46-4a1e-9c51-39b522f903e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-78c9513a-44a6-4abb-a5bd-8d089e807fc8 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-4e411744-0dbb-4fe9-807e-36d11b22bafb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-4e411744-0dbb-4fe9-807e-36d11b22bafb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-4e411744-0dbb-4fe9-807e-36d11b22bafb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4e411744-0dbb-4fe9-807e-36d11b22bafb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4e411744-0dbb-4fe9-807e-36d11b22bafb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-4e411744-0dbb-4fe9-807e-36d11b22bafb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-38e53404-695c-4475-8cb6-58d9c87dc436 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-38e53404-695c-4475-8cb6-58d9c87dc436 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-38e53404-695c-4475-8cb6-58d9c87dc436.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f7dbf9d-43be-4f57-928b-6032f68d3dda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f98ec526-d0cd-406b-a656-364e6ee898a2 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-52c1aae2-4bc7-4462-86fd-76b6f8b3fad6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-52c1aae2-4bc7-4462-86fd-76b6f8b3fad6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-52c1aae2-4bc7-4462-86fd-76b6f8b3fad6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-52c1aae2-4bc7-4462-86fd-76b6f8b3fad6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-52c1aae2-4bc7-4462-86fd-76b6f8b3fad6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-52c1aae2-4bc7-4462-86fd-76b6f8b3fad6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-1fc70bf7-930a-4acf-8092-934faed99197 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-1fc70bf7-930a-4acf-8092-934faed99197 > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-1fc70bf7-930a-4acf-8092-934faed99197.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cb7d109-66d6-44a5-926d-2ca085f0a46e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca66c3c9-7739-4932-9faa-ff8cd44982f5 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-b3df7d1b-c703-46db-84a4-37dc596f2943 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-b3df7d1b-c703-46db-84a4-37dc596f2943 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-b3df7d1b-c703-46db-84a4-37dc596f2943 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b3df7d1b-c703-46db-84a4-37dc596f2943 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-b3df7d1b-c703-46db-84a4-37dc596f2943 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-b3df7d1b-c703-46db-84a4-37dc596f2943 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a7aa9e30-de1b-45e8-8be8-b2f617b4451f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-a7aa9e30-de1b-45e8-8be8-b2f617b4451f > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-a7aa9e30-de1b-45e8-8be8-b2f617b4451f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ff05975-5e70-4e03-8fd6-725aba381a04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2dde60ad-584c-4e38-873d-c2d471df7e67 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-18c78029-a51a-422b-9f1c-ae6be1057551 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-18c78029-a51a-422b-9f1c-ae6be1057551 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-18c78029-a51a-422b-9f1c-ae6be1057551 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-18c78029-a51a-422b-9f1c-ae6be1057551 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-18c78029-a51a-422b-9f1c-ae6be1057551 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-18c78029-a51a-422b-9f1c-ae6be1057551 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-4cd4e39d-43cf-4f7c-b696-d56694ff699a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-4cd4e39d-43cf-4f7c-b696-d56694ff699a > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-4cd4e39d-43cf-4f7c-b696-d56694ff699a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-61c3ca73-7581-43a7-af8b-dcafa39d8253"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d0a27b8a-ded3-42eb-aaf1-02f42a85b89a {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

#s-76101786-181c-4c36-a7d5-d702acdd1a84 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-76101786-181c-4c36-a7d5-d702acdd1a84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(203, 5, 5, 1);
  padding: 10px;
}

#s-76101786-181c-4c36-a7d5-d702acdd1a84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-76101786-181c-4c36-a7d5-d702acdd1a84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-76101786-181c-4c36-a7d5-d702acdd1a84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-76101786-181c-4c36-a7d5-d702acdd1a84 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-88e9fdff-152c-4a88-93da-c6e472f1eeba {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-88e9fdff-152c-4a88-93da-c6e472f1eeba > .shg-box-overlay {
  background-color: rgba(8, 8, 8, 1);
  opacity: 0.66;
}#s-88e9fdff-152c-4a88-93da-c6e472f1eeba.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb739454-e49b-496f-b41e-c0f56c8a2514"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-94b755c8-c228-4149-ae40-7769b7c21406 {
  padding-top: 15px;
padding-left: 55px;
padding-bottom: 10px;
}

/*
  $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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
