.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-f27347e6-5a13-4887-9098-321e536e1d07 {
  padding-top: 0px;
padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f27347e6-5a13-4887-9098-321e536e1d07 {
  padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
display: none;
}
#s-f27347e6-5a13-4887-9098-321e536e1d07, #wrap-s-f27347e6-5a13-4887-9098-321e536e1d07 { display: none !important; }}@media (max-width: 767px){#s-f27347e6-5a13-4887-9098-321e536e1d07 {
  display: none;
}
#s-f27347e6-5a13-4887-9098-321e536e1d07, #wrap-s-f27347e6-5a13-4887-9098-321e536e1d07 { display: none !important; }}







#s-f27347e6-5a13-4887-9098-321e536e1d07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f27347e6-5a13-4887-9098-321e536e1d07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5e34906-610d-4fe2-ab23-f255d9636c04 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5e34906-610d-4fe2-ab23-f255d9636c04 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-b5e34906-610d-4fe2-ab23-f255d9636c04, #wrap-s-b5e34906-610d-4fe2-ab23-f255d9636c04 { display: none !important; }}@media (max-width: 767px){#s-b5e34906-610d-4fe2-ab23-f255d9636c04 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-b5e34906-610d-4fe2-ab23-f255d9636c04, #wrap-s-b5e34906-610d-4fe2-ab23-f255d9636c04 { display: none !important; }}







#s-b5e34906-610d-4fe2-ab23-f255d9636c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5e34906-610d-4fe2-ab23-f255d9636c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffbc4feb-35b1-4806-883f-0e8d0d54bb71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

.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 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 {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 500;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
}

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 500;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 400;
}

.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: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  text-transform: none;
  font-weight: 500;
  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-4d5987cf-2d6e-4996-b5a9-eb3afe3e697e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4d5987cf-2d6e-4996-b5a9-eb3afe3e697e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-d17d8d6e-2a79-4032-a09e-b00184a943cc {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  padding-top: 0px;
padding-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  display: none;
}
#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5, #wrap-s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  display: none;
}
#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5, #wrap-s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 40px;
}
}







#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b60d7ed5-cba1-4cc1-acf7-6380b96f5da5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ecdba4f-02ec-4435-85fa-8f2439079f98 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ecdba4f-02ec-4435-85fa-8f2439079f98 {
  margin-bottom: 0px;
}
}
#s-0ecdba4f-02ec-4435-85fa-8f2439079f98 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-225ea23b-0804-4048-a5b6-20798d906d4b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-225ea23b-0804-4048-a5b6-20798d906d4b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-225ea23b-0804-4048-a5b6-20798d906d4b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-2549001e-e8a4-411b-bfc6-10b17f3baed2 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-8664703d-13d2-4d9f-a168-bdc6c7bf23ac {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8664703d-13d2-4d9f-a168-bdc6c7bf23ac {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8664703d-13d2-4d9f-a168-bdc6c7bf23ac {
  
}
}







#s-8664703d-13d2-4d9f-a168-bdc6c7bf23ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8664703d-13d2-4d9f-a168-bdc6c7bf23ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21750452-0763-43a9-97ab-d3b880896341 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-21750452-0763-43a9-97ab-d3b880896341 {
  display: none;
}
#s-21750452-0763-43a9-97ab-d3b880896341, #wrap-s-21750452-0763-43a9-97ab-d3b880896341 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21750452-0763-43a9-97ab-d3b880896341 {
  display: none;
}
#s-21750452-0763-43a9-97ab-d3b880896341, #wrap-s-21750452-0763-43a9-97ab-d3b880896341 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21750452-0763-43a9-97ab-d3b880896341 {
  display: none;
}
#s-21750452-0763-43a9-97ab-d3b880896341, #wrap-s-21750452-0763-43a9-97ab-d3b880896341 { display: none !important; }}







#s-21750452-0763-43a9-97ab-d3b880896341 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21750452-0763-43a9-97ab-d3b880896341.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-de25d2ac-fe28-494d-920d-8b8b123a9c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de25d2ac-fe28-494d-920d-8b8b123a9c8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cafa7902-23ce-4449-90c5-7cbf65ac6410 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-cafa7902-23ce-4449-90c5-7cbf65ac6410 {
  margin-bottom: 20px;
}
}
.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-d9dae64d-7fb4-40f9-96bf-b656fd432ed4 {
  text-align: center;
}
@media (max-width: 767px){#s-d9dae64d-7fb4-40f9-96bf-b656fd432ed4 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
}






  #s-d9dae64d-7fb4-40f9-96bf-b656fd432ed4 img.shogun-image {
    

    
    
    
  }


#s-d9dae64d-7fb4-40f9-96bf-b656fd432ed4 .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (max-width: 767px){#s-719b6b16-83c1-42a5-936a-046f94272b04 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-719b6b16-83c1-42a5-936a-046f94272b04 hr {
  border-top: 1px solid #ddd;
}

#s-b1e69ce3-3299-449a-aee7-8e49d345c79f {
  margin-top: 10px;
}

#s-020c4d45-dd68-4708-a614-bf4e71de51c4 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-020c4d45-dd68-4708-a614-bf4e71de51c4 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-020c4d45-dd68-4708-a614-bf4e71de51c4 img.shogun-image {
    

    
    
    
  }


#s-020c4d45-dd68-4708-a614-bf4e71de51c4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c5ad939e-a331-4096-90c7-e9ccd7842eeb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c5ad939e-a331-4096-90c7-e9ccd7842eeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c5ad939e-a331-4096-90c7-e9ccd7842eeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5ad939e-a331-4096-90c7-e9ccd7842eeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-fcfb4a70-7855-4f1b-b514-07affb46cf47 {
  margin-top: 10px;
}
}
.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-text {
  font-weight: 400;
  font-family: Montserrat;
}

.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-dfe71d61-4650-4ed2-b5b0-f4a660009f4e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e-root {
    text-align: center;
  }


#s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e-root {
    text-align: center;
  }


#s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e-root {
    text-align: center;
  }


#s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e-root {
    text-align: center;
  }


#s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e-root {
    text-align: center;
  }


#s-dfe71d61-4650-4ed2-b5b0-f4a660009f4e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}







#s-66edb97d-0b8c-498b-a62f-ec5571555cfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66edb97d-0b8c-498b-a62f-ec5571555cfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70475270-c907-4261-8ccf-dff631a75da6 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-70475270-c907-4261-8ccf-dff631a75da6 {
  margin-bottom: 20px;
}
}
#s-ff438a00-1c0b-4ca5-abc4-34b65673662c {
  text-align: center;
}
@media (max-width: 767px){#s-ff438a00-1c0b-4ca5-abc4-34b65673662c {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
}






  #s-ff438a00-1c0b-4ca5-abc4-34b65673662c img.shogun-image {
    

    
    
    
  }


#s-ff438a00-1c0b-4ca5-abc4-34b65673662c .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-7db591de-cdec-46c8-8b06-17755c824160 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-7db591de-cdec-46c8-8b06-17755c824160 hr {
  border-top: 1px solid #ddd;
}

#s-82fdef10-4337-456a-8a30-14d665ac20c6 {
  margin-top: 10px;
}

#s-8e465294-6153-43b8-a7db-7e2de8486d01 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-8e465294-6153-43b8-a7db-7e2de8486d01 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-8e465294-6153-43b8-a7db-7e2de8486d01 img.shogun-image {
    

    
    
    
  }


#s-8e465294-6153-43b8-a7db-7e2de8486d01 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0f057bc8-e496-488e-be5d-dcb1fedc7f03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0f057bc8-e496-488e-be5d-dcb1fedc7f03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0f057bc8-e496-488e-be5d-dcb1fedc7f03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f057bc8-e496-488e-be5d-dcb1fedc7f03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-86792090-35dc-4a9f-825e-412728c39510 {
  margin-top: 10px;
}
}
#s-69c27d2f-cad0-46dc-90b1-b7076eeda90b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-69c27d2f-cad0-46dc-90b1-b7076eeda90b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69c27d2f-cad0-46dc-90b1-b7076eeda90b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-69c27d2f-cad0-46dc-90b1-b7076eeda90b {
  margin-left: auto;
margin-right: auto;
}
}

  #s-69c27d2f-cad0-46dc-90b1-b7076eeda90b-root {
    text-align: center;
  }


#s-69c27d2f-cad0-46dc-90b1-b7076eeda90b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69c27d2f-cad0-46dc-90b1-b7076eeda90b-root {
    text-align: center;
  }


#s-69c27d2f-cad0-46dc-90b1-b7076eeda90b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69c27d2f-cad0-46dc-90b1-b7076eeda90b-root {
    text-align: center;
  }


#s-69c27d2f-cad0-46dc-90b1-b7076eeda90b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69c27d2f-cad0-46dc-90b1-b7076eeda90b-root {
    text-align: center;
  }


#s-69c27d2f-cad0-46dc-90b1-b7076eeda90b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69c27d2f-cad0-46dc-90b1-b7076eeda90b-root {
    text-align: center;
  }


#s-69c27d2f-cad0-46dc-90b1-b7076eeda90b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}







#s-30b6832a-0ece-467b-93a6-e4949cf2e2ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30b6832a-0ece-467b-93a6-e4949cf2e2ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b06e092-8e18-457d-b3d1-fd77f3f2956d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-2b06e092-8e18-457d-b3d1-fd77f3f2956d {
  margin-bottom: 20px;
}
}
#s-14a07916-f14d-43ad-acfd-11dfb4eff862 {
  text-align: center;
}
@media (max-width: 767px){#s-14a07916-f14d-43ad-acfd-11dfb4eff862 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
}
}






  #s-14a07916-f14d-43ad-acfd-11dfb4eff862 img.shogun-image {
    

    
    
    
  }


#s-14a07916-f14d-43ad-acfd-11dfb4eff862 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-0db5850f-be23-4722-a5f8-1c4e3d7e94cd {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-0db5850f-be23-4722-a5f8-1c4e3d7e94cd hr {
  border-top: 1px solid #ddd;
}

#s-bcc924d7-530d-482b-8e0c-e4aeb6c836af {
  margin-top: 10px;
}

#s-97b8b983-9e5f-4de6-a560-bc6fc703b27d {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-97b8b983-9e5f-4de6-a560-bc6fc703b27d {
  margin-left: auto;
margin-right: auto;
}
}






  #s-97b8b983-9e5f-4de6-a560-bc6fc703b27d img.shogun-image {
    

    
    
    
  }


#s-97b8b983-9e5f-4de6-a560-bc6fc703b27d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c1687309-607d-41c2-8aa0-e91e3bf4fb74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c1687309-607d-41c2-8aa0-e91e3bf4fb74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c1687309-607d-41c2-8aa0-e91e3bf4fb74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1687309-607d-41c2-8aa0-e91e3bf4fb74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-b35a165d-61e5-499c-80b4-e386e6758b33 {
  margin-top: 20px;
}
}
#s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793-root {
    text-align: center;
  }


#s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793-root {
    text-align: center;
  }


#s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793-root {
    text-align: center;
  }


#s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793-root {
    text-align: center;
  }


#s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793-root {
    text-align: center;
  }


#s-d6f179b0-8e2e-49f2-a7f3-62bd36bad793.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0b30788f-30a8-48a0-b2b0-3d25cf93c9d3 {
  margin-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-0b30788f-30a8-48a0-b2b0-3d25cf93c9d3 {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-0b30788f-30a8-48a0-b2b0-3d25cf93c9d3 img.shogun-image {
    

    
    
    
  }


#s-0b30788f-30a8-48a0-b2b0-3d25cf93c9d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8eeaa40b-d86f-4523-877b-42aac14f5914 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-8eeaa40b-d86f-4523-877b-42aac14f5914 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 {
  
}
}@media (max-width: 767px){#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 {
  display: none;
}
#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0, #wrap-s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 { display: none !important; }}







#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f1c53ab-edf4-4b47-941f-37720c13d470 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-5f1c53ab-edf4-4b47-941f-37720c13d470"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f1c53ab-edf4-4b47-941f-37720c13d470"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5f1c53ab-edf4-4b47-941f-37720c13d470"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5f1c53ab-edf4-4b47-941f-37720c13d470"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-2de7658e-16b7-419f-94e7-3aa5d315ba49 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c853522a-9349-45a4-859f-69a02ec17330 {
  text-align: center;
}







  #s-c853522a-9349-45a4-859f-69a02ec17330 img.shogun-image {
    

    
    
    
  }


#s-c853522a-9349-45a4-859f-69a02ec17330 .shogun-image-content {
  
    align-items: center;
  
}

#s-23f5fdb3-ee53-43a7-b5e9-8a0717139be3 {
  margin-top: 10px;
}

#s-76a2e773-a95a-407f-9653-dc207dbe2b7d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-76a2e773-a95a-407f-9653-dc207dbe2b7d img.shogun-image {
    

    
    
    
  }


#s-76a2e773-a95a-407f-9653-dc207dbe2b7d .shogun-image-content {
  
    align-items: center;
  
}

#s-d58e78eb-8373-4483-8cd1-f3f644c7bcc9 {
  margin-top: 10px;
}

#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7-root {
    text-align: center;
  }


#s-c1d8a6c3-d24b-4d5e-b661-1765b86c90e7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b37b4b61-5de8-4530-8124-3fed71fac61a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8816c1c7-6f69-4887-8e48-b9c1162aef40 {
  text-align: center;
}







  #s-8816c1c7-6f69-4887-8e48-b9c1162aef40 img.shogun-image {
    

    
    
    
  }


#s-8816c1c7-6f69-4887-8e48-b9c1162aef40 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e0c6002-e1a3-4747-ba4c-187b9b07163b {
  margin-top: 10px;
}

#s-da7e80f6-a9c4-4d9a-b20e-1e8836a56a44 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-da7e80f6-a9c4-4d9a-b20e-1e8836a56a44 img.shogun-image {
    

    
    
    
  }


#s-da7e80f6-a9c4-4d9a-b20e-1e8836a56a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-e753c67c-78b8-46b0-af77-6b2c7ae037bf {
  margin-top: 10px;
}

#s-3ed75c3d-087d-4939-8a34-ccecf1784e74 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3ed75c3d-087d-4939-8a34-ccecf1784e74:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ed75c3d-087d-4939-8a34-ccecf1784e74:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ed75c3d-087d-4939-8a34-ccecf1784e74-root {
    text-align: center;
  }


#s-3ed75c3d-087d-4939-8a34-ccecf1784e74.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fdad6d50-a682-487d-8aec-7b0d48bbf012 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7f2e3110-cf9a-46db-a8ce-b00dd09eaef2 {
  text-align: center;
}







  #s-7f2e3110-cf9a-46db-a8ce-b00dd09eaef2 img.shogun-image {
    

    
    
    
  }


#s-7f2e3110-cf9a-46db-a8ce-b00dd09eaef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e298821-218c-47ae-b7b7-0187ac2db911 {
  margin-top: 10px;
}

#s-d4225f75-a5f5-486b-b701-6fc040d9a760 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-d4225f75-a5f5-486b-b701-6fc040d9a760 img.shogun-image {
    

    
    
    
  }


#s-d4225f75-a5f5-486b-b701-6fc040d9a760 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5f1aed1-ac3e-4f0c-969b-9f0d8ec876fb {
  margin-top: 10px;
}

#s-095fb499-bbb5-473b-a4a5-2131902f3b29 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-095fb499-bbb5-473b-a4a5-2131902f3b29:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-095fb499-bbb5-473b-a4a5-2131902f3b29:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-095fb499-bbb5-473b-a4a5-2131902f3b29-root {
    text-align: center;
  }


#s-095fb499-bbb5-473b-a4a5-2131902f3b29.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9153de31-9af0-4f1f-beae-0dac60163335 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-9153de31-9af0-4f1f-beae-0dac60163335 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-9153de31-9af0-4f1f-beae-0dac60163335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9153de31-9af0-4f1f-beae-0dac60163335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c204c87-01df-4349-a07e-eb1f9cbe6f58 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6c204c87-01df-4349-a07e-eb1f9cbe6f58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c204c87-01df-4349-a07e-eb1f9cbe6f58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6c204c87-01df-4349-a07e-eb1f9cbe6f58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c204c87-01df-4349-a07e-eb1f9cbe6f58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c41e1e5d-d37d-4e34-8da7-bc53002ca1c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c41e1e5d-d37d-4e34-8da7-bc53002ca1c5 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-c41e1e5d-d37d-4e34-8da7-bc53002ca1c5 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-3a2d22b4-10f6-44dc-acfe-d5bc1b03c78a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a2d22b4-10f6-44dc-acfe-d5bc1b03c78a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-3a2d22b4-10f6-44dc-acfe-d5bc1b03c78a .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-c084cca6-cd32-4b54-b404-b90091ba8d93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c084cca6-cd32-4b54-b404-b90091ba8d93 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}


#s-c084cca6-cd32-4b54-b404-b90091ba8d93 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-0d67472c-811c-4e40-bc9b-ffa4ca0e4584 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0d67472c-811c-4e40-bc9b-ffa4ca0e4584 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-0d67472c-811c-4e40-bc9b-ffa4ca0e4584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d67472c-811c-4e40-bc9b-ffa4ca0e4584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78bf840e-8b69-4a50-b97e-a985e1eba559 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78bf840e-8b69-4a50-b97e-a985e1eba559 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-78bf840e-8b69-4a50-b97e-a985e1eba559 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-78bf840e-8b69-4a50-b97e-a985e1eba559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78bf840e-8b69-4a50-b97e-a985e1eba559.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-4ffb31a0-fee9-417e-aed4-a20f76d0dca2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-f13bd6c6-d72f-4e3c-a1f8-50459b2b5837 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-f9b42860-f7b0-4ad2-8aa1-d31127505057"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f9b42860-f7b0-4ad2-8aa1-d31127505057"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f9b42860-f7b0-4ad2-8aa1-d31127505057"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f9b42860-f7b0-4ad2-8aa1-d31127505057"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-3267797b-a0fa-41bd-9a78-9df93d8d6ba4 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-3267797b-a0fa-41bd-9a78-9df93d8d6ba4 img.shogun-image {
    

    
    
    
  }


#s-3267797b-a0fa-41bd-9a78-9df93d8d6ba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e55e2f1-c5a1-48a1-b6ea-1e80466f99b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-8e55e2f1-c5a1-48a1-b6ea-1e80466f99b6 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-214db20e-f452-4b80-8300-0a018a6f53f6 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-214db20e-f452-4b80-8300-0a018a6f53f6 img.shogun-image {
    

    
    
    
  }


#s-214db20e-f452-4b80-8300-0a018a6f53f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-52e8ae64-6d92-4949-91e4-ffa3a7b884d5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-52e8ae64-6d92-4949-91e4-ffa3a7b884d5 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-583f12eb-c252-41ce-92c1-f636eb8c7011 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-583f12eb-c252-41ce-92c1-f636eb8c7011 img.shogun-image {
    

    
    
    
  }


#s-583f12eb-c252-41ce-92c1-f636eb8c7011 .shogun-image-content {
  
    align-items: center;
  
}

#s-beb284d1-d097-4c4e-b31a-fe5520970706 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-beb284d1-d097-4c4e-b31a-fe5520970706 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-65ad9f88-b193-4a97-935f-94a6a88fa2a4 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-65ad9f88-b193-4a97-935f-94a6a88fa2a4 img.shogun-image {
    

    
    
    
  }


#s-65ad9f88-b193-4a97-935f-94a6a88fa2a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7bb1123-93b4-4187-b70f-f3c10505c9a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-a7bb1123-93b4-4187-b70f-f3c10505c9a2 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-c43bd749-d098-4141-b863-bbf4162fdacd {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-c43bd749-d098-4141-b863-bbf4162fdacd img.shogun-image {
    

    
    
    
  }


#s-c43bd749-d098-4141-b863-bbf4162fdacd .shogun-image-content {
  
    align-items: center;
  
}

#s-da00fef7-0e58-4f4f-ae1d-bec7e1173459 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-da00fef7-0e58-4f4f-ae1d-bec7e1173459 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-88cc093a-fadb-40c6-8b41-00a8bb7385db {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}







  #s-88cc093a-fadb-40c6-8b41-00a8bb7385db img.shogun-image {
    

    
    
    
  }


#s-88cc093a-fadb-40c6-8b41-00a8bb7385db .shogun-image-content {
  
    align-items: center;
  
}

#s-ee2802b2-5b9b-4762-b5a8-e9109249837f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-ee2802b2-5b9b-4762-b5a8-e9109249837f {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-30ab6f01-8bcb-4c82-886b-9ee9f9ea1b3c {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-30ab6f01-8bcb-4c82-886b-9ee9f9ea1b3c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-30ab6f01-8bcb-4c82-886b-9ee9f9ea1b3c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-30ab6f01-8bcb-4c82-886b-9ee9f9ea1b3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30ab6f01-8bcb-4c82-886b-9ee9f9ea1b3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2721e920-22d5-4d72-a46b-5cfb25240c7d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-2721e920-22d5-4d72-a46b-5cfb25240c7d {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-2721e920-22d5-4d72-a46b-5cfb25240c7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2721e920-22d5-4d72-a46b-5cfb25240c7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4a101f7-4af5-48de-9be5-8bac194136b0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4a101f7-4af5-48de-9be5-8bac194136b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-b4a101f7-4af5-48de-9be5-8bac194136b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-b4a101f7-4af5-48de-9be5-8bac194136b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-68aef5f6-5259-403e-9fd9-c3135644b659 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68aef5f6-5259-403e-9fd9-c3135644b659 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 29px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-68aef5f6-5259-403e-9fd9-c3135644b659 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-68aef5f6-5259-403e-9fd9-c3135644b659 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
@media (min-width: 768px) and (max-width: 991px){#s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c {
  display: none;
}
#s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c, #wrap-s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c { display: none !important; }}@media (max-width: 767px){#s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c {
  display: none;
}
#s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c, #wrap-s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c { display: none !important; }}
@media (min-width: 0px) {
[id="s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-9179f18a-882a-4d49-aacd-7ed14aa5ae3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-928e83d8-597c-4e76-a0bd-245926bb01b1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-928e83d8-597c-4e76-a0bd-245926bb01b1 img.shogun-image {
    

    
    
    
  }


#s-928e83d8-597c-4e76-a0bd-245926bb01b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2b71554-5411-4d36-ae64-32a98e075ed0 {
  text-align: center;
}







  #s-a2b71554-5411-4d36-ae64-32a98e075ed0 img.shogun-image {
    

    
    
    
  }


#s-a2b71554-5411-4d36-ae64-32a98e075ed0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8a837428-a69e-40a1-83d7-1301e09c41af {
  display: none;
}
#s-8a837428-a69e-40a1-83d7-1301e09c41af, #wrap-s-8a837428-a69e-40a1-83d7-1301e09c41af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a837428-a69e-40a1-83d7-1301e09c41af {
  display: none;
}
#s-8a837428-a69e-40a1-83d7-1301e09c41af, #wrap-s-8a837428-a69e-40a1-83d7-1301e09c41af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a837428-a69e-40a1-83d7-1301e09c41af {
  
}
}@media (max-width: 767px){#s-8a837428-a69e-40a1-83d7-1301e09c41af {
  
}
}
@media (min-width: 0px) {
[id="s-8a837428-a69e-40a1-83d7-1301e09c41af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8a837428-a69e-40a1-83d7-1301e09c41af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8a837428-a69e-40a1-83d7-1301e09c41af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8a837428-a69e-40a1-83d7-1301e09c41af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-fa082cc5-40c1-4d45-b546-4bd97ef40f96 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-fa082cc5-40c1-4d45-b546-4bd97ef40f96 img.shogun-image {
    

    
    
    
  }


#s-fa082cc5-40c1-4d45-b546-4bd97ef40f96 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b8a2450-b011-4ce1-9953-6d588cb8d544 {
  text-align: center;
}







  #s-9b8a2450-b011-4ce1-9953-6d588cb8d544 img.shogun-image {
    

    
    
    
  }


#s-9b8a2450-b011-4ce1-9953-6d588cb8d544 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb3fbedc-930d-4efd-a505-11e635122183 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(58, 189, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-eb3fbedc-930d-4efd-a505-11e635122183:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eb3fbedc-930d-4efd-a505-11e635122183:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eb3fbedc-930d-4efd-a505-11e635122183 {
  margin-bottom: 20px;
}
}

  #s-eb3fbedc-930d-4efd-a505-11e635122183-root {
    text-align: center;
  }


#s-eb3fbedc-930d-4efd-a505-11e635122183.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb3fbedc-930d-4efd-a505-11e635122183-root {
    text-align: center;
  }


#s-eb3fbedc-930d-4efd-a505-11e635122183.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb3fbedc-930d-4efd-a505-11e635122183-root {
    text-align: center;
  }


#s-eb3fbedc-930d-4efd-a505-11e635122183.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb3fbedc-930d-4efd-a505-11e635122183-root {
    text-align: center;
  }


#s-eb3fbedc-930d-4efd-a505-11e635122183.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb3fbedc-930d-4efd-a505-11e635122183-root {
    text-align: center;
  }


#s-eb3fbedc-930d-4efd-a505-11e635122183.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-25a33754-0575-4f00-b84c-662c04e4e443 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-25a33754-0575-4f00-b84c-662c04e4e443 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-25a33754-0575-4f00-b84c-662c04e4e443 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-25a33754-0575-4f00-b84c-662c04e4e443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25a33754-0575-4f00-b84c-662c04e4e443.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 {
  display: none;
}
#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775, #wrap-s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 {
  display: none;
}
#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775, #wrap-s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93b47a7e-ccbc-4f6e-b095-1fb63db34775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f15e92c-67fe-499b-bfd7-70bad3dac341 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f15e92c-67fe-499b-bfd7-70bad3dac341 {
  margin-bottom: 0px;
}
}
#s-2f15e92c-67fe-499b-bfd7-70bad3dac341 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-2f15e92c-67fe-499b-bfd7-70bad3dac341 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  
  
  text-align: center;
}


}
#s-0d96cf42-5452-4057-86fd-fd90db905ae1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d96cf42-5452-4057-86fd-fd90db905ae1 {
  margin-top: 20px;
}
}
#s-0d96cf42-5452-4057-86fd-fd90db905ae1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-0d96cf42-5452-4057-86fd-fd90db905ae1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-c2bf0264-0291-446e-b169-1c5720fe3738 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-229d806d-fe51-4597-8538-e1b6ae656d90 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-229d806d-fe51-4597-8538-e1b6ae656d90 {
  display: none;
}
#s-229d806d-fe51-4597-8538-e1b6ae656d90, #wrap-s-229d806d-fe51-4597-8538-e1b6ae656d90 { display: none !important; }}@media (max-width: 767px){#s-229d806d-fe51-4597-8538-e1b6ae656d90 {
  padding-top: 0px;
padding-bottom: 20px;
display: none;
}
#s-229d806d-fe51-4597-8538-e1b6ae656d90, #wrap-s-229d806d-fe51-4597-8538-e1b6ae656d90 { display: none !important; }}
@media (min-width: 0px) {
[id="s-229d806d-fe51-4597-8538-e1b6ae656d90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-229d806d-fe51-4597-8538-e1b6ae656d90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-229d806d-fe51-4597-8538-e1b6ae656d90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-229d806d-fe51-4597-8538-e1b6ae656d90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3089cf2b-7fa9-41cc-bc05-e49e53727d62 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3089cf2b-7fa9-41cc-bc05-e49e53727d62 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-3089cf2b-7fa9-41cc-bc05-e49e53727d62 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-3089cf2b-7fa9-41cc-bc05-e49e53727d62 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 37px;
  
  
  text-align: center;
}


}
#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-7dbbd117-a60c-43e7-97bb-521c6fd5b389 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}
@media (max-width: 767px){#s-bed166c5-b953-49d4-bc20-8b56aa32de1c {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  padding-top: 0px;
padding-bottom: 60px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  display: none;
}
#s-7f30eec8-c14d-4236-9390-9c71bb565a8f, #wrap-s-7f30eec8-c14d-4236-9390-9c71bb565a8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  display: none;
}
#s-7f30eec8-c14d-4236-9390-9c71bb565a8f, #wrap-s-7f30eec8-c14d-4236-9390-9c71bb565a8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-7f30eec8-c14d-4236-9390-9c71bb565a8f {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-7f30eec8-c14d-4236-9390-9c71bb565a8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f30eec8-c14d-4236-9390-9c71bb565a8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d1c29a54-3fa5-4e4c-a9b9-42b06275f383"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-5a1a7214-8ec0-41bc-8485-5e72aa93a47c {
  margin-top: 0px;
}
@media (max-width: 767px){#s-5a1a7214-8ec0-41bc-8485-5e72aa93a47c {
  margin-right: auto;
max-width: 80%;
text-align: left;
}
}






  #s-5a1a7214-8ec0-41bc-8485-5e72aa93a47c img.shogun-image {
    

    
    
    
  }


#s-5a1a7214-8ec0-41bc-8485-5e72aa93a47c .shogun-image-content {
  
    align-items: center;
  
}

#s-31ec3244-4069-46a9-95e7-367085d39dcb {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-31ec3244-4069-46a9-95e7-367085d39dcb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-31ec3244-4069-46a9-95e7-367085d39dcb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-31ec3244-4069-46a9-95e7-367085d39dcb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
@media (max-width: 767px){#s-24a352df-4b5e-41aa-9598-411f6294f533 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-76f1ab8d-7a96-4efd-aa80-e825cca05d39 {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-76f1ab8d-7a96-4efd-aa80-e825cca05d39 {
  margin-right: auto;
max-width: 80%;
text-align: left;
}
}






  #s-76f1ab8d-7a96-4efd-aa80-e825cca05d39 img.shogun-image {
    

    
    
    
  }


#s-76f1ab8d-7a96-4efd-aa80-e825cca05d39 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e2dc38e-6e27-432d-84b5-3dc66afde256 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4e2dc38e-6e27-432d-84b5-3dc66afde256 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4e2dc38e-6e27-432d-84b5-3dc66afde256 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-4e2dc38e-6e27-432d-84b5-3dc66afde256 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
@media (max-width: 767px){#s-2470c46c-d4d0-45b2-9a62-190743734007 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-a7f2d396-2032-443b-b3b9-533fdf6e3443 {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a7f2d396-2032-443b-b3b9-533fdf6e3443 {
  margin-right: auto;
max-width: 80%;
}
}






  #s-a7f2d396-2032-443b-b3b9-533fdf6e3443 img.shogun-image {
    

    
    
    
  }


#s-a7f2d396-2032-443b-b3b9-533fdf6e3443 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b2f0154-4791-442e-8c44-b745c585297c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8b2f0154-4791-442e-8c44-b745c585297c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8b2f0154-4791-442e-8c44-b745c585297c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-8b2f0154-4791-442e-8c44-b745c585297c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
@media (max-width: 767px){#s-3c3b1916-f426-4af6-ae9b-18091881cf07 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-32873eef-d580-43ce-992f-7b43b8af1fa2 {
  margin-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-32873eef-d580-43ce-992f-7b43b8af1fa2 {
  margin-right: auto;
max-width: 80%;
}
}






  #s-32873eef-d580-43ce-992f-7b43b8af1fa2 img.shogun-image {
    

    
    
    
  }


#s-32873eef-d580-43ce-992f-7b43b8af1fa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c6e597d-16a7-4d5f-90d2-244986e39f51 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0c6e597d-16a7-4d5f-90d2-244986e39f51 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0c6e597d-16a7-4d5f-90d2-244986e39f51 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-0c6e597d-16a7-4d5f-90d2-244986e39f51 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
@media (max-width: 767px){#s-b4a887d4-5d08-4e9b-bc8c-646a8c371f5e {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}
}
#s-61d9d070-731d-409e-bd28-8c74ba34538c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 100px;
max-width: 100%;
}
@media (max-width: 767px){#s-61d9d070-731d-409e-bd28-8c74ba34538c {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-61d9d070-731d-409e-bd28-8c74ba34538c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61d9d070-731d-409e-bd28-8c74ba34538c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed4f78c0-5754-4349-aefd-2934eac59501 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ed4f78c0-5754-4349-aefd-2934eac59501 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-ed4f78c0-5754-4349-aefd-2934eac59501 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (max-width: 767px){#s-ed4f78c0-5754-4349-aefd-2934eac59501 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-64a58dd0-95df-4876-9500-2d30ee50b81f {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-radius: 2px;
background-color: rgba(58, 189, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-64a58dd0-95df-4876-9500-2d30ee50b81f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64a58dd0-95df-4876-9500-2d30ee50b81f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64a58dd0-95df-4876-9500-2d30ee50b81f-root {
    text-align: center;
  }


#s-64a58dd0-95df-4876-9500-2d30ee50b81f.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 {
  padding-top: 6px;
padding-left: 2%;
padding-bottom: 6px;
padding-right: 2%;
}
}






  #s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 img.shogun-image {
    

    
    
    
  }


#s-813dc64c-3d19-437a-9e9a-b22eaf7885e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba4e2a90-cfa0-48e0-9454-f6dcb9e17e77 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ba4e2a90-cfa0-48e0-9454-f6dcb9e17e77 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-ba4e2a90-cfa0-48e0-9454-f6dcb9e17e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba4e2a90-cfa0-48e0-9454-f6dcb9e17e77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ce76730-28e9-41e6-9919-6227f61282e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
max-width: 100%;
background-color: rgba(239, 239, 239, 0);
}
@media (max-width: 767px){#s-9ce76730-28e9-41e6-9919-6227f61282e9 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-9ce76730-28e9-41e6-9919-6227f61282e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ce76730-28e9-41e6-9919-6227f61282e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa668b28-3b93-4c17-82b1-bb584bf2567e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
text-align: center;
}

#s-aa668b28-3b93-4c17-82b1-bb584bf2567e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-aa668b28-3b93-4c17-82b1-bb584bf2567e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-1423a94b-3d57-4749-9788-6ddf8b5e7442 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(58, 189, 211, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1423a94b-3d57-4749-9788-6ddf8b5e7442:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1423a94b-3d57-4749-9788-6ddf8b5e7442:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1423a94b-3d57-4749-9788-6ddf8b5e7442-root {
    text-align: center;
  }


#s-1423a94b-3d57-4749-9788-6ddf8b5e7442.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  
  font-family: Montserrat;
  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;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;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;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}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
