.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-eeab6de7-2289-4771-944f-a8181af963fa {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-eeab6de7-2289-4771-944f-a8181af963fa .shg-sld-dot {
  background-color: rgba(30, 35, 40, 1);
}

#s-eeab6de7-2289-4771-944f-a8181af963fa .shg-sld-nav-button.shg-sld-left,
#s-eeab6de7-2289-4771-944f-a8181af963fa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(30, 35, 40, 1);
}

.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-99aa05cb-b500-4c73-818a-4b51cc2a97c7 {
  max-width: 1800px;
aspect-ratio: 1800/1000;
text-align: center;
}





  #s-99aa05cb-b500-4c73-818a-4b51cc2a97c7 img.shogun-image,
  #s-99aa05cb-b500-4c73-818a-4b51cc2a97c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99aa05cb-b500-4c73-818a-4b51cc2a97c7 {
    width: 100%;
    height: auto;
  }



  #s-99aa05cb-b500-4c73-818a-4b51cc2a97c7 img.shogun-image {
    

    
    
    
  }


#s-99aa05cb-b500-4c73-818a-4b51cc2a97c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7c4245f-024b-45f9-b046-e017b7eb4371 {
  max-width: 1800px;
aspect-ratio: 1800/1000;
text-align: center;
}





  #s-c7c4245f-024b-45f9-b046-e017b7eb4371 img.shogun-image,
  #s-c7c4245f-024b-45f9-b046-e017b7eb4371 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7c4245f-024b-45f9-b046-e017b7eb4371 {
    width: 100%;
    height: auto;
  }



  #s-c7c4245f-024b-45f9-b046-e017b7eb4371 img.shogun-image {
    

    
    
    
  }


#s-c7c4245f-024b-45f9-b046-e017b7eb4371 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1e3cf8a-22db-48d0-9679-328746601a3d {
  text-align: center;
}







  #s-e1e3cf8a-22db-48d0-9679-328746601a3d img.shogun-image {
    

    
    
    
  }


#s-e1e3cf8a-22db-48d0-9679-328746601a3d .shogun-image-content {
  
    align-items: center;
  
}

#s-5c6c5ef5-1127-4456-afcd-8a910ca17bce {
  text-align: center;
}







  #s-5c6c5ef5-1127-4456-afcd-8a910ca17bce img.shogun-image {
    

    
    
    
  }


#s-5c6c5ef5-1127-4456-afcd-8a910ca17bce .shogun-image-content {
  
    align-items: 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-e383cb5f-1acc-4358-bc6a-d59c325722fd {
  padding-top: 25px;
text-align: center;
background-color: rgba(236, 236, 241, 1);
}

#s-e383cb5f-1acc-4358-bc6a-d59c325722fd .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-d45d7716-03be-46ea-ba65-7517bd11403c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 2px;
padding-bottom: 20px;
background-color: rgba(236, 236, 241, 1);
}

@media (min-width: 0px) {
[id="s-d45d7716-03be-46ea-ba65-7517bd11403c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d45d7716-03be-46ea-ba65-7517bd11403c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d45d7716-03be-46ea-ba65-7517bd11403c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d45d7716-03be-46ea-ba65-7517bd11403c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7c009646-f1b2-4634-b65b-c29e17701c42 {
  margin-top: 20px;
text-align: center;
}







  #s-7c009646-f1b2-4634-b65b-c29e17701c42 img.shogun-image {
    

    
    
    
  }


#s-7c009646-f1b2-4634-b65b-c29e17701c42 .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-2440e832-6987-41e5-86f3-646da9532d8f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
}
#s-2440e832-6987-41e5-86f3-646da9532d8f:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;}#s-2440e832-6987-41e5-86f3-646da9532d8f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2440e832-6987-41e5-86f3-646da9532d8f-root {
    text-align: center;
  }


#s-2440e832-6987-41e5-86f3-646da9532d8f.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2440e832-6987-41e5-86f3-646da9532d8f-root {
    text-align: center;
  }


#s-2440e832-6987-41e5-86f3-646da9532d8f.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2440e832-6987-41e5-86f3-646da9532d8f-root {
    text-align: center;
  }


#s-2440e832-6987-41e5-86f3-646da9532d8f.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2440e832-6987-41e5-86f3-646da9532d8f-root {
    text-align: center;
  }


#s-2440e832-6987-41e5-86f3-646da9532d8f.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2440e832-6987-41e5-86f3-646da9532d8f-root {
    text-align: center;
  }


#s-2440e832-6987-41e5-86f3-646da9532d8f.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-3a47bad4-cd6d-4cdf-87c2-52a146b7fa56 {
  margin-top: 20px;
text-align: center;
}







  #s-3a47bad4-cd6d-4cdf-87c2-52a146b7fa56 img.shogun-image {
    

    
    
    
  }


#s-3a47bad4-cd6d-4cdf-87c2-52a146b7fa56 .shogun-image-content {
  
    align-items: center;
  
}

#s-83bd336b-8103-4f88-bded-74af28701ef5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
}
#s-83bd336b-8103-4f88-bded-74af28701ef5:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;}#s-83bd336b-8103-4f88-bded-74af28701ef5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-83bd336b-8103-4f88-bded-74af28701ef5-root {
    text-align: center;
  }


#s-83bd336b-8103-4f88-bded-74af28701ef5.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-83bd336b-8103-4f88-bded-74af28701ef5-root {
    text-align: center;
  }


#s-83bd336b-8103-4f88-bded-74af28701ef5.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83bd336b-8103-4f88-bded-74af28701ef5-root {
    text-align: center;
  }


#s-83bd336b-8103-4f88-bded-74af28701ef5.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83bd336b-8103-4f88-bded-74af28701ef5-root {
    text-align: center;
  }


#s-83bd336b-8103-4f88-bded-74af28701ef5.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-83bd336b-8103-4f88-bded-74af28701ef5-root {
    text-align: center;
  }


#s-83bd336b-8103-4f88-bded-74af28701ef5.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-25193d0d-6d38-463c-9cd2-710ef153f160 {
  margin-top: 20px;
text-align: center;
}







  #s-25193d0d-6d38-463c-9cd2-710ef153f160 img.shogun-image {
    

    
    
    
  }


#s-25193d0d-6d38-463c-9cd2-710ef153f160 .shogun-image-content {
  
    align-items: center;
  
}

#s-d002a8d9-3b33-41db-b98a-df1174e9dcc6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
}
#s-d002a8d9-3b33-41db-b98a-df1174e9dcc6:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;}#s-d002a8d9-3b33-41db-b98a-df1174e9dcc6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d002a8d9-3b33-41db-b98a-df1174e9dcc6-root {
    text-align: center;
  }


#s-d002a8d9-3b33-41db-b98a-df1174e9dcc6.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d002a8d9-3b33-41db-b98a-df1174e9dcc6-root {
    text-align: center;
  }


#s-d002a8d9-3b33-41db-b98a-df1174e9dcc6.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d002a8d9-3b33-41db-b98a-df1174e9dcc6-root {
    text-align: center;
  }


#s-d002a8d9-3b33-41db-b98a-df1174e9dcc6.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d002a8d9-3b33-41db-b98a-df1174e9dcc6-root {
    text-align: center;
  }


#s-d002a8d9-3b33-41db-b98a-df1174e9dcc6.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d002a8d9-3b33-41db-b98a-df1174e9dcc6-root {
    text-align: center;
  }


#s-d002a8d9-3b33-41db-b98a-df1174e9dcc6.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-482c7c12-fadd-488e-b146-2ebbe31c916c {
  margin-top: 20px;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-482c7c12-fadd-488e-b146-2ebbe31c916c img.shogun-image,
  #s-482c7c12-fadd-488e-b146-2ebbe31c916c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-482c7c12-fadd-488e-b146-2ebbe31c916c {
    width: 100%;
    height: auto;
  }



  #s-482c7c12-fadd-488e-b146-2ebbe31c916c img.shogun-image {
    

    
    
    
  }


#s-482c7c12-fadd-488e-b146-2ebbe31c916c .shogun-image-content {
  
    align-items: center;
  
}

#s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
}
#s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;}#s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b-root {
    text-align: center;
  }


#s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b-root {
    text-align: center;
  }


#s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b-root {
    text-align: center;
  }


#s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b-root {
    text-align: center;
  }


#s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b-root {
    text-align: center;
  }


#s-b3071fa3-dff9-4d1d-9c0b-c91ae651985b.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
.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-1cb3f08e-41a5-4467-9ed5-2ef1882db8ac {
  min-height: 50px;
background-color: rgba(236, 236, 241, 1);
}








#s-1cb3f08e-41a5-4467-9ed5-2ef1882db8ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb3f08e-41a5-4467-9ed5-2ef1882db8ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1a7fe70-0027-4d71-91bc-06313911e963 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
hover-type: color;
}
#s-b1a7fe70-0027-4d71-91bc-06313911e963:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b1a7fe70-0027-4d71-91bc-06313911e963:active {background-color: rgba(255, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b1a7fe70-0027-4d71-91bc-06313911e963-root {
    text-align: center;
  }


#s-b1a7fe70-0027-4d71-91bc-06313911e963.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1a7fe70-0027-4d71-91bc-06313911e963-root {
    text-align: center;
  }


#s-b1a7fe70-0027-4d71-91bc-06313911e963.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1a7fe70-0027-4d71-91bc-06313911e963-root {
    text-align: center;
  }


#s-b1a7fe70-0027-4d71-91bc-06313911e963.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1a7fe70-0027-4d71-91bc-06313911e963-root {
    text-align: center;
  }


#s-b1a7fe70-0027-4d71-91bc-06313911e963.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1a7fe70-0027-4d71-91bc-06313911e963-root {
    text-align: center;
  }


#s-b1a7fe70-0027-4d71-91bc-06313911e963.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-62f121c3-25ca-4637-8a88-23980303dea4 {
  min-height: 50px;
}








#s-62f121c3-25ca-4637-8a88-23980303dea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62f121c3-25ca-4637-8a88-23980303dea4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-718782b0-7a75-405b-8c45-9310f88f72ca {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-718782b0-7a75-405b-8c45-9310f88f72ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-718782b0-7a75-405b-8c45-9310f88f72ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6450574-81bd-42dc-8aeb-61479ee5ab04 {
  margin-top: 20px;
margin-bottom: 30px;
text-align: center;
}







  #s-f6450574-81bd-42dc-8aeb-61479ee5ab04 img.shogun-image {
    

    
    
    
  }


#s-f6450574-81bd-42dc-8aeb-61479ee5ab04 .shogun-image-content {
  
    align-items: center;
  
}

#s-6654bdb3-1574-4777-9f19-20fd53c09bb1 {
  min-height: 0px;
}








#s-6654bdb3-1574-4777-9f19-20fd53c09bb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6654bdb3-1574-4777-9f19-20fd53c09bb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42a9f98a-2346-4680-8126-2e2b918ad0db {
  padding-top: 15px;
text-align: center;
background-color: rgba(236, 236, 241, 1);
}

#s-42a9f98a-2346-4680-8126-2e2b918ad0db .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-903dcfe0-cb0a-4275-af71-96e1658f4454 {
  margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}

#s-903dcfe0-cb0a-4275-af71-96e1658f4454 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-903dcfe0-cb0a-4275-af71-96e1658f4454 .shg-sld-nav-button.shg-sld-left,
#s-903dcfe0-cb0a-4275-af71-96e1658f4454 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-922aaa7c-45f1-4cc9-a5e1-d1222402ff92 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(236, 236, 241, 1);
}

@media (min-width: 0px) {
[id="s-922aaa7c-45f1-4cc9-a5e1-d1222402ff92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-922aaa7c-45f1-4cc9-a5e1-d1222402ff92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-922aaa7c-45f1-4cc9-a5e1-d1222402ff92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-922aaa7c-45f1-4cc9-a5e1-d1222402ff92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-ab6adb06-df10-4bee-b699-701c04780066 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-ab6adb06-df10-4bee-b699-701c04780066 img.shogun-image {
    

    
    
    
  }


#s-ab6adb06-df10-4bee-b699-701c04780066 .shogun-image-content {
  
    align-items: center;
  
}

#s-4975edc1-cb2e-4d7d-8ce8-68d3ceea2161 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-4975edc1-cb2e-4d7d-8ce8-68d3ceea2161 img.shogun-image {
    

    
    
    
  }


#s-4975edc1-cb2e-4d7d-8ce8-68d3ceea2161 .shogun-image-content {
  
    align-items: center;
  
}

#s-56b5dfd7-6f7e-46c5-8389-8426d6533dbe {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-56b5dfd7-6f7e-46c5-8389-8426d6533dbe img.shogun-image {
    

    
    
    
  }


#s-56b5dfd7-6f7e-46c5-8389-8426d6533dbe .shogun-image-content {
  
    align-items: center;
  
}

#s-8043cefa-f516-48d4-952e-6072ddbfc696 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8043cefa-f516-48d4-952e-6072ddbfc696 img.shogun-image {
    

    
    
    
  }


#s-8043cefa-f516-48d4-952e-6072ddbfc696 .shogun-image-content {
  
    align-items: center;
  
}

#s-43d46963-98a7-456e-bafd-bea005f0b113 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(236, 236, 241, 1);
}

@media (min-width: 0px) {
[id="s-43d46963-98a7-456e-bafd-bea005f0b113"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-43d46963-98a7-456e-bafd-bea005f0b113"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-43d46963-98a7-456e-bafd-bea005f0b113"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-43d46963-98a7-456e-bafd-bea005f0b113"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-918e527d-2791-4099-a5a2-417c7e95a5dd {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-918e527d-2791-4099-a5a2-417c7e95a5dd img.shogun-image {
    

    
    
    
  }


#s-918e527d-2791-4099-a5a2-417c7e95a5dd .shogun-image-content {
  
    align-items: center;
  
}

#s-c3602820-7778-471c-a56d-27d252031d36 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-c3602820-7778-471c-a56d-27d252031d36 img.shogun-image {
    

    
    
    
  }


#s-c3602820-7778-471c-a56d-27d252031d36 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2ba4078-bb60-4284-923c-c4a7b4e40cd4 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-b2ba4078-bb60-4284-923c-c4a7b4e40cd4 img.shogun-image {
    

    
    
    
  }


#s-b2ba4078-bb60-4284-923c-c4a7b4e40cd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab839f6e-c5ac-4eed-9966-4c0844f5cc62 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-ab839f6e-c5ac-4eed-9966-4c0844f5cc62 img.shogun-image {
    

    
    
    
  }


#s-ab839f6e-c5ac-4eed-9966-4c0844f5cc62 .shogun-image-content {
  
    align-items: center;
  
}

#s-321a8147-9ece-4531-b688-fbbe749ca358 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(236, 236, 241, 1);
}

@media (min-width: 0px) {
[id="s-321a8147-9ece-4531-b688-fbbe749ca358"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-321a8147-9ece-4531-b688-fbbe749ca358"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-321a8147-9ece-4531-b688-fbbe749ca358"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-321a8147-9ece-4531-b688-fbbe749ca358"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-e498af3d-2128-4a9c-84db-eb220d4c5b1f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e498af3d-2128-4a9c-84db-eb220d4c5b1f img.shogun-image {
    

    
    
    
  }


#s-e498af3d-2128-4a9c-84db-eb220d4c5b1f .shogun-image-content {
  
    align-items: center;
  
}

#s-a442ccb8-0d8d-4ee3-bbb1-4de47faaf0a0 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-a442ccb8-0d8d-4ee3-bbb1-4de47faaf0a0 img.shogun-image {
    

    
    
    
  }


#s-a442ccb8-0d8d-4ee3-bbb1-4de47faaf0a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a5b5587-50b3-475a-8f7e-26f2964f9fd0 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8a5b5587-50b3-475a-8f7e-26f2964f9fd0 img.shogun-image {
    

    
    
    
  }


#s-8a5b5587-50b3-475a-8f7e-26f2964f9fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a5856ae-d4d8-4ee6-acb4-53854035cd54 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3a5856ae-d4d8-4ee6-acb4-53854035cd54 img.shogun-image {
    

    
    
    
  }


#s-3a5856ae-d4d8-4ee6-acb4-53854035cd54 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d5b09fb-2eb4-443a-80c1-904ae24fbb02 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(236, 236, 241, 1);
}

@media (min-width: 0px) {
[id="s-2d5b09fb-2eb4-443a-80c1-904ae24fbb02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2d5b09fb-2eb4-443a-80c1-904ae24fbb02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-2d5b09fb-2eb4-443a-80c1-904ae24fbb02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-2d5b09fb-2eb4-443a-80c1-904ae24fbb02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-b9d1daec-ae30-4bfb-a4db-5b9ddf9c5da8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-b9d1daec-ae30-4bfb-a4db-5b9ddf9c5da8 img.shogun-image {
    

    
    
    
  }


#s-b9d1daec-ae30-4bfb-a4db-5b9ddf9c5da8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f935581-6f18-4364-a1f8-f56e7ea2412e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3f935581-6f18-4364-a1f8-f56e7ea2412e img.shogun-image {
    

    
    
    
  }


#s-3f935581-6f18-4364-a1f8-f56e7ea2412e .shogun-image-content {
  
    align-items: center;
  
}

#s-7d4a7251-6d19-4924-8378-1d682e4474b7 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-7d4a7251-6d19-4924-8378-1d682e4474b7 img.shogun-image {
    

    
    
    
  }


#s-7d4a7251-6d19-4924-8378-1d682e4474b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa7be542-e779-40a2-9c36-2c3aaaac9d78 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-fa7be542-e779-40a2-9c36-2c3aaaac9d78 img.shogun-image {
    

    
    
    
  }


#s-fa7be542-e779-40a2-9c36-2c3aaaac9d78 .shogun-image-content {
  
    align-items: center;
  
}

#s-b832d27d-1da0-4650-b944-956faa993bc2 {
  padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(236, 236, 241, 1);
}

@media (min-width: 0px) {
[id="s-b832d27d-1da0-4650-b944-956faa993bc2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b832d27d-1da0-4650-b944-956faa993bc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-b832d27d-1da0-4650-b944-956faa993bc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-b832d27d-1da0-4650-b944-956faa993bc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-f6395f98-2093-43b1-8e6d-0b803cec6d21 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-f6395f98-2093-43b1-8e6d-0b803cec6d21 img.shogun-image {
    

    
    
    
  }


#s-f6395f98-2093-43b1-8e6d-0b803cec6d21 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa102431-6d9e-44b3-a92d-26b289f3e482 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-aa102431-6d9e-44b3-a92d-26b289f3e482 img.shogun-image {
    

    
    
    
  }


#s-aa102431-6d9e-44b3-a92d-26b289f3e482 .shogun-image-content {
  
    align-items: center;
  
}

#s-50abeb08-7c17-44a5-ac76-7fa38d5da92e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-50abeb08-7c17-44a5-ac76-7fa38d5da92e img.shogun-image {
    

    
    
    
  }


#s-50abeb08-7c17-44a5-ac76-7fa38d5da92e .shogun-image-content {
  
    align-items: center;
  
}

#s-e6415e16-fbce-4857-b3bd-39883d08ce7a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e6415e16-fbce-4857-b3bd-39883d08ce7a img.shogun-image {
    

    
    
    
  }


#s-e6415e16-fbce-4857-b3bd-39883d08ce7a .shogun-image-content {
  
    align-items: center;
  
}

#s-62ab02c6-efee-4a48-9eee-78c1cf15bb75 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-62ab02c6-efee-4a48-9eee-78c1cf15bb75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62ab02c6-efee-4a48-9eee-78c1cf15bb75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62ab02c6-efee-4a48-9eee-78c1cf15bb75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62ab02c6-efee-4a48-9eee-78c1cf15bb75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d1f4d08a-7c1f-4e71-9c69-9b3709c4fa97 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d1f4d08a-7c1f-4e71-9c69-9b3709c4fa97 .shogun-icon-wrapper {
  text-align: center;
}


#s-d1f4d08a-7c1f-4e71-9c69-9b3709c4fa97 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(120, 140, 160, 1);
}

#s-5459372b-eb26-4b8f-a663-43a9f77487c9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-5459372b-eb26-4b8f-a663-43a9f77487c9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: 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-87a886d8-22a9-48bf-8088-9da384bc5a3c {
  margin-left: 20px;
margin-right: 20px;
}

#s-87a886d8-22a9-48bf-8088-9da384bc5a3c .shogun-icon-wrapper {
  text-align: center;
}


#s-87a886d8-22a9-48bf-8088-9da384bc5a3c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(120, 140, 160, 1);
}

#s-bfd55262-b46a-443e-820f-5284f17ec818 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-bfd55262-b46a-443e-820f-5284f17ec818 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-a110cece-a0f0-4127-a96d-30321881549e {
  margin-left: 20px;
margin-right: 20px;
}

#s-a110cece-a0f0-4127-a96d-30321881549e .shogun-icon-wrapper {
  text-align: center;
}


#s-a110cece-a0f0-4127-a96d-30321881549e .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(120, 140, 160, 1);
}

#s-bc424cb0-0cbe-4cf5-a332-4fe48dadff99 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-bc424cb0-0cbe-4cf5-a332-4fe48dadff99 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-59fcbefc-12a5-4614-96e9-5f8e84ef33e2 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(236, 236, 241, 1);
}

#s-59fcbefc-12a5-4614-96e9-5f8e84ef33e2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-461fec04-2fa8-4b65-834a-bb1e80932147 {
  padding-bottom: 25px;
background-color: rgba(236, 236, 241, 1);
}

@media (min-width: 0px) {
[id="s-461fec04-2fa8-4b65-834a-bb1e80932147"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-461fec04-2fa8-4b65-834a-bb1e80932147"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-461fec04-2fa8-4b65-834a-bb1e80932147"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-461fec04-2fa8-4b65-834a-bb1e80932147"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-272f7b7b-4409-4d82-a19d-00f4298dd558 {
  margin-top: 20px;
max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-272f7b7b-4409-4d82-a19d-00f4298dd558 img.shogun-image,
  #s-272f7b7b-4409-4d82-a19d-00f4298dd558 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-272f7b7b-4409-4d82-a19d-00f4298dd558 {
    width: 100%;
    height: auto;
  }



  #s-272f7b7b-4409-4d82-a19d-00f4298dd558 img.shogun-image {
    

    
    
    
  }


#s-272f7b7b-4409-4d82-a19d-00f4298dd558 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
}
#s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;}#s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36-root {
    text-align: center;
  }


#s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36-root {
    text-align: center;
  }


#s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36-root {
    text-align: center;
  }


#s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36-root {
    text-align: center;
  }


#s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36-root {
    text-align: center;
  }


#s-3c8f953a-f7e7-44f8-bb9b-b313551a7e36.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-42ae9de5-a46c-4066-8b12-d20431f65e41 {
  margin-top: 20px;
text-align: center;
}







  #s-42ae9de5-a46c-4066-8b12-d20431f65e41 img.shogun-image {
    

    
    
    
  }


#s-42ae9de5-a46c-4066-8b12-d20431f65e41 .shogun-image-content {
  
    align-items: center;
  
}

#s-c450e720-bdfd-4f27-b4de-1a6adba1ff92 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
}
#s-c450e720-bdfd-4f27-b4de-1a6adba1ff92:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;}#s-c450e720-bdfd-4f27-b4de-1a6adba1ff92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c450e720-bdfd-4f27-b4de-1a6adba1ff92-root {
    text-align: center;
  }


#s-c450e720-bdfd-4f27-b4de-1a6adba1ff92.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c450e720-bdfd-4f27-b4de-1a6adba1ff92-root {
    text-align: center;
  }


#s-c450e720-bdfd-4f27-b4de-1a6adba1ff92.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c450e720-bdfd-4f27-b4de-1a6adba1ff92-root {
    text-align: center;
  }


#s-c450e720-bdfd-4f27-b4de-1a6adba1ff92.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c450e720-bdfd-4f27-b4de-1a6adba1ff92-root {
    text-align: center;
  }


#s-c450e720-bdfd-4f27-b4de-1a6adba1ff92.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c450e720-bdfd-4f27-b4de-1a6adba1ff92-root {
    text-align: center;
  }


#s-c450e720-bdfd-4f27-b4de-1a6adba1ff92.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-f2398658-f3e2-45e0-889b-260ff4d7d866 {
  margin-top: 20px;
text-align: center;
}







  #s-f2398658-f3e2-45e0-889b-260ff4d7d866 img.shogun-image {
    

    
    
    
  }


#s-f2398658-f3e2-45e0-889b-260ff4d7d866 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ebe42f8-c582-4e19-aa91-1a86de1c0594 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
}
#s-8ebe42f8-c582-4e19-aa91-1a86de1c0594:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;}#s-8ebe42f8-c582-4e19-aa91-1a86de1c0594:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ebe42f8-c582-4e19-aa91-1a86de1c0594-root {
    text-align: center;
  }


#s-8ebe42f8-c582-4e19-aa91-1a86de1c0594.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ebe42f8-c582-4e19-aa91-1a86de1c0594-root {
    text-align: center;
  }


#s-8ebe42f8-c582-4e19-aa91-1a86de1c0594.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ebe42f8-c582-4e19-aa91-1a86de1c0594-root {
    text-align: center;
  }


#s-8ebe42f8-c582-4e19-aa91-1a86de1c0594.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ebe42f8-c582-4e19-aa91-1a86de1c0594-root {
    text-align: center;
  }


#s-8ebe42f8-c582-4e19-aa91-1a86de1c0594.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ebe42f8-c582-4e19-aa91-1a86de1c0594-root {
    text-align: center;
  }


#s-8ebe42f8-c582-4e19-aa91-1a86de1c0594.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-e2628720-a1b6-43b7-a698-4defc855ea1c {
  margin-top: 20px;
text-align: center;
}







  #s-e2628720-a1b6-43b7-a698-4defc855ea1c img.shogun-image {
    

    
    
    
  }


#s-e2628720-a1b6-43b7-a698-4defc855ea1c .shogun-image-content {
  
    align-items: center;
  
}

#s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
}
#s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;}#s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d-root {
    text-align: center;
  }


#s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d-root {
    text-align: center;
  }


#s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d-root {
    text-align: center;
  }


#s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d-root {
    text-align: center;
  }


#s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d-root {
    text-align: center;
  }


#s-bc8ddfe6-fbbf-4558-aa70-4e1defad392d.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-2330234c-5ca7-421e-849f-2692eea3330d {
  min-height: 50px;
background-color: rgba(236, 236, 241, 1);
}








#s-2330234c-5ca7-421e-849f-2692eea3330d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2330234c-5ca7-421e-849f-2692eea3330d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64129216-2fe3-45e1-bfb8-c45645c8bbdb {
  border-style: solid;
margin-bottom: 40px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
hover-type: color;
}
#s-64129216-2fe3-45e1-bfb8-c45645c8bbdb:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-64129216-2fe3-45e1-bfb8-c45645c8bbdb:active {background-color: rgba(255, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-64129216-2fe3-45e1-bfb8-c45645c8bbdb-root {
    text-align: center;
  }


#s-64129216-2fe3-45e1-bfb8-c45645c8bbdb.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64129216-2fe3-45e1-bfb8-c45645c8bbdb-root {
    text-align: center;
  }


#s-64129216-2fe3-45e1-bfb8-c45645c8bbdb.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64129216-2fe3-45e1-bfb8-c45645c8bbdb-root {
    text-align: center;
  }


#s-64129216-2fe3-45e1-bfb8-c45645c8bbdb.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64129216-2fe3-45e1-bfb8-c45645c8bbdb-root {
    text-align: center;
  }


#s-64129216-2fe3-45e1-bfb8-c45645c8bbdb.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64129216-2fe3-45e1-bfb8-c45645c8bbdb-root {
    text-align: center;
  }


#s-64129216-2fe3-45e1-bfb8-c45645c8bbdb.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-3c8eea78-45bb-46af-a358-893104222f58 hr {
  border-top: 3px solid rgba(255, 255, 255, 1);
}

#s-1012414f-78e9-4935-abd4-44d0fd0e66dc {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(30, 35, 40, 1);
}

#s-1012414f-78e9-4935-abd4-44d0fd0e66dc .shogun-heading-component h3 {
  color: rgba(255, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c4f30afc-dd57-4928-86b7-95829417ce34 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
background-color: rgba(30, 35, 40, 1);
}







  #s-c4f30afc-dd57-4928-86b7-95829417ce34 img.shogun-image {
    

    
    
    
  }


#s-c4f30afc-dd57-4928-86b7-95829417ce34 .shogun-image-content {
  
    align-items: center;
  
}

#s-b992fea8-f61b-476a-ac90-bff0006d4536 {
  min-height: 50px;
}








#s-b992fea8-f61b-476a-ac90-bff0006d4536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b992fea8-f61b-476a-ac90-bff0006d4536 {
  cursor: pointer;
}#s-b992fea8-f61b-476a-ac90-bff0006d4536.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c099632a-5865-4ae4-a76c-503b69aadfd9 {
  min-height: 50px;
background-color: rgba(30, 35, 40, 1);
}








#s-c099632a-5865-4ae4-a76c-503b69aadfd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c099632a-5865-4ae4-a76c-503b69aadfd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(30, 35, 40, 1);
background-image: none;
hover-type: color;
}
#s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd:hover {background-color: rgba(30, 35, 40, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd:active {background-color: rgba(255, 255, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd-root {
    text-align: center;
  }


#s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd-root {
    text-align: center;
  }


#s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd-root {
    text-align: center;
  }


#s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd-root {
    text-align: center;
  }


#s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd-root {
    text-align: center;
  }


#s-6dc8c4c2-ae30-4cf3-8f9e-d38daa4457dd.shg-btn {
  color: rgba(30, 35, 40, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-83d0a8c2-7e13-4cf4-8c0e-9d1071ae0c2b hr {
  border-top: 6px solid rgba(255, 255, 255, 1);
}

#s-2d8a126f-43a7-4528-b0ec-6537bfd93434 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
background-color: rgba(236, 236, 241, 1);
}

#s-2d8a126f-43a7-4528-b0ec-6537bfd93434 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

[id="s-c8c8a32a-ab85-4da3-aa91-a606ce898360"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-c8c8a32a-ab85-4da3-aa91-a606ce898360"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-8953025d-9676-418a-9cee-f9d89aaa8f81 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(236, 236, 241, 1);
}

@media (min-width: 0px) {
[id="s-8953025d-9676-418a-9cee-f9d89aaa8f81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8953025d-9676-418a-9cee-f9d89aaa8f81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8953025d-9676-418a-9cee-f9d89aaa8f81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8953025d-9676-418a-9cee-f9d89aaa8f81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8953025d-9676-418a-9cee-f9d89aaa8f81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8953025d-9676-418a-9cee-f9d89aaa8f81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8953025d-9676-418a-9cee-f9d89aaa8f81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-dc79be04-d522-408f-9d01-b6cb21de872e hr {
  border-top: 3px solid rgba(255, 255, 255, 1);
}

#s-8f72a87f-de09-4980-9eb5-8d19afdc8516 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f72a87f-de09-4980-9eb5-8d19afdc8516 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b76955de-2024-42c4-b831-5ad3af385abc {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-b76955de-2024-42c4-b831-5ad3af385abc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b76955de-2024-42c4-b831-5ad3af385abc .shg-sld-nav-button.shg-sld-left,
#s-b76955de-2024-42c4-b831-5ad3af385abc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-4bbe67f8-931d-4015-a5ea-952cd5c30d0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4bbe67f8-931d-4015-a5ea-952cd5c30d0d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4bbe67f8-931d-4015-a5ea-952cd5c30d0d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4bbe67f8-931d-4015-a5ea-952cd5c30d0d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b2e65a51-78f3-4d95-9f22-1e670e96e385 {
  text-align: center;
}







  #s-b2e65a51-78f3-4d95-9f22-1e670e96e385 img.shogun-image {
    

    
    
    
  }


#s-b2e65a51-78f3-4d95-9f22-1e670e96e385 .shogun-image-content {
  
    align-items: center;
  
}

#s-806dd250-bc49-43ae-b604-236d600a5020 {
  text-align: center;
}







  #s-806dd250-bc49-43ae-b604-236d600a5020 img.shogun-image {
    

    
    
    
  }


#s-806dd250-bc49-43ae-b604-236d600a5020 .shogun-image-content {
  
    align-items: center;
  
}

#s-36d007c0-5a9a-48bf-ab1d-97005832bb96 {
  text-align: center;
}







  #s-36d007c0-5a9a-48bf-ab1d-97005832bb96 img.shogun-image {
    

    
    
    
  }


#s-36d007c0-5a9a-48bf-ab1d-97005832bb96 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9dc81c0-456d-43a2-80c3-a51bbf84b3fa {
  text-align: center;
}







  #s-f9dc81c0-456d-43a2-80c3-a51bbf84b3fa img.shogun-image {
    

    
    
    
  }


#s-f9dc81c0-456d-43a2-80c3-a51bbf84b3fa .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-11dce33c-63b9-4705-bb12-875be1838345"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-11dce33c-63b9-4705-bb12-875be1838345"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-11dce33c-63b9-4705-bb12-875be1838345"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-11dce33c-63b9-4705-bb12-875be1838345"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f3ee946a-3d93-4534-b22d-c846005037f0 {
  text-align: center;
}







  #s-f3ee946a-3d93-4534-b22d-c846005037f0 img.shogun-image {
    

    
    
    
  }


#s-f3ee946a-3d93-4534-b22d-c846005037f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b32415ee-77d1-4e30-8ed7-32f6bda60710 {
  text-align: center;
}







  #s-b32415ee-77d1-4e30-8ed7-32f6bda60710 img.shogun-image {
    

    
    
    
  }


#s-b32415ee-77d1-4e30-8ed7-32f6bda60710 .shogun-image-content {
  
    align-items: center;
  
}

#s-57262618-a7cb-45fa-b3a6-73c5b1793777 {
  text-align: center;
}







  #s-57262618-a7cb-45fa-b3a6-73c5b1793777 img.shogun-image {
    

    
    
    
  }


#s-57262618-a7cb-45fa-b3a6-73c5b1793777 .shogun-image-content {
  
    align-items: center;
  
}

#s-63999b31-e829-47b0-a47b-ad395797366f {
  text-align: center;
}







  #s-63999b31-e829-47b0-a47b-ad395797366f img.shogun-image {
    

    
    
    
  }


#s-63999b31-e829-47b0-a47b-ad395797366f .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;
  }
}

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