.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-40588272-bcb1-44c9-8a87-99170bab6602 {
  padding-left: 16px;
padding-right: 16px;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-40588272-bcb1-44c9-8a87-99170bab6602 {
  display: none;
}
#s-40588272-bcb1-44c9-8a87-99170bab6602, #wrap-s-40588272-bcb1-44c9-8a87-99170bab6602 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40588272-bcb1-44c9-8a87-99170bab6602 {
  display: none;
}
#s-40588272-bcb1-44c9-8a87-99170bab6602, #wrap-s-40588272-bcb1-44c9-8a87-99170bab6602 { display:none !important; }}







#s-40588272-bcb1-44c9-8a87-99170bab6602 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40588272-bcb1-44c9-8a87-99170bab6602.shg-box.shg-c {
  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: #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-adcb9991-e5d8-4a5e-b4cb-05ed55a476a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adcb9991-e5d8-4a5e-b4cb-05ed55a476a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27.65px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-6e037752-278c-4ee7-bfb4-aa0d7b2a7fa2 {
  padding-bottom: 16px;
}

#s-7d92152e-accd-4857-a3ad-13b3a64eaa1a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7d92152e-accd-4857-a3ad-13b3a64eaa1a {
  display: none;
}
#s-7d92152e-accd-4857-a3ad-13b3a64eaa1a, #wrap-s-7d92152e-accd-4857-a3ad-13b3a64eaa1a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d92152e-accd-4857-a3ad-13b3a64eaa1a {
  display: none;
}
#s-7d92152e-accd-4857-a3ad-13b3a64eaa1a, #wrap-s-7d92152e-accd-4857-a3ad-13b3a64eaa1a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d92152e-accd-4857-a3ad-13b3a64eaa1a {
  display: none;
}
#s-7d92152e-accd-4857-a3ad-13b3a64eaa1a, #wrap-s-7d92152e-accd-4857-a3ad-13b3a64eaa1a { display:none !important; }}







#s-7d92152e-accd-4857-a3ad-13b3a64eaa1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d92152e-accd-4857-a3ad-13b3a64eaa1a.shg-box.shg-c {
  justify-content: center;
}

#s-78c0ace7-e16d-442d-8a5f-1d5d0543becc {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-78c0ace7-e16d-442d-8a5f-1d5d0543becc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78c0ace7-e16d-442d-8a5f-1d5d0543becc.shg-box.shg-c {
  justify-content: center;
}

#s-91b86355-b71b-460e-ab07-8642447d1b3b {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-72ade2cc-5af4-4455-a486-0ada212a9776 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-72ade2cc-5af4-4455-a486-0ada212a9776 {
  display: none;
}
#s-72ade2cc-5af4-4455-a486-0ada212a9776, #wrap-s-72ade2cc-5af4-4455-a486-0ada212a9776 { display:none !important; }}@media (max-width: 767px){#s-72ade2cc-5af4-4455-a486-0ada212a9776 {
  display: none;
}
#s-72ade2cc-5af4-4455-a486-0ada212a9776, #wrap-s-72ade2cc-5af4-4455-a486-0ada212a9776 { display:none !important; }}







#s-72ade2cc-5af4-4455-a486-0ada212a9776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72ade2cc-5af4-4455-a486-0ada212a9776.shg-box.shg-c {
  justify-content: center;
}

#s-a099bf13-a5ee-4737-b504-fccc01f8c45e {
  padding-top: 32px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a099bf13-a5ee-4737-b504-fccc01f8c45e {
  display: none;
}
#s-a099bf13-a5ee-4737-b504-fccc01f8c45e, #wrap-s-a099bf13-a5ee-4737-b504-fccc01f8c45e { display:none !important; }}@media (max-width: 767px){#s-a099bf13-a5ee-4737-b504-fccc01f8c45e {
  display: none;
}
#s-a099bf13-a5ee-4737-b504-fccc01f8c45e, #wrap-s-a099bf13-a5ee-4737-b504-fccc01f8c45e { display:none !important; }}







#s-a099bf13-a5ee-4737-b504-fccc01f8c45e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a099bf13-a5ee-4737-b504-fccc01f8c45e.shg-box.shg-c {
  justify-content: center;
}

#s-b902eff5-5050-4775-ad9c-4c96d23cea84 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-1cb5bf1b-6e14-4f62-b561-730cc22a1694 {
  padding-bottom: 16px;
padding-right: 100px;
}

#s-8b8be7e7-f609-4877-8b07-6d5ed1993b28 {
  margin-top: 32px;
margin-left: 32px;
margin-bottom: 24px;
margin-right: 32px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b8be7e7-f609-4877-8b07-6d5ed1993b28 {
  margin-left: 16px;
margin-right: 16px;
}
}@media (max-width: 767px){#s-8b8be7e7-f609-4877-8b07-6d5ed1993b28 {
  display: none;
}
#s-8b8be7e7-f609-4877-8b07-6d5ed1993b28, #wrap-s-8b8be7e7-f609-4877-8b07-6d5ed1993b28 { display:none !important; }}







#s-8b8be7e7-f609-4877-8b07-6d5ed1993b28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b8be7e7-f609-4877-8b07-6d5ed1993b28.shg-box.shg-c {
  justify-content: center;
}

#s-2e847a4a-7881-4a22-a86b-bfbf7d37e945 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2e847a4a-7881-4a22-a86b-bfbf7d37e945 .shogun-heading-component h1 {
  color: rgba(0, 170, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27.65px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-76d8448b-0f4c-4be0-8abb-03b5cfdf3e2d {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 1200px){#s-76d8448b-0f4c-4be0-8abb-03b5cfdf3e2d {
  margin-left: 32px;
margin-right: 32px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76d8448b-0f4c-4be0-8abb-03b5cfdf3e2d {
  margin-left: 32px;
margin-right: 32px;
}
}
#s-662a027d-25fc-4619-8764-0c2e4ae97030 {
  padding-top: 32px;
padding-left: 32px;
padding-right: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-662a027d-25fc-4619-8764-0c2e4ae97030 {
  padding-left: 16px;
padding-right: 16px;
}
}@media (max-width: 767px){#s-662a027d-25fc-4619-8764-0c2e4ae97030 {
  padding-left: 16px;
padding-right: 16px;
}
}







#s-662a027d-25fc-4619-8764-0c2e4ae97030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-662a027d-25fc-4619-8764-0c2e4ae97030.shg-box.shg-c {
  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 {
  -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-f69d0dc4-04e4-44b6-8891-92593b980ada {
  text-align: center;
}




  #s-f69d0dc4-04e4-44b6-8891-92593b980ada img.shogun-image {
    
    width: px;
  }


#s-f69d0dc4-04e4-44b6-8891-92593b980ada .shogun-image-content {
  
    align-items: center;
  
}

#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05 {
  padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05 {
  display: none;
}
#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05, #wrap-s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05 {
  display: none;
}
#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05, #wrap-s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05 {
  display: none;
}
#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05, #wrap-s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05 { display:none !important; }}@media (max-width: 767px){#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05 {
  padding-top: 16px;
}
}







#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d035e5c-8a6e-45c9-a48e-dc806ee4fe05.shg-box.shg-c {
  justify-content: 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;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-5ab18b97-6534-4fba-bf1f-11e80f170cc0 {
  margin-bottom: 16px;
padding-top: 16px;
padding-bottom: 16px;
}
@media (min-width: 1200px){#s-5ab18b97-6534-4fba-bf1f-11e80f170cc0 {
  display: none;
}
#s-5ab18b97-6534-4fba-bf1f-11e80f170cc0, #wrap-s-5ab18b97-6534-4fba-bf1f-11e80f170cc0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ab18b97-6534-4fba-bf1f-11e80f170cc0 {
  display: none;
}
#s-5ab18b97-6534-4fba-bf1f-11e80f170cc0, #wrap-s-5ab18b97-6534-4fba-bf1f-11e80f170cc0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ab18b97-6534-4fba-bf1f-11e80f170cc0 {
  display: none;
}
#s-5ab18b97-6534-4fba-bf1f-11e80f170cc0, #wrap-s-5ab18b97-6534-4fba-bf1f-11e80f170cc0 { display:none !important; }}
#s-7a8411e0-9dd6-4ab7-b8d9-b21d99f7815b {
  padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
min-height: 136px;
background-color: rgba(0, 170, 0, 1);
}








#s-7a8411e0-9dd6-4ab7-b8d9-b21d99f7815b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a8411e0-9dd6-4ab7-b8d9-b21d99f7815b.shg-box.shg-c {
  justify-content: center;
}

#s-76e6a799-b075-4b20-8f88-4fd90ea437af {
  padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
min-height: 136px;
background-color: rgba(0, 170, 0, 1);
}








#s-76e6a799-b075-4b20-8f88-4fd90ea437af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76e6a799-b075-4b20-8f88-4fd90ea437af.shg-box.shg-c {
  justify-content: center;
}

#s-b44c1344-5649-4422-bb80-4f4388bd7030 {
  padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
min-height: 136px;
background-color: rgba(0, 170, 0, 1);
}








#s-b44c1344-5649-4422-bb80-4f4388bd7030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b44c1344-5649-4422-bb80-4f4388bd7030.shg-box.shg-c {
  justify-content: center;
}

#s-be9864c1-dba0-4d9d-bdbb-ae069a90592c {
  padding-top: 16px;
padding-left: 32px;
padding-bottom: 16px;
padding-right: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-be9864c1-dba0-4d9d-bdbb-ae069a90592c {
  padding-left: 16px;
padding-right: 16px;
}
}@media (max-width: 767px){#s-be9864c1-dba0-4d9d-bdbb-ae069a90592c {
  display: none;
}
#s-be9864c1-dba0-4d9d-bdbb-ae069a90592c, #wrap-s-be9864c1-dba0-4d9d-bdbb-ae069a90592c { display:none !important; }}







#s-be9864c1-dba0-4d9d-bdbb-ae069a90592c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be9864c1-dba0-4d9d-bdbb-ae069a90592c.shg-box.shg-c {
  justify-content: center;
}

#s-3bce834c-ac6a-4068-b71a-c37816df20c5 {
  padding-top: 16px;
padding-bottom: 16px;
}

#s-e498122d-e15b-4529-a6ee-f6f5e6b55515 {
  padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
min-height: 136px;
background-color: rgba(0, 170, 0, 1);
}








#s-e498122d-e15b-4529-a6ee-f6f5e6b55515 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e498122d-e15b-4529-a6ee-f6f5e6b55515.shg-box.shg-c {
  justify-content: center;
}

#s-b9674b50-4a31-4394-a240-1c937ac90cc4 {
  padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
min-height: 136px;
background-color: rgba(0, 170, 0, 1);
}








#s-b9674b50-4a31-4394-a240-1c937ac90cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9674b50-4a31-4394-a240-1c937ac90cc4.shg-box.shg-c {
  justify-content: center;
}

#s-a7f3d4c1-a098-4feb-88ab-b1b50146f3ff {
  padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
min-height: 136px;
background-color: rgba(0, 170, 0, 1);
}








#s-a7f3d4c1-a098-4feb-88ab-b1b50146f3ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7f3d4c1-a098-4feb-88ab-b1b50146f3ff.shg-box.shg-c {
  justify-content: center;
}

#s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3 {
  padding-top: 32px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3 {
  display: none;
}
#s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3, #wrap-s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3 {
  display: none;
}
#s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3, #wrap-s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3 {
  display: none;
}
#s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3, #wrap-s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3 { display:none !important; }}







#s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-422d4efc-ae3e-42fe-81f7-1416b1c7d9d3.shg-box.shg-c {
  justify-content: center;
}

#s-747a01a4-a6da-4b20-9ec6-51a451c23408 {
  padding-bottom: 8px;
}

#s-47460aeb-1499-40f6-a819-298e864c21a5 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-fc5d6bd3-f8a0-41f5-8b7c-a89ffc214001 {
  padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}




  #s-fc5d6bd3-f8a0-41f5-8b7c-a89ffc214001 img.shogun-image {
    
    width: px;
  }


#s-fc5d6bd3-f8a0-41f5-8b7c-a89ffc214001 .shogun-image-content {
  
    align-items: center;
  
}

#s-107cbcd4-1127-4025-8dc9-fb9f71bd85fa {
  padding-top: 8px;
padding-bottom: 8px;
}

#s-89f132ce-42d7-45f2-aa1b-fb67cd164a0c {
  padding-top: 16px;
}

#s-166a9b78-bdae-4068-86e0-fb1c9cd8e0d1 {
  padding-top: 8px;
padding-left: 32px;
padding-bottom: 32px;
padding-right: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-166a9b78-bdae-4068-86e0-fb1c9cd8e0d1 {
  display: none;
}
#s-166a9b78-bdae-4068-86e0-fb1c9cd8e0d1, #wrap-s-166a9b78-bdae-4068-86e0-fb1c9cd8e0d1 { display:none !important; }}@media (max-width: 767px){#s-166a9b78-bdae-4068-86e0-fb1c9cd8e0d1 {
  display: none;
}
#s-166a9b78-bdae-4068-86e0-fb1c9cd8e0d1, #wrap-s-166a9b78-bdae-4068-86e0-fb1c9cd8e0d1 { display:none !important; }}







#s-166a9b78-bdae-4068-86e0-fb1c9cd8e0d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-166a9b78-bdae-4068-86e0-fb1c9cd8e0d1.shg-box.shg-c {
  justify-content: center;
}

#s-78c29561-99e3-47e0-bb70-6dd7e930aac6 {
  padding-bottom: 8px;
}

#s-e05de21e-163e-4e74-a81c-1324ad3d6c52 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad {
  padding-top: 8px;
padding-left: 16px;
padding-bottom: 32px;
padding-right: 16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad {
  display: none;
}
#s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad, #wrap-s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad {
  display: none;
}
#s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad, #wrap-s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad { display:none !important; }}@media (max-width: 767px){#s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad {
  display: none;
}
#s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad, #wrap-s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad { display:none !important; }}







#s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b0aa367-eeca-44f6-89ed-270d3ca9f1ad.shg-box.shg-c {
  justify-content: center;
}

#s-19671517-6287-435e-9a7a-e3598d19d783 {
  padding-bottom: 8px;
}

#s-a87ddc13-aeb4-4758-9d28-0aab0e97d299 {
  padding-top: 8px;
padding-bottom: 16px;
}

#s-5866fcdd-1bd2-48a3-8dee-3984ede3bb5a {
  text-align: center;
}




  #s-5866fcdd-1bd2-48a3-8dee-3984ede3bb5a img.shogun-image {
    
    width: px;
  }


#s-5866fcdd-1bd2-48a3-8dee-3984ede3bb5a .shogun-image-content {
  
    align-items: center;
  
}

#s-3ebb1a25-853f-4682-8b57-43717a30312c {
  padding-top: 16px;
padding-bottom: 8px;
}

#s-cb954a3d-1f26-4801-9795-fc2ba692290b {
  padding-top: 16px;
}

#s-594820d3-7ba8-4735-8a4a-fad6108eec95 {
  min-height: 50px;
}








#s-594820d3-7ba8-4735-8a4a-fad6108eec95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-594820d3-7ba8-4735-8a4a-fad6108eec95.shg-box.shg-c {
  justify-content: 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;
  }
}

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