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

.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-91510729-eef1-4fd6-919f-468f431494e9 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(223, 205, 10, 1);
}








#s-91510729-eef1-4fd6-919f-468f431494e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91510729-eef1-4fd6-919f-468f431494e9.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-0467c754-abbb-48d6-8598-ee614b5b7c44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0467c754-abbb-48d6-8598-ee614b5b7c44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0467c754-abbb-48d6-8598-ee614b5b7c44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0467c754-abbb-48d6-8598-ee614b5b7c44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-8c3011de-2342-4236-b579-f8a4a09ca266 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
max-width: 434px;
}

#s-8c3011de-2342-4236-b579-f8a4a09ca266 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-8c3011de-2342-4236-b579-f8a4a09ca266 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-8c3011de-2342-4236-b579-f8a4a09ca266 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 29, 29, 1);
}

#s-8c3011de-2342-4236-b579-f8a4a09ca266 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-8c3011de-2342-4236-b579-f8a4a09ca266 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 29, 29, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8c3011de-2342-4236-b579-f8a4a09ca266 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dde37c4e-2829-4703-a59e-b910363a064c {
  margin-right: 10px;
}

#s-53a615fe-3686-4cd6-8c8e-5138f829a268 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
max-width: 434px;
}

#s-53a615fe-3686-4cd6-8c8e-5138f829a268 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-53a615fe-3686-4cd6-8c8e-5138f829a268 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-53a615fe-3686-4cd6-8c8e-5138f829a268 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 29, 29, 1);
}

#s-53a615fe-3686-4cd6-8c8e-5138f829a268 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-53a615fe-3686-4cd6-8c8e-5138f829a268 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 29, 29, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-53a615fe-3686-4cd6-8c8e-5138f829a268 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b1f94fcb-0969-4cc5-97cc-1d558a67ec3b {
  margin-left: 10px;
margin-right: 10px;
}

#s-42c5c42a-d1db-4bbe-961c-8883b976cd3e {
  min-height: 50px;
background-color: rgba(249, 224, 77, 1);
}








#s-42c5c42a-d1db-4bbe-961c-8883b976cd3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42c5c42a-d1db-4bbe-961c-8883b976cd3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49ccfe7f-a5bb-4cdf-828c-3cc2b640d481 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-49ccfe7f-a5bb-4cdf-828c-3cc2b640d481"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49ccfe7f-a5bb-4cdf-828c-3cc2b640d481"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49ccfe7f-a5bb-4cdf-828c-3cc2b640d481"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49ccfe7f-a5bb-4cdf-828c-3cc2b640d481"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-49ccfe7f-a5bb-4cdf-828c-3cc2b640d481"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8ca3b1f9-1c18-4836-965f-f3535d5604f2 {
  margin-left: 20%;
padding-right: 10%;
}








#s-8ca3b1f9-1c18-4836-965f-f3535d5604f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ca3b1f9-1c18-4836-965f-f3535d5604f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-9f09c300-0018-4cea-baf4-e172aac98955 {
  text-align: left;
}

#s-9f09c300-0018-4cea-baf4-e172aac98955 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-3e9eebf5-5feb-41bf-887c-8e080c83d8e0 {
  margin-top: 20px;
margin-bottom: 20px;
}

.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-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(28, 29, 29, 1);
}
#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e:hover {background-color: rgba(235, 235, 235, 1) !important;
text-decoration: none !important;
color: rgba(29, 29, 29, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(28, 29, 29, 1) !important;}@media (min-width: 1200px){#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e {
  display: none;
}
#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e, #wrap-s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e {
  display: none;
}
#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e, #wrap-s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e {
  display: none;
}
#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e, #wrap-s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e { display:none !important; }}@media (max-width: 767px){#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e {
  margin-bottom: 20px;
display: none;
}
#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e, #wrap-s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e { display:none !important; }}

  #s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e-root {
    text-align: left;
  }


#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e-root {
    text-align: left;
  }


#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e-root {
    text-align: left;
  }


#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e-root {
    text-align: left;
  }


#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e-root {
    text-align: left;
  }


#s-8c516ed3-34ea-4b43-b0e3-f3a7d17a694e.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-289e726a-b0a6-426b-bbfa-0bdba673fc77 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center center;
}
@media (max-width: 767px){#s-289e726a-b0a6-426b-bbfa-0bdba673fc77 {
  min-height: 410px;
}
}







#s-289e726a-b0a6-426b-bbfa-0bdba673fc77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-289e726a-b0a6-426b-bbfa-0bdba673fc77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c73c13c-0c71-43e1-bb4a-4c5e6d2ea296 {
  background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 140px;
background-position: center center;
background-color: rgba(252, 244, 120, 1);
}
@media (min-width: 1200px){#s-5c73c13c-0c71-43e1-bb4a-4c5e6d2ea296 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c73c13c-0c71-43e1-bb4a-4c5e6d2ea296 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c73c13c-0c71-43e1-bb4a-4c5e6d2ea296 {
  
}
}@media (max-width: 767px){#s-5c73c13c-0c71-43e1-bb4a-4c5e6d2ea296 {
  display: none;
}
#s-5c73c13c-0c71-43e1-bb4a-4c5e6d2ea296, #wrap-s-5c73c13c-0c71-43e1-bb4a-4c5e6d2ea296 { display:none !important; }}







#s-5c73c13c-0c71-43e1-bb4a-4c5e6d2ea296 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c73c13c-0c71-43e1-bb4a-4c5e6d2ea296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03c300be-8a72-498f-96cd-1ffa1b4309a7 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-03c300be-8a72-498f-96cd-1ffa1b4309a7 {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-03c300be-8a72-498f-96cd-1ffa1b4309a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-03c300be-8a72-498f-96cd-1ffa1b4309a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-03c300be-8a72-498f-96cd-1ffa1b4309a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-03c300be-8a72-498f-96cd-1ffa1b4309a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b976cbd1-6d09-4df7-a9c6-233d30305a17 {
  margin-top: 10px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-b976cbd1-6d09-4df7-a9c6-233d30305a17 {
  margin-top: 20px;
}
}







#s-b976cbd1-6d09-4df7-a9c6-233d30305a17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b976cbd1-6d09-4df7-a9c6-233d30305a17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-39d6b2f1-7443-48fa-874f-1f183f4066e6 {
  text-align: center;
}







  #s-39d6b2f1-7443-48fa-874f-1f183f4066e6 img.shogun-image {
    

    
    
    
  }


#s-39d6b2f1-7443-48fa-874f-1f183f4066e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b57e49be-159d-4312-a81c-1faac27f9bcb {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-b70f457b-7f7a-4c78-9d53-79ff4d9b0053 {
  margin-top: 20px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-b70f457b-7f7a-4c78-9d53-79ff4d9b0053 {
  margin-bottom: 0px;
}
}







#s-b70f457b-7f7a-4c78-9d53-79ff4d9b0053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70f457b-7f7a-4c78-9d53-79ff4d9b0053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e34b3204-fb8e-4391-96b6-c311729fb01b {
  text-align: center;
}







  #s-e34b3204-fb8e-4391-96b6-c311729fb01b img.shogun-image {
    

    
    
    
  }


#s-e34b3204-fb8e-4391-96b6-c311729fb01b .shogun-image-content {
  
    align-items: center;
  
}

#s-0ca3c2ea-b1d5-4944-bcdf-9a66010ac044 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-5ebfc698-e4dd-4dbd-b677-32762eeefad7 {
  margin-top: 10px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-5ebfc698-e4dd-4dbd-b677-32762eeefad7 {
  display: none;
}
#s-5ebfc698-e4dd-4dbd-b677-32762eeefad7, #wrap-s-5ebfc698-e4dd-4dbd-b677-32762eeefad7 { display:none !important; }}







#s-5ebfc698-e4dd-4dbd-b677-32762eeefad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ebfc698-e4dd-4dbd-b677-32762eeefad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18fbee5e-23f2-479c-9fcd-1797c6d73930 {
  text-align: center;
}







  #s-18fbee5e-23f2-479c-9fcd-1797c6d73930 img.shogun-image {
    

    
    
    
  }


#s-18fbee5e-23f2-479c-9fcd-1797c6d73930 .shogun-image-content {
  
    align-items: center;
  
}

#s-177a709c-8be2-4e62-ab5d-c17672b585be {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-a758acdf-6990-4729-867c-e22155c940f1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-a758acdf-6990-4729-867c-e22155c940f1 {
  display: none;
}
#s-a758acdf-6990-4729-867c-e22155c940f1, #wrap-s-a758acdf-6990-4729-867c-e22155c940f1 { display:none !important; }}







#s-a758acdf-6990-4729-867c-e22155c940f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a758acdf-6990-4729-867c-e22155c940f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0599e326-7696-4937-9fbf-bdad9a56932b {
  text-align: center;
}







  #s-0599e326-7696-4937-9fbf-bdad9a56932b img.shogun-image {
    

    
    
    
  }


#s-0599e326-7696-4937-9fbf-bdad9a56932b .shogun-image-content {
  
    align-items: center;
  
}

#s-c58e3a50-c96f-4fa0-9cc2-4694c534d1e4 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-ea9463a7-adff-4d0f-ae13-5e64948d6e2d {
  background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-color: rgba(249, 157, 77, 1);
}
@media (min-width: 1200px){#s-ea9463a7-adff-4d0f-ae13-5e64948d6e2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea9463a7-adff-4d0f-ae13-5e64948d6e2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea9463a7-adff-4d0f-ae13-5e64948d6e2d {
  
}
}@media (max-width: 767px){#s-ea9463a7-adff-4d0f-ae13-5e64948d6e2d {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-ea9463a7-adff-4d0f-ae13-5e64948d6e2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea9463a7-adff-4d0f-ae13-5e64948d6e2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c8af461-7d26-4e1c-9fa5-b6a5054bcda5 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (max-width: 767px){#s-9c8af461-7d26-4e1c-9fa5-b6a5054bcda5 {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-9c8af461-7d26-4e1c-9fa5-b6a5054bcda5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c8af461-7d26-4e1c-9fa5-b6a5054bcda5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c8af461-7d26-4e1c-9fa5-b6a5054bcda5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c8af461-7d26-4e1c-9fa5-b6a5054bcda5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9c8af461-7d26-4e1c-9fa5-b6a5054bcda5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-c62e8964-daf0-4215-ab5b-735babe59cc0 {
  min-height: 500px;
}
}







#s-c62e8964-daf0-4215-ab5b-735babe59cc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c62e8964-daf0-4215-ab5b-735babe59cc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acd1bbcd-b4fc-44c8-b912-875e763b4b15 {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-acd1bbcd-b4fc-44c8-b912-875e763b4b15 {
  margin-right: -50px;
max-width: 300px;
}
}






  #s-acd1bbcd-b4fc-44c8-b912-875e763b4b15 img.shogun-image {
    

    
    
    
  }


#s-acd1bbcd-b4fc-44c8-b912-875e763b4b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-443db8b3-ced3-433b-951e-e1c5671d8cd0 {
  min-height: 50px;
}








#s-443db8b3-ced3-433b-951e-e1c5671d8cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-443db8b3-ced3-433b-951e-e1c5671d8cd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9186625b-6d51-42b7-ad3d-4251cfd41d36 {
  margin-left: 20px;
margin-right: 20px;
text-align: left;
}
@media (max-width: 767px){#s-9186625b-6d51-42b7-ad3d-4251cfd41d36 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-9186625b-6d51-42b7-ad3d-4251cfd41d36 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a649112c-4422-420f-a4cd-e297bf7bd2b9 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-a649112c-4422-420f-a4cd-e297bf7bd2b9 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
#s-e4ce9a5b-1e0a-4d71-b188-cba45ca0623d {
  background-size: cover;
margin-bottom: 50px;
padding-left: 10%;
padding-right: 10%;
min-height: 175px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e4ce9a5b-1e0a-4d71-b188-cba45ca0623d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4ce9a5b-1e0a-4d71-b188-cba45ca0623d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4ce9a5b-1e0a-4d71-b188-cba45ca0623d {
  
}
}@media (max-width: 767px){#s-e4ce9a5b-1e0a-4d71-b188-cba45ca0623d {
  
}
}







#s-e4ce9a5b-1e0a-4d71-b188-cba45ca0623d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4ce9a5b-1e0a-4d71-b188-cba45ca0623d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-660c20aa-1d19-468d-9f09-d8282268b3bb {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-660c20aa-1d19-468d-9f09-d8282268b3bb {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-660c20aa-1d19-468d-9f09-d8282268b3bb {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-660c20aa-1d19-468d-9f09-d8282268b3bb {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-660c20aa-1d19-468d-9f09-d8282268b3bb .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-21663c61-3c50-47a7-bcba-27984755ff6e {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-21663c61-3c50-47a7-bcba-27984755ff6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-21663c61-3c50-47a7-bcba-27984755ff6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-21663c61-3c50-47a7-bcba-27984755ff6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-21663c61-3c50-47a7-bcba-27984755ff6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d4f906a5-3d89-47ea-9e80-acf8b382bdd1 {
  min-height: 50px;
}








#s-d4f906a5-3d89-47ea-9e80-acf8b382bdd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f906a5-3d89-47ea-9e80-acf8b382bdd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b2e3b0d-4c80-48d3-879b-6859f385be26 {
  text-align: center;
}







  #s-5b2e3b0d-4c80-48d3-879b-6859f385be26 img.shogun-image {
    

    
    
    
  }


#s-5b2e3b0d-4c80-48d3-879b-6859f385be26 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b041e52-7e6a-4699-b580-a2527dc9c635 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7b041e52-7e6a-4699-b580-a2527dc9c635 {
  min-height: 50px;
}
}







#s-7b041e52-7e6a-4699-b580-a2527dc9c635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b041e52-7e6a-4699-b580-a2527dc9c635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54637068-61cb-4909-ac08-a352706babd7 {
  text-align: center;
}







  #s-54637068-61cb-4909-ac08-a352706babd7 img.shogun-image {
    

    
    
    
  }


#s-54637068-61cb-4909-ac08-a352706babd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cbeb728-ac32-406c-baba-a21037d4b0c1 {
  min-height: 50px;
}








#s-4cbeb728-ac32-406c-baba-a21037d4b0c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cbeb728-ac32-406c-baba-a21037d4b0c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6248608d-a1f1-4edb-a1da-0a73b11c371d {
  text-align: center;
}







  #s-6248608d-a1f1-4edb-a1da-0a73b11c371d img.shogun-image {
    

    
    
    
  }


#s-6248608d-a1f1-4edb-a1da-0a73b11c371d .shogun-image-content {
  
    align-items: center;
  
}

#s-a76fddf9-c94b-49a0-80fa-8a2346c5c8d1 {
  min-height: 50px;
}








#s-a76fddf9-c94b-49a0-80fa-8a2346c5c8d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a76fddf9-c94b-49a0-80fa-8a2346c5c8d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce2d52ba-cdec-4b2a-b50d-3ddbbfea2ae4 {
  text-align: center;
}







  #s-ce2d52ba-cdec-4b2a-b50d-3ddbbfea2ae4 img.shogun-image {
    

    
    
    
  }


#s-ce2d52ba-cdec-4b2a-b50d-3ddbbfea2ae4 .shogun-image-content {
  
    align-items: center;
  
}

#s-dea61a02-af62-44e7-8000-c9e2176499b0 {
  min-height: 50px;
background-color: rgba(107, 57, 142, 1);
}








#s-dea61a02-af62-44e7-8000-c9e2176499b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dea61a02-af62-44e7-8000-c9e2176499b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d15fb5cb-fc07-4eae-8a16-9a99f6d71ed8 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-d15fb5cb-fc07-4eae-8a16-9a99f6d71ed8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d15fb5cb-fc07-4eae-8a16-9a99f6d71ed8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d15fb5cb-fc07-4eae-8a16-9a99f6d71ed8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d15fb5cb-fc07-4eae-8a16-9a99f6d71ed8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d15fb5cb-fc07-4eae-8a16-9a99f6d71ed8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8ecaaa5f-5676-42ee-8303-5c899a3956ab {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8ecaaa5f-5676-42ee-8303-5c899a3956ab {
  margin-top: 150px;
margin-left: 25px;
margin-bottom: 150px;
margin-right: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ecaaa5f-5676-42ee-8303-5c899a3956ab {
  margin-top: 150px;
margin-bottom: 150px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ecaaa5f-5676-42ee-8303-5c899a3956ab {
  margin-top: 100px;
margin-bottom: 100px;
}
}@media (max-width: 767px){#s-8ecaaa5f-5676-42ee-8303-5c899a3956ab {
  padding-top: 30px;
padding-bottom: 0px;
min-height: 410px;
}
}







#s-8ecaaa5f-5676-42ee-8303-5c899a3956ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ecaaa5f-5676-42ee-8303-5c899a3956ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-726646fc-229e-4fa6-8f2d-ca3d5f6fd4a3 {
  padding-left: 10%;
text-align: left;
}
@media (max-width: 767px){#s-726646fc-229e-4fa6-8f2d-ca3d5f6fd4a3 {
  padding-left: 0%;
}
}






  #s-726646fc-229e-4fa6-8f2d-ca3d5f6fd4a3 img.shogun-image {
    

    
    
    
  }


#s-726646fc-229e-4fa6-8f2d-ca3d5f6fd4a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-57bb31ed-5075-4ad9-83ed-82175ebd1dd3 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
max-width: 434px;
text-align: left;
}
@media (max-width: 767px){#s-57bb31ed-5075-4ad9-83ed-82175ebd1dd3 {
  padding-left: 0%;
}
}
#s-57bb31ed-5075-4ad9-83ed-82175ebd1dd3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-b1a018b6-60c7-4513-8a8c-e4b6e27f8751 {
  padding-left: 10%;
}
@media (max-width: 767px){#s-b1a018b6-60c7-4513-8a8c-e4b6e27f8751 {
  padding-left: 0%;
}
}
#s-92a74535-0156-443e-98fb-f715d712c495 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center center;
}
@media (max-width: 767px){#s-92a74535-0156-443e-98fb-f715d712c495 {
  min-height: 410px;
}
}







#s-92a74535-0156-443e-98fb-f715d712c495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92a74535-0156-443e-98fb-f715d712c495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94206629-551b-45f6-bec6-fe571ad63222 {
  min-height: 50px;
background-color: rgba(135, 204, 135, 1);
}








#s-94206629-551b-45f6-bec6-fe571ad63222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94206629-551b-45f6-bec6-fe571ad63222.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7932ffd6-e17b-4d86-89de-0358d5f32ba8 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
background-color: rgba(135, 204, 135, 1);
}

@media (min-width: 0px) {
[id="s-7932ffd6-e17b-4d86-89de-0358d5f32ba8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7932ffd6-e17b-4d86-89de-0358d5f32ba8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7932ffd6-e17b-4d86-89de-0358d5f32ba8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7932ffd6-e17b-4d86-89de-0358d5f32ba8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7932ffd6-e17b-4d86-89de-0358d5f32ba8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f2354570-50f5-4946-bd7a-73e3ae502102 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: right center;
}
@media (max-width: 767px){#s-f2354570-50f5-4946-bd7a-73e3ae502102 {
  min-height: 410px;
}
}







#s-f2354570-50f5-4946-bd7a-73e3ae502102 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2354570-50f5-4946-bd7a-73e3ae502102.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-259561d3-4054-42a3-bce2-3069cec1760e {
  min-height: 50px;
}
@media (max-width: 767px){#s-259561d3-4054-42a3-bce2-3069cec1760e {
  min-height: 410px;
}
}







#s-259561d3-4054-42a3-bce2-3069cec1760e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-259561d3-4054-42a3-bce2-3069cec1760e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4dc0818-504f-4c2e-af91-ec758cd1c68d {
  margin-top: 10%;
margin-bottom: 5px;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a4dc0818-504f-4c2e-af91-ec758cd1c68d {
  margin-top: 0px;
margin-left: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4dc0818-504f-4c2e-af91-ec758cd1c68d {
  margin-top: 0px;
margin-left: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4dc0818-504f-4c2e-af91-ec758cd1c68d {
  margin-left: 5px;
}
}@media (max-width: 767px){#s-a4dc0818-504f-4c2e-af91-ec758cd1c68d {
  margin-left: 10%;
}
}
#s-a4dc0818-504f-4c2e-af91-ec758cd1c68d .shogun-heading-component h2 {
  color: rgba(28, 29, 29, 1);
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-7de37157-8211-4d66-a71c-259bdc542772 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 20px;
margin-right: 20%;
}
@media (min-width: 1200px){#s-7de37157-8211-4d66-a71c-259bdc542772 {
  margin-right: 30%;
}
}@media (max-width: 767px){#s-7de37157-8211-4d66-a71c-259bdc542772 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
}
}
#s-61ea9f42-6e0a-4268-8490-e5b3370dbd3f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-61ea9f42-6e0a-4268-8490-e5b3370dbd3f {
  margin-right: 10px;
}
}







#s-61ea9f42-6e0a-4268-8490-e5b3370dbd3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61ea9f42-6e0a-4268-8490-e5b3370dbd3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b08239cb-9eed-42e8-86e1-b553fff0546b {
  background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-color: rgba(198, 243, 253, 1);
}
@media (min-width: 1200px){#s-b08239cb-9eed-42e8-86e1-b553fff0546b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b08239cb-9eed-42e8-86e1-b553fff0546b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b08239cb-9eed-42e8-86e1-b553fff0546b {
  
}
}@media (max-width: 767px){#s-b08239cb-9eed-42e8-86e1-b553fff0546b {
  
}
}







#s-b08239cb-9eed-42e8-86e1-b553fff0546b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b08239cb-9eed-42e8-86e1-b553fff0546b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c919165b-e644-49ba-82a1-58443f9dfc09 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (max-width: 767px){#s-c919165b-e644-49ba-82a1-58443f9dfc09 {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-c919165b-e644-49ba-82a1-58443f9dfc09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c919165b-e644-49ba-82a1-58443f9dfc09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c919165b-e644-49ba-82a1-58443f9dfc09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c919165b-e644-49ba-82a1-58443f9dfc09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c919165b-e644-49ba-82a1-58443f9dfc09"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-a2f190b5-67a3-451b-afa2-35d5b62ca331 {
  min-height: 500px;
}
}







#s-a2f190b5-67a3-451b-afa2-35d5b62ca331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2f190b5-67a3-451b-afa2-35d5b62ca331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd28371a-ed99-468c-b070-c1d2b2709c00 {
  text-align: left;
}

#s-cd28371a-ed99-468c-b070-c1d2b2709c00 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a9af3cf6-0f72-4c2b-b347-23c4055f2a2e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-2c041a91-462c-4549-81c9-da612f8c1df7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(28, 29, 29, 1);
}
#s-2c041a91-462c-4549-81c9-da612f8c1df7:hover {background-color: rgba(235, 235, 235, 1) !important;
text-decoration: none !important;
color: rgba(29, 29, 29, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2c041a91-462c-4549-81c9-da612f8c1df7:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(28, 29, 29, 1) !important;}@media (max-width: 767px){#s-2c041a91-462c-4549-81c9-da612f8c1df7 {
  margin-bottom: 20px;
}
}

  #s-2c041a91-462c-4549-81c9-da612f8c1df7-root {
    text-align: left;
  }


#s-2c041a91-462c-4549-81c9-da612f8c1df7.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c041a91-462c-4549-81c9-da612f8c1df7-root {
    text-align: left;
  }


#s-2c041a91-462c-4549-81c9-da612f8c1df7.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c041a91-462c-4549-81c9-da612f8c1df7-root {
    text-align: left;
  }


#s-2c041a91-462c-4549-81c9-da612f8c1df7.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c041a91-462c-4549-81c9-da612f8c1df7-root {
    text-align: left;
  }


#s-2c041a91-462c-4549-81c9-da612f8c1df7.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c041a91-462c-4549-81c9-da612f8c1df7-root {
    text-align: left;
  }


#s-2c041a91-462c-4549-81c9-da612f8c1df7.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-5aa657b8-3111-46c2-9dd3-2207de736a7f {
  min-height: 50px;
}








#s-5aa657b8-3111-46c2-9dd3-2207de736a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aa657b8-3111-46c2-9dd3-2207de736a7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-918e5cbd-69c1-40db-b3bb-b6dc14e0ce68 {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-918e5cbd-69c1-40db-b3bb-b6dc14e0ce68 {
  margin-right: -50px;
}
}






  #s-918e5cbd-69c1-40db-b3bb-b6dc14e0ce68 img.shogun-image {
    

    
    
    
  }


#s-918e5cbd-69c1-40db-b3bb-b6dc14e0ce68 .shogun-image-content {
  
    align-items: center;
  
}

#s-153b23c4-24be-4612-ae8b-4918cc32b849 {
  margin-top: 50px;
margin-left: 20px;
margin-bottom: 50px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-153b23c4-24be-4612-ae8b-4918cc32b849 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: left;
}
}
#s-153b23c4-24be-4612-ae8b-4918cc32b849 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-153b23c4-24be-4612-ae8b-4918cc32b849 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-b40a60a2-2a80-4ac7-a057-978161a60ec1 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 650px;
}
@media (max-width: 767px){#s-b40a60a2-2a80-4ac7-a057-978161a60ec1 {
  margin-left: 20px;
margin-right: 0px;
padding-left: 20px;
padding-right: 40px;
}
}
#s-b40a60a2-2a80-4ac7-a057-978161a60ec1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b40a60a2-2a80-4ac7-a057-978161a60ec1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-b40a60a2-2a80-4ac7-a057-978161a60ec1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b40a60a2-2a80-4ac7-a057-978161a60ec1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b40a60a2-2a80-4ac7-a057-978161a60ec1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b40a60a2-2a80-4ac7-a057-978161a60ec1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3aec3ae1-a2b3-479e-8dec-8e77793523d7 {
  margin-left: 10px;
margin-right: 10px;
}

#s-cf29c55c-5610-464f-bbe6-43af7d90aab9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-a3026ff4-c05f-4163-89fd-85951f70fcc0 {
  margin-left: 10px;
margin-right: 10px;
}

#s-aca60b95-97e6-4f1a-8257-aaba6a53096c {
  margin-left: 10px;
margin-right: 10px;
}

#s-17d1eb38-61cf-43c3-9b09-d42b46c4bab4 {
  margin-left: 10px;
margin-right: 10px;
}

#s-72749ab3-040b-433a-8b7d-eb801530c260 {
  margin-left: 10px;
margin-right: 10px;
}

#s-1f58e264-ebb3-43a7-9faf-6031126a7e81 {
  margin-left: 10px;
margin-right: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@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}