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

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

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

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

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

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

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

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

#s-9591a624-bc44-488a-8d76-09ecf3d986cf {
  min-height: 50px;
background-color: rgba(252, 239, 224, 1);
}
@media (min-width: 1200px){#s-9591a624-bc44-488a-8d76-09ecf3d986cf {
  display: none;
}
#s-9591a624-bc44-488a-8d76-09ecf3d986cf, #wrap-s-9591a624-bc44-488a-8d76-09ecf3d986cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9591a624-bc44-488a-8d76-09ecf3d986cf {
  display: none;
}
#s-9591a624-bc44-488a-8d76-09ecf3d986cf, #wrap-s-9591a624-bc44-488a-8d76-09ecf3d986cf { display:none !important; }}@media (max-width: 767px){#s-9591a624-bc44-488a-8d76-09ecf3d986cf {
  display: none;
}
#s-9591a624-bc44-488a-8d76-09ecf3d986cf, #wrap-s-9591a624-bc44-488a-8d76-09ecf3d986cf { display:none !important; }}







#s-9591a624-bc44-488a-8d76-09ecf3d986cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9591a624-bc44-488a-8d76-09ecf3d986cf.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-f106c62e-652e-4909-99df-e2219c139959 {
  margin-top: 115px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f106c62e-652e-4909-99df-e2219c139959 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-f106c62e-652e-4909-99df-e2219c139959 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-900e343d-a516-4cbe-b03d-a441dcc6f788 {
  border-style: solid;
margin-top: 0px;
margin-left: 150px;
margin-bottom: 0px;
margin-right: 150px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-900e343d-a516-4cbe-b03d-a441dcc6f788 {
  display: none;
}
#s-900e343d-a516-4cbe-b03d-a441dcc6f788, #wrap-s-900e343d-a516-4cbe-b03d-a441dcc6f788 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-900e343d-a516-4cbe-b03d-a441dcc6f788 {
  display: none;
}
#s-900e343d-a516-4cbe-b03d-a441dcc6f788, #wrap-s-900e343d-a516-4cbe-b03d-a441dcc6f788 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-900e343d-a516-4cbe-b03d-a441dcc6f788 {

}
}@media (max-width: 767px){#s-900e343d-a516-4cbe-b03d-a441dcc6f788 {
  margin-left: 30px;
margin-right: 30px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-fc7767cd-80ca-4845-a29d-c6b2ed007f2b {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-fc7767cd-80ca-4845-a29d-c6b2ed007f2b:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 35px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-fc7767cd-80ca-4845-a29d-c6b2ed007f2b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc7767cd-80ca-4845-a29d-c6b2ed007f2b-btn-wrapper {
    text-align: center;
  }


#s-fc7767cd-80ca-4845-a29d-c6b2ed007f2b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}

#s-7d932092-0af4-47d8-9879-0cd349c58ebc {
  padding-left: 50px;
padding-right: 50px;
min-height: 40px;
}
@media (min-width: 1200px){#s-7d932092-0af4-47d8-9879-0cd349c58ebc {
  display: none;
}
#s-7d932092-0af4-47d8-9879-0cd349c58ebc, #wrap-s-7d932092-0af4-47d8-9879-0cd349c58ebc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d932092-0af4-47d8-9879-0cd349c58ebc {
  display: none;
}
#s-7d932092-0af4-47d8-9879-0cd349c58ebc, #wrap-s-7d932092-0af4-47d8-9879-0cd349c58ebc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d932092-0af4-47d8-9879-0cd349c58ebc {
  padding-left: 200px;
padding-right: 200px;
}
}







#s-7d932092-0af4-47d8-9879-0cd349c58ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d932092-0af4-47d8-9879-0cd349c58ebc.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0 {
  text-align: center;
}
@media (min-width: 1200px){#s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0 {
  display: none;
}
#s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0, #wrap-s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0 {
  display: none;
}
#s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0, #wrap-s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0 {

}
}



  #s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0 img.shogun-image {

    width: px;
  }


#s-b363e8ad-c23e-4110-b9ba-8cc73c2607a0 .shogun-image-content {

    align-items: center;

}

#s-f140f73e-1990-4493-b370-5455b67e67fc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f140f73e-1990-4493-b370-5455b67e67fc {

}
}@media (min-width: 992px) and (max-width: 1199px){#s-f140f73e-1990-4493-b370-5455b67e67fc {

}
}@media (min-width: 768px) and (max-width: 991px){#s-f140f73e-1990-4493-b370-5455b67e67fc {
  display: none;
}
#s-f140f73e-1990-4493-b370-5455b67e67fc, #wrap-s-f140f73e-1990-4493-b370-5455b67e67fc { display:none !important; }}@media (max-width: 767px){#s-f140f73e-1990-4493-b370-5455b67e67fc {

}
}







#s-f140f73e-1990-4493-b370-5455b67e67fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f140f73e-1990-4493-b370-5455b67e67fc.shg-box.shg-c {
  justify-content: flex-end;
}

#s-02192463-5351-4ec7-bccf-250c44d86d38 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(252, 239, 224, 1);
}
@media (min-width: 1200px){#s-02192463-5351-4ec7-bccf-250c44d86d38 {
  min-height: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02192463-5351-4ec7-bccf-250c44d86d38 {

}
}@media (min-width: 768px) and (max-width: 991px){#s-02192463-5351-4ec7-bccf-250c44d86d38 {

}
}@media (max-width: 767px){#s-02192463-5351-4ec7-bccf-250c44d86d38 {

}
}







#s-02192463-5351-4ec7-bccf-250c44d86d38 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-02192463-5351-4ec7-bccf-250c44d86d38.shg-box.shg-c {
  justify-content: flex-end;
}

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

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

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

#s-b5da5d1c-c3c9-40eb-994b-097570aebcac {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5da5d1c-c3c9-40eb-994b-097570aebcac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9a35d42b-70cd-430c-8903-fe47e54d8f0e {
  margin-top: 115px;
margin-left: 150px;
margin-bottom: 0px;
margin-right: 80px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-9a35d42b-70cd-430c-8903-fe47e54d8f0e {

}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a35d42b-70cd-430c-8903-fe47e54d8f0e {

}
}@media (min-width: 768px) and (max-width: 991px){#s-9a35d42b-70cd-430c-8903-fe47e54d8f0e {
  margin-left: 40px;
margin-right: 40px;
text-align: center;
}
}@media (max-width: 767px){#s-9a35d42b-70cd-430c-8903-fe47e54d8f0e {
  margin-top: 85px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-9a35d42b-70cd-430c-8903-fe47e54d8f0e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-9a35d42b-70cd-430c-8903-fe47e54d8f0e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-1c2bc69c-e969-4860-a8bd-874e021f09fd {
  border-style: solid;
margin-top: 0px;
margin-left: 150px;
margin-bottom: 0px;
margin-right: 150px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-1c2bc69c-e969-4860-a8bd-874e021f09fd {

}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c2bc69c-e969-4860-a8bd-874e021f09fd {

}
}@media (min-width: 768px) and (max-width: 991px){#s-1c2bc69c-e969-4860-a8bd-874e021f09fd {
  margin-left: 40px;
margin-right: 40px;
display: none;
}
#s-1c2bc69c-e969-4860-a8bd-874e021f09fd, #wrap-s-1c2bc69c-e969-4860-a8bd-874e021f09fd { display:none !important; }}@media (max-width: 767px){#s-1c2bc69c-e969-4860-a8bd-874e021f09fd {
  margin-left: 40px;
margin-right: 40px;
display: none;
}
#s-1c2bc69c-e969-4860-a8bd-874e021f09fd, #wrap-s-1c2bc69c-e969-4860-a8bd-874e021f09fd { display:none !important; }}
#s-43f5b68a-c2dd-420a-bde4-8ea9f1f6807b {
  border-style: solid;
margin-top: 0px;
margin-left: 150px;
margin-bottom: 0px;
margin-right: 150px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-43f5b68a-c2dd-420a-bde4-8ea9f1f6807b {
  display: none;
}
#s-43f5b68a-c2dd-420a-bde4-8ea9f1f6807b, #wrap-s-43f5b68a-c2dd-420a-bde4-8ea9f1f6807b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43f5b68a-c2dd-420a-bde4-8ea9f1f6807b {
  display: none;
}
#s-43f5b68a-c2dd-420a-bde4-8ea9f1f6807b, #wrap-s-43f5b68a-c2dd-420a-bde4-8ea9f1f6807b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43f5b68a-c2dd-420a-bde4-8ea9f1f6807b {

}
}@media (max-width: 767px){#s-43f5b68a-c2dd-420a-bde4-8ea9f1f6807b {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-38e704a1-568f-4963-ae5c-04d461b622a8 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 20px;
margin-left: 150px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-38e704a1-568f-4963-ae5c-04d461b622a8:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 35px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-38e704a1-568f-4963-ae5c-04d461b622a8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-38e704a1-568f-4963-ae5c-04d461b622a8 {
  margin-left: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-38e704a1-568f-4963-ae5c-04d461b622a8 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
text-align: center;
text-decoration: none;
}
#s-38e704a1-568f-4963-ae5c-04d461b622a8:active {background-color: #000000 !important;
text-decoration: none !important;}}


#s-38e704a1-568f-4963-ae5c-04d461b622a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-38e704a1-568f-4963-ae5c-04d461b622a8-btn-wrapper {
    text-align: center;
  }


#s-38e704a1-568f-4963-ae5c-04d461b622a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-6c175ea8-fba1-444e-9929-88575b2f360f {
  max-width: 400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c175ea8-fba1-444e-9929-88575b2f360f {
  display: none;
}
#s-6c175ea8-fba1-444e-9929-88575b2f360f, #wrap-s-6c175ea8-fba1-444e-9929-88575b2f360f { display:none !important; }}@media (max-width: 767px){#s-6c175ea8-fba1-444e-9929-88575b2f360f {
  display: none;
}
#s-6c175ea8-fba1-444e-9929-88575b2f360f, #wrap-s-6c175ea8-fba1-444e-9929-88575b2f360f { display:none !important; }}



  #s-6c175ea8-fba1-444e-9929-88575b2f360f img.shogun-image {

    width: px;
  }


#s-6c175ea8-fba1-444e-9929-88575b2f360f .shogun-image-content {

    align-items: center;

}

#s-80096e14-c375-4eb3-b14d-9f8022f2fd69 {
  padding-left: 50px;
padding-right: 50px;
min-height: 40px;
}
@media (min-width: 1200px){#s-80096e14-c375-4eb3-b14d-9f8022f2fd69 {
  display: none;
}
#s-80096e14-c375-4eb3-b14d-9f8022f2fd69, #wrap-s-80096e14-c375-4eb3-b14d-9f8022f2fd69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80096e14-c375-4eb3-b14d-9f8022f2fd69 {
  display: none;
}
#s-80096e14-c375-4eb3-b14d-9f8022f2fd69, #wrap-s-80096e14-c375-4eb3-b14d-9f8022f2fd69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80096e14-c375-4eb3-b14d-9f8022f2fd69 {
  padding-left: 200px;
padding-right: 200px;
}
}







#s-80096e14-c375-4eb3-b14d-9f8022f2fd69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80096e14-c375-4eb3-b14d-9f8022f2fd69.shg-box.shg-c {
  justify-content: center;
}

#s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28 {
  text-align: center;
}
@media (min-width: 1200px){#s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28 {
  display: none;
}
#s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28, #wrap-s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28 {
  display: none;
}
#s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28, #wrap-s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28 {

}
}



  #s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28 img.shogun-image {

    width: px;
  }


#s-0b0b1bae-a94c-43ff-b4b6-9bdcc58dcb28 .shogun-image-content {

    align-items: center;

}

#s-1756180d-53ee-4c2a-b44d-236ddd7c0712 {
  padding-top: 75px;
padding-bottom: 75px;
min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 1200px){#s-1756180d-53ee-4c2a-b44d-236ddd7c0712 {

}
}@media (min-width: 992px) and (max-width: 1199px){#s-1756180d-53ee-4c2a-b44d-236ddd7c0712 {

}
}@media (min-width: 768px) and (max-width: 991px){#s-1756180d-53ee-4c2a-b44d-236ddd7c0712 {

}
}@media (max-width: 767px){#s-1756180d-53ee-4c2a-b44d-236ddd7c0712 {

}
}







#s-1756180d-53ee-4c2a-b44d-236ddd7c0712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1756180d-53ee-4c2a-b44d-236ddd7c0712.shg-box.shg-c {
  justify-content: flex-end;
}

#s-9d926da0-f606-413a-98e8-b497a5f5c00c {
  margin-top: 40px;
margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-9d926da0-f606-413a-98e8-b497a5f5c00c {
  margin-top: 0px;
margin-left: 40px;
margin-right: 40px;
}
}
#s-9d926da0-f606-413a-98e8-b497a5f5c00c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-9d926da0-f606-413a-98e8-b497a5f5c00c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-d43db688-2322-4b28-8efd-90c51afd3b0d {
  margin-top: -15px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d43db688-2322-4b28-8efd-90c51afd3b0d {
  margin-left: 40px;
margin-bottom: 30px;
margin-right: 40px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-d43db688-2322-4b28-8efd-90c51afd3b0d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b87640b7-3b75-4da3-9f49-90bc9704cd26 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b87640b7-3b75-4da3-9f49-90bc9704cd26 {
  display: none;
}
#s-b87640b7-3b75-4da3-9f49-90bc9704cd26, #wrap-s-b87640b7-3b75-4da3-9f49-90bc9704cd26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b87640b7-3b75-4da3-9f49-90bc9704cd26 {
  display: none;
}
#s-b87640b7-3b75-4da3-9f49-90bc9704cd26, #wrap-s-b87640b7-3b75-4da3-9f49-90bc9704cd26 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b87640b7-3b75-4da3-9f49-90bc9704cd26 {

}
}@media (max-width: 767px){#s-b87640b7-3b75-4da3-9f49-90bc9704cd26 {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-b87640b7-3b75-4da3-9f49-90bc9704cd26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87640b7-3b75-4da3-9f49-90bc9704cd26.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-51dbf601-a1a4-4f12-af28-abc7d1e36293 {
  margin-left: 110px;
margin-right: 110px;
}
}
@media (min-width: 0px) {
[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-51dbf601-a1a4-4f12-af28-abc7d1e36293"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e7d47c75-c551-452c-bf1e-6c4c045d69c7 {
  text-align: center;
}




  #s-e7d47c75-c551-452c-bf1e-6c4c045d69c7 img.shogun-image {

    width: px;
  }


#s-e7d47c75-c551-452c-bf1e-6c4c045d69c7 .shogun-image-content {

    align-items: center;

}

#s-e79d263c-f656-4270-acb8-5c1380b06067 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e79d263c-f656-4270-acb8-5c1380b06067 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee906168-bd32-44a6-9cbf-fddf6deb154d {
  text-align: center;
}




  #s-ee906168-bd32-44a6-9cbf-fddf6deb154d img.shogun-image {

    width: px;
  }


#s-ee906168-bd32-44a6-9cbf-fddf6deb154d .shogun-image-content {

    align-items: center;

}

#s-9c9f09ff-9e67-4886-ad4c-102c37b580e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c9f09ff-9e67-4886-ad4c-102c37b580e6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9c06cb11-e68b-4315-8335-226ce19f466b {
  text-align: center;
}




  #s-9c06cb11-e68b-4315-8335-226ce19f466b img.shogun-image {

    width: px;
  }


#s-9c06cb11-e68b-4315-8335-226ce19f466b .shogun-image-content {

    align-items: center;

}

#s-b5285d27-5938-470f-9786-9356049acf5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5285d27-5938-470f-9786-9356049acf5a .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-24afbe06-e120-4a80-bf61-8f52b4470c7f {
  display: none;
}
#s-24afbe06-e120-4a80-bf61-8f52b4470c7f, #wrap-s-24afbe06-e120-4a80-bf61-8f52b4470c7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24afbe06-e120-4a80-bf61-8f52b4470c7f {
  display: none;
}
#s-24afbe06-e120-4a80-bf61-8f52b4470c7f, #wrap-s-24afbe06-e120-4a80-bf61-8f52b4470c7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24afbe06-e120-4a80-bf61-8f52b4470c7f {

}
}
@media (min-width: 0px) {
[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24afbe06-e120-4a80-bf61-8f52b4470c7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9bb2e22f-32dc-4856-bf66-7e507ff60cba {
  text-align: center;
}




  #s-9bb2e22f-32dc-4856-bf66-7e507ff60cba img.shogun-image {

    width: px;
  }


#s-9bb2e22f-32dc-4856-bf66-7e507ff60cba .shogun-image-content {

    align-items: center;

}

#s-67b59203-9fbf-419b-a141-46883649316c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67b59203-9fbf-419b-a141-46883649316c .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c0e60206-baf5-4ab5-af7a-91b94fc8bf32 {
  text-align: center;
}




  #s-c0e60206-baf5-4ab5-af7a-91b94fc8bf32 img.shogun-image {

    width: px;
  }


#s-c0e60206-baf5-4ab5-af7a-91b94fc8bf32 .shogun-image-content {

    align-items: center;

}

#s-e4b4033a-66f0-4e47-9ebd-549e9548300a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4b4033a-66f0-4e47-9ebd-549e9548300a .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b {
  display: none;
}
#s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b, #wrap-s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b {
  display: none;
}
#s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b, #wrap-s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b {

}
}
@media (min-width: 0px) {
[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ab2586ac-48d9-4f3e-92a1-553cfaf3805b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ff7e87cb-1461-4d32-9057-ff04cf5ba859 {
  text-align: center;
}




  #s-ff7e87cb-1461-4d32-9057-ff04cf5ba859 img.shogun-image {

    width: px;
  }


#s-ff7e87cb-1461-4d32-9057-ff04cf5ba859 .shogun-image-content {

    align-items: center;

}

#s-9bd32801-19a5-4ffa-858f-50dc9bf5a223 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bd32801-19a5-4ffa-858f-50dc9bf5a223 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5016c63f-dd8f-40ec-8021-bb77bbc373c0 {
  text-align: center;
}




  #s-5016c63f-dd8f-40ec-8021-bb77bbc373c0 img.shogun-image {

    width: px;
  }


#s-5016c63f-dd8f-40ec-8021-bb77bbc373c0 .shogun-image-content {

    align-items: center;

}

#s-d49fd801-fe55-4223-a20e-0b59069e3134 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d49fd801-fe55-4223-a20e-0b59069e3134 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e {
  margin-left: 150px;
margin-right: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e {
  display: none;
}
#s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e, #wrap-s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e { display:none !important; }}@media (max-width: 767px){#s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e {
  display: none;
}
#s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e, #wrap-s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e { display:none !important; }}
@media (min-width: 0px) {
[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ec3f9ce-9da8-41b0-a392-5918a96c6d2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-81ae508d-ea57-4670-b747-2f82b517e6da"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-df1b670f-4369-4798-b1f8-ac4ec8ba5121 {
  text-align: center;
}




  #s-df1b670f-4369-4798-b1f8-ac4ec8ba5121 img.shogun-image {

    width: px;
  }


#s-df1b670f-4369-4798-b1f8-ac4ec8ba5121 .shogun-image-content {

    align-items: center;

}

#s-72b7c2f6-5a53-40f0-93be-18cb0b35db0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72b7c2f6-5a53-40f0-93be-18cb0b35db0a .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6c7463d7-5cf3-4037-aef0-56d9e715f13f {
  text-align: center;
}




  #s-6c7463d7-5cf3-4037-aef0-56d9e715f13f img.shogun-image {

    width: px;
  }


#s-6c7463d7-5cf3-4037-aef0-56d9e715f13f .shogun-image-content {

    align-items: center;

}

#s-22569b81-e248-467c-a26d-3bb186ccd597 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22569b81-e248-467c-a26d-3bb186ccd597 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e6978b63-7719-4c02-b922-ba59e1ddd347 {
  text-align: center;
}




  #s-e6978b63-7719-4c02-b922-ba59e1ddd347 img.shogun-image {

    width: px;
  }


#s-e6978b63-7719-4c02-b922-ba59e1ddd347 .shogun-image-content {

    align-items: center;

}

#s-76d33d18-ed82-41b6-b354-5592a1b7cdb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76d33d18-ed82-41b6-b354-5592a1b7cdb4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e793dd8-1a9b-4a92-aa27-eda3acba1322 {
  text-align: center;
}




  #s-9e793dd8-1a9b-4a92-aa27-eda3acba1322 img.shogun-image {

    width: px;
  }


#s-9e793dd8-1a9b-4a92-aa27-eda3acba1322 .shogun-image-content {

    align-items: center;

}

#s-27cae6ac-5dfe-44ae-8c04-45e3f29fa326 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27cae6ac-5dfe-44ae-8c04-45e3f29fa326 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5daea300-c769-4c2c-8ae6-132131468a8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-463d776e-c464-44af-83ec-522a7a4fcc36 {
  text-align: center;
}




  #s-463d776e-c464-44af-83ec-522a7a4fcc36 img.shogun-image {

    width: px;
  }


#s-463d776e-c464-44af-83ec-522a7a4fcc36 .shogun-image-content {

    align-items: center;

}

#s-5532a2b4-0c37-4f77-89b4-5c603346e586 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5532a2b4-0c37-4f77-89b4-5c603346e586 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-299e90a7-625e-4ed0-b6d9-2006c494515b {
  text-align: center;
}




  #s-299e90a7-625e-4ed0-b6d9-2006c494515b img.shogun-image {

    width: px;
  }


#s-299e90a7-625e-4ed0-b6d9-2006c494515b .shogun-image-content {

    align-items: center;

}

#s-b7bc3c93-c765-4905-98ac-45f2488a2ae1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7bc3c93-c765-4905-98ac-45f2488a2ae1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39a892d4-9795-408b-a7f7-d12e78afbcf9 {
  text-align: center;
}




  #s-39a892d4-9795-408b-a7f7-d12e78afbcf9 img.shogun-image {

    width: px;
  }


#s-39a892d4-9795-408b-a7f7-d12e78afbcf9 .shogun-image-content {

    align-items: center;

}

#s-f7a9e974-128a-4d9c-8326-24b19edc67fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7a9e974-128a-4d9c-8326-24b19edc67fb .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ca9541b3-c2f8-4854-afd4-233c9532a93b {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 40px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-radius: 35px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ca9541b3-c2f8-4854-afd4-233c9532a93b:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 35px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-ca9541b3-c2f8-4854-afd4-233c9532a93b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ca9541b3-c2f8-4854-afd4-233c9532a93b {
  margin-bottom: 10px;
}
}

  #s-ca9541b3-c2f8-4854-afd4-233c9532a93b-btn-wrapper {
    text-align: center;
  }


#s-ca9541b3-c2f8-4854-afd4-233c9532a93b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}

#s-480f839a-591e-43ef-8e4c-a80e811f0abf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-480f839a-591e-43ef-8e4c-a80e811f0abf {
  display: none;
}
#s-480f839a-591e-43ef-8e4c-a80e811f0abf, #wrap-s-480f839a-591e-43ef-8e4c-a80e811f0abf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-480f839a-591e-43ef-8e4c-a80e811f0abf {
  display: none;
}
#s-480f839a-591e-43ef-8e4c-a80e811f0abf, #wrap-s-480f839a-591e-43ef-8e4c-a80e811f0abf { display:none !important; }}@media (max-width: 767px){#s-480f839a-591e-43ef-8e4c-a80e811f0abf {
  display: none;
}
#s-480f839a-591e-43ef-8e4c-a80e811f0abf, #wrap-s-480f839a-591e-43ef-8e4c-a80e811f0abf { display:none !important; }}







#s-480f839a-591e-43ef-8e4c-a80e811f0abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-480f839a-591e-43ef-8e4c-a80e811f0abf.shg-box.shg-c {
  justify-content: center;
}

#s-ff732b6b-44f1-4acf-938d-d452dc44267b {
  text-align: center;
}




  #s-ff732b6b-44f1-4acf-938d-d452dc44267b img.shogun-image {

    width: px;
  }


#s-ff732b6b-44f1-4acf-938d-d452dc44267b .shogun-image-content {

    align-items: center;

}

#s-193066c8-43d9-414e-99c3-89e0153be2fa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-193066c8-43d9-414e-99c3-89e0153be2fa {
  display: none;
}
#s-193066c8-43d9-414e-99c3-89e0153be2fa, #wrap-s-193066c8-43d9-414e-99c3-89e0153be2fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-193066c8-43d9-414e-99c3-89e0153be2fa {
  display: none;
}
#s-193066c8-43d9-414e-99c3-89e0153be2fa, #wrap-s-193066c8-43d9-414e-99c3-89e0153be2fa { display:none !important; }}@media (max-width: 767px){#s-193066c8-43d9-414e-99c3-89e0153be2fa {
  display: none;
}
#s-193066c8-43d9-414e-99c3-89e0153be2fa, #wrap-s-193066c8-43d9-414e-99c3-89e0153be2fa { display:none !important; }}







#s-193066c8-43d9-414e-99c3-89e0153be2fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-193066c8-43d9-414e-99c3-89e0153be2fa.shg-box.shg-c {
  justify-content: center;
}

#s-d3095b66-07a6-4e95-bb60-ca02984b8af3 {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3095b66-07a6-4e95-bb60-ca02984b8af3 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-d3095b66-07a6-4e95-bb60-ca02984b8af3 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-d3095b66-07a6-4e95-bb60-ca02984b8af3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-d3095b66-07a6-4e95-bb60-ca02984b8af3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-c7fac604-0a2f-4aef-960d-bd40706597df {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-c7fac604-0a2f-4aef-960d-bd40706597df {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-c7fac604-0a2f-4aef-960d-bd40706597df {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-f1bd49f5-e70a-4a84-8c7a-7878376b3785 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f1bd49f5-e70a-4a84-8c7a-7878376b3785 {
  display: none;
}
#s-f1bd49f5-e70a-4a84-8c7a-7878376b3785, #wrap-s-f1bd49f5-e70a-4a84-8c7a-7878376b3785 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1bd49f5-e70a-4a84-8c7a-7878376b3785 {
  display: none;
}
#s-f1bd49f5-e70a-4a84-8c7a-7878376b3785, #wrap-s-f1bd49f5-e70a-4a84-8c7a-7878376b3785 { display:none !important; }}@media (max-width: 767px){#s-f1bd49f5-e70a-4a84-8c7a-7878376b3785 {
  display: none;
}
#s-f1bd49f5-e70a-4a84-8c7a-7878376b3785, #wrap-s-f1bd49f5-e70a-4a84-8c7a-7878376b3785 { display:none !important; }}







#s-f1bd49f5-e70a-4a84-8c7a-7878376b3785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1bd49f5-e70a-4a84-8c7a-7878376b3785.shg-box.shg-c {
  justify-content: center;
}

#s-2784844e-19bf-4bf1-8ac8-6286cc288cc2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2784844e-19bf-4bf1-8ac8-6286cc288cc2 {
  margin-top: 100px;
}
}







#s-2784844e-19bf-4bf1-8ac8-6286cc288cc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2784844e-19bf-4bf1-8ac8-6286cc288cc2.shg-box.shg-c {
  justify-content: center;
}

#s-5739aaf7-0562-4d2b-aff7-7521de31c7dd {
  text-align: center;
}




  #s-5739aaf7-0562-4d2b-aff7-7521de31c7dd img.shogun-image {

    width: px;
  }


#s-5739aaf7-0562-4d2b-aff7-7521de31c7dd .shogun-image-content {

    align-items: center;

}

#s-8e4c8e5d-1da1-4fad-90da-3d1e616d88a1 {
  min-height: 50px;
}








#s-8e4c8e5d-1da1-4fad-90da-3d1e616d88a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e4c8e5d-1da1-4fad-90da-3d1e616d88a1.shg-box.shg-c {
  justify-content: center;
}

#s-502ed70b-d8a1-4298-ae63-65d026ec0803 {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-502ed70b-d8a1-4298-ae63-65d026ec0803 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-502ed70b-d8a1-4298-ae63-65d026ec0803 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-502ed70b-d8a1-4298-ae63-65d026ec0803 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-502ed70b-d8a1-4298-ae63-65d026ec0803 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-505f03e5-4a34-465d-a513-a09938b7fdcd {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-505f03e5-4a34-465d-a513-a09938b7fdcd {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-505f03e5-4a34-465d-a513-a09938b7fdcd {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-7eb7e719-b7dc-4db9-a953-a68a76020dfd {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7eb7e719-b7dc-4db9-a953-a68a76020dfd {
  margin-top: 100px;
}
}







#s-7eb7e719-b7dc-4db9-a953-a68a76020dfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eb7e719-b7dc-4db9-a953-a68a76020dfd.shg-box.shg-c {
  justify-content: center;
}

#s-f9c43e9e-5153-457c-b9c5-70a677964672 {
  text-align: center;
}
@media (max-width: 767px){#s-f9c43e9e-5153-457c-b9c5-70a677964672 {
  margin-top: 60px;
}
}



  #s-f9c43e9e-5153-457c-b9c5-70a677964672 img.shogun-image {

    width: px;
  }


#s-f9c43e9e-5153-457c-b9c5-70a677964672 .shogun-image-content {

    align-items: center;

}

#s-8a498b2e-a88d-4177-b777-2d2c53142cf3 {
  min-height: 50px;
}








#s-8a498b2e-a88d-4177-b777-2d2c53142cf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a498b2e-a88d-4177-b777-2d2c53142cf3.shg-box.shg-c {
  justify-content: center;
}

#s-1e83d6d9-c292-429f-9ee5-834c6c650d3b {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e83d6d9-c292-429f-9ee5-834c6c650d3b {
  margin-left: 100px;
margin-right: 100px;
}
}
#s-1e83d6d9-c292-429f-9ee5-834c6c650d3b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-1e83d6d9-c292-429f-9ee5-834c6c650d3b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-a045d25e-99e8-41d5-a8e7-f44bb6e2cdeb {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-a045d25e-99e8-41d5-a8e7-f44bb6e2cdeb {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-a045d25e-99e8-41d5-a8e7-f44bb6e2cdeb {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-5f9dfcd5-da08-46a1-8e0f-3ff833c3f110 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f9dfcd5-da08-46a1-8e0f-3ff833c3f110 {
  margin-top: 100px;
}
}







#s-5f9dfcd5-da08-46a1-8e0f-3ff833c3f110 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f9dfcd5-da08-46a1-8e0f-3ff833c3f110.shg-box.shg-c {
  justify-content: center;
}

#s-5aff95cb-56fd-40a3-ab17-ce350ce58c0b {
  text-align: center;
}
@media (max-width: 767px){#s-5aff95cb-56fd-40a3-ab17-ce350ce58c0b {
  margin-top: 60px;
}
}



  #s-5aff95cb-56fd-40a3-ab17-ce350ce58c0b img.shogun-image {

    width: px;
  }


#s-5aff95cb-56fd-40a3-ab17-ce350ce58c0b .shogun-image-content {

    align-items: center;

}

#s-65a5875c-d081-4345-b81e-f81a8abac98a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65a5875c-d081-4345-b81e-f81a8abac98a {
  margin-bottom: 100px;
}
}







#s-65a5875c-d081-4345-b81e-f81a8abac98a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65a5875c-d081-4345-b81e-f81a8abac98a.shg-box.shg-c {
  justify-content: center;
}

#s-6ae98579-39c8-43c5-a868-5450c2eb71c8 {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ae98579-39c8-43c5-a868-5450c2eb71c8 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-6ae98579-39c8-43c5-a868-5450c2eb71c8 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 0px;
padding-left: 0em;
padding-bottom: 0px;
padding-right: 0em;
}
}
#s-6ae98579-39c8-43c5-a868-5450c2eb71c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-6ae98579-39c8-43c5-a868-5450c2eb71c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-82c3418d-2f44-4f5e-9b45-ab12d432eeca {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-82c3418d-2f44-4f5e-9b45-ab12d432eeca {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-82c3418d-2f44-4f5e-9b45-ab12d432eeca {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-aedd5d05-0751-442f-8890-828b02347740 {
  min-height: 80px;
}
@media (min-width: 1200px){#s-aedd5d05-0751-442f-8890-828b02347740 {
  min-height: 84px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aedd5d05-0751-442f-8890-828b02347740 {
  display: none;
}
#s-aedd5d05-0751-442f-8890-828b02347740, #wrap-s-aedd5d05-0751-442f-8890-828b02347740 { display:none !important; }}







#s-aedd5d05-0751-442f-8890-828b02347740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aedd5d05-0751-442f-8890-828b02347740.shg-box.shg-c {
  justify-content: center;
}

#s-e94c94c5-c669-43bb-8349-1fa7458dd649 {
  min-height: 500px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-e94c94c5-c669-43bb-8349-1fa7458dd649 {
  display: none;
}
#s-e94c94c5-c669-43bb-8349-1fa7458dd649, #wrap-s-e94c94c5-c669-43bb-8349-1fa7458dd649 { display:none !important; }}







#s-e94c94c5-c669-43bb-8349-1fa7458dd649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e94c94c5-c669-43bb-8349-1fa7458dd649.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-49fd6527-fd60-4687-af88-8b998af3a35e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f50dac43-842a-4a23-b072-4443336072ff {
  min-height: 500px;
background-color: rgba(243, 206, 139, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-f50dac43-842a-4a23-b072-4443336072ff {
  min-height: 300px;
}
}@media (max-width: 767px){#s-f50dac43-842a-4a23-b072-4443336072ff {
  min-height: 300px;
}
}







#s-f50dac43-842a-4a23-b072-4443336072ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f50dac43-842a-4a23-b072-4443336072ff.shg-box.shg-c {
  justify-content: center;
}

#s-55938a7b-a6a4-4c78-a9fc-a21fbce57917 {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-55938a7b-a6a4-4c78-a9fc-a21fbce57917 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-55938a7b-a6a4-4c78-a9fc-a21fbce57917 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-55938a7b-a6a4-4c78-a9fc-a21fbce57917 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-55938a7b-a6a4-4c78-a9fc-a21fbce57917 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-ca599dfa-815f-43fb-92bc-9180b457b5e9 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca599dfa-815f-43fb-92bc-9180b457b5e9 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-ca599dfa-815f-43fb-92bc-9180b457b5e9 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61 {
  min-height: 500px;
background-color: rgba(243, 206, 139, 0);
}
@media (min-width: 1200px){#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61 {
  display: none;
}
#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61, #wrap-s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61 {
  display: none;
}
#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61, #wrap-s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61 {
  min-height: 300px;
display: none;
}
#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61, #wrap-s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61 { display:none !important; }}







#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39f75bda-c76e-48ab-b4d0-3a4a76d05f61.shg-box.shg-c {
  justify-content: center;
}

#s-29150242-9672-43db-8f26-81adbbb1b736 {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-29150242-9672-43db-8f26-81adbbb1b736 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-29150242-9672-43db-8f26-81adbbb1b736 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-29150242-9672-43db-8f26-81adbbb1b736 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-29150242-9672-43db-8f26-81adbbb1b736 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-22ff6c3c-4bcd-4c7a-9bfd-f8c6030b1ebf {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-22ff6c3c-4bcd-4c7a-9bfd-f8c6030b1ebf {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-22ff6c3c-4bcd-4c7a-9bfd-f8c6030b1ebf {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-c6c2ad51-b6e1-42f0-aa5b-4c46e3cbf711 {
  min-height: 500px;
background-color: rgba(243, 206, 139, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c6c2ad51-b6e1-42f0-aa5b-4c46e3cbf711 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-c6c2ad51-b6e1-42f0-aa5b-4c46e3cbf711 {
  min-height: 300px;
}
}







#s-c6c2ad51-b6e1-42f0-aa5b-4c46e3cbf711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6c2ad51-b6e1-42f0-aa5b-4c46e3cbf711.shg-box.shg-c {
  justify-content: center;
}

#s-23630f31-0279-46e8-a27f-f86cd4e1b626 {
  text-align: center;
}




  #s-23630f31-0279-46e8-a27f-f86cd4e1b626 img.shogun-image {

    width: px;
  }


#s-23630f31-0279-46e8-a27f-f86cd4e1b626 .shogun-image-content {

    align-items: center;

}

@media (max-width: 767px){#s-0556e24d-1deb-441c-b50d-6547ab839481 {

}
}
@media (min-width: 0px) {
[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0556e24d-1deb-441c-b50d-6547ab839481"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-93fa5b96-4f87-4a8b-9477-df6f76072294 {
  background-attachment: fixed;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-93fa5b96-4f87-4a8b-9477-df6f76072294 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-93fa5b96-4f87-4a8b-9477-df6f76072294 {
  min-height: 300px;
}
}







#s-93fa5b96-4f87-4a8b-9477-df6f76072294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93fa5b96-4f87-4a8b-9477-df6f76072294.shg-box.shg-c {
  justify-content: center;
}

#s-75cd8102-0327-4a29-b029-8dcce75bb77d {
  text-align: center;
}




  #s-75cd8102-0327-4a29-b029-8dcce75bb77d img.shogun-image {

    width: px;
  }


#s-75cd8102-0327-4a29-b029-8dcce75bb77d .shogun-image-content {

    align-items: center;

}

#s-b88293a5-d293-4669-a272-9c492ad13b97 {
  min-height: 500px;
background-color: rgba(101, 169, 162, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b88293a5-d293-4669-a272-9c492ad13b97 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-b88293a5-d293-4669-a272-9c492ad13b97 {
  min-height: 300px;
}
}







#s-b88293a5-d293-4669-a272-9c492ad13b97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b88293a5-d293-4669-a272-9c492ad13b97.shg-box.shg-c {
  justify-content: center;
}

#s-a7448631-d04c-4dab-aa67-02fab55a3310 {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7448631-d04c-4dab-aa67-02fab55a3310 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-a7448631-d04c-4dab-aa67-02fab55a3310 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-a7448631-d04c-4dab-aa67-02fab55a3310 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-a7448631-d04c-4dab-aa67-02fab55a3310 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-77e0beb6-b2d5-499e-adce-0960435e4bd9 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-77e0beb6-b2d5-499e-adce-0960435e4bd9 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-77e0beb6-b2d5-499e-adce-0960435e4bd9 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-c2fee3a7-941d-40ff-a5cd-da03037ba074 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2fee3a7-941d-40ff-a5cd-da03037ba074 {
  display: none;
}
#s-c2fee3a7-941d-40ff-a5cd-da03037ba074, #wrap-s-c2fee3a7-941d-40ff-a5cd-da03037ba074 { display:none !important; }}@media (max-width: 767px){#s-c2fee3a7-941d-40ff-a5cd-da03037ba074 {
  display: none;
}
#s-c2fee3a7-941d-40ff-a5cd-da03037ba074, #wrap-s-c2fee3a7-941d-40ff-a5cd-da03037ba074 { display:none !important; }}







#s-c2fee3a7-941d-40ff-a5cd-da03037ba074 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2fee3a7-941d-40ff-a5cd-da03037ba074.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ad622908-5422-4556-9228-c0300c27e144"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a9eba5af-5129-470e-928f-8672b188825d {
  min-height: 500px;
background-color: rgba(243, 206, 139, 0);
}








#s-a9eba5af-5129-470e-928f-8672b188825d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9eba5af-5129-470e-928f-8672b188825d.shg-box.shg-c {
  justify-content: center;
}

#s-45b1327c-ae68-49e4-9a61-d71c8d50c444 {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45b1327c-ae68-49e4-9a61-d71c8d50c444 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e09767f2-9038-4558-b593-e389ee7acb71 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}

#s-e9124d4d-226c-4a91-94d4-06648dd753ce {
  min-height: 500px;
background-color: rgba(243, 206, 139, 0);
}








#s-e9124d4d-226c-4a91-94d4-06648dd753ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9124d4d-226c-4a91-94d4-06648dd753ce.shg-box.shg-c {
  justify-content: center;
}

#s-95e13526-fd7d-4f0e-92b9-b8b4cdd4ed68 {
  text-align: center;
}




  #s-95e13526-fd7d-4f0e-92b9-b8b4cdd4ed68 img.shogun-image {

    width: px;
  }


#s-95e13526-fd7d-4f0e-92b9-b8b4cdd4ed68 .shogun-image-content {

    align-items: center;

}

@media (min-width: 1200px){#s-7a95c01b-88b0-4971-b76d-0e5220cc757a {
  display: none;
}
#s-7a95c01b-88b0-4971-b76d-0e5220cc757a, #wrap-s-7a95c01b-88b0-4971-b76d-0e5220cc757a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a95c01b-88b0-4971-b76d-0e5220cc757a {
  display: none;
}
#s-7a95c01b-88b0-4971-b76d-0e5220cc757a, #wrap-s-7a95c01b-88b0-4971-b76d-0e5220cc757a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a95c01b-88b0-4971-b76d-0e5220cc757a {
  display: none;
}
#s-7a95c01b-88b0-4971-b76d-0e5220cc757a, #wrap-s-7a95c01b-88b0-4971-b76d-0e5220cc757a { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7a95c01b-88b0-4971-b76d-0e5220cc757a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-47db5d06-c1ae-4898-8375-7ac12edf70b7 {
  min-height: 500px;
background-color: rgba(243, 206, 139, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-47db5d06-c1ae-4898-8375-7ac12edf70b7 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-47db5d06-c1ae-4898-8375-7ac12edf70b7 {
  min-height: 300px;
}
}







#s-47db5d06-c1ae-4898-8375-7ac12edf70b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47db5d06-c1ae-4898-8375-7ac12edf70b7.shg-box.shg-c {
  justify-content: center;
}

#s-f6ed70e6-87af-46a1-bbd5-f05430256169 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6ed70e6-87af-46a1-bbd5-f05430256169 {
  margin-left: 100px;
margin-right: 100px;
}
}
#s-f6ed70e6-87af-46a1-bbd5-f05430256169 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-f6ed70e6-87af-46a1-bbd5-f05430256169 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-9c4ff0ba-7af5-492e-81a5-130311ef4988 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c4ff0ba-7af5-492e-81a5-130311ef4988 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (max-width: 767px){#s-9c4ff0ba-7af5-492e-81a5-130311ef4988 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-8f64e429-9783-4c32-8a0b-86d1f11581d6 {
  min-height: 500px;
background-color: rgba(243, 206, 139, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-8f64e429-9783-4c32-8a0b-86d1f11581d6 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-8f64e429-9783-4c32-8a0b-86d1f11581d6 {
  min-height: 300px;
}
}







#s-8f64e429-9783-4c32-8a0b-86d1f11581d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f64e429-9783-4c32-8a0b-86d1f11581d6.shg-box.shg-c {
  justify-content: center;
}

#s-046dcf0b-fd6e-4fce-a5ea-a35ee9e7639f {
  text-align: center;
}
@media (max-width: 767px){#s-046dcf0b-fd6e-4fce-a5ea-a35ee9e7639f {
  margin-top: 60px;
}
}



  #s-046dcf0b-fd6e-4fce-a5ea-a35ee9e7639f img.shogun-image {

    width: px;
  }


#s-046dcf0b-fd6e-4fce-a5ea-a35ee9e7639f .shogun-image-content {

    align-items: center;

}

#s-88af8c58-fb6f-48fa-b290-a7ff3fd8337c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-88af8c58-fb6f-48fa-b290-a7ff3fd8337c {
  display: none;
}
#s-88af8c58-fb6f-48fa-b290-a7ff3fd8337c, #wrap-s-88af8c58-fb6f-48fa-b290-a7ff3fd8337c { display:none !important; }}







#s-88af8c58-fb6f-48fa-b290-a7ff3fd8337c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88af8c58-fb6f-48fa-b290-a7ff3fd8337c.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-9ae22912-452a-4cec-8f3a-70f3a1268315 {

}
}
@media (min-width: 0px) {
[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ae22912-452a-4cec-8f3a-70f3a1268315"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-22a2ec84-43d2-4f9f-8d12-348fd92756eb {
  background-attachment: fixed;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-22a2ec84-43d2-4f9f-8d12-348fd92756eb {
  min-height: 300px;
}
}







#s-22a2ec84-43d2-4f9f-8d12-348fd92756eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22a2ec84-43d2-4f9f-8d12-348fd92756eb.shg-box.shg-c {
  justify-content: center;
}

#s-01512056-01cc-44e2-82b6-1242adec29d5 {
  text-align: center;
}
@media (max-width: 767px){#s-01512056-01cc-44e2-82b6-1242adec29d5 {
  margin-top: 60px;
}
}



  #s-01512056-01cc-44e2-82b6-1242adec29d5 img.shogun-image {

    width: px;
  }


#s-01512056-01cc-44e2-82b6-1242adec29d5 .shogun-image-content {

    align-items: center;

}

#s-c1b013cf-79bf-44ac-a7ec-75c0ff94d024 {
  min-height: 500px;
background-color: rgba(101, 169, 162, 0);
}
@media (max-width: 767px){#s-c1b013cf-79bf-44ac-a7ec-75c0ff94d024 {
  margin-bottom: 65px;
min-height: 300px;
}
}







#s-c1b013cf-79bf-44ac-a7ec-75c0ff94d024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1b013cf-79bf-44ac-a7ec-75c0ff94d024.shg-box.shg-c {
  justify-content: center;
}

#s-8a4fd37b-6887-47cd-a761-85737c43b53d {
  margin-left: 150px;
margin-right: 150px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8a4fd37b-6887-47cd-a761-85737c43b53d {
  margin-left: 40px;
margin-right: 40px;
padding-top: 0px;
padding-left: 0em;
padding-bottom: 0px;
padding-right: 0em;
}
}
#s-8a4fd37b-6887-47cd-a761-85737c43b53d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-8a4fd37b-6887-47cd-a761-85737c43b53d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-f52844c6-7a51-464a-8e42-d5811ef3e979 {
  margin-left: 150px;
margin-right: 150px;
padding-left: 0em;
padding-right: 0em;
}
@media (max-width: 767px){#s-f52844c6-7a51-464a-8e42-d5811ef3e979 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-8828fd3c-219c-4aee-a946-eb6f089c7087 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-8828fd3c-219c-4aee-a946-eb6f089c7087 {
  margin-top: 15px;
min-height: 1200px;
display: none;
}
#s-8828fd3c-219c-4aee-a946-eb6f089c7087, #wrap-s-8828fd3c-219c-4aee-a946-eb6f089c7087 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8828fd3c-219c-4aee-a946-eb6f089c7087 {
  margin-top: -2px;
margin-bottom: -65px;
min-height: 500px;
display: none;
}
#s-8828fd3c-219c-4aee-a946-eb6f089c7087, #wrap-s-8828fd3c-219c-4aee-a946-eb6f089c7087 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8828fd3c-219c-4aee-a946-eb6f089c7087 {
  margin-bottom: -43px;
}
}@media (max-width: 767px){#s-8828fd3c-219c-4aee-a946-eb6f089c7087 {
  margin-bottom: -25px;
min-height: 500px;
}
}







#s-8828fd3c-219c-4aee-a946-eb6f089c7087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8828fd3c-219c-4aee-a946-eb6f089c7087.shg-box.shg-c {
  justify-content: center;
}

#s-ba9a9808-b7fc-45d3-83be-f9dbcce066e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba9a9808-b7fc-45d3-83be-f9dbcce066e0 {
  margin-top: 20%;
margin-left: 3%;
margin-right: 3%;
padding-left: 13%;
padding-right: 13%;
}
}@media (max-width: 767px){#s-ba9a9808-b7fc-45d3-83be-f9dbcce066e0 {
  margin-top: 20%;
margin-left: 40px;
margin-bottom: 0%;
margin-right: 40px;
padding-left: 5px;
padding-right: 5px;
}
}
#s-ba9a9808-b7fc-45d3-83be-f9dbcce066e0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-1ecd9c36-37db-48ae-9b6e-2885a6396d33 {
  margin-left: 21%;
margin-right: 21%;
}
}@media (max-width: 767px){#s-1ecd9c36-37db-48ae-9b6e-2885a6396d33 {
  margin-left: 40px;
margin-right: 40px;
padding-left: 0em;
padding-right: 0em;
}
}
#s-204b2707-5571-4ad2-b32e-f73611ae3880 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-radius: 34px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-204b2707-5571-4ad2-b32e-f73611ae3880:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-204b2707-5571-4ad2-b32e-f73611ae3880:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-204b2707-5571-4ad2-b32e-f73611ae3880-btn-wrapper {
    text-align: center;
  }


#s-204b2707-5571-4ad2-b32e-f73611ae3880.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}

#s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf {
  margin-top: 15px;
margin-bottom: -64px;
min-height: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf {
  margin-top: -2px;
margin-bottom: -61px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf {
  margin-bottom: -43px;
display: none;
}
#s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf, #wrap-s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf { display:none !important; }}@media (max-width: 767px){#s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf {
  margin-bottom: -25px;
display: none;
}
#s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf, #wrap-s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf { display:none !important; }}







#s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5041c1a3-4d52-43ac-a47c-ac3e51fb1adf.shg-box.shg-c {
  justify-content: center;
}

#s-a2eb568a-de43-4e40-9035-4c2cad0b8594 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2eb568a-de43-4e40-9035-4c2cad0b8594 {
  margin-top: 20%;
margin-left: 3%;
margin-right: 3%;
padding-left: 13%;
padding-right: 13%;
}
}@media (max-width: 767px){#s-a2eb568a-de43-4e40-9035-4c2cad0b8594 {
  margin-top: 20%;
margin-bottom: 0%;
padding-left: 5px;
padding-right: 5px;
}
}
#s-a2eb568a-de43-4e40-9035-4c2cad0b8594 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-723272d9-e5bf-4d9f-bae7-1471a46f8812 {
  margin-left: 21%;
margin-right: 21%;
}
}@media (max-width: 767px){#s-723272d9-e5bf-4d9f-bae7-1471a46f8812 {
  padding-left: 2em;
padding-right: 2em;
}
}
#s-1f8cea33-648a-434b-89b9-a15d558687a9 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-radius: 34px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1f8cea33-648a-434b-89b9-a15d558687a9:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1f8cea33-648a-434b-89b9-a15d558687a9:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-1f8cea33-648a-434b-89b9-a15d558687a9-btn-wrapper {
    text-align: center;
  }


#s-1f8cea33-648a-434b-89b9-a15d558687a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Work Sans;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
     FILE ARCHIVED ON 02:48:33 Dec 05, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:54:46 Nov 27, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.889
  exclusion.robots: 0.094
  exclusion.robots.policy: 0.077
  esindex: 0.014
  cdx.remote: 7.955
  LoadShardBlock: 209.762 (3)
  PetaboxLoader3.resolve: 191.82 (3)
  PetaboxLoader3.datanode: 75.317 (4)
  load_resource: 102.379
*/
