.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-bffb1cf7-dd28-4eff-8ef7-e52f6489ceab {
  max-width: 475px;
}

.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-3a48cf06-ef86-420c-a08c-95bc33a910a5 {
  min-height: 50px;
}








#s-3a48cf06-ef86-420c-a08c-95bc33a910a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a48cf06-ef86-420c-a08c-95bc33a910a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af3352cd-d83d-4338-80e5-2e4c8511af26 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(236, 69, 94, 1);
}








#s-af3352cd-d83d-4338-80e5-2e4c8511af26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af3352cd-d83d-4338-80e5-2e4c8511af26.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-e9139951-0d6f-4f18-907b-18e3583d446d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9139951-0d6f-4f18-907b-18e3583d446d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9139951-0d6f-4f18-907b-18e3583d446d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9139951-0d6f-4f18-907b-18e3583d446d"] > .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-9699cd42-26d8-4efc-8f99-17a8aa90e2f1 {
  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-9699cd42-26d8-4efc-8f99-17a8aa90e2f1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-9699cd42-26d8-4efc-8f99-17a8aa90e2f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-9699cd42-26d8-4efc-8f99-17a8aa90e2f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 29, 29, 1);
}

#s-9699cd42-26d8-4efc-8f99-17a8aa90e2f1 > .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-9699cd42-26d8-4efc-8f99-17a8aa90e2f1 > .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-9699cd42-26d8-4efc-8f99-17a8aa90e2f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ee06fac7-2079-452e-9fff-fa96834b2c1d {
  margin-right: 10px;
}

#s-d235824b-84c4-41b8-a94a-a1d96b9312ae {
  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-d235824b-84c4-41b8-a94a-a1d96b9312ae > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-d235824b-84c4-41b8-a94a-a1d96b9312ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-d235824b-84c4-41b8-a94a-a1d96b9312ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 29, 29, 1);
}

#s-d235824b-84c4-41b8-a94a-a1d96b9312ae > .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-d235824b-84c4-41b8-a94a-a1d96b9312ae > .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-d235824b-84c4-41b8-a94a-a1d96b9312ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3bebfb19-76af-4cb5-aaa2-19815694b092 {
  margin-left: 10px;
margin-right: 10px;
}

#s-5ee011a1-d3c7-4c06-8fa3-14255a7f335e {
  background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-color: rgba(214, 238, 245, 1);
}
@media (min-width: 1200px){#s-5ee011a1-d3c7-4c06-8fa3-14255a7f335e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ee011a1-d3c7-4c06-8fa3-14255a7f335e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ee011a1-d3c7-4c06-8fa3-14255a7f335e {
  
}
}@media (max-width: 767px){#s-5ee011a1-d3c7-4c06-8fa3-14255a7f335e {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-5ee011a1-d3c7-4c06-8fa3-14255a7f335e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ee011a1-d3c7-4c06-8fa3-14255a7f335e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cadd927-8cad-43f4-b157-c38fadb48ab5 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (max-width: 767px){#s-9cadd927-8cad-43f4-b157-c38fadb48ab5 {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-9cadd927-8cad-43f4-b157-c38fadb48ab5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cadd927-8cad-43f4-b157-c38fadb48ab5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cadd927-8cad-43f4-b157-c38fadb48ab5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cadd927-8cad-43f4-b157-c38fadb48ab5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9cadd927-8cad-43f4-b157-c38fadb48ab5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-a70019c3-c218-451e-a518-5c921a4e0aa7 {
  min-height: 500px;
}
}







#s-a70019c3-c218-451e-a518-5c921a4e0aa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a70019c3-c218-451e-a518-5c921a4e0aa7.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-2c78e8ad-63f2-4262-9201-771a5e5f95c9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c78e8ad-63f2-4262-9201-771a5e5f95c9 {
  margin-right: -50px;
max-width: 300px;
}
}






  #s-2c78e8ad-63f2-4262-9201-771a5e5f95c9 img.shogun-image {
    

    
    
    
  }


#s-2c78e8ad-63f2-4262-9201-771a5e5f95c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-63c28272-12dd-4e77-8b83-7f58d4c79655 {
  min-height: 50px;
}








#s-63c28272-12dd-4e77-8b83-7f58d4c79655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c28272-12dd-4e77-8b83-7f58d4c79655.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-b1290eae-e915-4174-890c-8caba70b7f02 {
  margin-left: 20px;
margin-right: 20px;
max-width: 434px;
text-align: left;
}
@media (max-width: 767px){#s-b1290eae-e915-4174-890c-8caba70b7f02 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-b1290eae-e915-4174-890c-8caba70b7f02 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-b6b897fb-9da8-4f91-84c9-425e6c15535b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
max-width: 475px;
}
@media (max-width: 767px){#s-b6b897fb-9da8-4f91-84c9-425e6c15535b {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
#s-c9ba9225-06f7-4300-9925-9a8c57dc6cd4 {
  background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 140px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c9ba9225-06f7-4300-9925-9a8c57dc6cd4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9ba9225-06f7-4300-9925-9a8c57dc6cd4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9ba9225-06f7-4300-9925-9a8c57dc6cd4 {
  
}
}@media (max-width: 767px){#s-c9ba9225-06f7-4300-9925-9a8c57dc6cd4 {
  display: none;
}
#s-c9ba9225-06f7-4300-9925-9a8c57dc6cd4, #wrap-s-c9ba9225-06f7-4300-9925-9a8c57dc6cd4 { display:none !important; }}







#s-c9ba9225-06f7-4300-9925-9a8c57dc6cd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9ba9225-06f7-4300-9925-9a8c57dc6cd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a92d2724-e8a9-4aef-aa9e-e2c3e778ab48 {
  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-a92d2724-e8a9-4aef-aa9e-e2c3e778ab48 {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-a92d2724-e8a9-4aef-aa9e-e2c3e778ab48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a92d2724-e8a9-4aef-aa9e-e2c3e778ab48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a92d2724-e8a9-4aef-aa9e-e2c3e778ab48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a92d2724-e8a9-4aef-aa9e-e2c3e778ab48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e36507b0-b555-4b89-a3ee-7541e3a83769 {
  margin-top: 10px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-e36507b0-b555-4b89-a3ee-7541e3a83769 {
  margin-top: 20px;
}
}







#s-e36507b0-b555-4b89-a3ee-7541e3a83769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e36507b0-b555-4b89-a3ee-7541e3a83769.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41d5d311-57a3-4ab5-9555-2889ca85cd7a {
  text-align: center;
}







  #s-41d5d311-57a3-4ab5-9555-2889ca85cd7a img.shogun-image {
    

    
    
    
  }


#s-41d5d311-57a3-4ab5-9555-2889ca85cd7a .shogun-image-content {
  
    align-items: center;
  
}

#s-05b45d9e-5600-4c55-95a8-4986a796c9f0 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-bf53944f-f6fe-43b3-a892-17f47f0f4fdc {
  margin-top: 20px;
margin-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-bf53944f-f6fe-43b3-a892-17f47f0f4fdc {
  margin-bottom: 0px;
}
}







#s-bf53944f-f6fe-43b3-a892-17f47f0f4fdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf53944f-f6fe-43b3-a892-17f47f0f4fdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-303fbe1a-6269-4104-9b34-8b47f6c5cd3d {
  text-align: center;
}







  #s-303fbe1a-6269-4104-9b34-8b47f6c5cd3d img.shogun-image {
    

    
    
    
  }


#s-303fbe1a-6269-4104-9b34-8b47f6c5cd3d .shogun-image-content {
  
    align-items: center;
  
}

#s-f7983172-9eaa-4849-900d-e32d5f36c7e2 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-155257cc-6742-49f1-b2fa-be36e7792b46 {
  margin-top: 10px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-155257cc-6742-49f1-b2fa-be36e7792b46 {
  display: none;
}
#s-155257cc-6742-49f1-b2fa-be36e7792b46, #wrap-s-155257cc-6742-49f1-b2fa-be36e7792b46 { display:none !important; }}







#s-155257cc-6742-49f1-b2fa-be36e7792b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-155257cc-6742-49f1-b2fa-be36e7792b46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0ef0b1a-1ca5-4ecd-b3cc-fa92a6792e83 {
  text-align: center;
}







  #s-a0ef0b1a-1ca5-4ecd-b3cc-fa92a6792e83 img.shogun-image {
    

    
    
    
  }


#s-a0ef0b1a-1ca5-4ecd-b3cc-fa92a6792e83 .shogun-image-content {
  
    align-items: center;
  
}

#s-0817cb7f-86e7-48df-b930-81a7be972f31 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-1f3fa0bb-e173-47d0-b917-72b9758a5ce4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-1f3fa0bb-e173-47d0-b917-72b9758a5ce4 {
  display: none;
}
#s-1f3fa0bb-e173-47d0-b917-72b9758a5ce4, #wrap-s-1f3fa0bb-e173-47d0-b917-72b9758a5ce4 { display:none !important; }}







#s-1f3fa0bb-e173-47d0-b917-72b9758a5ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f3fa0bb-e173-47d0-b917-72b9758a5ce4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbfa4d53-99bb-4657-821d-81bbcace591f {
  text-align: center;
}







  #s-dbfa4d53-99bb-4657-821d-81bbcace591f img.shogun-image {
    

    
    
    
  }


#s-dbfa4d53-99bb-4657-821d-81bbcace591f .shogun-image-content {
  
    align-items: center;
  
}

#s-1d6bac92-e547-4f1f-880c-3a1f522fa5cb {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-7abaff49-6615-4050-801a-9be7d853c522 {
  background-size: cover;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 1200px){#s-7abaff49-6615-4050-801a-9be7d853c522 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7abaff49-6615-4050-801a-9be7d853c522 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7abaff49-6615-4050-801a-9be7d853c522 {
  
}
}@media (max-width: 767px){#s-7abaff49-6615-4050-801a-9be7d853c522 {
  
}
}







#s-7abaff49-6615-4050-801a-9be7d853c522 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7abaff49-6615-4050-801a-9be7d853c522.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94d48c05-5871-490c-81c8-7c223e7bbd64 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (max-width: 767px){#s-94d48c05-5871-490c-81c8-7c223e7bbd64 {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-94d48c05-5871-490c-81c8-7c223e7bbd64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94d48c05-5871-490c-81c8-7c223e7bbd64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-94d48c05-5871-490c-81c8-7c223e7bbd64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-94d48c05-5871-490c-81c8-7c223e7bbd64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-94d48c05-5871-490c-81c8-7c223e7bbd64"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-999d8b74-c82b-48e4-8302-72de4be5fcfb {
  padding-right: 10%;
}
@media (max-width: 767px){#s-999d8b74-c82b-48e4-8302-72de4be5fcfb {
  padding-right: 0px;
}
}







#s-999d8b74-c82b-48e4-8302-72de4be5fcfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-999d8b74-c82b-48e4-8302-72de4be5fcfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e107f0e6-1249-4f6b-b709-c026183ba4bb {
  text-align: left;
}

#s-e107f0e6-1249-4f6b-b709-c026183ba4bb .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-f632196d-01fc-4661-bbbb-7ce96c198127 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 475px;
}

.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-30d46c70-5c0f-4b75-b057-fe7318194c83 {
  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-30d46c70-5c0f-4b75-b057-fe7318194c83: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-30d46c70-5c0f-4b75-b057-fe7318194c83:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(28, 29, 29, 1) !important;}@media (min-width: 1200px){#s-30d46c70-5c0f-4b75-b057-fe7318194c83 {
  display: none;
}
#s-30d46c70-5c0f-4b75-b057-fe7318194c83, #wrap-s-30d46c70-5c0f-4b75-b057-fe7318194c83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30d46c70-5c0f-4b75-b057-fe7318194c83 {
  display: none;
}
#s-30d46c70-5c0f-4b75-b057-fe7318194c83, #wrap-s-30d46c70-5c0f-4b75-b057-fe7318194c83 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30d46c70-5c0f-4b75-b057-fe7318194c83 {
  display: none;
}
#s-30d46c70-5c0f-4b75-b057-fe7318194c83, #wrap-s-30d46c70-5c0f-4b75-b057-fe7318194c83 { display:none !important; }}@media (max-width: 767px){#s-30d46c70-5c0f-4b75-b057-fe7318194c83 {
  margin-bottom: 20px;
display: none;
}
#s-30d46c70-5c0f-4b75-b057-fe7318194c83, #wrap-s-30d46c70-5c0f-4b75-b057-fe7318194c83 { display:none !important; }}

  #s-30d46c70-5c0f-4b75-b057-fe7318194c83-root {
    text-align: left;
  }


#s-30d46c70-5c0f-4b75-b057-fe7318194c83.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-30d46c70-5c0f-4b75-b057-fe7318194c83-root {
    text-align: left;
  }


#s-30d46c70-5c0f-4b75-b057-fe7318194c83.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30d46c70-5c0f-4b75-b057-fe7318194c83-root {
    text-align: left;
  }


#s-30d46c70-5c0f-4b75-b057-fe7318194c83.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30d46c70-5c0f-4b75-b057-fe7318194c83-root {
    text-align: left;
  }


#s-30d46c70-5c0f-4b75-b057-fe7318194c83.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-30d46c70-5c0f-4b75-b057-fe7318194c83-root {
    text-align: left;
  }


#s-30d46c70-5c0f-4b75-b057-fe7318194c83.shg-btn {
  color: rgba(28, 29, 29, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-cdffa037-8c20-4e47-9877-35185ecd093f {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(225, 118, 160, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cdffa037-8c20-4e47-9877-35185ecd093f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cdffa037-8c20-4e47-9877-35185ecd093f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-cdffa037-8c20-4e47-9877-35185ecd093f {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cdffa037-8c20-4e47-9877-35185ecd093f:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-cdffa037-8c20-4e47-9877-35185ecd093f-root {
    text-align: left;
  }


#s-cdffa037-8c20-4e47-9877-35185ecd093f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cdffa037-8c20-4e47-9877-35185ecd093f-root {
    text-align: left;
  }


#s-cdffa037-8c20-4e47-9877-35185ecd093f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdffa037-8c20-4e47-9877-35185ecd093f-root {
    text-align: left;
  }


#s-cdffa037-8c20-4e47-9877-35185ecd093f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdffa037-8c20-4e47-9877-35185ecd093f-root {
    text-align: left;
  }


#s-cdffa037-8c20-4e47-9877-35185ecd093f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cdffa037-8c20-4e47-9877-35185ecd093f-root {
    text-align: center;
  }


#s-cdffa037-8c20-4e47-9877-35185ecd093f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-e6ec083c-49ac-4c02-b76d-842e44e1f91a {
  min-height: 50px;
}








#s-e6ec083c-49ac-4c02-b76d-842e44e1f91a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6ec083c-49ac-4c02-b76d-842e44e1f91a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b20eb30e-e108-485e-989a-bce457299868 {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}







  #s-b20eb30e-e108-485e-989a-bce457299868 img.shogun-image {
    

    
    
    
  }


#s-b20eb30e-e108-485e-989a-bce457299868 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbf6377b-e9b6-40d6-9db8-e5d3fe73045e {
  min-height: 50px;
}








#s-cbf6377b-e9b6-40d6-9db8-e5d3fe73045e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbf6377b-e9b6-40d6-9db8-e5d3fe73045e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4f02b45-a1dd-4247-929c-1c5f102d9bcd {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-c4f02b45-a1dd-4247-929c-1c5f102d9bcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4f02b45-a1dd-4247-929c-1c5f102d9bcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4f02b45-a1dd-4247-929c-1c5f102d9bcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4f02b45-a1dd-4247-929c-1c5f102d9bcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c4f02b45-a1dd-4247-929c-1c5f102d9bcd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1b81fa3b-d3e9-464d-a2e6-546b002f074d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center center;
}
@media (max-width: 767px){#s-1b81fa3b-d3e9-464d-a2e6-546b002f074d {
  min-height: 410px;
}
}







#s-1b81fa3b-d3e9-464d-a2e6-546b002f074d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b81fa3b-d3e9-464d-a2e6-546b002f074d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a72fb4a0-f4b9-4d1b-a12a-24b8582d88db {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a72fb4a0-f4b9-4d1b-a12a-24b8582d88db {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-a72fb4a0-f4b9-4d1b-a12a-24b8582d88db {
  padding-top: 30px;
padding-bottom: 0px;
min-height: 410px;
}
}







#s-a72fb4a0-f4b9-4d1b-a12a-24b8582d88db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a72fb4a0-f4b9-4d1b-a12a-24b8582d88db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30ae8189-b1d1-499b-b3cc-a3a1ca80e22a {
  text-align: left;
}







  #s-30ae8189-b1d1-499b-b3cc-a3a1ca80e22a img.shogun-image {
    

    
    
    
  }


#s-30ae8189-b1d1-499b-b3cc-a3a1ca80e22a .shogun-image-content {
  
    align-items: center;
  
}

#s-c4194b18-429b-416b-b2af-c9e5c666803a {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 434px;
text-align: left;
}

#s-c4194b18-429b-416b-b2af-c9e5c666803a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0d4c7047-abbb-402c-ab32-b691100ad169 {
  background-size: cover;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 175px;
background-position: center center;
background-color: rgba(224, 252, 255, 1);
}
@media (min-width: 1200px){#s-0d4c7047-abbb-402c-ab32-b691100ad169 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d4c7047-abbb-402c-ab32-b691100ad169 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d4c7047-abbb-402c-ab32-b691100ad169 {
  
}
}@media (max-width: 767px){#s-0d4c7047-abbb-402c-ab32-b691100ad169 {
  
}
}







#s-0d4c7047-abbb-402c-ab32-b691100ad169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d4c7047-abbb-402c-ab32-b691100ad169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9e0f5a8-3a50-4588-8f89-750c3d0cc65d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-c9e0f5a8-3a50-4588-8f89-750c3d0cc65d {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9e0f5a8-3a50-4588-8f89-750c3d0cc65d {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9e0f5a8-3a50-4588-8f89-750c3d0cc65d {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-c9e0f5a8-3a50-4588-8f89-750c3d0cc65d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-a254cb48-cf80-497e-94bd-c03a31396b59 {
  box-shadow:0px 0px 0px 0px ;
margin-left: auto;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-a254cb48-cf80-497e-94bd-c03a31396b59"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a254cb48-cf80-497e-94bd-c03a31396b59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a254cb48-cf80-497e-94bd-c03a31396b59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a254cb48-cf80-497e-94bd-c03a31396b59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f8bf9d85-dc4a-4b62-9237-97db2e72f6c3 {
  min-height: 50px;
}








#s-f8bf9d85-dc4a-4b62-9237-97db2e72f6c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8bf9d85-dc4a-4b62-9237-97db2e72f6c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd5d96c3-8e1c-4692-80b7-14e58f1f847e {
  text-align: center;
}







  #s-dd5d96c3-8e1c-4692-80b7-14e58f1f847e img.shogun-image {
    

    
    
    
  }


#s-dd5d96c3-8e1c-4692-80b7-14e58f1f847e .shogun-image-content {
  
    align-items: center;
  
}

#s-48f273e9-4486-4220-a37b-58f123ce3240 {
  min-height: 50px;
}
@media (max-width: 767px){#s-48f273e9-4486-4220-a37b-58f123ce3240 {
  min-height: 50px;
}
}







#s-48f273e9-4486-4220-a37b-58f123ce3240 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f273e9-4486-4220-a37b-58f123ce3240.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ce5bb62-9da9-4107-9f7f-5c76a45174b5 {
  text-align: center;
}







  #s-6ce5bb62-9da9-4107-9f7f-5c76a45174b5 img.shogun-image {
    

    
    
    
  }


#s-6ce5bb62-9da9-4107-9f7f-5c76a45174b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b3b156b-adb8-4737-995f-89236a904020 {
  min-height: 50px;
}








#s-9b3b156b-adb8-4737-995f-89236a904020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b3b156b-adb8-4737-995f-89236a904020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f3d9675-3d58-4cb4-ae76-3b8d32182ff0 {
  text-align: center;
}







  #s-6f3d9675-3d58-4cb4-ae76-3b8d32182ff0 img.shogun-image {
    

    
    
    
  }


#s-6f3d9675-3d58-4cb4-ae76-3b8d32182ff0 .shogun-image-content {
  
    align-items: center;
  
}

#s-64672171-925d-4a9f-97ec-541f6d3f1e5b {
  min-height: 50px;
}








#s-64672171-925d-4a9f-97ec-541f6d3f1e5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64672171-925d-4a9f-97ec-541f6d3f1e5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f34b730-1d6a-41e6-918b-4a1ff0e32977 {
  text-align: center;
}







  #s-3f34b730-1d6a-41e6-918b-4a1ff0e32977 img.shogun-image {
    

    
    
    
  }


#s-3f34b730-1d6a-41e6-918b-4a1ff0e32977 .shogun-image-content {
  
    align-items: center;
  
}

#s-db20125b-ab5d-4c98-baf8-9eb4ff56156a {
  min-height: 50px;
background-color: rgba(236, 69, 94, 1);
}








#s-db20125b-ab5d-4c98-baf8-9eb4ff56156a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db20125b-ab5d-4c98-baf8-9eb4ff56156a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8408db6-2a09-460b-b378-daa3cbcb9c82 {
  margin-left: auto;
margin-right: auto;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-c8408db6-2a09-460b-b378-daa3cbcb9c82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8408db6-2a09-460b-b378-daa3cbcb9c82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8408db6-2a09-460b-b378-daa3cbcb9c82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8408db6-2a09-460b-b378-daa3cbcb9c82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c8408db6-2a09-460b-b378-daa3cbcb9c82"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e2910993-7711-4ee2-8a6b-ec037a826fd9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 610px;
background-position: center center;
}
@media (max-width: 767px){#s-e2910993-7711-4ee2-8a6b-ec037a826fd9 {
  min-height: 410px;
}
}







#s-e2910993-7711-4ee2-8a6b-ec037a826fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2910993-7711-4ee2-8a6b-ec037a826fd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-572bf60e-e8a9-4f0a-8051-d37d15091499 {
  padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-572bf60e-e8a9-4f0a-8051-d37d15091499 {
  min-height: 410px;
}
}







#s-572bf60e-e8a9-4f0a-8051-d37d15091499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572bf60e-e8a9-4f0a-8051-d37d15091499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c761d9cd-5728-49bc-8e49-90b774267bbd {
  margin-top: 10%;
margin-bottom: 5px;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
max-width: 434px;
text-align: left;
}
@media (min-width: 1200px){#s-c761d9cd-5728-49bc-8e49-90b774267bbd {
  margin-top: 0px;
margin-left: 5px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c761d9cd-5728-49bc-8e49-90b774267bbd {
  margin-top: 0px;
margin-left: 5px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c761d9cd-5728-49bc-8e49-90b774267bbd {
  margin-left: 5px;
}
}@media (max-width: 767px){#s-c761d9cd-5728-49bc-8e49-90b774267bbd {
  margin-left: 10%;
}
}
#s-c761d9cd-5728-49bc-8e49-90b774267bbd .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-b050ef20-1bcf-449c-aca0-e621e67041d3 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 20px;
margin-right: 20%;
max-width: 475px;
}
@media (min-width: 1200px){#s-b050ef20-1bcf-449c-aca0-e621e67041d3 {
  margin-right: 30%;
}
}@media (max-width: 767px){#s-b050ef20-1bcf-449c-aca0-e621e67041d3 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
}
}
#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 200px;
background-color: rgba(225, 118, 160, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0 {
  margin-top: 20px;
margin-left: 10%;
margin-right: 20%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0-root {
    text-align: left;
  }


#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0-root {
    text-align: left;
  }


#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0-root {
    text-align: left;
  }


#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0-root {
    text-align: left;
  }


#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0-root {
    text-align: center;
  }


#s-df6c8b70-a5e6-4e22-84d2-f1ed66dec0a0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-b4d1accf-d150-4722-9053-8a1a491d1315 {
  background-size: cover;
padding-left: 10%;
padding-right: 10%;
min-height: 600px;
background-position: center center;
background-color: rgba(85, 195, 218, 1);
}
@media (min-width: 1200px){#s-b4d1accf-d150-4722-9053-8a1a491d1315 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4d1accf-d150-4722-9053-8a1a491d1315 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4d1accf-d150-4722-9053-8a1a491d1315 {
  
}
}@media (max-width: 767px){#s-b4d1accf-d150-4722-9053-8a1a491d1315 {
  
}
}







#s-b4d1accf-d150-4722-9053-8a1a491d1315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4d1accf-d150-4722-9053-8a1a491d1315.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03e6063a-3030-4dd5-a3aa-55943c4d42e7 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}
@media (max-width: 767px){#s-03e6063a-3030-4dd5-a3aa-55943c4d42e7 {
  margin-left: 0em;
margin-right: 0em;
}
}
@media (min-width: 0px) {
[id="s-03e6063a-3030-4dd5-a3aa-55943c4d42e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03e6063a-3030-4dd5-a3aa-55943c4d42e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03e6063a-3030-4dd5-a3aa-55943c4d42e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03e6063a-3030-4dd5-a3aa-55943c4d42e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-03e6063a-3030-4dd5-a3aa-55943c4d42e7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px){#s-713301ff-289f-4a83-8647-10a203bdae38 {
  min-height: 500px;
}
}







#s-713301ff-289f-4a83-8647-10a203bdae38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-713301ff-289f-4a83-8647-10a203bdae38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00ec77cf-9ec8-446b-bc29-afaa43bc5aee {
  max-width: 434px;
text-align: left;
}

#s-00ec77cf-9ec8-446b-bc29-afaa43bc5aee .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-6b6946a0-d072-4a29-a287-792628ebf7d4 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
max-width: 434px;
}

#s-33d1923e-fdb3-4a04-8e05-4947c707ddcc {
  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(28, 29, 29, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-33d1923e-fdb3-4a04-8e05-4947c707ddcc: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-33d1923e-fdb3-4a04-8e05-4947c707ddcc:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(28, 29, 29, 1) !important;}@media (max-width: 767px){#s-33d1923e-fdb3-4a04-8e05-4947c707ddcc {
  margin-bottom: 20px;
}
}

  #s-33d1923e-fdb3-4a04-8e05-4947c707ddcc-root {
    text-align: left;
  }


#s-33d1923e-fdb3-4a04-8e05-4947c707ddcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-33d1923e-fdb3-4a04-8e05-4947c707ddcc-root {
    text-align: left;
  }


#s-33d1923e-fdb3-4a04-8e05-4947c707ddcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33d1923e-fdb3-4a04-8e05-4947c707ddcc-root {
    text-align: left;
  }


#s-33d1923e-fdb3-4a04-8e05-4947c707ddcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33d1923e-fdb3-4a04-8e05-4947c707ddcc-root {
    text-align: left;
  }


#s-33d1923e-fdb3-4a04-8e05-4947c707ddcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-33d1923e-fdb3-4a04-8e05-4947c707ddcc-root {
    text-align: left;
  }


#s-33d1923e-fdb3-4a04-8e05-4947c707ddcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-e5e8d13e-ff9f-4613-9524-5dd1ea9aa3c4 {
  min-height: 50px;
}








#s-e5e8d13e-ff9f-4613-9524-5dd1ea9aa3c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e8d13e-ff9f-4613-9524-5dd1ea9aa3c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5000835a-017f-4dc4-ae9b-2468176722b7 {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5000835a-017f-4dc4-ae9b-2468176722b7 {
  margin-right: -50px;
}
}






  #s-5000835a-017f-4dc4-ae9b-2468176722b7 img.shogun-image {
    

    
    
    
  }


#s-5000835a-017f-4dc4-ae9b-2468176722b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a75f09b-b2c4-4ebf-a7c5-a2547ca4e4cc {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0a75f09b-b2c4-4ebf-a7c5-a2547ca4e4cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a75f09b-b2c4-4ebf-a7c5-a2547ca4e4cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dfd56d9-d416-4da5-8da9-f27ef5c91a39 {
  margin-top: 50px;
margin-left: 7%;
margin-bottom: 50px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7dfd56d9-d416-4da5-8da9-f27ef5c91a39 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
text-align: left;
}
}
#s-7dfd56d9-d416-4da5-8da9-f27ef5c91a39 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-7dfd56d9-d416-4da5-8da9-f27ef5c91a39 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}
#s-aa8fac3c-6305-4bc7-8017-ed1ff2cea514 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 650px;
}
@media (max-width: 767px){#s-aa8fac3c-6305-4bc7-8017-ed1ff2cea514 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}
}
#s-aa8fac3c-6305-4bc7-8017-ed1ff2cea514 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-aa8fac3c-6305-4bc7-8017-ed1ff2cea514 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-aa8fac3c-6305-4bc7-8017-ed1ff2cea514 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-aa8fac3c-6305-4bc7-8017-ed1ff2cea514 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-aa8fac3c-6305-4bc7-8017-ed1ff2cea514 > .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-aa8fac3c-6305-4bc7-8017-ed1ff2cea514 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-07124ad2-5301-4c31-bde1-a30f01665fb1 {
  margin-left: 10px;
margin-right: 10px;
}

#s-7711af7e-19c2-4ffa-8b7d-2162e46e634b {
  margin-left: 10px;
margin-right: 10px;
}

#s-1d2fb4e2-c66a-4e4a-a8f2-7b4f56367374 {
  margin-left: 10px;
margin-right: 10px;
}

#s-4bbdf1c6-e619-4929-bf00-26f88efa9d01 {
  margin-left: 10px;
margin-right: 10px;
}

#s-07428d76-ff38-46db-bfb4-4ef6f08db695 {
  margin-left: 10px;
margin-right: 10px;
}

#s-93205539-12ba-463f-a7ac-6100033bbb04 {
  margin-left: 10px;
margin-right: 10px;
}

#s-60f3bee5-b8a2-49dd-9a38-474efbe1e801 {
  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}