.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-fb584151-ca1b-4653-b65a-81ac04265abc {
  
}








#s-fb584151-ca1b-4653-b65a-81ac04265abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb584151-ca1b-4653-b65a-81ac04265abc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d969baa4-6195-46a9-8791-d1aa6018f629 {
  opacity: 1;
text-align: center;
background-color: #f1f1f1;
}
@media (min-width: 1200px){#s-d969baa4-6195-46a9-8791-d1aa6018f629 {
  
}
}@media (max-width: 767px){#s-d969baa4-6195-46a9-8791-d1aa6018f629 {
  
}
}







#s-d969baa4-6195-46a9-8791-d1aa6018f629 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}#s-d969baa4-6195-46a9-8791-d1aa6018f629.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3ca5ccb9-c2d9-413c-9cbc-12d7f4f363f3 {
  box-shadow:0px 0px 0px 0px rgba(0,0,0,0.16);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 25px;
padding-left: 1%;
padding-bottom: 25px;
padding-right: 1%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #949494;
border-radius: 1px;
min-height: 500px;
opacity: 0.93;
background-position: center center;
}

#s-3ca5ccb9-c2d9-413c-9cbc-12d7f4f363f3 {
  background-image: url(https://i.shgcdn.com/abe5a428-3447-42df-974b-511036a90298/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3ca5ccb9-c2d9-413c-9cbc-12d7f4f363f3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}#s-3ca5ccb9-c2d9-413c-9cbc-12d7f4f363f3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73b0d9de-4e52-41ad-976a-7153ed5213d8 {
  
}








#s-73b0d9de-4e52-41ad-976a-7153ed5213d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73b0d9de-4e52-41ad-976a-7153ed5213d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-26aa001d-57ad-41ef-a164-cfe4eda5941a {
  margin-top: 100px;
margin-left: 1%;
margin-right: 1%;
}

#s-7490d184-057a-47a9-867a-bbbcf3b22e14 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-821b3ced-5cd2-4118-9f00-59c1599f62db {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-left: -1%;
margin-right: -1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-821b3ced-5cd2-4118-9f00-59c1599f62db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-821b3ced-5cd2-4118-9f00-59c1599f62db.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-0a75e703-30b6-4a24-8c80-23823c3971f9 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0a75e703-30b6-4a24-8c80-23823c3971f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a75e703-30b6-4a24-8c80-23823c3971f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a75e703-30b6-4a24-8c80-23823c3971f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a75e703-30b6-4a24-8c80-23823c3971f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-9104a1a9-c79f-4db4-b8cd-84a3c07ae4ba {
  text-align: center;
}







  #s-9104a1a9-c79f-4db4-b8cd-84a3c07ae4ba img.shogun-image {
    

    
    
    
  }


#s-9104a1a9-c79f-4db4-b8cd-84a3c07ae4ba .shogun-image-content {
  
    align-items: center;
  
}

#s-21738b26-b098-48ac-b342-72c0762f4b67 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-06f225ec-2853-4f0e-a723-e0da79d11774 {
  margin-left: 0%;
margin-right: 0%;
}

.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-540276a1-d2fb-416c-aed3-bd1fecb31c58 {
  margin-top: 5px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 40px;
background-color: rgba(255, 0, 153, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-540276a1-d2fb-416c-aed3-bd1fecb31c58:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-540276a1-d2fb-416c-aed3-bd1fecb31c58:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-540276a1-d2fb-416c-aed3-bd1fecb31c58-root {
    text-align: left;
  }


#s-540276a1-d2fb-416c-aed3-bd1fecb31c58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-540276a1-d2fb-416c-aed3-bd1fecb31c58-root {
    text-align: left;
  }


#s-540276a1-d2fb-416c-aed3-bd1fecb31c58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-540276a1-d2fb-416c-aed3-bd1fecb31c58-root {
    text-align: left;
  }


#s-540276a1-d2fb-416c-aed3-bd1fecb31c58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-540276a1-d2fb-416c-aed3-bd1fecb31c58-root {
    text-align: left;
  }


#s-540276a1-d2fb-416c-aed3-bd1fecb31c58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-540276a1-d2fb-416c-aed3-bd1fecb31c58-root {
    text-align: left;
  }


#s-540276a1-d2fb-416c-aed3-bd1fecb31c58.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-54336299-d639-4332-a173-f4eb0456cd78 {
  min-height: 50px;
}








#s-54336299-d639-4332-a173-f4eb0456cd78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54336299-d639-4332-a173-f4eb0456cd78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5b8f6d1-b70c-4655-89c5-09d528bef9f9 {
  text-align: center;
}







  #s-a5b8f6d1-b70c-4655-89c5-09d528bef9f9 img.shogun-image {
    

    
    
    
  }


#s-a5b8f6d1-b70c-4655-89c5-09d528bef9f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f172782f-e2a9-4b8d-90eb-cfce1ee584d6 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-380301de-ff03-4872-969e-dd181138c8a1 {
  margin-top: 5px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 40px;
background-color: rgba(255, 0, 153, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-380301de-ff03-4872-969e-dd181138c8a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-380301de-ff03-4872-969e-dd181138c8a1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-380301de-ff03-4872-969e-dd181138c8a1-root {
    text-align: left;
  }


#s-380301de-ff03-4872-969e-dd181138c8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-380301de-ff03-4872-969e-dd181138c8a1-root {
    text-align: left;
  }


#s-380301de-ff03-4872-969e-dd181138c8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-380301de-ff03-4872-969e-dd181138c8a1-root {
    text-align: left;
  }


#s-380301de-ff03-4872-969e-dd181138c8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-380301de-ff03-4872-969e-dd181138c8a1-root {
    text-align: left;
  }


#s-380301de-ff03-4872-969e-dd181138c8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-380301de-ff03-4872-969e-dd181138c8a1-root {
    text-align: left;
  }


#s-380301de-ff03-4872-969e-dd181138c8a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-caf32654-1294-435c-b6b1-f5c93f7ad415 {
  min-height: 50px;
}








#s-caf32654-1294-435c-b6b1-f5c93f7ad415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caf32654-1294-435c-b6b1-f5c93f7ad415.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae238ddf-30a9-4ec2-ba17-c68491f21489 {
  text-align: center;
}







  #s-ae238ddf-30a9-4ec2-ba17-c68491f21489 img.shogun-image {
    

    
    
    
  }


#s-ae238ddf-30a9-4ec2-ba17-c68491f21489 .shogun-image-content {
  
    align-items: center;
  
}

#s-22d41068-7361-481c-95f2-909bbe8e58da {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: -1%;
}

#s-5fa01c62-17b4-476d-b9cc-6548371c719f {
  margin-top: 5px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 40px;
background-color: rgba(255, 0, 153, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5fa01c62-17b4-476d-b9cc-6548371c719f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fa01c62-17b4-476d-b9cc-6548371c719f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5fa01c62-17b4-476d-b9cc-6548371c719f-root {
    text-align: left;
  }


#s-5fa01c62-17b4-476d-b9cc-6548371c719f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5fa01c62-17b4-476d-b9cc-6548371c719f-root {
    text-align: left;
  }


#s-5fa01c62-17b4-476d-b9cc-6548371c719f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fa01c62-17b4-476d-b9cc-6548371c719f-root {
    text-align: left;
  }


#s-5fa01c62-17b4-476d-b9cc-6548371c719f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fa01c62-17b4-476d-b9cc-6548371c719f-root {
    text-align: left;
  }


#s-5fa01c62-17b4-476d-b9cc-6548371c719f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5fa01c62-17b4-476d-b9cc-6548371c719f-root {
    text-align: left;
  }


#s-5fa01c62-17b4-476d-b9cc-6548371c719f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d9b51b55-ca15-4bec-85bc-894ee07aebe8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 500px;
background-color: rgba(255, 0, 153, 1);
}
@media (min-width: 1200px){#s-d9b51b55-ca15-4bec-85bc-894ee07aebe8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9b51b55-ca15-4bec-85bc-894ee07aebe8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9b51b55-ca15-4bec-85bc-894ee07aebe8 {
  
}
}@media (max-width: 767px){#s-d9b51b55-ca15-4bec-85bc-894ee07aebe8 {
  
}
}







#s-d9b51b55-ca15-4bec-85bc-894ee07aebe8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d9b51b55-ca15-4bec-85bc-894ee07aebe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68e8a89e-bc13-44b0-b49b-ddbfb2f8aab1 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-68e8a89e-bc13-44b0-b49b-ddbfb2f8aab1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68e8a89e-bc13-44b0-b49b-ddbfb2f8aab1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68e8a89e-bc13-44b0-b49b-ddbfb2f8aab1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68e8a89e-bc13-44b0-b49b-ddbfb2f8aab1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f6442f98-dda1-46a8-bff1-641ea7332845 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-f6442f98-dda1-46a8-bff1-641ea7332845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6442f98-dda1-46a8-bff1-641ea7332845.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e1c9ed6a-8285-4fa4-af89-184a24ebdf48 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e1c9ed6a-8285-4fa4-af89-184a24ebdf48 .shogun-icon-wrapper {
  text-align: center;
}


#s-e1c9ed6a-8285-4fa4-af89-184a24ebdf48 .shogun-icon-wrapper > .shogun-icon {

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

.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-db1b4a2e-805e-43a1-9fb7-48e3776e268c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db1b4a2e-805e-43a1-9fb7-48e3776e268c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-880a07e7-10f2-4699-9bd7-8268f2c4ab84 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6448c222-ca6d-4a6b-a78b-ccdff9a1563b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-6448c222-ca6d-4a6b-a78b-ccdff9a1563b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6448c222-ca6d-4a6b-a78b-ccdff9a1563b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-faa751c1-de65-4dc9-8307-6e52e637b170 {
  margin-left: 20px;
margin-right: 20px;
}

#s-faa751c1-de65-4dc9-8307-6e52e637b170 .shogun-icon-wrapper {
  text-align: center;
}


#s-faa751c1-de65-4dc9-8307-6e52e637b170 .shogun-icon-wrapper > .shogun-icon {

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

#s-db95a6a4-b828-4d9e-b3ee-717239a04c27 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db95a6a4-b828-4d9e-b3ee-717239a04c27 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-57176b1b-2a9d-4669-941e-531a63870a57 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f2b23363-ed57-4a15-9af5-a1abfab39eab {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-f2b23363-ed57-4a15-9af5-a1abfab39eab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2b23363-ed57-4a15-9af5-a1abfab39eab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4a23ffef-98db-48a1-ab36-983ace0a0947 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4a23ffef-98db-48a1-ab36-983ace0a0947 .shogun-icon-wrapper {
  text-align: center;
}


#s-4a23ffef-98db-48a1-ab36-983ace0a0947 .shogun-icon-wrapper > .shogun-icon {

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

#s-967c516a-58f8-4ea7-b3d8-55064f7d01c1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-967c516a-58f8-4ea7-b3d8-55064f7d01c1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-31ec8f4c-2feb-4a6a-994f-c365552ba443 {
  margin-left: 20px;
margin-right: 20px;
}

#s-22aa336e-9695-4f99-b931-0b64b3fe6442 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-22aa336e-9695-4f99-b931-0b64b3fe6442 {
  
}
}







#s-22aa336e-9695-4f99-b931-0b64b3fe6442 > .shg-box-overlay {
  background-color: rgba(34, 25, 77, 0);
  opacity: 0;
}#s-22aa336e-9695-4f99-b931-0b64b3fe6442.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ece458e8-fdf9-44e6-b811-099ff3654282 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ece458e8-fdf9-44e6-b811-099ff3654282 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ece458e8-fdf9-44e6-b811-099ff3654282 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ece458e8-fdf9-44e6-b811-099ff3654282 {
  
}
}@media (max-width: 767px){#s-ece458e8-fdf9-44e6-b811-099ff3654282 {
  
}
}







#s-ece458e8-fdf9-44e6-b811-099ff3654282 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ece458e8-fdf9-44e6-b811-099ff3654282.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecf5e21e-991f-4bb5-825e-16417f26849a {
  min-height: 50px;
}








#s-ecf5e21e-991f-4bb5-825e-16417f26849a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecf5e21e-991f-4bb5-825e-16417f26849a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2d59df6-6dbb-41f2-88a6-c6795b041e21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2d59df6-6dbb-41f2-88a6-c6795b041e21 .shogun-heading-component h2 {
  color: rgba(255, 0, 153, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-ee99bb1f-4292-4753-9a74-0347d818d8b2 {
  background-color: rgba(255, 255, 255, 1);
}

#s-ee99bb1f-4292-4753-9a74-0347d818d8b2 .shogun-countdown span, #s-ee99bb1f-4292-4753-9a74-0347d818d8b2 .shogun-countdown label {
  color: #555;
}
#s-808c7e26-fdf5-42c3-af09-681aee5d4b19 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c4af9072-e947-4610-8401-87fce8f4163b {
  min-height: 50px;
}








#s-c4af9072-e947-4610-8401-87fce8f4163b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4af9072-e947-4610-8401-87fce8f4163b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b5143e6-4b00-4ac6-82d3-9c4ea2c6ec23 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-00c24626-a601-4fb4-b0d2-de22ebed9369 {
  min-height: 50px;
}








#s-00c24626-a601-4fb4-b0d2-de22ebed9369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00c24626-a601-4fb4-b0d2-de22ebed9369.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e125b4b4-ccb3-4ad0-b583-e10c220a61cd {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e125b4b4-ccb3-4ad0-b583-e10c220a61cd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e125b4b4-ccb3-4ad0-b583-e10c220a61cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e125b4b4-ccb3-4ad0-b583-e10c220a61cd {
  
}
}@media (max-width: 767px){#s-e125b4b4-ccb3-4ad0-b583-e10c220a61cd {
  
}
}







#s-e125b4b4-ccb3-4ad0-b583-e10c220a61cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e125b4b4-ccb3-4ad0-b583-e10c220a61cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5204dd3d-1c29-4c47-a49b-1e823731c519 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-5204dd3d-1c29-4c47-a49b-1e823731c519 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5204dd3d-1c29-4c47-a49b-1e823731c519 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5204dd3d-1c29-4c47-a49b-1e823731c519 {
  
}
}@media (max-width: 767px){#s-5204dd3d-1c29-4c47-a49b-1e823731c519 {
  
}
}
@media (min-width: 0px) {
[id="s-5204dd3d-1c29-4c47-a49b-1e823731c519"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5204dd3d-1c29-4c47-a49b-1e823731c519"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5204dd3d-1c29-4c47-a49b-1e823731c519"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5204dd3d-1c29-4c47-a49b-1e823731c519"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-9b84b05b-0eb4-4a9a-ae86-6d33ff76d8e5 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9b84b05b-0eb4-4a9a-ae86-6d33ff76d8e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b84b05b-0eb4-4a9a-ae86-6d33ff76d8e5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72194fb2-5734-4e44-8fe9-33220390618e {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-72194fb2-5734-4e44-8fe9-33220390618e .shogun-icon-wrapper {
  text-align: center;
}


#s-72194fb2-5734-4e44-8fe9-33220390618e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 0, 153, 1);
}

#s-98ffe368-896e-4ed5-8d3d-3f0b878ebe87 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-98ffe368-896e-4ed5-8d3d-3f0b878ebe87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98ffe368-896e-4ed5-8d3d-3f0b878ebe87 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98ffe368-896e-4ed5-8d3d-3f0b878ebe87 {
  
}
}@media (max-width: 767px){#s-98ffe368-896e-4ed5-8d3d-3f0b878ebe87 {
  
}
}
#s-38a5e90a-d5b4-4e05-a00e-6af8f5513330 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-38a5e90a-d5b4-4e05-a00e-6af8f5513330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38a5e90a-d5b4-4e05-a00e-6af8f5513330.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db06c5ad-e090-4d2d-a1df-b1e5128f8438 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-db06c5ad-e090-4d2d-a1df-b1e5128f8438 .shogun-icon-wrapper {
  text-align: center;
}


#s-db06c5ad-e090-4d2d-a1df-b1e5128f8438 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 0, 153, 1);
}

#s-801e5340-0146-48c5-b0f2-92c2734a5339 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-801e5340-0146-48c5-b0f2-92c2734a5339 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-801e5340-0146-48c5-b0f2-92c2734a5339 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-801e5340-0146-48c5-b0f2-92c2734a5339 {
  
}
}@media (max-width: 767px){#s-801e5340-0146-48c5-b0f2-92c2734a5339 {
  
}
}
#s-cb710ea9-4ac1-4841-9e41-69606880ec91 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cb710ea9-4ac1-4841-9e41-69606880ec91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb710ea9-4ac1-4841-9e41-69606880ec91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad459556-9b93-4f31-93ec-2e00e9c139ce {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-ad459556-9b93-4f31-93ec-2e00e9c139ce .shogun-icon-wrapper {
  text-align: center;
}


#s-ad459556-9b93-4f31-93ec-2e00e9c139ce .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 0, 153, 1);
}

#s-9390dc11-ea4f-4379-9522-28d5f61daadf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9390dc11-ea4f-4379-9522-28d5f61daadf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9390dc11-ea4f-4379-9522-28d5f61daadf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9390dc11-ea4f-4379-9522-28d5f61daadf {
  
}
}@media (max-width: 767px){#s-9390dc11-ea4f-4379-9522-28d5f61daadf {
  
}
}
#s-0eaa5c7d-5340-4309-aca4-0ba80bafe2ff {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-0eaa5c7d-5340-4309-aca4-0ba80bafe2ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0eaa5c7d-5340-4309-aca4-0ba80bafe2ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0eaa5c7d-5340-4309-aca4-0ba80bafe2ff {
  
}
}@media (max-width: 767px){#s-0eaa5c7d-5340-4309-aca4-0ba80bafe2ff {
  
}
}







#s-0eaa5c7d-5340-4309-aca4-0ba80bafe2ff > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}#s-0eaa5c7d-5340-4309-aca4-0ba80bafe2ff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a9c3e690-4310-4942-b3db-5b69217f4ebe {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}

#s-a00f5cbf-9109-4768-968b-eecca2662e33 {
  min-height: 50px;
}








#s-a00f5cbf-9109-4768-968b-eecca2662e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a00f5cbf-9109-4768-968b-eecca2662e33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cf20a3f1-23f0-4172-adb9-ada4635e4a3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf20a3f1-23f0-4172-adb9-ada4635e4a3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf20a3f1-23f0-4172-adb9-ada4635e4a3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf20a3f1-23f0-4172-adb9-ada4635e4a3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 42px;
background-color: rgba(255, 0, 153, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8:hover {background-color: rgba(211, 0, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8-root {
    text-align: center;
  }


#s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8-root {
    text-align: center;
  }


#s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8-root {
    text-align: center;
  }


#s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8-root {
    text-align: center;
  }


#s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8-root {
    text-align: center;
  }


#s-d5e7661f-0c8a-4f5a-908b-a4e1171836b8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
/*
  $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}