.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: #000;
  text-transform: none;
  font-weight: normal;
  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-cb205776-4c8d-4177-a450-fa622dfe11d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb205776-4c8d-4177-a450-fa622dfe11d5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-04a01d32-16c8-4caa-b959-7f2b59f3d473 {
  padding-top: 10px;
padding-bottom: 10px;
}

.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-b61651e0-9ef1-4add-b645-86f5e2e61e66 {
  text-align: center;
}




  #s-b61651e0-9ef1-4add-b645-86f5e2e61e66 img.shogun-image {
    
    width: px;
  }


#s-b61651e0-9ef1-4add-b645-86f5e2e61e66 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fbae66f-602a-42fd-89c5-c524161a1389 {
  text-align: center;
}




  #s-2fbae66f-602a-42fd-89c5-c524161a1389 img.shogun-image {
    
    width: px;
  }


#s-2fbae66f-602a-42fd-89c5-c524161a1389 .shogun-image-content {
  
    align-items: center;
  
}

#s-f762307d-8a5d-4ac4-9dd5-5a13c911bd86 {
  text-align: center;
}




  #s-f762307d-8a5d-4ac4-9dd5-5a13c911bd86 img.shogun-image {
    
    width: px;
  }


#s-f762307d-8a5d-4ac4-9dd5-5a13c911bd86 .shogun-image-content {
  
    align-items: center;
  
}

#s-49e4cede-ddae-4a61-b014-49e23f8b7899 {
  text-align: center;
}




  #s-49e4cede-ddae-4a61-b014-49e23f8b7899 img.shogun-image {
    
    width: px;
  }


#s-49e4cede-ddae-4a61-b014-49e23f8b7899 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd05db6b-96ae-4568-ab4d-63b0dee6a2b6 {
  text-align: center;
}




  #s-bd05db6b-96ae-4568-ab4d-63b0dee6a2b6 img.shogun-image {
    
    width: px;
  }


#s-bd05db6b-96ae-4568-ab4d-63b0dee6a2b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaf38bca-63fd-403e-863c-3e0ebf47ce65 {
  text-align: center;
}




  #s-aaf38bca-63fd-403e-863c-3e0ebf47ce65 img.shogun-image {
    
    width: px;
  }


#s-aaf38bca-63fd-403e-863c-3e0ebf47ce65 .shogun-image-content {
  
    align-items: center;
  
}

#s-49494bb9-78bd-4691-8dbe-480d78755f1b {
  text-align: center;
}




  #s-49494bb9-78bd-4691-8dbe-480d78755f1b img.shogun-image {
    
    width: px;
  }


#s-49494bb9-78bd-4691-8dbe-480d78755f1b .shogun-image-content {
  
    align-items: center;
  
}

#s-0f7ceab2-6e2d-451c-9b26-14a832e96daa {
  text-align: center;
}




  #s-0f7ceab2-6e2d-451c-9b26-14a832e96daa img.shogun-image {
    
    width: px;
  }


#s-0f7ceab2-6e2d-451c-9b26-14a832e96daa .shogun-image-content {
  
    align-items: center;
  
}

#s-1b95bdb4-cf38-4fdb-ab0a-812fc6e21838 {
  text-align: center;
}




  #s-1b95bdb4-cf38-4fdb-ab0a-812fc6e21838 img.shogun-image {
    
    width: px;
  }


#s-1b95bdb4-cf38-4fdb-ab0a-812fc6e21838 .shogun-image-content {
  
    align-items: center;
  
}

#s-989f9e9f-bf10-440a-9e63-7fb055b1d0c0 {
  text-align: center;
}




  #s-989f9e9f-bf10-440a-9e63-7fb055b1d0c0 img.shogun-image {
    
    width: px;
  }


#s-989f9e9f-bf10-440a-9e63-7fb055b1d0c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3131cc94-1529-4de0-8a16-842b88237ca7 {
  text-align: center;
}




  #s-3131cc94-1529-4de0-8a16-842b88237ca7 img.shogun-image {
    
    width: px;
  }


#s-3131cc94-1529-4de0-8a16-842b88237ca7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ac1f38b-a1b3-4abf-b022-39aabf40dcc6 {
  text-align: center;
}




  #s-0ac1f38b-a1b3-4abf-b022-39aabf40dcc6 img.shogun-image {
    
    width: px;
  }


#s-0ac1f38b-a1b3-4abf-b022-39aabf40dcc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d50e4ba8-6c2f-496f-ad81-0e5ff42ea85f {
  text-align: center;
}




  #s-d50e4ba8-6c2f-496f-ad81-0e5ff42ea85f img.shogun-image {
    
    width: px;
  }


#s-d50e4ba8-6c2f-496f-ad81-0e5ff42ea85f .shogun-image-content {
  
    align-items: center;
  
}

#s-2198ee7c-b263-423b-adcc-a5cbb26908c0 {
  text-align: center;
}




  #s-2198ee7c-b263-423b-adcc-a5cbb26908c0 img.shogun-image {
    
    width: px;
  }


#s-2198ee7c-b263-423b-adcc-a5cbb26908c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ece0a985-6f37-4b7f-874f-d415a8fc18c4 {
  text-align: center;
}




  #s-ece0a985-6f37-4b7f-874f-d415a8fc18c4 img.shogun-image {
    
    width: px;
  }


#s-ece0a985-6f37-4b7f-874f-d415a8fc18c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-43386091-b839-488c-830f-259b97272aa0 {
  text-align: center;
}




  #s-43386091-b839-488c-830f-259b97272aa0 img.shogun-image {
    
    width: px;
  }


#s-43386091-b839-488c-830f-259b97272aa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f40b8f86-e6a9-4aec-b5aa-48abbf950ea2 {
  text-align: center;
}




  #s-f40b8f86-e6a9-4aec-b5aa-48abbf950ea2 img.shogun-image {
    
    width: px;
  }


#s-f40b8f86-e6a9-4aec-b5aa-48abbf950ea2 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
  }
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
