.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: ;
}

.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-59597a6b-d9f7-4856-8363-1dd46edc03b9 {
  min-height: 50px;
}








#s-59597a6b-d9f7-4856-8363-1dd46edc03b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59597a6b-d9f7-4856-8363-1dd46edc03b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-032b0a31-dff3-4fe8-90fb-14aba01e6629 {
  min-height: 20px;
}








#s-032b0a31-dff3-4fe8-90fb-14aba01e6629 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-032b0a31-dff3-4fe8-90fb-14aba01e6629.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4766c087-c5f9-407c-8818-58392e12d733 {
  
}








#s-4766c087-c5f9-407c-8818-58392e12d733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4766c087-c5f9-407c-8818-58392e12d733.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-b5c8d852-c985-4972-a2c9-f3def886eead {
  
}

@media (min-width: 0px) {
[id="s-b5c8d852-c985-4972-a2c9-f3def886eead"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5c8d852-c985-4972-a2c9-f3def886eead"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5c8d852-c985-4972-a2c9-f3def886eead"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5c8d852-c985-4972-a2c9-f3def886eead"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5c8d852-c985-4972-a2c9-f3def886eead"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5c8d852-c985-4972-a2c9-f3def886eead"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5c8d852-c985-4972-a2c9-f3def886eead"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

.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-ccf43031-ddcc-4ed1-b998-f124890300db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccf43031-ddcc-4ed1-b998-f124890300db .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Ubuntu";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6fe11ee0-477e-4128-80ea-d35a60e6996b {
  min-height: 5px;
}








#s-6fe11ee0-477e-4128-80ea-d35a60e6996b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fe11ee0-477e-4128-80ea-d35a60e6996b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6cd7b50a-7305-4d48-83a5-5f09a52a6751 {
  
}








#s-6cd7b50a-7305-4d48-83a5-5f09a52a6751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cd7b50a-7305-4d48-83a5-5f09a52a6751.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c585177c-40f8-46b1-96a7-d7a21f588404 {
  padding-top: 2%;
}

.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-7f0bcbc0-89e3-4c7a-87d9-401a4584912c {
  text-align: center;
}







  #s-7f0bcbc0-89e3-4c7a-87d9-401a4584912c img.shogun-image {
    

    
    
    
  }


#s-7f0bcbc0-89e3-4c7a-87d9-401a4584912c .shogun-image-content {
  
    align-items: center;
  
}

#s-92bc5061-384d-4616-b328-7351c478357c {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 100%;
opacity: 1;
}

@media (min-width: 0px) {
[id="s-8e9bbe83-fbdc-46a7-a9d9-0d10e31282dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e9bbe83-fbdc-46a7-a9d9-0d10e31282dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e9bbe83-fbdc-46a7-a9d9-0d10e31282dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e9bbe83-fbdc-46a7-a9d9-0d10e31282dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e9bbe83-fbdc-46a7-a9d9-0d10e31282dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e9bbe83-fbdc-46a7-a9d9-0d10e31282dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8e9bbe83-fbdc-46a7-a9d9-0d10e31282dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-0934e1a4-956a-4232-9089-2f73a0085d5f {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-0934e1a4-956a-4232-9089-2f73a0085d5f:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-0934e1a4-956a-4232-9089-2f73a0085d5f:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-0934e1a4-956a-4232-9089-2f73a0085d5f-root {
    text-align: center;
  }


#s-0934e1a4-956a-4232-9089-2f73a0085d5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0934e1a4-956a-4232-9089-2f73a0085d5f-root {
    text-align: center;
  }


#s-0934e1a4-956a-4232-9089-2f73a0085d5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0934e1a4-956a-4232-9089-2f73a0085d5f-root {
    text-align: center;
  }


#s-0934e1a4-956a-4232-9089-2f73a0085d5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0934e1a4-956a-4232-9089-2f73a0085d5f-root {
    text-align: center;
  }


#s-0934e1a4-956a-4232-9089-2f73a0085d5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0934e1a4-956a-4232-9089-2f73a0085d5f-root {
    text-align: center;
  }


#s-0934e1a4-956a-4232-9089-2f73a0085d5f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-34eed918-44e8-428d-af75-e15eb85ce1c9 {
  min-height: 50px;
}








#s-34eed918-44e8-428d-af75-e15eb85ce1c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34eed918-44e8-428d-af75-e15eb85ce1c9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e867a652-feb5-4637-b509-7d32c3370772 {
  min-height: 50px;
}








#s-e867a652-feb5-4637-b509-7d32c3370772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e867a652-feb5-4637-b509-7d32c3370772.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f64866aa-b561-4e38-9a97-de6e4a645423 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(226, 52, 50, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(153, 153, 153, 0.25);
}








#s-f64866aa-b561-4e38-9a97-de6e4a645423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f64866aa-b561-4e38-9a97-de6e4a645423.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-be0bd64a-fc38-44a1-b182-c5dbf7ca866e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be0bd64a-fc38-44a1-b182-c5dbf7ca866e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-649fdfda-7627-4d40-a822-a9d0577ecf8a .shogun-countdown span, #s-649fdfda-7627-4d40-a822-a9d0577ecf8a .shogun-countdown label {
  color: rgba(51, 51, 51, 1);
}
#s-d9fd41e6-69ca-48d0-90c5-dd6c2f0f9324 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9fd41e6-69ca-48d0-90c5-dd6c2f0f9324 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-82d1beb9-c5ab-4c38-b28e-41e8b39d8a75 {
  min-height: 50px;
}








#s-82d1beb9-c5ab-4c38-b28e-41e8b39d8a75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82d1beb9-c5ab-4c38-b28e-41e8b39d8a75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-161b280b-20db-4613-8cf3-dc296e5c6b40 {
  margin-top: 5%;
margin-bottom: 5%;
}








#s-161b280b-20db-4613-8cf3-dc296e5c6b40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-161b280b-20db-4613-8cf3-dc296e5c6b40.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3eb0509f-7c11-41fe-8eda-3827cd641db4 {
  background-color: rgba(255, 255, 255, 1);
}








#s-91b9563a-e31c-4cbb-adc4-471a6656f0aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91b9563a-e31c-4cbb-adc4-471a6656f0aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d7c37894-c935-47a9-885b-927d7353a13b {
  min-height: 50px;
}








#s-d7c37894-c935-47a9-885b-927d7353a13b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7c37894-c935-47a9-885b-927d7353a13b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1940bab7-799a-4e61-92f3-adbf9e1441b1 {
  padding-top: 30px;
padding-left: 8%;
padding-bottom: 60px;
padding-right: 8%;
background-color: rgba(68, 68, 68, 1);
}
@media (max-width: 767px){#s-1940bab7-799a-4e61-92f3-adbf9e1441b1 {
  
}
}







#s-1940bab7-799a-4e61-92f3-adbf9e1441b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1940bab7-799a-4e61-92f3-adbf9e1441b1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8463bedf-44d7-4c96-b1b2-653a8fbda42b {
  
}

@media (min-width: 0px) {
[id="s-8463bedf-44d7-4c96-b1b2-653a8fbda42b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8463bedf-44d7-4c96-b1b2-653a8fbda42b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8463bedf-44d7-4c96-b1b2-653a8fbda42b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8463bedf-44d7-4c96-b1b2-653a8fbda42b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2fd0917c-ef69-4488-a2e2-b50a85184fef {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}








#s-2fd0917c-ef69-4488-a2e2-b50a85184fef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fd0917c-ef69-4488-a2e2-b50a85184fef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-035b1417-ab9c-47be-b704-1f081932bc90 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}








#s-035b1417-ab9c-47be-b704-1f081932bc90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-035b1417-ab9c-47be-b704-1f081932bc90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2b05f199-6bd2-4362-9130-f4f1162603d7 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}








#s-2b05f199-6bd2-4362-9130-f4f1162603d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b05f199-6bd2-4362-9130-f4f1162603d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4342be8c-3372-46f8-8ffa-a88fe6967b11 {
  min-height: 50px;
}








#s-4342be8c-3372-46f8-8ffa-a88fe6967b11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4342be8c-3372-46f8-8ffa-a88fe6967b11.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4ea7ba6e-3c2e-493f-9e27-3b7b2b2250ec {
  min-height: 50px;
}








#s-4ea7ba6e-3c2e-493f-9e27-3b7b2b2250ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ea7ba6e-3c2e-493f-9e27-3b7b2b2250ec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df2a2c19-ff26-40be-9a79-ebb928110024 {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-008ede53-85f9-47bf-9d4a-baea13266901"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-008ede53-85f9-47bf-9d4a-baea13266901"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-008ede53-85f9-47bf-9d4a-baea13266901"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-008ede53-85f9-47bf-9d4a-baea13266901"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-008ede53-85f9-47bf-9d4a-baea13266901"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-008ede53-85f9-47bf-9d4a-baea13266901"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-008ede53-85f9-47bf-9d4a-baea13266901"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-e2a9e457-af0e-4947-87d3-40de7a90be1e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-e2a9e457-af0e-4947-87d3-40de7a90be1e:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-e2a9e457-af0e-4947-87d3-40de7a90be1e:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-e2a9e457-af0e-4947-87d3-40de7a90be1e-root {
    text-align: center;
  }


#s-e2a9e457-af0e-4947-87d3-40de7a90be1e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e2a9e457-af0e-4947-87d3-40de7a90be1e-root {
    text-align: center;
  }


#s-e2a9e457-af0e-4947-87d3-40de7a90be1e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2a9e457-af0e-4947-87d3-40de7a90be1e-root {
    text-align: center;
  }


#s-e2a9e457-af0e-4947-87d3-40de7a90be1e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2a9e457-af0e-4947-87d3-40de7a90be1e-root {
    text-align: center;
  }


#s-e2a9e457-af0e-4947-87d3-40de7a90be1e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e2a9e457-af0e-4947-87d3-40de7a90be1e-root {
    text-align: center;
  }


#s-e2a9e457-af0e-4947-87d3-40de7a90be1e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-58a89438-5836-4106-b573-f7852a2c2acc {
  min-height: 50px;
}








#s-58a89438-5836-4106-b573-f7852a2c2acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58a89438-5836-4106-b573-f7852a2c2acc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56a89230-29cf-4354-9feb-ba6794574d00 {
  box-shadow:5px 5px 20px 1px rgba(0, 0, 0, 0.3);
border-style: solid;
margin-top: 5%;
margin-left: 2%;
margin-bottom: 5%;
margin-right: 2%;
border-top-width: 01px;
border-left-width: 01px;
border-bottom-width: 01px;
border-right-width: 01px;
border-color: rgba(0, 0, 0, 0);
border-radius: 5px;
background-color: rgba(251, 251, 251, 1);
}








#s-56a89230-29cf-4354-9feb-ba6794574d00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a89230-29cf-4354-9feb-ba6794574d00.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9957650c-caa0-45e2-b0dd-2e7854607779 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 80%;
}

#s-71c17f1a-62de-4fb6-9573-ca7aa0f33185 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-71c17f1a-62de-4fb6-9573-ca7aa0f33185 {
  display: none;
}
#s-71c17f1a-62de-4fb6-9573-ca7aa0f33185, #wrap-s-71c17f1a-62de-4fb6-9573-ca7aa0f33185 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71c17f1a-62de-4fb6-9573-ca7aa0f33185 {
  display: none;
}
#s-71c17f1a-62de-4fb6-9573-ca7aa0f33185, #wrap-s-71c17f1a-62de-4fb6-9573-ca7aa0f33185 { display: none !important; }}







#s-71c17f1a-62de-4fb6-9573-ca7aa0f33185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71c17f1a-62de-4fb6-9573-ca7aa0f33185.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-5600b47f-a123-4ce4-aa92-a2888e46cc90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5600b47f-a123-4ce4-aa92-a2888e46cc90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5600b47f-a123-4ce4-aa92-a2888e46cc90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5600b47f-a123-4ce4-aa92-a2888e46cc90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6a772c46-b4a8-4362-a341-8ca5c1b093a2 {
  margin-top: 2%;
}

#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5 {
  
}
}@media (max-width: 767px){#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5 {
  
}
}

  #s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5-root {
    text-align: center;
  }


#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5-root {
    text-align: center;
  }


#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5-root {
    text-align: center;
  }


#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5-root {
    text-align: center;
  }


#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5-root {
    text-align: center;
  }


#s-18c23a10-8b4e-4d91-b7b8-aed28be5c6a5.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-44e8651d-0f0d-40b1-adc3-6325676ae5fb .shogun-countdown span, #s-44e8651d-0f0d-40b1-adc3-6325676ae5fb .shogun-countdown label {
  color: rgba(17, 17, 17, 1);
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-fd0bc5b0-401e-4989-bd0e-e6f1c1eb97c4 {
  display: none;
}
#s-fd0bc5b0-401e-4989-bd0e-e6f1c1eb97c4, #wrap-s-fd0bc5b0-401e-4989-bd0e-e6f1c1eb97c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd0bc5b0-401e-4989-bd0e-e6f1c1eb97c4 {
  display: none;
}
#s-fd0bc5b0-401e-4989-bd0e-e6f1c1eb97c4, #wrap-s-fd0bc5b0-401e-4989-bd0e-e6f1c1eb97c4 { display: none !important; }}
#s-fd0bc5b0-401e-4989-bd0e-e6f1c1eb97c4 hr {
  border-top: 2px solid #ddd;
}

#s-47278342-87ce-4ef2-9f96-f3f801b616bd {
  margin-top: 2%;
padding-top: 0%;
padding-right: 2%;
background-color: rgba(235, 233, 235, 1);
}

#s-30f4f67f-e143-4a45-95ee-e28c5affc02d {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(119, 119, 119, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-30f4f67f-e143-4a45-95ee-e28c5affc02d:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-30f4f67f-e143-4a45-95ee-e28c5affc02d:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-30f4f67f-e143-4a45-95ee-e28c5affc02d {
  
}
}

  #s-30f4f67f-e143-4a45-95ee-e28c5affc02d-root {
    text-align: center;
  }


#s-30f4f67f-e143-4a45-95ee-e28c5affc02d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-30f4f67f-e143-4a45-95ee-e28c5affc02d-root {
    text-align: center;
  }


#s-30f4f67f-e143-4a45-95ee-e28c5affc02d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-30f4f67f-e143-4a45-95ee-e28c5affc02d-root {
    text-align: center;
  }


#s-30f4f67f-e143-4a45-95ee-e28c5affc02d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-30f4f67f-e143-4a45-95ee-e28c5affc02d-root {
    text-align: center;
  }


#s-30f4f67f-e143-4a45-95ee-e28c5affc02d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-30f4f67f-e143-4a45-95ee-e28c5affc02d-root {
    text-align: center;
  }


#s-30f4f67f-e143-4a45-95ee-e28c5affc02d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-55ae779b-49f1-44ee-a66f-453948211194 {
  opacity: 1;
background-color: rgba(235, 233, 235, 1);
}

#s-55ae779b-49f1-44ee-a66f-453948211194 .shogun-countdown span, #s-55ae779b-49f1-44ee-a66f-453948211194 .shogun-countdown label {
  color: rgba(119, 119, 119, 1);
}
#s-f1f5a0d7-7645-4ba1-b379-06c1e3856775 {
  background-color: rgba(235, 233, 235, 1);
}

#s-fcc34da7-20f7-4440-bb28-a8cf30a73dc1 {
  min-height: 50px;
}








#s-fcc34da7-20f7-4440-bb28-a8cf30a73dc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcc34da7-20f7-4440-bb28-a8cf30a73dc1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-424bd78e-e607-4515-b556-55093f0463f6 {
  min-height: 50px;
}








#s-424bd78e-e607-4515-b556-55093f0463f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-424bd78e-e607-4515-b556-55093f0463f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-32008beb-5d47-4000-af70-af03e51d1191 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-32008beb-5d47-4000-af70-af03e51d1191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32008beb-5d47-4000-af70-af03e51d1191.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a151337a-f965-4c6d-a0a2-0e6a0c7350d2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a151337a-f965-4c6d-a0a2-0e6a0c7350d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a151337a-f965-4c6d-a0a2-0e6a0c7350d2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-23f492ce-c509-42d4-891c-9cca48688e14 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-23f492ce-c509-42d4-891c-9cca48688e14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23f492ce-c509-42d4-891c-9cca48688e14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-23f492ce-c509-42d4-891c-9cca48688e14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-23f492ce-c509-42d4-891c-9cca48688e14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-dfd44e5d-dfd2-4523-8821-524a771a5b44 {
  min-height: 50px;
}








#s-dfd44e5d-dfd2-4523-8821-524a771a5b44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfd44e5d-dfd2-4523-8821-524a771a5b44.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-77f4da8d-b6f0-4bfb-bcc5-48ed78f91060 {
  text-align: center;
}







  #s-77f4da8d-b6f0-4bfb-bcc5-48ed78f91060 img.shogun-image {
    

    
    
    
  }


#s-77f4da8d-b6f0-4bfb-bcc5-48ed78f91060 .shogun-image-content {
  
    align-items: center;
  
}

#s-392faf3b-b8a3-45a9-bc46-e65b6bab9295 {
  min-height: 50px;
}
@media (max-width: 767px){#s-392faf3b-b8a3-45a9-bc46-e65b6bab9295 {
  display: none;
}
#s-392faf3b-b8a3-45a9-bc46-e65b6bab9295, #wrap-s-392faf3b-b8a3-45a9-bc46-e65b6bab9295 { display: none !important; }}







#s-392faf3b-b8a3-45a9-bc46-e65b6bab9295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-392faf3b-b8a3-45a9-bc46-e65b6bab9295.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3452af40-05af-4d93-a98b-ee8ada5f7af9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-d0e307dc-47b1-4f42-9020-18f6859bd6da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0e307dc-47b1-4f42-9020-18f6859bd6da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d0e307dc-47b1-4f42-9020-18f6859bd6da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0e307dc-47b1-4f42-9020-18f6859bd6da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a82acfa9-824d-4f28-89bc-86648d136160 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-a82acfa9-824d-4f28-89bc-86648d136160:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-a82acfa9-824d-4f28-89bc-86648d136160:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-a82acfa9-824d-4f28-89bc-86648d136160-root {
    text-align: center;
  }


#s-a82acfa9-824d-4f28-89bc-86648d136160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a82acfa9-824d-4f28-89bc-86648d136160-root {
    text-align: center;
  }


#s-a82acfa9-824d-4f28-89bc-86648d136160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a82acfa9-824d-4f28-89bc-86648d136160-root {
    text-align: center;
  }


#s-a82acfa9-824d-4f28-89bc-86648d136160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a82acfa9-824d-4f28-89bc-86648d136160-root {
    text-align: center;
  }


#s-a82acfa9-824d-4f28-89bc-86648d136160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a82acfa9-824d-4f28-89bc-86648d136160-root {
    text-align: center;
  }


#s-a82acfa9-824d-4f28-89bc-86648d136160.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-62b840da-7c77-4bdb-9140-5912d4e41ed5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-62b840da-7c77-4bdb-9140-5912d4e41ed5 {
  display: none;
}
#s-62b840da-7c77-4bdb-9140-5912d4e41ed5, #wrap-s-62b840da-7c77-4bdb-9140-5912d4e41ed5 { display: none !important; }}







#s-62b840da-7c77-4bdb-9140-5912d4e41ed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b840da-7c77-4bdb-9140-5912d4e41ed5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-202c3848-2fb5-4064-912f-01cbf2231ae7 {
  min-height: 50px;
}








#s-202c3848-2fb5-4064-912f-01cbf2231ae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-202c3848-2fb5-4064-912f-01cbf2231ae7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86905918-ddcc-4983-9366-8b727ca399f1 {
  min-height: 50px;
}








#s-86905918-ddcc-4983-9366-8b727ca399f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86905918-ddcc-4983-9366-8b727ca399f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30e5fded-7d75-4c33-8dc5-fa69eac4ffff {
  box-shadow:5px 5px 20px 1px rgba(0, 0, 0, 0.3);
margin-top: 5%;
margin-left: 2%;
margin-bottom: 5%;
margin-right: 2%;
background-color: rgba(251, 251, 251, 1);
}








#s-30e5fded-7d75-4c33-8dc5-fa69eac4ffff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30e5fded-7d75-4c33-8dc5-fa69eac4ffff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f877e225-1c98-4290-8e6c-c75484770b06 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 80%;
}

@media (min-width: 0px) {
[id="s-b26a6b79-f008-4926-8bcb-b4887c2946d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b26a6b79-f008-4926-8bcb-b4887c2946d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b26a6b79-f008-4926-8bcb-b4887c2946d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b26a6b79-f008-4926-8bcb-b4887c2946d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-97f68d8b-cbf4-408c-b36d-35749c86c146 {
  margin-top: 2%;
}

#s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c {
  display: none;
}
#s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c, #wrap-s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c {
  display: none;
}
#s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c, #wrap-s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c {
  display: none;
}
#s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c, #wrap-s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c { display: none !important; }}







#s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ed6c00d-e922-43e4-a5b5-8741ce026c6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31ef8141-d527-4074-b9c7-bb69ad699cb7 {
  margin-top: 2%;
padding-top: 0%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-c0bd51ce-fec8-4d60-8f10-0f5bd709f310"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0bd51ce-fec8-4d60-8f10-0f5bd709f310"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c0bd51ce-fec8-4d60-8f10-0f5bd709f310"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0bd51ce-fec8-4d60-8f10-0f5bd709f310"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-afbf5015-f61e-470a-9476-8fe173e3c042 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-afbf5015-f61e-470a-9476-8fe173e3c042:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-afbf5015-f61e-470a-9476-8fe173e3c042:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-afbf5015-f61e-470a-9476-8fe173e3c042-root {
    text-align: center;
  }


#s-afbf5015-f61e-470a-9476-8fe173e3c042.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-afbf5015-f61e-470a-9476-8fe173e3c042-root {
    text-align: center;
  }


#s-afbf5015-f61e-470a-9476-8fe173e3c042.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afbf5015-f61e-470a-9476-8fe173e3c042-root {
    text-align: center;
  }


#s-afbf5015-f61e-470a-9476-8fe173e3c042.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afbf5015-f61e-470a-9476-8fe173e3c042-root {
    text-align: center;
  }


#s-afbf5015-f61e-470a-9476-8fe173e3c042.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-afbf5015-f61e-470a-9476-8fe173e3c042-root {
    text-align: center;
  }


#s-afbf5015-f61e-470a-9476-8fe173e3c042.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-26633860-39eb-4894-9e1f-a41047169ca0 {
  min-height: 50px;
}








#s-26633860-39eb-4894-9e1f-a41047169ca0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26633860-39eb-4894-9e1f-a41047169ca0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe7a6743-6d1d-49cd-a50a-e7eaf2cf8a13 {
  min-height: 50px;
}








#s-fe7a6743-6d1d-49cd-a50a-e7eaf2cf8a13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe7a6743-6d1d-49cd-a50a-e7eaf2cf8a13.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f055efe0-164f-4878-b24b-24baed5ac8a0 {
  
}

@media (min-width: 0px) {
[id="s-f055efe0-164f-4878-b24b-24baed5ac8a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f055efe0-164f-4878-b24b-24baed5ac8a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f055efe0-164f-4878-b24b-24baed5ac8a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f055efe0-164f-4878-b24b-24baed5ac8a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-742516df-df09-4ac1-80df-28ec0469cf23 {
  box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.5);
margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-left: 1,%;
padding-right: 1%;
border-radius: 10px;
background-color: rgba(226, 52, 50, 1);
}

#s-f7620d7b-f217-4e0b-9929-0f47027cb32e {
  box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.5);
margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-left: 1,%;
padding-right: 1%;
border-radius: 10px;
background-color: rgba(226, 52, 50, 1);
}

#s-414a9cdc-59aa-441c-baee-c4676dec1ac8 {
  box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.5);
margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-left: 1,%;
padding-right: 1%;
border-radius: 10px;
background-color: rgba(226, 52, 50, 1);
}

#s-c3841a19-6b20-4b5b-98b0-63375e663615 {
  box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.5);
margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-left: 1%;
padding-right: 1px;
border-radius: 10px;
background-color: rgba(226, 52, 50, 1);
}

#s-6ebb22f4-149e-4cd0-9e7f-b79af1d9e04c {
  min-height: 50px;
}








#s-6ebb22f4-149e-4cd0-9e7f-b79af1d9e04c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ebb22f4-149e-4cd0-9e7f-b79af1d9e04c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aef634cc-c43b-44fd-a253-6e7dbac7f458 {
  min-height: 50px;
}








#s-aef634cc-c43b-44fd-a253-6e7dbac7f458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aef634cc-c43b-44fd-a253-6e7dbac7f458.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8262586b-8c35-4152-b9c9-593f9c57f1da {
  opacity: 1;
}

#s-8262586b-8c35-4152-b9c9-593f9c57f1da .shogun-countdown span, #s-8262586b-8c35-4152-b9c9-593f9c57f1da .shogun-countdown label {
  color: rgba(51, 51, 51, 1);
}
#s-02631dee-6d09-4855-8dbb-d2cc97f9906e {
  min-height: 50px;
}








#s-02631dee-6d09-4855-8dbb-d2cc97f9906e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02631dee-6d09-4855-8dbb-d2cc97f9906e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-6f53d535-e6c6-414a-900f-49c7a6981d09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f53d535-e6c6-414a-900f-49c7a6981d09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6f53d535-e6c6-414a-900f-49c7a6981d09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f53d535-e6c6-414a-900f-49c7a6981d09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3006f305-e7bc-46a1-a417-43480029d294 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-3006f305-e7bc-46a1-a417-43480029d294:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-3006f305-e7bc-46a1-a417-43480029d294:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-3006f305-e7bc-46a1-a417-43480029d294-root {
    text-align: center;
  }


#s-3006f305-e7bc-46a1-a417-43480029d294.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3006f305-e7bc-46a1-a417-43480029d294-root {
    text-align: center;
  }


#s-3006f305-e7bc-46a1-a417-43480029d294.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3006f305-e7bc-46a1-a417-43480029d294-root {
    text-align: center;
  }


#s-3006f305-e7bc-46a1-a417-43480029d294.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3006f305-e7bc-46a1-a417-43480029d294-root {
    text-align: center;
  }


#s-3006f305-e7bc-46a1-a417-43480029d294.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3006f305-e7bc-46a1-a417-43480029d294-root {
    text-align: center;
  }


#s-3006f305-e7bc-46a1-a417-43480029d294.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-ec130248-869e-45f8-affa-9ab7220fd934 {
  min-height: 100px;
}








#s-ec130248-869e-45f8-affa-9ab7220fd934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec130248-869e-45f8-affa-9ab7220fd934.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18864fff-2f75-44d0-a31d-7abd20f354b0 {
  margin-top: 0px;
margin-left: 5px;
margin-bottom: 0px;
margin-right: 5px;
padding-left: 5px;
padding-right: 5px;
}

#s-491ec2ac-27cd-41cd-bf3a-ae492a988bfc {
  min-height: 100px;
}








#s-491ec2ac-27cd-41cd-bf3a-ae492a988bfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-491ec2ac-27cd-41cd-bf3a-ae492a988bfc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-755f1119-d732-429b-a274-2f14d8cd82ca {
  text-align: center;
opacity: 1;
}







  #s-755f1119-d732-429b-a274-2f14d8cd82ca img.shogun-image {
    

    
    
    
  }


#s-755f1119-d732-429b-a274-2f14d8cd82ca .shogun-image-content {
  
    align-items: center;
  
}

#s-b630fe90-8355-4f20-a9e5-8d1c3b41c9f4 {
  min-height: 50px;
}








#s-b630fe90-8355-4f20-a9e5-8d1c3b41c9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b630fe90-8355-4f20-a9e5-8d1c3b41c9f4.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-b15d6fc5-e4a7-4bbf-a06d-9faaff8bb1e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b15d6fc5-e4a7-4bbf-a06d-9faaff8bb1e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b15d6fc5-e4a7-4bbf-a06d-9faaff8bb1e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b15d6fc5-e4a7-4bbf-a06d-9faaff8bb1e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d3c3be67-535a-48af-aed4-030468b1c614 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(226, 52, 50, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(226, 52, 50, 1);
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
#s-d3c3be67-535a-48af-aed4-030468b1c614:hover {border-style: solid !important;
border-color: rgba(226, 52, 50, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(226, 52, 50, 1) !important;
text-decoration: none !important;}#s-d3c3be67-535a-48af-aed4-030468b1c614:active {background-color: rgba(226, 52, 50, 1) !important;
color: rgba(247, 247, 247, 1) !important;
text-decoration: none !important;}

  #s-d3c3be67-535a-48af-aed4-030468b1c614-root {
    text-align: center;
  }


#s-d3c3be67-535a-48af-aed4-030468b1c614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3c3be67-535a-48af-aed4-030468b1c614-root {
    text-align: center;
  }


#s-d3c3be67-535a-48af-aed4-030468b1c614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3c3be67-535a-48af-aed4-030468b1c614-root {
    text-align: center;
  }


#s-d3c3be67-535a-48af-aed4-030468b1c614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3c3be67-535a-48af-aed4-030468b1c614-root {
    text-align: center;
  }


#s-d3c3be67-535a-48af-aed4-030468b1c614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3c3be67-535a-48af-aed4-030468b1c614-root {
    text-align: center;
  }


#s-d3c3be67-535a-48af-aed4-030468b1c614.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-34489e83-9eb1-4254-8f5c-0180f5c47061 {
  padding-top: 20px;
padding-bottom: 20px;
}








#s-6f60dcf3-c2b9-4f7e-b9fc-5cef2a797bb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f60dcf3-c2b9-4f7e-b9fc-5cef2a797bb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7aed81df-de07-47e3-b444-6a4eb0e72843 hr {
  border-top: 2px solid #ddd;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
