.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%;
}
}







#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-top: 0px;
margin-left: auto;
margin-bottom: 20px;
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-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0 {
  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-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0 {
  display: none;
}
#s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0, #wrap-s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0 {
  display: none;
}
#s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0, #wrap-s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0 {
  display: none;
}
#s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0, #wrap-s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0 { display: none !important; }}







#s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2b07669-0ad9-4d27-a62d-c3dd5a0b2ff0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-b38de7ea-e0dd-415d-a460-043b09e6de9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b38de7ea-e0dd-415d-a460-043b09e6de9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e295e86-e0b7-4a65-afaa-dd4487259b15 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-0e295e86-e0b7-4a65-afaa-dd4487259b15 {
  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 {
  margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}
@media (max-width: 767px){#s-d9dae64d-7fb4-40f9-96bf-b656fd432ed4 {
  max-width: 20%;
}
}






  #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-6c81df70-4c6a-46fe-abcc-f2b43377cc08 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-6c81df70-4c6a-46fe-abcc-f2b43377cc08 hr {
  border-top: 1px solid #ddd;
}

#s-7cbf1230-96ca-4170-96de-12d6198a461e {
  margin-top: 10px;
}

#s-be121af6-9b3c-4fe9-8982-6c1670c8ed44 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 120px;
text-align: left;
}
@media (max-width: 767px){#s-be121af6-9b3c-4fe9-8982-6c1670c8ed44 {
  margin-left: auto;
margin-right: auto;
}
}






  #s-be121af6-9b3c-4fe9-8982-6c1670c8ed44 img.shogun-image {
    

    
    
    
  }


#s-be121af6-9b3c-4fe9-8982-6c1670c8ed44 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fbb15cb9-950f-4c88-943e-d4822e94e044"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fbb15cb9-950f-4c88-943e-d4822e94e044"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fbb15cb9-950f-4c88-943e-d4822e94e044"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbb15cb9-950f-4c88-943e-d4822e94e044"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-fd9c79df-9965-45b0-bb0a-d6b243b00a05 {
  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-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a {
  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-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a-root {
    text-align: center;
  }


#s-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a-root {
    text-align: center;
  }


#s-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a.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-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a-root {
    text-align: center;
  }


#s-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a.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-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a-root {
    text-align: center;
  }


#s-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a-root {
    text-align: center;
  }


#s-1f31e6da-afd4-4d21-af80-ce5ca93d4c9a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}







#s-0526e023-de15-422e-ab0f-aba27c89f87f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0526e023-de15-422e-ab0f-aba27c89f87f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8e5a6fa-6a8f-4f3a-a08f-97ee84219d0b {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-c8e5a6fa-6a8f-4f3a-a08f-97ee84219d0b {
  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-866e9c82-6792-401a-a247-c49d2800bd19 {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-866e9c82-6792-401a-a247-c49d2800bd19 hr {
  border-top: 1px solid #ddd;
}

#s-1127382a-e848-4c1c-83a6-ad7bccd370b9 {
  margin-top: 10px;
}

#s-6cd76e82-c486-48ef-a18d-b22138eb96a4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 120px;
text-align: center;
}







  #s-6cd76e82-c486-48ef-a18d-b22138eb96a4 img.shogun-image {
    

    
    
    
  }


#s-6cd76e82-c486-48ef-a18d-b22138eb96a4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d397859e-b359-448f-b899-92749a4effcf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d397859e-b359-448f-b899-92749a4effcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d397859e-b359-448f-b899-92749a4effcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d397859e-b359-448f-b899-92749a4effcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-26e132df-fd6d-46e3-9ca4-70bf0bc19946 {
  margin-top: 10px;
}
}
#s-0653f869-7cc7-4d2c-a500-3c74e8c89074 {
  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-0653f869-7cc7-4d2c-a500-3c74e8c89074:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0653f869-7cc7-4d2c-a500-3c74e8c89074:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0653f869-7cc7-4d2c-a500-3c74e8c89074 {
  margin-left: auto;
margin-right: auto;
}
}

  #s-0653f869-7cc7-4d2c-a500-3c74e8c89074-root {
    text-align: center;
  }


#s-0653f869-7cc7-4d2c-a500-3c74e8c89074.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0653f869-7cc7-4d2c-a500-3c74e8c89074-root {
    text-align: center;
  }


#s-0653f869-7cc7-4d2c-a500-3c74e8c89074.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-0653f869-7cc7-4d2c-a500-3c74e8c89074-root {
    text-align: center;
  }


#s-0653f869-7cc7-4d2c-a500-3c74e8c89074.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-0653f869-7cc7-4d2c-a500-3c74e8c89074-root {
    text-align: center;
  }


#s-0653f869-7cc7-4d2c-a500-3c74e8c89074.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0653f869-7cc7-4d2c-a500-3c74e8c89074-root {
    text-align: center;
  }


#s-0653f869-7cc7-4d2c-a500-3c74e8c89074.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}







#s-7d649615-17de-4b55-a916-1a5273c940c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d649615-17de-4b55-a916-1a5273c940c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ece1eb79-5c3d-4731-9486-293b4974d39d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-ece1eb79-5c3d-4731-9486-293b4974d39d {
  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-b39d42b1-8626-4482-97fd-6b447981648e {
  margin-top: -20px;
margin-bottom: -20px;
}
}
#s-b39d42b1-8626-4482-97fd-6b447981648e hr {
  border-top: 1px solid #ddd;
}

#s-136852e9-25b9-45c3-bd54-2578bd6133da {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 120px;
text-align: left;
}
@media (max-width: 767px){#s-136852e9-25b9-45c3-bd54-2578bd6133da {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
}






  #s-136852e9-25b9-45c3-bd54-2578bd6133da img.shogun-image {
    

    
    
    
  }


#s-136852e9-25b9-45c3-bd54-2578bd6133da .shogun-image-content {
  
    align-items: center;
  
}

#s-cde19981-ef2b-4c8f-a849-cf10a581e1e0 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-231d15f9-7584-4902-b9ab-35ed2a5105d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-231d15f9-7584-4902-b9ab-35ed2a5105d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-231d15f9-7584-4902-b9ab-35ed2a5105d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-231d15f9-7584-4902-b9ab-35ed2a5105d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-31e506dc-5171-4bc7-a16b-40ebb6f7f14f {
  margin-top: 10px;
}
}
#s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8 {
  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-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8-root {
    text-align: center;
  }


#s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8-root {
    text-align: center;
  }


#s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8.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-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8-root {
    text-align: center;
  }


#s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8.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-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8-root {
    text-align: center;
  }


#s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8-root {
    text-align: center;
  }


#s-3f7f9b5d-cf9e-4dc9-bbba-e94ed648afd8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3a794d2a-2f03-4558-9ff9-123a27ce8328 {
  margin-top: 40px;
text-align: center;
}
@media (max-width: 767px){#s-3a794d2a-2f03-4558-9ff9-123a27ce8328 {
  padding-left: 5%;
padding-right: 5%;
}
}






  #s-3a794d2a-2f03-4558-9ff9-123a27ce8328 img.shogun-image {
    

    
    
    
  }


#s-3a794d2a-2f03-4558-9ff9-123a27ce8328 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb537ed3-eef9-4bae-a315-c86909f5a4a2 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-bb537ed3-eef9-4bae-a315-c86909f5a4a2 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-733afec6-b5b7-4f05-9ee1-789c0c5fe1b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
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-5583b899-e20d-450e-b93d-140e8d5d0569 hr {
  border-top: 1px solid #ddd;
}

#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-c38f6efb-38de-439e-9f95-184c112b070e {
  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-f5956108-cce1-4747-8918-acf6b27e45d7 hr {
  border-top: 1px solid #ddd;
}

#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-91c33db0-91f2-45c8-ab34-9e42ee62f576 {
  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-391b649e-88c4-41ff-8c60-029ccfb2af3f hr {
  border-top: 1px solid #ddd;
}

#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-10590637-afd6-4a53-a3a8-e79766d3ef0c {
  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-bc609d8e-e4fc-4031-b1c0-e44caf21eceb {
  margin-top: 40px;
text-align: center;
}







  #s-bc609d8e-e4fc-4031-b1c0-e44caf21eceb img.shogun-image {
    

    
    
    
  }


#s-bc609d8e-e4fc-4031-b1c0-e44caf21eceb .shogun-image-content {
  
    align-items: center;
  
}

#s-65b6068f-9ff3-4043-978c-3935af66c599 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-65b6068f-9ff3-4043-978c-3935af66c599 {
  padding-left: 5%;
padding-right: 5%;
}
}
#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-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-1058840a-28a8-44ed-8e81-df0eaae16129 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1058840a-28a8-44ed-8e81-df0eaae16129 .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-1058840a-28a8-44ed-8e81-df0eaae16129 .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-e4db47cb-a9b5-4ad3-a6d5-ed66a6cda2b3 {
  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-e4db47cb-a9b5-4ad3-a6d5-ed66a6cda2b3 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e4db47cb-a9b5-4ad3-a6d5-ed66a6cda2b3 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-e4db47cb-a9b5-4ad3-a6d5-ed66a6cda2b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4db47cb-a9b5-4ad3-a6d5-ed66a6cda2b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbb1c03e-4ad3-48b5-b9d6-60e3b1d8d0c9 {
  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-dbb1c03e-4ad3-48b5-b9d6-60e3b1d8d0c9 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-dbb1c03e-4ad3-48b5-b9d6-60e3b1d8d0c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbb1c03e-4ad3-48b5-b9d6-60e3b1d8d0c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecbf3237-4094-48e1-90c2-74320e8c3113 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecbf3237-4094-48e1-90c2-74320e8c3113 .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-ecbf3237-4094-48e1-90c2-74320e8c3113 .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-ecbf3237-4094-48e1-90c2-74320e8c3113 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-1fe60252-a31c-4e14-bc8a-f3147effb252 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fe60252-a31c-4e14-bc8a-f3147effb252 .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-1fe60252-a31c-4e14-bc8a-f3147effb252 .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-1fe60252-a31c-4e14-bc8a-f3147effb252 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-9a8f773b-2634-4a10-b51e-27fae5d766f5 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a8f773b-2634-4a10-b51e-27fae5d766f5 {
  
}
}@media (max-width: 767px){#s-9a8f773b-2634-4a10-b51e-27fae5d766f5 {
  
}
}
@media (min-width: 0px) {
[id="s-9a8f773b-2634-4a10-b51e-27fae5d766f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9a8f773b-2634-4a10-b51e-27fae5d766f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9a8f773b-2634-4a10-b51e-27fae5d766f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9a8f773b-2634-4a10-b51e-27fae5d766f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-dbc2d9d1-f210-428b-a775-44d718dc9a1e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-dbc2d9d1-f210-428b-a775-44d718dc9a1e img.shogun-image {
    

    
    
    
  }


#s-dbc2d9d1-f210-428b-a775-44d718dc9a1e .shogun-image-content {
  
    align-items: center;
  
}

#s-bfbeccf9-c7de-410d-82a6-27b44e22e7fa {
  text-align: center;
}







  #s-bfbeccf9-c7de-410d-82a6-27b44e22e7fa img.shogun-image {
    

    
    
    
  }


#s-bfbeccf9-c7de-410d-82a6-27b44e22e7fa .shogun-image-content {
  
    align-items: center;
  
}

#s-8050c58f-269f-4907-8faa-39f4cd76092a {
  text-align: center;
}







  #s-8050c58f-269f-4907-8faa-39f4cd76092a img.shogun-image {
    

    
    
    
  }


#s-8050c58f-269f-4907-8faa-39f4cd76092a .shogun-image-content {
  
    align-items: center;
  
}

#s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5 {
  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-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5 {
  margin-bottom: 20px;
}
}

  #s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5-root {
    text-align: center;
  }


#s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5-root {
    text-align: center;
  }


#s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5.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-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5-root {
    text-align: center;
  }


#s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5.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-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5-root {
    text-align: center;
  }


#s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5-root {
    text-align: center;
  }


#s-ddf97a40-9617-41d9-aea8-c4ca3ddc5eb5.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-top: 0px;
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}
