.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-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -15px;
margin-left: 0px;
margin-bottom: -15px;
margin-right: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/1e556f5a-4982-4f70-8409-ec3b984d842f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.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;
}

#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  margin-top: -15px;
margin-bottom: 15px;
padding-top: 30px;
padding-bottom: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}







#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.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-8357382e-11b4-4212-a24e-ff30869cb67f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-8357382e-11b4-4212-a24e-ff30869cb67f img.shogun-image {
    

    
    
    
  }


#s-8357382e-11b4-4212-a24e-ff30869cb67f .shogun-image-content {
  
    align-items: center;
  
}

.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-ba5d6b7c-bade-492f-bb12-a94998a57fa7 {
  text-align: center;
}







  #s-ba5d6b7c-bade-492f-bb12-a94998a57fa7 img.shogun-image {
    

    
    
    
  }


#s-ba5d6b7c-bade-492f-bb12-a94998a57fa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8fc2d47-87cb-445c-b5ca-cca3ea5bfbb0 {
  margin-left: auto;
margin-right: auto;
max-width: 59px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8fc2d47-87cb-445c-b5ca-cca3ea5bfbb0 {
  display: none;
}
#s-a8fc2d47-87cb-445c-b5ca-cca3ea5bfbb0, #wrap-s-a8fc2d47-87cb-445c-b5ca-cca3ea5bfbb0 { display:none !important; }}@media (max-width: 767px){#s-a8fc2d47-87cb-445c-b5ca-cca3ea5bfbb0 {
  display: none;
}
#s-a8fc2d47-87cb-445c-b5ca-cca3ea5bfbb0, #wrap-s-a8fc2d47-87cb-445c-b5ca-cca3ea5bfbb0 { display:none !important; }}






  #s-a8fc2d47-87cb-445c-b5ca-cca3ea5bfbb0 img.shogun-image {
    

    
    
    
  }


#s-a8fc2d47-87cb-445c-b5ca-cca3ea5bfbb0 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.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;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-52633151-28ee-4c57-8a52-84994d88aa16 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-52633151-28ee-4c57-8a52-84994d88aa16 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-52633151-28ee-4c57-8a52-84994d88aa16 .shg-sld-nav-button.shg-sld-left,
#s-52633151-28ee-4c57-8a52-84994d88aa16 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-30400a59-a9e1-4321-b57a-71845c2f9e6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30400a59-a9e1-4321-b57a-71845c2f9e6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30400a59-a9e1-4321-b57a-71845c2f9e6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30400a59-a9e1-4321-b57a-71845c2f9e6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-21caa071-45b7-4dab-856e-df0db396306c {
  text-align: center;
}








#s-21caa071-45b7-4dab-856e-df0db396306c .shogun-image-content {
  
    align-items: center;
  
}

#s-5e5598ab-ec52-486f-9858-5e135fea6af5 {
  text-align: center;
}








#s-5e5598ab-ec52-486f-9858-5e135fea6af5 .shogun-image-content {
  
    align-items: center;
  
}

#s-48daf1c4-1791-4197-b589-ec53cc6dbb18 {
  text-align: center;
}








#s-48daf1c4-1791-4197-b589-ec53cc6dbb18 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-044c46cc-2a08-4b45-8927-e2b2f87f9104"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-044c46cc-2a08-4b45-8927-e2b2f87f9104"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-044c46cc-2a08-4b45-8927-e2b2f87f9104"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-044c46cc-2a08-4b45-8927-e2b2f87f9104"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ebd8764c-870b-437f-80ae-c07bb47d0f8f {
  text-align: center;
}








#s-ebd8764c-870b-437f-80ae-c07bb47d0f8f .shogun-image-content {
  
    align-items: center;
  
}

#s-d28c4e52-4977-49d6-8960-b9e7ab6e45e8 {
  text-align: center;
}








#s-d28c4e52-4977-49d6-8960-b9e7ab6e45e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e0fef26-f13b-4ff3-bfa0-f19c432afc40 {
  text-align: center;
}








#s-2e0fef26-f13b-4ff3-bfa0-f19c432afc40 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-cc555228-138d-4d01-9bbb-f3956182e5aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc555228-138d-4d01-9bbb-f3956182e5aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cc555228-138d-4d01-9bbb-f3956182e5aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc555228-138d-4d01-9bbb-f3956182e5aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-8d584902-0202-45e7-aa30-588813d08d14 {
  text-align: center;
}








#s-8d584902-0202-45e7-aa30-588813d08d14 .shogun-image-content {
  
    align-items: center;
  
}

#s-825d2e77-a8f6-4655-88ee-3673f12f8f33 {
  text-align: center;
}








#s-825d2e77-a8f6-4655-88ee-3673f12f8f33 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbb236a5-a3ea-49a9-b649-b7bab39b5880 {
  text-align: center;
}








#s-bbb236a5-a3ea-49a9-b649-b7bab39b5880 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-528c352d-89e2-4e1d-9327-4e0f9c578e3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-528c352d-89e2-4e1d-9327-4e0f9c578e3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-528c352d-89e2-4e1d-9327-4e0f9c578e3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-528c352d-89e2-4e1d-9327-4e0f9c578e3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a61de168-efa4-49ac-9c4c-5695473e62da {
  text-align: center;
}








#s-a61de168-efa4-49ac-9c4c-5695473e62da .shogun-image-content {
  
    align-items: center;
  
}

#s-148e5ce6-126c-4803-aef6-5035876a37fa {
  text-align: center;
}








#s-148e5ce6-126c-4803-aef6-5035876a37fa .shogun-image-content {
  
    align-items: center;
  
}

#s-4d1a85ae-dd76-4cfc-ab05-8ab3459307ac {
  text-align: center;
}








#s-4d1a85ae-dd76-4cfc-ab05-8ab3459307ac .shogun-image-content {
  
    align-items: center;
  
}

#s-5a88f9ca-a60b-4bd1-86b7-58a3f4b45ad3 {
  min-height: 50px;
}








#s-5a88f9ca-a60b-4bd1-86b7-58a3f4b45ad3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a88f9ca-a60b-4bd1-86b7-58a3f4b45ad3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5d8b1e5-3e2b-4b92-96b7-2a7147bbd931 {
  min-height: 50px;
background-color: rgba(245, 166, 35, 1);
background-attachment: scroll;
}








#s-c5d8b1e5-3e2b-4b92-96b7-2a7147bbd931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5d8b1e5-3e2b-4b92-96b7-2a7147bbd931 {
  cursor: pointer;
}#s-c5d8b1e5-3e2b-4b92-96b7-2a7147bbd931.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-a1522f20-bfed-4c02-8163-e01d9a7f96d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1522f20-bfed-4c02-8163-e01d9a7f96d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


#s-a1522f20-bfed-4c02-8163-e01d9a7f96d7 .shogun-heading-component h1 a {
  color: #000;
}


#s-1d204a42-77b2-446e-b476-8da0e382e711 {
  background-image: url(https://i.shgcdn.com/0b9bdb6e-1bde-4615-86a6-7426c2eb99f5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 110px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-1d204a42-77b2-446e-b476-8da0e382e711 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d204a42-77b2-446e-b476-8da0e382e711 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d204a42-77b2-446e-b476-8da0e382e711 {
  
}
}@media (max-width: 767px){#s-1d204a42-77b2-446e-b476-8da0e382e711 {
  
}
}
@media (min-width: 0px) {
[id="s-1d204a42-77b2-446e-b476-8da0e382e711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d204a42-77b2-446e-b476-8da0e382e711"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d204a42-77b2-446e-b476-8da0e382e711"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d204a42-77b2-446e-b476-8da0e382e711"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d204a42-77b2-446e-b476-8da0e382e711"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d204a42-77b2-446e-b476-8da0e382e711"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d204a42-77b2-446e-b476-8da0e382e711"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-dd7dcb73-7a71-45c3-8e6a-fa3029dac618 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-dd7dcb73-7a71-45c3-8e6a-fa3029dac618 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd7dcb73-7a71-45c3-8e6a-fa3029dac618 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd7dcb73-7a71-45c3-8e6a-fa3029dac618 {
  
}
}@media (max-width: 767px){#s-dd7dcb73-7a71-45c3-8e6a-fa3029dac618 {
  
}
}







#s-dd7dcb73-7a71-45c3-8e6a-fa3029dac618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd7dcb73-7a71-45c3-8e6a-fa3029dac618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42a76875-ad88-42e5-9a1a-864335053a70 {
  margin-top: 120px;
}

#s-927aeb00-c777-471e-a65d-02094abecedd {
  text-align: center;
}







  #s-927aeb00-c777-471e-a65d-02094abecedd img.shogun-image {
    

    
    
    
  }


#s-927aeb00-c777-471e-a65d-02094abecedd .shogun-image-content {
  
    align-items: center;
  
}

#s-f90521da-eac1-486d-875f-9b84876aa2ce {
  min-height: 50px;
}








#s-f90521da-eac1-486d-875f-9b84876aa2ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f90521da-eac1-486d-875f-9b84876aa2ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75aa69a5-207f-40d4-8ba2-5afe8852cfa5 {
  background-image: url(https://i.shgcdn.com/67082707-6ce7-4f52-8dc1-b9f4b7597f79/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
background-color: rgba(0, 2, 1, 0);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-75aa69a5-207f-40d4-8ba2-5afe8852cfa5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75aa69a5-207f-40d4-8ba2-5afe8852cfa5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-75aa69a5-207f-40d4-8ba2-5afe8852cfa5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75aa69a5-207f-40d4-8ba2-5afe8852cfa5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-75aa69a5-207f-40d4-8ba2-5afe8852cfa5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75aa69a5-207f-40d4-8ba2-5afe8852cfa5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-75aa69a5-207f-40d4-8ba2-5afe8852cfa5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-75aa69a5-207f-40d4-8ba2-5afe8852cfa5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a4fb2317-89b6-4675-b373-976723708f18 {
  margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 380px;
opacity: 1;
background-color: rgba(0, 0, 0, 0.65);
}
@media (min-width: 768px) and (max-width: 991px){#s-a4fb2317-89b6-4675-b373-976723708f18 {
  margin-left: auto;
margin-right: auto;
}
}







#s-a4fb2317-89b6-4675-b373-976723708f18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4fb2317-89b6-4675-b373-976723708f18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98789b3f-400e-4e8f-9b8a-44e6a4cf3420 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-98789b3f-400e-4e8f-9b8a-44e6a4cf3420 img.shogun-image {
    

    
    
    
  }


#s-98789b3f-400e-4e8f-9b8a-44e6a4cf3420 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6aa2b14-7fe2-4283-8fa0-2876331f6d00 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f6aa2b14-7fe2-4283-8fa0-2876331f6d00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6aa2b14-7fe2-4283-8fa0-2876331f6d00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6aa2b14-7fe2-4283-8fa0-2876331f6d00 {
  
}
}@media (max-width: 767px){#s-f6aa2b14-7fe2-4283-8fa0-2876331f6d00 {
  
}
}
#s-f6aa2b14-7fe2-4283-8fa0-2876331f6d00 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fb41738e-9c1e-4995-9846-95a20b9f6f29 {
  min-height: 50px;
}








#s-fb41738e-9c1e-4995-9846-95a20b9f6f29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb41738e-9c1e-4995-9846-95a20b9f6f29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fd1eb01-20ff-4880-8d37-e32e8de93638 {
  background-image: url(https://i.shgcdn.com/2236e5f3-8f8d-48d0-82ac-d57a17beda54/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
background-color: rgba(0, 2, 1, 0);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-7fd1eb01-20ff-4880-8d37-e32e8de93638"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fd1eb01-20ff-4880-8d37-e32e8de93638"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fd1eb01-20ff-4880-8d37-e32e8de93638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7fd1eb01-20ff-4880-8d37-e32e8de93638"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fd1eb01-20ff-4880-8d37-e32e8de93638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fd1eb01-20ff-4880-8d37-e32e8de93638"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7fd1eb01-20ff-4880-8d37-e32e8de93638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-7fd1eb01-20ff-4880-8d37-e32e8de93638"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1ec54cbd-5869-49fc-933d-d8d298ddf60b {
  margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 380px;
opacity: 1;
background-color: rgba(0, 0, 0, 0.65);
}
@media (min-width: 768px) and (max-width: 991px){#s-1ec54cbd-5869-49fc-933d-d8d298ddf60b {
  margin-left: auto;
margin-right: auto;
}
}







#s-1ec54cbd-5869-49fc-933d-d8d298ddf60b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ec54cbd-5869-49fc-933d-d8d298ddf60b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ad16e73-df45-4bd0-b8e2-f1b1734295fc {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-6ad16e73-df45-4bd0-b8e2-f1b1734295fc img.shogun-image {
    

    
    
    
  }


#s-6ad16e73-df45-4bd0-b8e2-f1b1734295fc .shogun-image-content {
  
    align-items: center;
  
}

#s-7064f8a3-0984-4cac-b2f1-39040aacb2e1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-7064f8a3-0984-4cac-b2f1-39040aacb2e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7064f8a3-0984-4cac-b2f1-39040aacb2e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7064f8a3-0984-4cac-b2f1-39040aacb2e1 {
  
}
}@media (max-width: 767px){#s-7064f8a3-0984-4cac-b2f1-39040aacb2e1 {
  
}
}
#s-7064f8a3-0984-4cac-b2f1-39040aacb2e1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-008d3473-167c-4478-9778-6c9dd193aad2 {
  min-height: 50px;
}








#s-008d3473-167c-4478-9778-6c9dd193aad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-008d3473-167c-4478-9778-6c9dd193aad2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ce55ac2-e3b1-4540-bd2c-c030fd1d8adc {
  background-image: url(https://i.shgcdn.com/9fe2724a-b335-4fbd-bb95-4b966a48ca37/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
background-color: rgba(0, 2, 1, 0);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-2ce55ac2-e3b1-4540-bd2c-c030fd1d8adc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ce55ac2-e3b1-4540-bd2c-c030fd1d8adc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ce55ac2-e3b1-4540-bd2c-c030fd1d8adc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ce55ac2-e3b1-4540-bd2c-c030fd1d8adc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ce55ac2-e3b1-4540-bd2c-c030fd1d8adc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ce55ac2-e3b1-4540-bd2c-c030fd1d8adc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2ce55ac2-e3b1-4540-bd2c-c030fd1d8adc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-2ce55ac2-e3b1-4540-bd2c-c030fd1d8adc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6116aeae-0e9e-4fbd-8b4b-3f386164bcb8 {
  margin-left: auto;
margin-bottom: 45px;
margin-right: auto;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 380px;
opacity: 1;
background-color: rgba(0, 0, 0, 0.65);
}
@media (min-width: 768px) and (max-width: 991px){#s-6116aeae-0e9e-4fbd-8b4b-3f386164bcb8 {
  margin-left: auto;
margin-right: auto;
}
}







#s-6116aeae-0e9e-4fbd-8b4b-3f386164bcb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6116aeae-0e9e-4fbd-8b4b-3f386164bcb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-026cc643-ad9b-4834-9671-7510aa6dc0c8 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-026cc643-ad9b-4834-9671-7510aa6dc0c8 img.shogun-image {
    

    
    
    
  }


#s-026cc643-ad9b-4834-9671-7510aa6dc0c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-115766f3-4307-4520-a610-53805a949254 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-115766f3-4307-4520-a610-53805a949254 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-115766f3-4307-4520-a610-53805a949254 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-115766f3-4307-4520-a610-53805a949254 {
  
}
}@media (max-width: 767px){#s-115766f3-4307-4520-a610-53805a949254 {
  
}
}
#s-115766f3-4307-4520-a610-53805a949254 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-29f0a30f-d6db-44ca-b8a9-f8b73d8e1d6e {
  min-height: 50px;
}








#s-29f0a30f-d6db-44ca-b8a9-f8b73d8e1d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29f0a30f-d6db-44ca-b8a9-f8b73d8e1d6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4066001-c32f-49b7-99d0-5d3a23581507 {
  padding-top: 90px;
padding-bottom: 20px;
background-color: rgba(248, 240, 226, 1);
}

@media (min-width: 0px) {
[id="s-d4066001-c32f-49b7-99d0-5d3a23581507"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4066001-c32f-49b7-99d0-5d3a23581507"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4066001-c32f-49b7-99d0-5d3a23581507"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4066001-c32f-49b7-99d0-5d3a23581507"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4066001-c32f-49b7-99d0-5d3a23581507"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4066001-c32f-49b7-99d0-5d3a23581507"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4066001-c32f-49b7-99d0-5d3a23581507"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-2fcc0711-a4de-4948-9ce8-cfc25f971f90 {
  padding-top: 10px;
padding-bottom: 50px;
text-align: center;
}

#s-2fcc0711-a4de-4948-9ce8-cfc25f971f90 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Amiri";
  font-style:  normal ;
  font-size: 64px;
  
  
  
}



#s-b58244ff-1930-465d-a0af-51ff8ab48be9 {
  min-height: 50px;
}








#s-b58244ff-1930-465d-a0af-51ff8ab48be9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b58244ff-1930-465d-a0af-51ff8ab48be9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1c93a0c-2797-4404-9e3d-071ea6049f22 {
  text-align: center;
}







  #s-d1c93a0c-2797-4404-9e3d-071ea6049f22 img.shogun-image {
    

    
    
    
  }


#s-d1c93a0c-2797-4404-9e3d-071ea6049f22 .shogun-image-content {
  
    align-items: center;
  
}

#s-1701112e-e93b-41c7-9cfd-e212409872b8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dea1609c-bef8-47a9-a472-85db2b043b84 {
  text-align: center;
}







  #s-dea1609c-bef8-47a9-a472-85db2b043b84 img.shogun-image {
    

    
    
    
  }


#s-dea1609c-bef8-47a9-a472-85db2b043b84 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbec70c5-3d10-458e-8b1f-4787c85e77fb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cbec70c5-3d10-458e-8b1f-4787c85e77fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cbec70c5-3d10-458e-8b1f-4787c85e77fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cbec70c5-3d10-458e-8b1f-4787c85e77fb {
  
}
}@media (max-width: 767px){#s-cbec70c5-3d10-458e-8b1f-4787c85e77fb {
  
}
}







#s-cbec70c5-3d10-458e-8b1f-4787c85e77fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbec70c5-3d10-458e-8b1f-4787c85e77fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9428e3b9-994d-44df-acf2-fc90dc484ec0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9428e3b9-994d-44df-acf2-fc90dc484ec0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9428e3b9-994d-44df-acf2-fc90dc484ec0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9428e3b9-994d-44df-acf2-fc90dc484ec0 {
  
}
}@media (max-width: 767px){#s-9428e3b9-994d-44df-acf2-fc90dc484ec0 {
  
}
}







#s-9428e3b9-994d-44df-acf2-fc90dc484ec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9428e3b9-994d-44df-acf2-fc90dc484ec0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30fd6207-5a08-4736-9083-7e70e92d1914 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-30fd6207-5a08-4736-9083-7e70e92d1914 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30fd6207-5a08-4736-9083-7e70e92d1914 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30fd6207-5a08-4736-9083-7e70e92d1914 {
  
}
}@media (max-width: 767px){#s-30fd6207-5a08-4736-9083-7e70e92d1914 {
  
}
}







#s-30fd6207-5a08-4736-9083-7e70e92d1914 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30fd6207-5a08-4736-9083-7e70e92d1914.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 0);
opacity: 1;
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab1dd834-bde4-4fe7-bf45-2654de6d8ef2 {
  max-width: 740px;
aspect-ratio: 740/490;
text-align: center;
}





  #s-ab1dd834-bde4-4fe7-bf45-2654de6d8ef2 img.shogun-image,
  #s-ab1dd834-bde4-4fe7-bf45-2654de6d8ef2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab1dd834-bde4-4fe7-bf45-2654de6d8ef2 {
    width: 100%;
    height: auto;
  }



  #s-ab1dd834-bde4-4fe7-bf45-2654de6d8ef2 img.shogun-image {
    

    
    
    
  }


#s-ab1dd834-bde4-4fe7-bf45-2654de6d8ef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-86c830d1-e1a3-4643-b2f9-32cd93653fe1 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-86c830d1-e1a3-4643-b2f9-32cd93653fe1 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-86c830d1-e1a3-4643-b2f9-32cd93653fe1 .shogun-heading-component h5 a {
  color: #000;
}


#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  min-height: 50px;
}
@media (max-width: 767px){#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-01d986d7-4f90-48c5-9c4e-dfe488035bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d986d7-4f90-48c5-9c4e-dfe488035bab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72e1629c-65df-4cac-b240-c7b39e8bd73f {
  text-align: center;
}







  #s-72e1629c-65df-4cac-b240-c7b39e8bd73f img.shogun-image {
    

    
    
    
  }


#s-72e1629c-65df-4cac-b240-c7b39e8bd73f .shogun-image-content {
  
    align-items: center;
  
}

#s-d6673826-5b17-48fc-9045-93c895a0370e {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-d6673826-5b17-48fc-9045-93c895a0370e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-d6673826-5b17-48fc-9045-93c895a0370e .shogun-heading-component h5 a {
  color: #000;
}


#s-2f5282db-9d97-4106-996a-2f6509ab201a {
  text-align: center;
}







  #s-2f5282db-9d97-4106-996a-2f6509ab201a img.shogun-image {
    

    
    
    
  }


#s-2f5282db-9d97-4106-996a-2f6509ab201a .shogun-image-content {
  
    align-items: center;
  
}

#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  min-height: 50px;
}
@media (max-width: 767px){#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  margin-top: 0px;
}
}







#s-4b98a257-7dfa-4549-aebb-713a6067a02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b98a257-7dfa-4549-aebb-713a6067a02d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b49a3e4-92d3-408a-9e80-9d7bd7cfad39 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

#s-2b49a3e4-92d3-408a-9e80-9d7bd7cfad39 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-2b49a3e4-92d3-408a-9e80-9d7bd7cfad39 .shogun-heading-component h5 a {
  color: #000;
}


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