.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-049f817b-5c5b-4749-94af-763f504a9867 {
  background-size: cover;
min-height: 400px;
background-position: center center;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 1200px){#s-049f817b-5c5b-4749-94af-763f504a9867 {
  display: none;
}
#s-049f817b-5c5b-4749-94af-763f504a9867, #wrap-s-049f817b-5c5b-4749-94af-763f504a9867 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-049f817b-5c5b-4749-94af-763f504a9867 {
  display: none;
}
#s-049f817b-5c5b-4749-94af-763f504a9867, #wrap-s-049f817b-5c5b-4749-94af-763f504a9867 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-049f817b-5c5b-4749-94af-763f504a9867 {
  display: none;
}
#s-049f817b-5c5b-4749-94af-763f504a9867, #wrap-s-049f817b-5c5b-4749-94af-763f504a9867 { display:none !important; }}







#s-049f817b-5c5b-4749-94af-763f504a9867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049f817b-5c5b-4749-94af-763f504a9867.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;
}

@media (min-width: 0px) {
[id="s-958e67a7-7f08-44c1-be57-204e82d9ea72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-958e67a7-7f08-44c1-be57-204e82d9ea72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-958e67a7-7f08-44c1-be57-204e82d9ea72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-958e67a7-7f08-44c1-be57-204e82d9ea72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-c42859ac-2637-4c40-a786-4c77c78e9c44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c42859ac-2637-4c40-a786-4c77c78e9c44 .shogun-heading-component h1 {
  color: rgba(51, 187, 58, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  
}



.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: ;
  font-family: ;
  font-weight: ;
}

.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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6b836d16-ee44-4522-a222-3866ffdfc8e1 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

#s-f0e7f668-3438-4bab-9eec-4e142e442530 {
  background-size: cover;
min-height: 500px;
background-position: center center;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 1200px){#s-f0e7f668-3438-4bab-9eec-4e142e442530 {
  display: none;
}
#s-f0e7f668-3438-4bab-9eec-4e142e442530, #wrap-s-f0e7f668-3438-4bab-9eec-4e142e442530 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0e7f668-3438-4bab-9eec-4e142e442530 {
  display: none;
}
#s-f0e7f668-3438-4bab-9eec-4e142e442530, #wrap-s-f0e7f668-3438-4bab-9eec-4e142e442530 { display:none !important; }}@media (max-width: 767px){#s-f0e7f668-3438-4bab-9eec-4e142e442530 {
  display: none;
}
#s-f0e7f668-3438-4bab-9eec-4e142e442530, #wrap-s-f0e7f668-3438-4bab-9eec-4e142e442530 { display:none !important; }}







#s-f0e7f668-3438-4bab-9eec-4e142e442530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0e7f668-3438-4bab-9eec-4e142e442530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-52d5db96-4bea-4611-a9bc-ddeffae421b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52d5db96-4bea-4611-a9bc-ddeffae421b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52d5db96-4bea-4611-a9bc-ddeffae421b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52d5db96-4bea-4611-a9bc-ddeffae421b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52d5db96-4bea-4611-a9bc-ddeffae421b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52d5db96-4bea-4611-a9bc-ddeffae421b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52d5db96-4bea-4611-a9bc-ddeffae421b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-5fa81fc6-6138-4c1b-a9ed-a36aa3e3d569 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fa81fc6-6138-4c1b-a9ed-a36aa3e3d569 .shogun-heading-component h1 {
  color: rgba(68, 187, 58, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 1px;
  
}



#s-0adea49e-0f48-49e3-9a71-f01e1e5ae37e {
  margin-top: 20px;
}

#s-ee7d2e32-d972-4d5a-b41f-a5719b9e4ad5 {
  background-size: cover;
min-height: 500px;
background-position: center center;
background-color: rgba(34, 34, 34, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ee7d2e32-d972-4d5a-b41f-a5719b9e4ad5 {
  display: none;
}
#s-ee7d2e32-d972-4d5a-b41f-a5719b9e4ad5, #wrap-s-ee7d2e32-d972-4d5a-b41f-a5719b9e4ad5 { display:none !important; }}@media (max-width: 767px){#s-ee7d2e32-d972-4d5a-b41f-a5719b9e4ad5 {
  display: none;
}
#s-ee7d2e32-d972-4d5a-b41f-a5719b9e4ad5, #wrap-s-ee7d2e32-d972-4d5a-b41f-a5719b9e4ad5 { display:none !important; }}







#s-ee7d2e32-d972-4d5a-b41f-a5719b9e4ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee7d2e32-d972-4d5a-b41f-a5719b9e4ad5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-26410372-6b5a-4957-a69a-94215eb630ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26410372-6b5a-4957-a69a-94215eb630ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26410372-6b5a-4957-a69a-94215eb630ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26410372-6b5a-4957-a69a-94215eb630ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-884bd067-92d3-4e81-9940-ae644dfa3cfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-884bd067-92d3-4e81-9940-ae644dfa3cfb .shogun-heading-component h1 {
  color: rgba(68, 187, 58, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 1px;
  
}



#s-d11728ea-4d15-4f69-9bd8-1b1459960d0a {
  margin-top: 20px;
}

#s-56bdbe43-3020-4557-b625-06607b16cf7a {
  min-height: 130px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-56bdbe43-3020-4557-b625-06607b16cf7a {
  display: none;
}
#s-56bdbe43-3020-4557-b625-06607b16cf7a, #wrap-s-56bdbe43-3020-4557-b625-06607b16cf7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56bdbe43-3020-4557-b625-06607b16cf7a {
  display: none;
}
#s-56bdbe43-3020-4557-b625-06607b16cf7a, #wrap-s-56bdbe43-3020-4557-b625-06607b16cf7a { display:none !important; }}@media (max-width: 767px){#s-56bdbe43-3020-4557-b625-06607b16cf7a {
  display: none;
}
#s-56bdbe43-3020-4557-b625-06607b16cf7a, #wrap-s-56bdbe43-3020-4557-b625-06607b16cf7a { display:none !important; }}







#s-56bdbe43-3020-4557-b625-06607b16cf7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56bdbe43-3020-4557-b625-06607b16cf7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-1af7765d-7782-45ed-819f-94e938d907ba {
  display: none;
}
#s-1af7765d-7782-45ed-819f-94e938d907ba, #wrap-s-1af7765d-7782-45ed-819f-94e938d907ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1af7765d-7782-45ed-819f-94e938d907ba {
  display: none;
}
#s-1af7765d-7782-45ed-819f-94e938d907ba, #wrap-s-1af7765d-7782-45ed-819f-94e938d907ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1af7765d-7782-45ed-819f-94e938d907ba {
  display: none;
}
#s-1af7765d-7782-45ed-819f-94e938d907ba, #wrap-s-1af7765d-7782-45ed-819f-94e938d907ba { display:none !important; }}
@media (min-width: 0px) {
[id="s-1af7765d-7782-45ed-819f-94e938d907ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1af7765d-7782-45ed-819f-94e938d907ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1af7765d-7782-45ed-819f-94e938d907ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1af7765d-7782-45ed-819f-94e938d907ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1af7765d-7782-45ed-819f-94e938d907ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1af7765d-7782-45ed-819f-94e938d907ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1af7765d-7782-45ed-819f-94e938d907ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-f8177115-a9da-475c-891f-5d37c929fae2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f8177115-a9da-475c-891f-5d37c929fae2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8177115-a9da-475c-891f-5d37c929fae2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8177115-a9da-475c-891f-5d37c929fae2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.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-2a445b41-e8e9-43ad-b69a-24a7a67fc3ab {
  margin-top: 10px;
text-align: center;
}







  #s-2a445b41-e8e9-43ad-b69a-24a7a67fc3ab img.shogun-image {
    

    
    
    
  }


#s-2a445b41-e8e9-43ad-b69a-24a7a67fc3ab .shogun-image-content {
  
    align-items: center;
  
}

#s-e3a5512d-aad9-4dc8-ba01-76ff3267d223 {
  margin-top: 10px;
}

#s-f2b519ba-70ca-4115-81f4-60f9c7c43b24 {
  margin-top: 10px;
text-align: center;
}







  #s-f2b519ba-70ca-4115-81f4-60f9c7c43b24 img.shogun-image {
    

    
    
    
  }


#s-f2b519ba-70ca-4115-81f4-60f9c7c43b24 .shogun-image-content {
  
    align-items: center;
  
}

#s-2939bb67-835a-4f65-a6fe-999bbc4351d7 {
  margin-top: 10px;
}

#s-cb587956-b5e3-40a3-9398-b77849a32e80 {
  margin-top: 10px;
text-align: center;
}







  #s-cb587956-b5e3-40a3-9398-b77849a32e80 img.shogun-image {
    

    
    
    
  }


#s-cb587956-b5e3-40a3-9398-b77849a32e80 .shogun-image-content {
  
    align-items: center;
  
}

#s-fecfe849-021b-4bdf-a50b-70409d5ece4d {
  margin-top: 10px;
}

@media (max-width: 767px){#s-e3b99816-1895-4b6b-89d8-5cf62d48253e {
  display: none;
}
#s-e3b99816-1895-4b6b-89d8-5cf62d48253e, #wrap-s-e3b99816-1895-4b6b-89d8-5cf62d48253e { display:none !important; }}
@media (min-width: 0px) {
[id="s-e3b99816-1895-4b6b-89d8-5cf62d48253e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3b99816-1895-4b6b-89d8-5cf62d48253e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3b99816-1895-4b6b-89d8-5cf62d48253e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e3b99816-1895-4b6b-89d8-5cf62d48253e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3b99816-1895-4b6b-89d8-5cf62d48253e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3b99816-1895-4b6b-89d8-5cf62d48253e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e3b99816-1895-4b6b-89d8-5cf62d48253e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-526b6e4f-2074-4ed9-b6b9-428365b27a43"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-526b6e4f-2074-4ed9-b6b9-428365b27a43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-526b6e4f-2074-4ed9-b6b9-428365b27a43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-526b6e4f-2074-4ed9-b6b9-428365b27a43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f8315178-fbd2-4c00-abcb-0a225ad36e56 {
  margin-top: 10px;
text-align: center;
}







  #s-f8315178-fbd2-4c00-abcb-0a225ad36e56 img.shogun-image {
    

    
    
    
  }


#s-f8315178-fbd2-4c00-abcb-0a225ad36e56 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab8b8607-3927-4358-81ea-7d227cf0fe92 {
  margin-top: 10px;
}

#s-8b4c9d32-6166-4eab-8505-7edcc8941d17 {
  margin-top: 10px;
text-align: center;
}







  #s-8b4c9d32-6166-4eab-8505-7edcc8941d17 img.shogun-image {
    

    
    
    
  }


#s-8b4c9d32-6166-4eab-8505-7edcc8941d17 .shogun-image-content {
  
    align-items: center;
  
}

#s-09e879d9-c3ff-4547-a679-560aa8c98a30 {
  margin-top: 10px;
}

#s-4034afad-f7a4-4a52-bb47-60b14a66d89b {
  margin-top: 10px;
text-align: center;
}







  #s-4034afad-f7a4-4a52-bb47-60b14a66d89b img.shogun-image {
    

    
    
    
  }


#s-4034afad-f7a4-4a52-bb47-60b14a66d89b .shogun-image-content {
  
    align-items: center;
  
}

#s-1bab38a9-bb49-4bce-b77f-9b57712ad031 {
  margin-top: 10px;
}

#s-04b462c1-9041-404c-9b65-de7cde902f24 {
  min-height: 130px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-04b462c1-9041-404c-9b65-de7cde902f24 {
  display: none;
}
#s-04b462c1-9041-404c-9b65-de7cde902f24, #wrap-s-04b462c1-9041-404c-9b65-de7cde902f24 { display:none !important; }}







#s-04b462c1-9041-404c-9b65-de7cde902f24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04b462c1-9041-404c-9b65-de7cde902f24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0079169b-a3d7-4f1c-af19-8d60d8a6274f {
  display: none;
}
#s-0079169b-a3d7-4f1c-af19-8d60d8a6274f, #wrap-s-0079169b-a3d7-4f1c-af19-8d60d8a6274f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0079169b-a3d7-4f1c-af19-8d60d8a6274f {
  display: none;
}
#s-0079169b-a3d7-4f1c-af19-8d60d8a6274f, #wrap-s-0079169b-a3d7-4f1c-af19-8d60d8a6274f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0079169b-a3d7-4f1c-af19-8d60d8a6274f {
  display: none;
}
#s-0079169b-a3d7-4f1c-af19-8d60d8a6274f, #wrap-s-0079169b-a3d7-4f1c-af19-8d60d8a6274f { display:none !important; }}
@media (min-width: 0px) {
[id="s-0079169b-a3d7-4f1c-af19-8d60d8a6274f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0079169b-a3d7-4f1c-af19-8d60d8a6274f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0079169b-a3d7-4f1c-af19-8d60d8a6274f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0079169b-a3d7-4f1c-af19-8d60d8a6274f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0079169b-a3d7-4f1c-af19-8d60d8a6274f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0079169b-a3d7-4f1c-af19-8d60d8a6274f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0079169b-a3d7-4f1c-af19-8d60d8a6274f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-01dc49be-6a8c-413a-8d8b-bc2071261f24"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-01dc49be-6a8c-413a-8d8b-bc2071261f24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-01dc49be-6a8c-413a-8d8b-bc2071261f24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-01dc49be-6a8c-413a-8d8b-bc2071261f24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d32a6473-9e78-4d1c-88dc-4c5bfe66eb1a {
  margin-top: 10px;
text-align: center;
}







  #s-d32a6473-9e78-4d1c-88dc-4c5bfe66eb1a img.shogun-image {
    

    
    
    
  }


#s-d32a6473-9e78-4d1c-88dc-4c5bfe66eb1a .shogun-image-content {
  
    align-items: center;
  
}

#s-3f2d68a1-ed31-4dd3-910a-70bf1f0d38d4 {
  margin-top: 10px;
}

#s-488d2c0a-e762-42e3-81c7-38713ceeaa7f {
  margin-top: 10px;
text-align: center;
}







  #s-488d2c0a-e762-42e3-81c7-38713ceeaa7f img.shogun-image {
    

    
    
    
  }


#s-488d2c0a-e762-42e3-81c7-38713ceeaa7f .shogun-image-content {
  
    align-items: center;
  
}

#s-d84d9bfc-c653-4d4b-b2e2-4b84d11daece {
  margin-top: 10px;
}

#s-4b15d3cd-22a4-41e0-b2a2-25cf99c4eaa3 {
  margin-top: 10px;
text-align: center;
}







  #s-4b15d3cd-22a4-41e0-b2a2-25cf99c4eaa3 img.shogun-image {
    

    
    
    
  }


#s-4b15d3cd-22a4-41e0-b2a2-25cf99c4eaa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c70d568-d6a6-49d2-a620-7850eab5d543 {
  margin-top: 10px;
}

@media (max-width: 767px){#s-2ab721ec-ff50-4d54-897e-55477a546443 {
  display: none;
}
#s-2ab721ec-ff50-4d54-897e-55477a546443, #wrap-s-2ab721ec-ff50-4d54-897e-55477a546443 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2ab721ec-ff50-4d54-897e-55477a546443"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ab721ec-ff50-4d54-897e-55477a546443"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ab721ec-ff50-4d54-897e-55477a546443"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ab721ec-ff50-4d54-897e-55477a546443"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ab721ec-ff50-4d54-897e-55477a546443"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ab721ec-ff50-4d54-897e-55477a546443"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ab721ec-ff50-4d54-897e-55477a546443"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-7fbbf328-3bf2-4cbe-b5e0-95f520c62da0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7fbbf328-3bf2-4cbe-b5e0-95f520c62da0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fbbf328-3bf2-4cbe-b5e0-95f520c62da0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fbbf328-3bf2-4cbe-b5e0-95f520c62da0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cf88543b-223b-4f66-b79a-a77ae134bb87 {
  margin-top: 10px;
text-align: center;
}







  #s-cf88543b-223b-4f66-b79a-a77ae134bb87 img.shogun-image {
    

    
    
    
  }


#s-cf88543b-223b-4f66-b79a-a77ae134bb87 .shogun-image-content {
  
    align-items: center;
  
}

#s-373bf34d-61e1-4c31-a05d-8a7b41487cc6 {
  margin-top: 10px;
}

#s-3ae8b511-9d9f-4c93-92be-fad7a38083dc {
  margin-top: 10px;
text-align: center;
}







  #s-3ae8b511-9d9f-4c93-92be-fad7a38083dc img.shogun-image {
    

    
    
    
  }


#s-3ae8b511-9d9f-4c93-92be-fad7a38083dc .shogun-image-content {
  
    align-items: center;
  
}

#s-ab118450-14c9-4218-aad1-ea6130c61fdc {
  margin-top: 10px;
}

#s-3a55b506-5d94-4503-8272-da6e5df14eef {
  margin-top: 10px;
text-align: center;
}







  #s-3a55b506-5d94-4503-8272-da6e5df14eef img.shogun-image {
    

    
    
    
  }


#s-3a55b506-5d94-4503-8272-da6e5df14eef .shogun-image-content {
  
    align-items: center;
  
}

#s-3e1a0835-9784-40c1-862b-dfce9a89cd8e {
  margin-top: 10px;
}

#s-d9233890-aec5-40da-93b5-a0d90e3e3949 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d9233890-aec5-40da-93b5-a0d90e3e3949 {
  display: none;
}
#s-d9233890-aec5-40da-93b5-a0d90e3e3949, #wrap-s-d9233890-aec5-40da-93b5-a0d90e3e3949 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9233890-aec5-40da-93b5-a0d90e3e3949 {
  display: none;
}
#s-d9233890-aec5-40da-93b5-a0d90e3e3949, #wrap-s-d9233890-aec5-40da-93b5-a0d90e3e3949 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9233890-aec5-40da-93b5-a0d90e3e3949 {
  display: none;
}
#s-d9233890-aec5-40da-93b5-a0d90e3e3949, #wrap-s-d9233890-aec5-40da-93b5-a0d90e3e3949 { display:none !important; }}
#s-d9233890-aec5-40da-93b5-a0d90e3e3949 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629 {
  margin-top: 20px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629 {
  display: none;
}
#s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629, #wrap-s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629 {
  display: none;
}
#s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629, #wrap-s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629 {
  display: none;
}
#s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629, #wrap-s-c69bcf7e-b8d5-4964-8d3e-58cd5dcab629 { display:none !important; }}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

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

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

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

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-79ba1884-719a-4f61-b611-09c061388265 {
  padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-79ba1884-719a-4f61-b611-09c061388265 {
  display: none;
}
#s-79ba1884-719a-4f61-b611-09c061388265, #wrap-s-79ba1884-719a-4f61-b611-09c061388265 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79ba1884-719a-4f61-b611-09c061388265 {
  display: none;
}
#s-79ba1884-719a-4f61-b611-09c061388265, #wrap-s-79ba1884-719a-4f61-b611-09c061388265 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79ba1884-719a-4f61-b611-09c061388265 {
  display: none;
}
#s-79ba1884-719a-4f61-b611-09c061388265, #wrap-s-79ba1884-719a-4f61-b611-09c061388265 { display:none !important; }}
#s-79ba1884-719a-4f61-b611-09c061388265 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(229, 229, 229, 1);
}

#s-79ba1884-719a-4f61-b611-09c061388265 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-79ba1884-719a-4f61-b611-09c061388265 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 187, 58, 1);
}

#s-79ba1884-719a-4f61-b611-09c061388265 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(229, 229, 229, 1);
}

#s-79ba1884-719a-4f61-b611-09c061388265 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 187, 58, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-79ba1884-719a-4f61-b611-09c061388265 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c39c3b1e-6808-414b-a2ee-177d5f15c353 {
  min-height: 100px;
}








#s-c39c3b1e-6808-414b-a2ee-177d5f15c353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c39c3b1e-6808-414b-a2ee-177d5f15c353.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-38a44205-90fe-4ee3-beff-0092f471e711 {
  margin-top: 20px;
margin-left: 5px;
}

#s-6f0d4409-32cd-4e91-8636-ccdd2383b502 {
  margin-left: 5px;
min-height: 80px;
}








#s-6f0d4409-32cd-4e91-8636-ccdd2383b502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f0d4409-32cd-4e91-8636-ccdd2383b502.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2119a8fb-6fbd-409d-842e-d7985a562ab1 {
  margin-top: 20px;
}

#s-6a7467e4-bb2a-4fdf-963f-6feee9acf574 {
  min-height: 150px;
}








#s-6a7467e4-bb2a-4fdf-963f-6feee9acf574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a7467e4-bb2a-4fdf-963f-6feee9acf574.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a5eebd2f-2430-4599-afad-405a9651b8ea {
  margin-top: 20px;
margin-left: 5px;
}

#s-d67ca2bd-7cf1-4a4d-a490-13b374ce224c {
  min-height: 150px;
}








#s-d67ca2bd-7cf1-4a4d-a490-13b374ce224c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d67ca2bd-7cf1-4a4d-a490-13b374ce224c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-96fde6c6-4c15-467e-a389-389fdc8f69c5 {
  margin-top: 20px;
margin-left: 5px;
}

#s-13815ce5-28b7-44e5-98ce-4928c708d577 {
  min-height: 150px;
}








#s-13815ce5-28b7-44e5-98ce-4928c708d577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13815ce5-28b7-44e5-98ce-4928c708d577.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-751d8bd5-4053-42f3-81d6-4e385d692ad0 {
  margin-top: 20px;
margin-left: 5px;
}

#s-774fbfdb-59e7-4ff9-ae3e-cb369a64bb74 {
  min-height: 250px;
}








#s-774fbfdb-59e7-4ff9-ae3e-cb369a64bb74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-774fbfdb-59e7-4ff9-ae3e-cb369a64bb74.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d1059142-b90b-483e-9132-ab1ad231e763 {
  margin-top: 20px;
margin-left: 5px;
}

#s-22fa8f81-7e74-429c-a344-7b82d4d2d487 {
  margin-top: 20px;
margin-left: 5px;
}

@media (min-width: 0px) {
[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-22fa8f81-7e74-429c-a344-7b82d4d2d487"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.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: ;
  font-family: ;
}

.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-446e8532-9359-4299-a754-30bebb81c794 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-446e8532-9359-4299-a754-30bebb81c794:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-446e8532-9359-4299-a754-30bebb81c794:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-446e8532-9359-4299-a754-30bebb81c794-root {
    text-align: center;
  }


#s-446e8532-9359-4299-a754-30bebb81c794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-446e8532-9359-4299-a754-30bebb81c794-root {
    text-align: center;
  }


#s-446e8532-9359-4299-a754-30bebb81c794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-446e8532-9359-4299-a754-30bebb81c794-root {
    text-align: center;
  }


#s-446e8532-9359-4299-a754-30bebb81c794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-446e8532-9359-4299-a754-30bebb81c794-root {
    text-align: center;
  }


#s-446e8532-9359-4299-a754-30bebb81c794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-446e8532-9359-4299-a754-30bebb81c794-root {
    text-align: center;
  }


#s-446e8532-9359-4299-a754-30bebb81c794.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-961a267b-b265-4d2f-bf70-d0836246d83b {
  min-height: 200px;
}








#s-961a267b-b265-4d2f-bf70-d0836246d83b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961a267b-b265-4d2f-bf70-d0836246d83b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d6b53ee3-e60e-40e5-b8b6-d3eb93ead35e {
  margin-top: 20px;
margin-left: 5px;
}

#s-eb280457-6128-478b-a989-26952c8f9a5b {
  margin-top: 20px;
margin-left: 5px;
}

@media (min-width: 0px) {
[id="s-eb280457-6128-478b-a989-26952c8f9a5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eb280457-6128-478b-a989-26952c8f9a5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eb280457-6128-478b-a989-26952c8f9a5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb280457-6128-478b-a989-26952c8f9a5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2a7dce5b-d385-4aa8-a65d-f7868c664913 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2a7dce5b-d385-4aa8-a65d-f7868c664913:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a7dce5b-d385-4aa8-a65d-f7868c664913:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2a7dce5b-d385-4aa8-a65d-f7868c664913-root {
    text-align: center;
  }


#s-2a7dce5b-d385-4aa8-a65d-f7868c664913.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2a7dce5b-d385-4aa8-a65d-f7868c664913-root {
    text-align: center;
  }


#s-2a7dce5b-d385-4aa8-a65d-f7868c664913.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a7dce5b-d385-4aa8-a65d-f7868c664913-root {
    text-align: center;
  }


#s-2a7dce5b-d385-4aa8-a65d-f7868c664913.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a7dce5b-d385-4aa8-a65d-f7868c664913-root {
    text-align: center;
  }


#s-2a7dce5b-d385-4aa8-a65d-f7868c664913.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2a7dce5b-d385-4aa8-a65d-f7868c664913-root {
    text-align: center;
  }


#s-2a7dce5b-d385-4aa8-a65d-f7868c664913.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-2e6d0575-fa81-45ee-a666-a4e35d13cd77 {
  margin-top: 30px;
margin-left: 5px;
}

#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf {
  min-height: 500px;
}
@media (min-width: 1200px){#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf {
  display: none;
}
#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf, #wrap-s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf {
  display: none;
}
#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf, #wrap-s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf {
  display: none;
}
#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf, #wrap-s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf { display:none !important; }}@media (max-width: 767px){#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf {
  
}
}







#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bd2944f-d232-432d-a7ef-9ba93b3c51cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca {
  margin-top: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca {
  display: none;
}
#s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca, #wrap-s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca {
  display: none;
}
#s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca, #wrap-s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca {
  display: none;
}
#s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca, #wrap-s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca { display:none !important; }}
@media (min-width: 0px) {
[id="s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d10b0dfc-49c8-4d92-adf3-dd0e9e4a68ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-9dabc49b-a40d-425b-ba39-a62470f46d5b {
  min-height: 500px;
}








#s-9dabc49b-a40d-425b-ba39-a62470f46d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dabc49b-a40d-425b-ba39-a62470f46d5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df9a6f52-21fc-4ac8-aa81-7bc53171a2dd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-df9a6f52-21fc-4ac8-aa81-7bc53171a2dd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-d3cd4d45-91c7-468d-8b03-5b6a4e1b15e2 {
  padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(205, 205, 205, 0);
}

#s-d3cd4d45-91c7-468d-8b03-5b6a4e1b15e2 .shogun-success-alert {
  background-color: rgba(239, 239, 239, 1);
  color: rgba(90, 237, 78, 1);
}

#s-d3cd4d45-91c7-468d-8b03-5b6a4e1b15e2 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-d3cd4d45-91c7-468d-8b03-5b6a4e1b15e2 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-d3cd4d45-91c7-468d-8b03-5b6a4e1b15e2 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-d3cd4d45-91c7-468d-8b03-5b6a4e1b15e2 .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-d3cd4d45-91c7-468d-8b03-5b6a4e1b15e2 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-acece186-adfb-44a9-959f-d8b47ca3a580 {
  margin-top: 100px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-acece186-adfb-44a9-959f-d8b47ca3a580 {
  display: none;
}
#s-acece186-adfb-44a9-959f-d8b47ca3a580, #wrap-s-acece186-adfb-44a9-959f-d8b47ca3a580 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acece186-adfb-44a9-959f-d8b47ca3a580 {
  display: none;
}
#s-acece186-adfb-44a9-959f-d8b47ca3a580, #wrap-s-acece186-adfb-44a9-959f-d8b47ca3a580 { display:none !important; }}@media (max-width: 767px){#s-acece186-adfb-44a9-959f-d8b47ca3a580 {
  display: none;
}
#s-acece186-adfb-44a9-959f-d8b47ca3a580, #wrap-s-acece186-adfb-44a9-959f-d8b47ca3a580 { display:none !important; }}
@media (min-width: 0px) {
[id="s-acece186-adfb-44a9-959f-d8b47ca3a580"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acece186-adfb-44a9-959f-d8b47ca3a580"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acece186-adfb-44a9-959f-d8b47ca3a580"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-acece186-adfb-44a9-959f-d8b47ca3a580"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acece186-adfb-44a9-959f-d8b47ca3a580"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-acece186-adfb-44a9-959f-d8b47ca3a580"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-acece186-adfb-44a9-959f-d8b47ca3a580"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-d7c948fb-565d-4b4b-9fe0-4c986a40b1e4 {
  min-height: 500px;
}








#s-d7c948fb-565d-4b4b-9fe0-4c986a40b1e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7c948fb-565d-4b4b-9fe0-4c986a40b1e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96a59c64-a785-4e8c-a843-268ac6003aa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96a59c64-a785-4e8c-a843-268ac6003aa7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-1a9fbc95-251d-4357-838b-b957e65ed05f {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(205, 205, 205, 0);
}

#s-1a9fbc95-251d-4357-838b-b957e65ed05f .shogun-success-alert {
  background-color: rgba(239, 239, 239, 1);
  color: rgba(90, 237, 78, 1);
}

#s-1a9fbc95-251d-4357-838b-b957e65ed05f .shogun-form .shogun-form-label {
  color: rgba(14, 14, 14, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-1a9fbc95-251d-4357-838b-b957e65ed05f .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-1a9fbc95-251d-4357-838b-b957e65ed05f .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-1a9fbc95-251d-4357-838b-b957e65ed05f .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-1a9fbc95-251d-4357-838b-b957e65ed05f .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-e1f60e86-cea5-4e88-a191-9fcd16df8328 {
  margin-top: 100px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e1f60e86-cea5-4e88-a191-9fcd16df8328 {
  display: none;
}
#s-e1f60e86-cea5-4e88-a191-9fcd16df8328, #wrap-s-e1f60e86-cea5-4e88-a191-9fcd16df8328 { display:none !important; }}@media (max-width: 767px){#s-e1f60e86-cea5-4e88-a191-9fcd16df8328 {
  display: none;
}
#s-e1f60e86-cea5-4e88-a191-9fcd16df8328, #wrap-s-e1f60e86-cea5-4e88-a191-9fcd16df8328 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e1f60e86-cea5-4e88-a191-9fcd16df8328"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1f60e86-cea5-4e88-a191-9fcd16df8328"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1f60e86-cea5-4e88-a191-9fcd16df8328"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e1f60e86-cea5-4e88-a191-9fcd16df8328"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1f60e86-cea5-4e88-a191-9fcd16df8328"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1f60e86-cea5-4e88-a191-9fcd16df8328"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e1f60e86-cea5-4e88-a191-9fcd16df8328"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-a6e6ca4b-2876-43ff-b707-800477a20553 {
  min-height: 500px;
}








#s-a6e6ca4b-2876-43ff-b707-800477a20553 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6e6ca4b-2876-43ff-b707-800477a20553.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a7dd4a3-df0c-425c-8618-e82613a8c039 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a7dd4a3-df0c-425c-8618-e82613a8c039 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-0af99d39-7285-40cb-b6d0-ab340eb95e42 {
  padding-top: 25px;
padding-left: 100px;
padding-right: 100px;
background-color: rgba(205, 205, 205, 0);
}

#s-0af99d39-7285-40cb-b6d0-ab340eb95e42 .shogun-success-alert {
  background-color: rgba(239, 239, 239, 1);
  color: rgba(90, 237, 78, 1);
}

#s-0af99d39-7285-40cb-b6d0-ab340eb95e42 .shogun-form .shogun-form-label {
  color: rgba(14, 14, 14, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-0af99d39-7285-40cb-b6d0-ab340eb95e42 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-0af99d39-7285-40cb-b6d0-ab340eb95e42 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-0af99d39-7285-40cb-b6d0-ab340eb95e42 .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-0af99d39-7285-40cb-b6d0-ab340eb95e42 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-cef3db23-ce3b-425f-9d50-3f6d04982063 {
  min-height: 500px;
}
@media (min-width: 1200px){#s-cef3db23-ce3b-425f-9d50-3f6d04982063 {
  display: none;
}
#s-cef3db23-ce3b-425f-9d50-3f6d04982063, #wrap-s-cef3db23-ce3b-425f-9d50-3f6d04982063 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cef3db23-ce3b-425f-9d50-3f6d04982063 {
  display: none;
}
#s-cef3db23-ce3b-425f-9d50-3f6d04982063, #wrap-s-cef3db23-ce3b-425f-9d50-3f6d04982063 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cef3db23-ce3b-425f-9d50-3f6d04982063 {
  
}
}@media (max-width: 767px){#s-cef3db23-ce3b-425f-9d50-3f6d04982063 {
  display: none;
}
#s-cef3db23-ce3b-425f-9d50-3f6d04982063, #wrap-s-cef3db23-ce3b-425f-9d50-3f6d04982063 { display:none !important; }}







#s-cef3db23-ce3b-425f-9d50-3f6d04982063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cef3db23-ce3b-425f-9d50-3f6d04982063.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5d0817a7-0071-46e9-834b-0210ff3672f7 {
  margin-top: 50px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-5d0817a7-0071-46e9-834b-0210ff3672f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d0817a7-0071-46e9-834b-0210ff3672f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d0817a7-0071-46e9-834b-0210ff3672f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d0817a7-0071-46e9-834b-0210ff3672f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d0817a7-0071-46e9-834b-0210ff3672f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d0817a7-0071-46e9-834b-0210ff3672f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d0817a7-0071-46e9-834b-0210ff3672f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-8de2f31a-b3b0-4707-8b5e-f6a97ffd7f07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8de2f31a-b3b0-4707-8b5e-f6a97ffd7f07 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-47ae4600-25dc-4189-84d0-51353782ab38 {
  margin-top: 20px;
}

#s-237aad10-b946-44e6-bb59-bb620a5895c3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(229, 229, 229, 1);
}

#s-237aad10-b946-44e6-bb59-bb620a5895c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-237aad10-b946-44e6-bb59-bb620a5895c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 187, 58, 1);
}

#s-237aad10-b946-44e6-bb59-bb620a5895c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(229, 229, 229, 1);
}

#s-237aad10-b946-44e6-bb59-bb620a5895c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 187, 58, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-237aad10-b946-44e6-bb59-bb620a5895c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2b7f41ad-5fa9-4d56-ba85-c6be7d8c3f96 {
  min-height: 100px;
}








#s-2b7f41ad-5fa9-4d56-ba85-c6be7d8c3f96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7f41ad-5fa9-4d56-ba85-c6be7d8c3f96.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-33462de8-97da-4279-a9c3-6d6562cdf049 {
  margin-top: 20px;
margin-left: 5px;
}

#s-57b02dba-5559-412b-b89f-feb1edf9c0a7 {
  margin-left: 5px;
min-height: 80px;
}








#s-57b02dba-5559-412b-b89f-feb1edf9c0a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57b02dba-5559-412b-b89f-feb1edf9c0a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d1104338-ee46-41b8-a3c5-7d81776c622d {
  margin-top: 20px;
}

#s-7d6d165d-c6ac-4a76-a3c9-e2626bcc9f07 {
  min-height: 150px;
}








#s-7d6d165d-c6ac-4a76-a3c9-e2626bcc9f07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d6d165d-c6ac-4a76-a3c9-e2626bcc9f07.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-754b488b-a107-40be-a199-7b934969a304 {
  margin-top: 20px;
margin-left: 5px;
}

#s-e83d02f2-db25-4b40-af4f-bb6129403d85 {
  min-height: 150px;
}








#s-e83d02f2-db25-4b40-af4f-bb6129403d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e83d02f2-db25-4b40-af4f-bb6129403d85.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed25dd58-c86a-485a-9026-817511adca05 {
  margin-top: 20px;
margin-left: 5px;
}

#s-e4671bb6-fca8-46c9-87fb-2e78d6aaafe2 {
  min-height: 150px;
}








#s-e4671bb6-fca8-46c9-87fb-2e78d6aaafe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4671bb6-fca8-46c9-87fb-2e78d6aaafe2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed78a797-85dc-4522-8de1-2845cb98e865 {
  margin-top: 20px;
margin-left: 5px;
}

#s-bee0aef5-05f1-47de-b9d0-3e351b732a47 {
  min-height: 250px;
}








#s-bee0aef5-05f1-47de-b9d0-3e351b732a47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bee0aef5-05f1-47de-b9d0-3e351b732a47.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9c989029-1065-49fb-aec8-b6c50e0479cd {
  margin-top: 20px;
margin-left: 5px;
}

#s-b578bd0a-1a0d-4712-8935-dec371f28aa1 {
  margin-top: 20px;
margin-left: 5px;
}

@media (min-width: 0px) {
[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b578bd0a-1a0d-4712-8935-dec371f28aa1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d-root {
    text-align: center;
  }


#s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d-root {
    text-align: center;
  }


#s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d-root {
    text-align: center;
  }


#s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d-root {
    text-align: center;
  }


#s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d-root {
    text-align: center;
  }


#s-418ad6a3-a7a4-4f1e-b46c-14e062f51b5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-b9498b49-4bbd-44d2-b090-116bc0a642aa {
  min-height: 200px;
}








#s-b9498b49-4bbd-44d2-b090-116bc0a642aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9498b49-4bbd-44d2-b090-116bc0a642aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9f9e047b-ca63-477c-b07a-25b04d02a30e {
  margin-top: 20px;
margin-left: 5px;
}

#s-f026a72e-c444-4cd6-93a6-919bc167bb3a {
  margin-top: 20px;
margin-left: 5px;
}

@media (min-width: 0px) {
[id="s-f026a72e-c444-4cd6-93a6-919bc167bb3a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f026a72e-c444-4cd6-93a6-919bc167bb3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f026a72e-c444-4cd6-93a6-919bc167bb3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f026a72e-c444-4cd6-93a6-919bc167bb3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0801959b-f493-4a25-a0e7-ce2bbd2765f9 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0801959b-f493-4a25-a0e7-ce2bbd2765f9:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0801959b-f493-4a25-a0e7-ce2bbd2765f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0801959b-f493-4a25-a0e7-ce2bbd2765f9-root {
    text-align: center;
  }


#s-0801959b-f493-4a25-a0e7-ce2bbd2765f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0801959b-f493-4a25-a0e7-ce2bbd2765f9-root {
    text-align: center;
  }


#s-0801959b-f493-4a25-a0e7-ce2bbd2765f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0801959b-f493-4a25-a0e7-ce2bbd2765f9-root {
    text-align: center;
  }


#s-0801959b-f493-4a25-a0e7-ce2bbd2765f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0801959b-f493-4a25-a0e7-ce2bbd2765f9-root {
    text-align: center;
  }


#s-0801959b-f493-4a25-a0e7-ce2bbd2765f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0801959b-f493-4a25-a0e7-ce2bbd2765f9-root {
    text-align: center;
  }


#s-0801959b-f493-4a25-a0e7-ce2bbd2765f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-7a772707-9e29-4ac5-96fc-136482a14042 {
  margin-top: 30px;
margin-left: 5px;
}

#s-58d30b9c-62bb-4571-91dc-818c05aee7b6 {
  margin-top: 100px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-58d30b9c-62bb-4571-91dc-818c05aee7b6 {
  display: none;
}
#s-58d30b9c-62bb-4571-91dc-818c05aee7b6, #wrap-s-58d30b9c-62bb-4571-91dc-818c05aee7b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58d30b9c-62bb-4571-91dc-818c05aee7b6 {
  display: none;
}
#s-58d30b9c-62bb-4571-91dc-818c05aee7b6, #wrap-s-58d30b9c-62bb-4571-91dc-818c05aee7b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58d30b9c-62bb-4571-91dc-818c05aee7b6 {
  display: none;
}
#s-58d30b9c-62bb-4571-91dc-818c05aee7b6, #wrap-s-58d30b9c-62bb-4571-91dc-818c05aee7b6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-58d30b9c-62bb-4571-91dc-818c05aee7b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58d30b9c-62bb-4571-91dc-818c05aee7b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58d30b9c-62bb-4571-91dc-818c05aee7b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-58d30b9c-62bb-4571-91dc-818c05aee7b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58d30b9c-62bb-4571-91dc-818c05aee7b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-58d30b9c-62bb-4571-91dc-818c05aee7b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58d30b9c-62bb-4571-91dc-818c05aee7b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-141a4738-9e32-4225-956b-4153308ade9a {
  min-height: 500px;
}








#s-141a4738-9e32-4225-956b-4153308ade9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-141a4738-9e32-4225-956b-4153308ade9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46315754-3057-4cae-a5d2-2b245d16fffd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46315754-3057-4cae-a5d2-2b245d16fffd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-e7f38b0b-a2d8-445e-94c5-e86a09391d42 {
  padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(205, 205, 205, 0);
}

#s-e7f38b0b-a2d8-445e-94c5-e86a09391d42 .shogun-success-alert {
  background-color: rgba(239, 239, 239, 1);
  color: rgba(90, 237, 78, 1);
}

#s-e7f38b0b-a2d8-445e-94c5-e86a09391d42 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-e7f38b0b-a2d8-445e-94c5-e86a09391d42 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-e7f38b0b-a2d8-445e-94c5-e86a09391d42 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-e7f38b0b-a2d8-445e-94c5-e86a09391d42 .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-e7f38b0b-a2d8-445e-94c5-e86a09391d42 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-719189c9-5215-4a40-b813-d38f17ed3f5e {
  margin-top: 100px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-719189c9-5215-4a40-b813-d38f17ed3f5e {
  display: none;
}
#s-719189c9-5215-4a40-b813-d38f17ed3f5e, #wrap-s-719189c9-5215-4a40-b813-d38f17ed3f5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-719189c9-5215-4a40-b813-d38f17ed3f5e {
  display: none;
}
#s-719189c9-5215-4a40-b813-d38f17ed3f5e, #wrap-s-719189c9-5215-4a40-b813-d38f17ed3f5e { display:none !important; }}@media (max-width: 767px){#s-719189c9-5215-4a40-b813-d38f17ed3f5e {
  display: none;
}
#s-719189c9-5215-4a40-b813-d38f17ed3f5e, #wrap-s-719189c9-5215-4a40-b813-d38f17ed3f5e { display:none !important; }}
@media (min-width: 0px) {
[id="s-719189c9-5215-4a40-b813-d38f17ed3f5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-719189c9-5215-4a40-b813-d38f17ed3f5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-719189c9-5215-4a40-b813-d38f17ed3f5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-719189c9-5215-4a40-b813-d38f17ed3f5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-719189c9-5215-4a40-b813-d38f17ed3f5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-719189c9-5215-4a40-b813-d38f17ed3f5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-719189c9-5215-4a40-b813-d38f17ed3f5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-4cd27e25-3bf1-4cc5-b57a-40716c4f6ad5 {
  min-height: 500px;
}








#s-4cd27e25-3bf1-4cc5-b57a-40716c4f6ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cd27e25-3bf1-4cc5-b57a-40716c4f6ad5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e602fbf-5b99-4ba1-a8eb-d47d9a7e25f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e602fbf-5b99-4ba1-a8eb-d47d9a7e25f2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-c152ddfd-734c-49e0-b2ac-d3789e76f097 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(205, 205, 205, 0);
}

#s-c152ddfd-734c-49e0-b2ac-d3789e76f097 .shogun-success-alert {
  background-color: rgba(239, 239, 239, 1);
  color: rgba(90, 237, 78, 1);
}

#s-c152ddfd-734c-49e0-b2ac-d3789e76f097 .shogun-form .shogun-form-label {
  color: rgba(14, 14, 14, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-c152ddfd-734c-49e0-b2ac-d3789e76f097 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-c152ddfd-734c-49e0-b2ac-d3789e76f097 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-c152ddfd-734c-49e0-b2ac-d3789e76f097 .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-c152ddfd-734c-49e0-b2ac-d3789e76f097 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-4389936f-4d96-4857-a86c-4e392ebe169f {
  margin-top: 100px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4389936f-4d96-4857-a86c-4e392ebe169f {
  display: none;
}
#s-4389936f-4d96-4857-a86c-4e392ebe169f, #wrap-s-4389936f-4d96-4857-a86c-4e392ebe169f { display:none !important; }}@media (max-width: 767px){#s-4389936f-4d96-4857-a86c-4e392ebe169f {
  display: none;
}
#s-4389936f-4d96-4857-a86c-4e392ebe169f, #wrap-s-4389936f-4d96-4857-a86c-4e392ebe169f { display:none !important; }}
@media (min-width: 0px) {
[id="s-4389936f-4d96-4857-a86c-4e392ebe169f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4389936f-4d96-4857-a86c-4e392ebe169f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4389936f-4d96-4857-a86c-4e392ebe169f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4389936f-4d96-4857-a86c-4e392ebe169f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4389936f-4d96-4857-a86c-4e392ebe169f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4389936f-4d96-4857-a86c-4e392ebe169f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4389936f-4d96-4857-a86c-4e392ebe169f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-644159f9-3c1e-4aca-b124-68fd6f976ba5 {
  min-height: 500px;
}








#s-644159f9-3c1e-4aca-b124-68fd6f976ba5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-644159f9-3c1e-4aca-b124-68fd6f976ba5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56b5fe4d-5303-44d4-86f2-5431db873539 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56b5fe4d-5303-44d4-86f2-5431db873539 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-cf2d61bc-4e6b-4f8a-baec-07338dd4facc {
  padding-top: 25px;
padding-left: 100px;
padding-right: 100px;
background-color: rgba(205, 205, 205, 0);
}

#s-cf2d61bc-4e6b-4f8a-baec-07338dd4facc .shogun-success-alert {
  background-color: rgba(239, 239, 239, 1);
  color: rgba(90, 237, 78, 1);
}

#s-cf2d61bc-4e6b-4f8a-baec-07338dd4facc .shogun-form .shogun-form-label {
  color: rgba(14, 14, 14, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-cf2d61bc-4e6b-4f8a-baec-07338dd4facc .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-cf2d61bc-4e6b-4f8a-baec-07338dd4facc .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-cf2d61bc-4e6b-4f8a-baec-07338dd4facc .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-cf2d61bc-4e6b-4f8a-baec-07338dd4facc .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-269b45a8-9a0e-40ca-b21d-2cd3affb07c7 {
  min-height: 950px;
}
@media (min-width: 768px) and (max-width: 991px){#s-269b45a8-9a0e-40ca-b21d-2cd3affb07c7 {
  display: none;
}
#s-269b45a8-9a0e-40ca-b21d-2cd3affb07c7, #wrap-s-269b45a8-9a0e-40ca-b21d-2cd3affb07c7 { display:none !important; }}@media (max-width: 767px){#s-269b45a8-9a0e-40ca-b21d-2cd3affb07c7 {
  display: none;
}
#s-269b45a8-9a0e-40ca-b21d-2cd3affb07c7, #wrap-s-269b45a8-9a0e-40ca-b21d-2cd3affb07c7 { display:none !important; }}







#s-269b45a8-9a0e-40ca-b21d-2cd3affb07c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-269b45a8-9a0e-40ca-b21d-2cd3affb07c7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d962237b-a66b-40e9-8021-d2c4384b19c7 {
  margin-top: 100px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d962237b-a66b-40e9-8021-d2c4384b19c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d962237b-a66b-40e9-8021-d2c4384b19c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d962237b-a66b-40e9-8021-d2c4384b19c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d962237b-a66b-40e9-8021-d2c4384b19c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d962237b-a66b-40e9-8021-d2c4384b19c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d962237b-a66b-40e9-8021-d2c4384b19c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d962237b-a66b-40e9-8021-d2c4384b19c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-fd751ec0-c583-4a16-821c-9cbe70cf514d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd751ec0-c583-4a16-821c-9cbe70cf514d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-ef55263a-fe8b-402f-8080-a28d643f4aaf {
  margin-top: 20px;
}

#s-a1410a5d-252f-4590-977b-4912a4c3eb3b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(229, 229, 229, 1);
}

#s-a1410a5d-252f-4590-977b-4912a4c3eb3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a1410a5d-252f-4590-977b-4912a4c3eb3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(68, 187, 58, 1);
}

#s-a1410a5d-252f-4590-977b-4912a4c3eb3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(229, 229, 229, 1);
}

#s-a1410a5d-252f-4590-977b-4912a4c3eb3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(68, 187, 58, 1);
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-a1410a5d-252f-4590-977b-4912a4c3eb3b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-30dfd678-4567-46c4-9ee6-33b8f2a1342d {
  min-height: 100px;
}








#s-30dfd678-4567-46c4-9ee6-33b8f2a1342d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30dfd678-4567-46c4-9ee6-33b8f2a1342d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d7f0afa-6f01-4d39-aaba-b43d54f4367e {
  margin-top: 20px;
margin-left: 5px;
}

#s-273cf880-a348-4e02-abfd-0ee201ba7c06 {
  margin-left: 5px;
min-height: 80px;
}








#s-273cf880-a348-4e02-abfd-0ee201ba7c06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-273cf880-a348-4e02-abfd-0ee201ba7c06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-164f62dd-af19-49ff-8807-c3c72fec759f {
  margin-top: 20px;
}

#s-e9cf433b-1962-4c3e-979c-280c1656f88e {
  min-height: 150px;
}








#s-e9cf433b-1962-4c3e-979c-280c1656f88e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9cf433b-1962-4c3e-979c-280c1656f88e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7dd0b153-f653-4f90-9777-4b44e5f6d1b2 {
  margin-top: 20px;
margin-left: 5px;
}

#s-f813855f-6755-4883-a834-625d154c4241 {
  min-height: 150px;
}








#s-f813855f-6755-4883-a834-625d154c4241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f813855f-6755-4883-a834-625d154c4241.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e521ecb-79f3-4e2c-8b50-17c3874566fb {
  margin-top: 20px;
margin-left: 5px;
}

#s-b0732bee-b512-415a-9164-6fa2712c800d {
  min-height: 150px;
}








#s-b0732bee-b512-415a-9164-6fa2712c800d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0732bee-b512-415a-9164-6fa2712c800d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6bb1a683-a9c1-4702-a8ca-e86959a9584e {
  margin-top: 20px;
margin-left: 5px;
}

#s-ce1126c2-7d7a-4bae-b214-7e69f8c17058 {
  min-height: 250px;
}








#s-ce1126c2-7d7a-4bae-b214-7e69f8c17058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce1126c2-7d7a-4bae-b214-7e69f8c17058.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1589d322-ee87-48d7-a556-5b4a8e0080af {
  margin-top: 20px;
margin-left: 5px;
}

#s-b6012049-c2c0-4689-969a-32214148c237 {
  margin-top: 20px;
margin-left: 5px;
}

@media (min-width: 0px) {
[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b6012049-c2c0-4689-969a-32214148c237"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d76fefcd-9881-4a57-a210-fc836b8eff1e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d76fefcd-9881-4a57-a210-fc836b8eff1e:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d76fefcd-9881-4a57-a210-fc836b8eff1e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d76fefcd-9881-4a57-a210-fc836b8eff1e-root {
    text-align: center;
  }


#s-d76fefcd-9881-4a57-a210-fc836b8eff1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d76fefcd-9881-4a57-a210-fc836b8eff1e-root {
    text-align: center;
  }


#s-d76fefcd-9881-4a57-a210-fc836b8eff1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d76fefcd-9881-4a57-a210-fc836b8eff1e-root {
    text-align: center;
  }


#s-d76fefcd-9881-4a57-a210-fc836b8eff1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d76fefcd-9881-4a57-a210-fc836b8eff1e-root {
    text-align: center;
  }


#s-d76fefcd-9881-4a57-a210-fc836b8eff1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d76fefcd-9881-4a57-a210-fc836b8eff1e-root {
    text-align: center;
  }


#s-d76fefcd-9881-4a57-a210-fc836b8eff1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-f013791f-375e-40f1-ba9f-d7d29181fc5e {
  min-height: 200px;
}








#s-f013791f-375e-40f1-ba9f-d7d29181fc5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f013791f-375e-40f1-ba9f-d7d29181fc5e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c4b652dc-c37d-4ae2-82c8-1e96601e696e {
  margin-top: 20px;
margin-left: 5px;
}

#s-3337c935-f39b-42df-be0c-f72ad2dbb07f {
  margin-top: 20px;
margin-left: 5px;
}

@media (min-width: 0px) {
[id="s-3337c935-f39b-42df-be0c-f72ad2dbb07f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3337c935-f39b-42df-be0c-f72ad2dbb07f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3337c935-f39b-42df-be0c-f72ad2dbb07f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3337c935-f39b-42df-be0c-f72ad2dbb07f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c56e2b90-1c27-4c30-8900-1bb6350a5abd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 2px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c56e2b90-1c27-4c30-8900-1bb6350a5abd:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c56e2b90-1c27-4c30-8900-1bb6350a5abd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c56e2b90-1c27-4c30-8900-1bb6350a5abd-root {
    text-align: center;
  }


#s-c56e2b90-1c27-4c30-8900-1bb6350a5abd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c56e2b90-1c27-4c30-8900-1bb6350a5abd-root {
    text-align: center;
  }


#s-c56e2b90-1c27-4c30-8900-1bb6350a5abd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c56e2b90-1c27-4c30-8900-1bb6350a5abd-root {
    text-align: center;
  }


#s-c56e2b90-1c27-4c30-8900-1bb6350a5abd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c56e2b90-1c27-4c30-8900-1bb6350a5abd-root {
    text-align: center;
  }


#s-c56e2b90-1c27-4c30-8900-1bb6350a5abd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c56e2b90-1c27-4c30-8900-1bb6350a5abd-root {
    text-align: center;
  }


#s-c56e2b90-1c27-4c30-8900-1bb6350a5abd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-2cf3015d-6e0c-45b7-b2d9-d67a88f398d0 {
  margin-top: 30px;
margin-left: 5px;
}

#s-c729b872-609f-4eb5-beb0-3e5f6989cb66 {
  margin-top: 100px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-c729b872-609f-4eb5-beb0-3e5f6989cb66 {
  display: none;
}
#s-c729b872-609f-4eb5-beb0-3e5f6989cb66, #wrap-s-c729b872-609f-4eb5-beb0-3e5f6989cb66 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c729b872-609f-4eb5-beb0-3e5f6989cb66 {
  display: none;
}
#s-c729b872-609f-4eb5-beb0-3e5f6989cb66, #wrap-s-c729b872-609f-4eb5-beb0-3e5f6989cb66 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c729b872-609f-4eb5-beb0-3e5f6989cb66 {
  display: none;
}
#s-c729b872-609f-4eb5-beb0-3e5f6989cb66, #wrap-s-c729b872-609f-4eb5-beb0-3e5f6989cb66 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c729b872-609f-4eb5-beb0-3e5f6989cb66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c729b872-609f-4eb5-beb0-3e5f6989cb66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c729b872-609f-4eb5-beb0-3e5f6989cb66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c729b872-609f-4eb5-beb0-3e5f6989cb66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c729b872-609f-4eb5-beb0-3e5f6989cb66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c729b872-609f-4eb5-beb0-3e5f6989cb66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c729b872-609f-4eb5-beb0-3e5f6989cb66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f520253b-7777-40a7-baac-93f607fb2f62 {
  min-height: 500px;
}








#s-f520253b-7777-40a7-baac-93f607fb2f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f520253b-7777-40a7-baac-93f607fb2f62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ed08f35-4831-4bd1-be25-fd2bdbe24f56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ed08f35-4831-4bd1-be25-fd2bdbe24f56 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-deb855dc-8d24-4f18-8883-4236a53cf8f7 {
  padding-top: 25px;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(205, 205, 205, 0);
}

#s-deb855dc-8d24-4f18-8883-4236a53cf8f7 .shogun-success-alert {
  background-color: rgba(239, 239, 239, 1);
  color: rgba(90, 237, 78, 1);
}

#s-deb855dc-8d24-4f18-8883-4236a53cf8f7 .shogun-form .shogun-form-label {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-deb855dc-8d24-4f18-8883-4236a53cf8f7 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-deb855dc-8d24-4f18-8883-4236a53cf8f7 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-deb855dc-8d24-4f18-8883-4236a53cf8f7 .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-deb855dc-8d24-4f18-8883-4236a53cf8f7 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-9900e379-e252-4b67-8c22-978902ce2a65 {
  margin-top: 100px;
background-color: rgba(241, 241, 241, 1);
}
@media (max-width: 767px){#s-9900e379-e252-4b67-8c22-978902ce2a65 {
  display: none;
}
#s-9900e379-e252-4b67-8c22-978902ce2a65, #wrap-s-9900e379-e252-4b67-8c22-978902ce2a65 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9900e379-e252-4b67-8c22-978902ce2a65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9900e379-e252-4b67-8c22-978902ce2a65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9900e379-e252-4b67-8c22-978902ce2a65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9900e379-e252-4b67-8c22-978902ce2a65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9900e379-e252-4b67-8c22-978902ce2a65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9900e379-e252-4b67-8c22-978902ce2a65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9900e379-e252-4b67-8c22-978902ce2a65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-5f3b7c4f-63e4-4296-a622-13f51dd40495 {
  min-height: 500px;
}








#s-5f3b7c4f-63e4-4296-a622-13f51dd40495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f3b7c4f-63e4-4296-a622-13f51dd40495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f265832f-5d43-44f7-b965-c64294ea3efd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f265832f-5d43-44f7-b965-c64294ea3efd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-fd2bd993-8f0c-4eea-b4cf-17856d47631f {
  padding-top: 25px;
padding-left: 100px;
padding-right: 100px;
background-color: rgba(205, 205, 205, 0);
}

#s-fd2bd993-8f0c-4eea-b4cf-17856d47631f .shogun-success-alert {
  background-color: rgba(239, 239, 239, 1);
  color: rgba(90, 237, 78, 1);
}

#s-fd2bd993-8f0c-4eea-b4cf-17856d47631f .shogun-form .shogun-form-label {
  color: rgba(14, 14, 14, 1);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-fd2bd993-8f0c-4eea-b4cf-17856d47631f .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-fd2bd993-8f0c-4eea-b4cf-17856d47631f .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-fd2bd993-8f0c-4eea-b4cf-17856d47631f .shogun-form .shogun-form-submit-container {
  text-align: left;
}

#s-fd2bd993-8f0c-4eea-b4cf-17856d47631f .shogun-form .shogun-form-submit-label {
  color:  !important;
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}