.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-d723fe5b-0153-4555-b013-2df6dff6d837 {
  box-shadow:0px 0px 0px 0px rgba(74, 159, 220, 1);
min-height: 50px;
}








#s-d723fe5b-0153-4555-b013-2df6dff6d837 > .shg-box-overlay {
  background-color: rgba(237, 173, 41, 1);
  opacity: 0.9;
}#s-d723fe5b-0153-4555-b013-2df6dff6d837.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-df4f55c9-5d84-41df-bf67-658a995362fb {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df4f55c9-5d84-41df-bf67-658a995362fb .shogun-heading-component h2 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-7d3c6b9e-809e-4758-99ad-8e837fac8b4a {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-7d3c6b9e-809e-4758-99ad-8e837fac8b4a {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-7d3c6b9e-809e-4758-99ad-8e837fac8b4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d3c6b9e-809e-4758-99ad-8e837fac8b4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc1c9b32-cb0d-4bf8-8bcc-b19888070b31 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1420px;
}








#s-dc1c9b32-cb0d-4bf8-8bcc-b19888070b31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc1c9b32-cb0d-4bf8-8bcc-b19888070b31.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-72b62998-93b0-4d5a-a051-8dd82be6aef2 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-72b62998-93b0-4d5a-a051-8dd82be6aef2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72b62998-93b0-4d5a-a051-8dd82be6aef2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-72b62998-93b0-4d5a-a051-8dd82be6aef2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-72b62998-93b0-4d5a-a051-8dd82be6aef2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (max-width: 767px){#s-ca876e31-f7bb-4138-a8ba-5eb3935fad0d {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-ca876e31-f7bb-4138-a8ba-5eb3935fad0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca876e31-f7bb-4138-a8ba-5eb3935fad0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20188bc3-7d32-4e30-bd68-d463a0d6d539 {
  padding-top: 0px;
text-align: left;
}

#s-20188bc3-7d32-4e30-bd68-d463a0d6d539 .shogun-heading-component h2 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


#s-20188bc3-7d32-4e30-bd68-d463a0d6d539 .shogun-heading-component h2 a {
  color: rgba(74, 159, 220, 1);
}


.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-fcb2dc4e-4acd-41f4-b944-e5f2e31551f8 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

.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-434fc3c3-29c0-42b5-acd1-c03a0ccd4cf2 .shogun-countdown span, #s-434fc3c3-29c0-42b5-acd1-c03a0ccd4cf2 .shogun-countdown label {
  color: #555;
}
#s-c51f38da-37f6-458e-b588-5a67bdb186de {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c51f38da-37f6-458e-b588-5a67bdb186de {
  margin-bottom: 49px;
}
}







#s-c51f38da-37f6-458e-b588-5a67bdb186de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c51f38da-37f6-458e-b588-5a67bdb186de.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-dc1dec92-8661-4f80-8b99-4794e91ff4c9 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dc1dec92-8661-4f80-8b99-4794e91ff4c9 img.shogun-image,
  #s-dc1dec92-8661-4f80-8b99-4794e91ff4c9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc1dec92-8661-4f80-8b99-4794e91ff4c9 {
    width: 100%;
    height: auto;
  }



  #s-dc1dec92-8661-4f80-8b99-4794e91ff4c9 img.shogun-image {
    

    
    
    
  }


#s-dc1dec92-8661-4f80-8b99-4794e91ff4c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-255e05a3-7341-41c9-9aa9-e9bcb1466a21 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-255e05a3-7341-41c9-9aa9-e9bcb1466a21 .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-95ad069f-7692-44c8-87ef-d9e475d7b4d6 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-1498e240-c415-4802-866e-d7f0b4f2bffc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1498e240-c415-4802-866e-d7f0b4f2bffc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1498e240-c415-4802-866e-d7f0b4f2bffc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1498e240-c415-4802-866e-d7f0b4f2bffc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1498e240-c415-4802-866e-d7f0b4f2bffc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1498e240-c415-4802-866e-d7f0b4f2bffc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1498e240-c415-4802-866e-d7f0b4f2bffc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1498e240-c415-4802-866e-d7f0b4f2bffc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-02796c0f-c0a1-4b1d-9ea2-ded1946e54ce {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-02796c0f-c0a1-4b1d-9ea2-ded1946e54ce {
  margin-bottom: 49px;
}
}







#s-02796c0f-c0a1-4b1d-9ea2-ded1946e54ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02796c0f-c0a1-4b1d-9ea2-ded1946e54ce.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d781283a-a61a-4134-8e47-c2afaabdcea4 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d781283a-a61a-4134-8e47-c2afaabdcea4 img.shogun-image,
  #s-d781283a-a61a-4134-8e47-c2afaabdcea4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d781283a-a61a-4134-8e47-c2afaabdcea4 {
    width: 100%;
    height: auto;
  }



  #s-d781283a-a61a-4134-8e47-c2afaabdcea4 img.shogun-image {
    

    
    
    
  }


#s-d781283a-a61a-4134-8e47-c2afaabdcea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8103b1b2-88f6-469e-92c1-3294d16f30cd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-8103b1b2-88f6-469e-92c1-3294d16f30cd .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-7a7ee739-c93b-41aa-8f2f-74756d3df914 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}

#s-a68c2a64-8ed7-483b-9c43-701ed5cad4a0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a68c2a64-8ed7-483b-9c43-701ed5cad4a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a68c2a64-8ed7-483b-9c43-701ed5cad4a0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a68c2a64-8ed7-483b-9c43-701ed5cad4a0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a68c2a64-8ed7-483b-9c43-701ed5cad4a0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a68c2a64-8ed7-483b-9c43-701ed5cad4a0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a68c2a64-8ed7-483b-9c43-701ed5cad4a0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6e199384-e78e-4f76-b703-fa936831c174 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1400px;
}








#s-6e199384-e78e-4f76-b703-fa936831c174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e199384-e78e-4f76-b703-fa936831c174.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77d29ecb-2021-42b7-a7d4-1155867a0084 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77d29ecb-2021-42b7-a7d4-1155867a0084 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-718f0a81-b7bd-4567-b0c8-bbbfbde01ae2 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-bb2e2c9f-3a0a-4f29-81c5-83ee27ce213a {
  background-repeat: repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 30px;
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: #000;
border-style: solid;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-bb2e2c9f-3a0a-4f29-81c5-83ee27ce213a {
  display: unset;
}
#s-bb2e2c9f-3a0a-4f29-81c5-83ee27ce213a, #wrap-s-bb2e2c9f-3a0a-4f29-81c5-83ee27ce213a { display: unset !important; }}







#s-bb2e2c9f-3a0a-4f29-81c5-83ee27ce213a > .shg-box-overlay {
  background-color: rgba(5, 5, 5, 1);
  opacity: 0.5;
}#s-bb2e2c9f-3a0a-4f29-81c5-83ee27ce213a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dc509f3-3cbe-4779-aaf7-3f8535310bd4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
max-width: 1400px;
}








#s-9dc509f3-3cbe-4779-aaf7-3f8535310bd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dc509f3-3cbe-4779-aaf7-3f8535310bd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-066b4ef4-27fb-4d1c-a334-1a971e048e67 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-066b4ef4-27fb-4d1c-a334-1a971e048e67 .shogun-heading-component h2 {
  color: rgba(236, 236, 236, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-f58d2863-0f77-4469-9cdd-2520149286ed {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-style: solid;
max-width: 800px;
}

#s-e59916e3-0f39-4924-aaed-4b8f573095ef {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-e59916e3-0f39-4924-aaed-4b8f573095ef {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-e59916e3-0f39-4924-aaed-4b8f573095ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e59916e3-0f39-4924-aaed-4b8f573095ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9d26726-1067-4f5c-aa46-050a73dafb62 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1420px;
}








#s-c9d26726-1067-4f5c-aa46-050a73dafb62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9d26726-1067-4f5c-aa46-050a73dafb62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5679cb02-dc2e-491c-948f-eb9f9b5f6608 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-5679cb02-dc2e-491c-948f-eb9f9b5f6608 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-5679cb02-dc2e-491c-948f-eb9f9b5f6608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5679cb02-dc2e-491c-948f-eb9f9b5f6608"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-5679cb02-dc2e-491c-948f-eb9f9b5f6608"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-5679cb02-dc2e-491c-948f-eb9f9b5f6608"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (max-width: 767px){#s-45ab5321-93b3-4132-8bd4-1b57c3a1a216 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-45ab5321-93b3-4132-8bd4-1b57c3a1a216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45ab5321-93b3-4132-8bd4-1b57c3a1a216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-462cbf32-c52f-41f4-82b1-0617a8bc6c90 {
  padding-top: 0px;
text-align: left;
}

#s-462cbf32-c52f-41f4-82b1-0617a8bc6c90 .shogun-heading-component h2 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


#s-462cbf32-c52f-41f4-82b1-0617a8bc6c90 .shogun-heading-component h2 a {
  color: rgba(74, 159, 220, 1);
}


#s-73f9ff75-d144-49a6-8654-599c5e9a7e64 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-43b73f5b-9ade-44fe-89ed-caa78d096d53 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-43b73f5b-9ade-44fe-89ed-caa78d096d53 {
  margin-bottom: 49px;
}
}







#s-43b73f5b-9ade-44fe-89ed-caa78d096d53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43b73f5b-9ade-44fe-89ed-caa78d096d53.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5506a188-0872-4ed8-8034-94c3698c107c {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 2695px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-5506a188-0872-4ed8-8034-94c3698c107c img.shogun-image,
  #s-5506a188-0872-4ed8-8034-94c3698c107c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5506a188-0872-4ed8-8034-94c3698c107c {
    width: 100%;
    height: auto;
  }



  #s-5506a188-0872-4ed8-8034-94c3698c107c img.shogun-image {
    

    
    
    
  }


#s-5506a188-0872-4ed8-8034-94c3698c107c .shogun-image-content {
  
    align-items: center;
  
}

#s-cf5b46b6-8f23-4d50-a9b6-9090a0d0e4ff {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-cf5b46b6-8f23-4d50-a9b6-9090a0d0e4ff .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-ca88d67f-ef83-42df-8694-df7f694e95a0 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-0d9d15a8-e4e9-4340-8e61-877c3ae888a9 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0d9d15a8-e4e9-4340-8e61-877c3ae888a9 {
  margin-bottom: 49px;
}
}







#s-0d9d15a8-e4e9-4340-8e61-877c3ae888a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d9d15a8-e4e9-4340-8e61-877c3ae888a9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3d03e588-1f42-4ad7-b55d-2b1a06b55670 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 2741px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-3d03e588-1f42-4ad7-b55d-2b1a06b55670 img.shogun-image,
  #s-3d03e588-1f42-4ad7-b55d-2b1a06b55670 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d03e588-1f42-4ad7-b55d-2b1a06b55670 {
    width: 100%;
    height: auto;
  }



  #s-3d03e588-1f42-4ad7-b55d-2b1a06b55670 img.shogun-image {
    

    
    
    
  }


#s-3d03e588-1f42-4ad7-b55d-2b1a06b55670 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1c1e5dd-7d9d-4a5c-9c12-f2c8abe03447 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-b1c1e5dd-7d9d-4a5c-9c12-f2c8abe03447 .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-c6fae208-cd28-4d52-a252-f9d7507fd829 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-68e98a34-931d-4693-be46-58836ea9cfc9 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-68e98a34-931d-4693-be46-58836ea9cfc9 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-68e98a34-931d-4693-be46-58836ea9cfc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e98a34-931d-4693-be46-58836ea9cfc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab2fc4f6-1fbb-4c26-ae90-80063dfd2fe1 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1420px;
}








#s-ab2fc4f6-1fbb-4c26-ae90-80063dfd2fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab2fc4f6-1fbb-4c26-ae90-80063dfd2fe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b06d63d-3c13-46a2-ac26-8a163c3b8ea4 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-3b06d63d-3c13-46a2-ac26-8a163c3b8ea4 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-3b06d63d-3c13-46a2-ac26-8a163c3b8ea4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b06d63d-3c13-46a2-ac26-8a163c3b8ea4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-3b06d63d-3c13-46a2-ac26-8a163c3b8ea4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-3b06d63d-3c13-46a2-ac26-8a163c3b8ea4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-3b06d63d-3c13-46a2-ac26-8a163c3b8ea4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-31c13668-be52-40f0-9b42-a0c92957cda8 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-31c13668-be52-40f0-9b42-a0c92957cda8 {
  margin-bottom: 49px;
}
}







#s-31c13668-be52-40f0-9b42-a0c92957cda8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31c13668-be52-40f0-9b42-a0c92957cda8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-de37a060-f270-4501-b05c-0b1950cb0ca3 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1671px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-de37a060-f270-4501-b05c-0b1950cb0ca3 img.shogun-image,
  #s-de37a060-f270-4501-b05c-0b1950cb0ca3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de37a060-f270-4501-b05c-0b1950cb0ca3 {
    width: 100%;
    height: auto;
  }



  #s-de37a060-f270-4501-b05c-0b1950cb0ca3 img.shogun-image {
    

    
    
    
  }


#s-de37a060-f270-4501-b05c-0b1950cb0ca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-63ca6732-033d-4dd9-bbad-3b0b922a9040 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-63ca6732-033d-4dd9-bbad-3b0b922a9040 .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-d33a6b58-7b9a-440e-a0e5-e2e4462e20fb {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-a6187e19-ad02-48ac-a427-084af68d436c {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a6187e19-ad02-48ac-a427-084af68d436c {
  margin-bottom: 49px;
}
}







#s-a6187e19-ad02-48ac-a427-084af68d436c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6187e19-ad02-48ac-a427-084af68d436c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dd5ae144-88cb-4e33-a1e4-1b5934e7d880 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 2400px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-dd5ae144-88cb-4e33-a1e4-1b5934e7d880 img.shogun-image,
  #s-dd5ae144-88cb-4e33-a1e4-1b5934e7d880 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd5ae144-88cb-4e33-a1e4-1b5934e7d880 {
    width: 100%;
    height: auto;
  }



  #s-dd5ae144-88cb-4e33-a1e4-1b5934e7d880 img.shogun-image {
    

    
    
    
  }


#s-dd5ae144-88cb-4e33-a1e4-1b5934e7d880 .shogun-image-content {
  
    align-items: center;
  
}

#s-556ed900-fc27-40a4-b4a0-410dd0e2ab26 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-556ed900-fc27-40a4-b4a0-410dd0e2ab26 .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-82f0509d-453c-4189-8f93-11ac7c94c606 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

@media (max-width: 767px){#s-ce7edaf8-3016-4614-8bb5-df3427937629 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-ce7edaf8-3016-4614-8bb5-df3427937629 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce7edaf8-3016-4614-8bb5-df3427937629.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d278ef38-1a01-4b4d-9d97-09ac38c47bd9 {
  padding-top: 0px;
text-align: left;
}

#s-d278ef38-1a01-4b4d-9d97-09ac38c47bd9 .shogun-heading-component h2 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


#s-d278ef38-1a01-4b4d-9d97-09ac38c47bd9 .shogun-heading-component h2 a {
  color: rgba(74, 159, 220, 1);
}


#s-a727585f-3da7-4367-843e-53b1d393c886 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-e5361505-632d-4f65-b406-a54be807808b {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-e5361505-632d-4f65-b406-a54be807808b {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-e5361505-632d-4f65-b406-a54be807808b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5361505-632d-4f65-b406-a54be807808b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9abaec76-36b7-4617-a4a9-478fdcf6fdec {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1420px;
}








#s-9abaec76-36b7-4617-a4a9-478fdcf6fdec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9abaec76-36b7-4617-a4a9-478fdcf6fdec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07e6f462-96f1-40c0-8f74-4e8e585850f2 {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-07e6f462-96f1-40c0-8f74-4e8e585850f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07e6f462-96f1-40c0-8f74-4e8e585850f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-07e6f462-96f1-40c0-8f74-4e8e585850f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-07e6f462-96f1-40c0-8f74-4e8e585850f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (max-width: 767px){#s-35d60205-dd5c-4820-9933-35520bcd8a43 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-35d60205-dd5c-4820-9933-35520bcd8a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35d60205-dd5c-4820-9933-35520bcd8a43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a96980d6-0ab4-41fb-94b8-4e09e1b2ff0e {
  padding-top: 0px;
text-align: left;
}

#s-a96980d6-0ab4-41fb-94b8-4e09e1b2ff0e .shogun-heading-component h2 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


#s-a96980d6-0ab4-41fb-94b8-4e09e1b2ff0e .shogun-heading-component h2 a {
  color: rgba(74, 159, 220, 1);
}


#s-b73cc5e8-a581-4cb6-8227-f0ee091adba6 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-53358f28-6c2f-418a-9e69-d2c0a8e1933b {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-53358f28-6c2f-418a-9e69-d2c0a8e1933b {
  margin-bottom: 49px;
}
}







#s-53358f28-6c2f-418a-9e69-d2c0a8e1933b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53358f28-6c2f-418a-9e69-d2c0a8e1933b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88312779-cd1b-4711-bfdc-c917ac1160fe {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 814px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-88312779-cd1b-4711-bfdc-c917ac1160fe img.shogun-image,
  #s-88312779-cd1b-4711-bfdc-c917ac1160fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88312779-cd1b-4711-bfdc-c917ac1160fe {
    width: 100%;
    height: auto;
  }



  #s-88312779-cd1b-4711-bfdc-c917ac1160fe img.shogun-image {
    

    
    
    
  }


#s-88312779-cd1b-4711-bfdc-c917ac1160fe .shogun-image-content {
  
    align-items: center;
  
}

#s-06117a62-b676-4688-856e-e467e20a538f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-06117a62-b676-4688-856e-e467e20a538f .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-7bd67041-e4da-412c-9b3a-8687736e0029 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-25a8aa19-8998-4b39-99b4-a1e3008affdc {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-25a8aa19-8998-4b39-99b4-a1e3008affdc {
  margin-bottom: 49px;
}
}







#s-25a8aa19-8998-4b39-99b4-a1e3008affdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25a8aa19-8998-4b39-99b4-a1e3008affdc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d02a3839-fd6a-4d63-8727-cb58c7c1005c {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1600px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-d02a3839-fd6a-4d63-8727-cb58c7c1005c img.shogun-image,
  #s-d02a3839-fd6a-4d63-8727-cb58c7c1005c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d02a3839-fd6a-4d63-8727-cb58c7c1005c {
    width: 100%;
    height: auto;
  }



  #s-d02a3839-fd6a-4d63-8727-cb58c7c1005c img.shogun-image {
    

    
    
    
  }


#s-d02a3839-fd6a-4d63-8727-cb58c7c1005c .shogun-image-content {
  
    align-items: center;
  
}

#s-51a5ffd4-d42f-4e41-9def-fb6b016b76ca {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-51a5ffd4-d42f-4e41-9def-fb6b016b76ca .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-73ba5919-93cc-4f8c-84e9-ba41ceaa11ad {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-ca4537ee-be5a-4d34-aa61-7b44392d4f71 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-ca4537ee-be5a-4d34-aa61-7b44392d4f71 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-ca4537ee-be5a-4d34-aa61-7b44392d4f71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca4537ee-be5a-4d34-aa61-7b44392d4f71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec246843-4237-4ab4-b208-e5269934ade1 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1420px;
}








#s-ec246843-4237-4ab4-b208-e5269934ade1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec246843-4237-4ab4-b208-e5269934ade1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5d9011c-d769-49d8-9d0b-4d8d299de5b5 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-e5d9011c-d769-49d8-9d0b-4d8d299de5b5 {
  padding-left: 40px;
padding-right: 40px;
}
}
@media (min-width: 0px) {
[id="s-e5d9011c-d769-49d8-9d0b-4d8d299de5b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5d9011c-d769-49d8-9d0b-4d8d299de5b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-e5d9011c-d769-49d8-9d0b-4d8d299de5b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-e5d9011c-d769-49d8-9d0b-4d8d299de5b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (max-width: 767px) {
  [id="s-e5d9011c-d769-49d8-9d0b-4d8d299de5b5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cfa82a58-c4c5-47e3-85a0-86786b4676c5 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cfa82a58-c4c5-47e3-85a0-86786b4676c5 {
  margin-bottom: 49px;
}
}







#s-cfa82a58-c4c5-47e3-85a0-86786b4676c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfa82a58-c4c5-47e3-85a0-86786b4676c5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-918f0182-e006-47e0-a073-1c065c12e081 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1072px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-918f0182-e006-47e0-a073-1c065c12e081 img.shogun-image,
  #s-918f0182-e006-47e0-a073-1c065c12e081 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-918f0182-e006-47e0-a073-1c065c12e081 {
    width: 100%;
    height: auto;
  }



  #s-918f0182-e006-47e0-a073-1c065c12e081 img.shogun-image {
    

    
    
    
  }


#s-918f0182-e006-47e0-a073-1c065c12e081 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffdb81df-714e-4bb9-b099-e1cd6a3dfef8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-ffdb81df-714e-4bb9-b099-e1cd6a3dfef8 .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-2e624479-6a11-4f70-b28e-9f5614f67892 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-b4020257-5fc6-4662-980d-136de27998d5 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b4020257-5fc6-4662-980d-136de27998d5 {
  margin-bottom: 49px;
}
}







#s-b4020257-5fc6-4662-980d-136de27998d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4020257-5fc6-4662-980d-136de27998d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-886524a3-3059-4384-a249-7f75557522e7 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 1068px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-886524a3-3059-4384-a249-7f75557522e7 img.shogun-image,
  #s-886524a3-3059-4384-a249-7f75557522e7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-886524a3-3059-4384-a249-7f75557522e7 {
    width: 100%;
    height: auto;
  }



  #s-886524a3-3059-4384-a249-7f75557522e7 img.shogun-image {
    

    
    
    
  }


#s-886524a3-3059-4384-a249-7f75557522e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cda0942-7edd-40ef-8ff9-0393d90b01c2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-6cda0942-7edd-40ef-8ff9-0393d90b01c2 .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-4c3e9688-9942-4882-b9ae-544797dc5abb {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

@media (max-width: 767px){#s-bfc0b03f-af85-4e3f-9f09-3307c7fc5697 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-bfc0b03f-af85-4e3f-9f09-3307c7fc5697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfc0b03f-af85-4e3f-9f09-3307c7fc5697.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-112497fb-04ae-47ee-8009-4f1ee0aebcae {
  padding-top: 0px;
text-align: left;
}

#s-112497fb-04ae-47ee-8009-4f1ee0aebcae .shogun-heading-component h2 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


#s-112497fb-04ae-47ee-8009-4f1ee0aebcae .shogun-heading-component h2 a {
  color: rgba(74, 159, 220, 1);
}


#s-16226c59-03ba-4696-848c-eb1fe695f901 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-e7e081f6-61ad-4ccd-b62a-310af2d099a3 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-e7e081f6-61ad-4ccd-b62a-310af2d099a3 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-e7e081f6-61ad-4ccd-b62a-310af2d099a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7e081f6-61ad-4ccd-b62a-310af2d099a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a95dbc0c-4c35-4af8-9d3d-4a54ce0fba8a {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1420px;
}








#s-a95dbc0c-4c35-4af8-9d3d-4a54ce0fba8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a95dbc0c-4c35-4af8-9d3d-4a54ce0fba8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-869c3f88-fd0f-400a-a961-eef54beb1a4b {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-869c3f88-fd0f-400a-a961-eef54beb1a4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-869c3f88-fd0f-400a-a961-eef54beb1a4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-869c3f88-fd0f-400a-a961-eef54beb1a4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-869c3f88-fd0f-400a-a961-eef54beb1a4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (max-width: 767px){#s-444138e3-f7a8-4c59-b54c-603d3f8762ac {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-444138e3-f7a8-4c59-b54c-603d3f8762ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-444138e3-f7a8-4c59-b54c-603d3f8762ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66013ca2-1e45-4eef-b2dc-450f78a7581c {
  padding-top: 0px;
text-align: left;
}

#s-66013ca2-1e45-4eef-b2dc-450f78a7581c .shogun-heading-component h2 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}


#s-66013ca2-1e45-4eef-b2dc-450f78a7581c .shogun-heading-component h2 a {
  color: rgba(74, 159, 220, 1);
}


#s-edd7294c-2c07-4ac9-aebc-d9c9a84a7543 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-d8f3d7c1-4969-4e6e-b518-803ec6e77d62 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d8f3d7c1-4969-4e6e-b518-803ec6e77d62 {
  margin-bottom: 49px;
}
}







#s-d8f3d7c1-4969-4e6e-b518-803ec6e77d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8f3d7c1-4969-4e6e-b518-803ec6e77d62.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-342baab9-e746-4a6c-afd0-bd6b1079c7d4 {
  margin-top: 0px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 854px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-342baab9-e746-4a6c-afd0-bd6b1079c7d4 img.shogun-image,
  #s-342baab9-e746-4a6c-afd0-bd6b1079c7d4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-342baab9-e746-4a6c-afd0-bd6b1079c7d4 {
    width: 100%;
    height: auto;
  }



  #s-342baab9-e746-4a6c-afd0-bd6b1079c7d4 img.shogun-image {
    

    
    
    
  }


#s-342baab9-e746-4a6c-afd0-bd6b1079c7d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8d52511-5f20-4595-bc4b-42626f07b4df {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-b8d52511-5f20-4595-bc4b-42626f07b4df .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-4d175f43-2d23-4148-ae5b-44cd6548ad64 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-52c1f7eb-1803-4bba-ab5f-f618dac14865 {
  box-shadow:5px 5px 10px 0px rgba(0, 0, 0, 0.1);
padding-top: 6%;
padding-left: 5%;
padding-bottom: 6%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-52c1f7eb-1803-4bba-ab5f-f618dac14865 {
  margin-bottom: 49px;
}
}







#s-52c1f7eb-1803-4bba-ab5f-f618dac14865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52c1f7eb-1803-4bba-ab5f-f618dac14865.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8ef73c9a-0c24-4da5-904d-a87c92b7bc62 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 854px;
aspect-ratio: 16/9;
text-align: center;
}





  #s-8ef73c9a-0c24-4da5-904d-a87c92b7bc62 img.shogun-image,
  #s-8ef73c9a-0c24-4da5-904d-a87c92b7bc62 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ef73c9a-0c24-4da5-904d-a87c92b7bc62 {
    width: 100%;
    height: auto;
  }



  #s-8ef73c9a-0c24-4da5-904d-a87c92b7bc62 img.shogun-image {
    

    
    
    
  }


#s-8ef73c9a-0c24-4da5-904d-a87c92b7bc62 .shogun-image-content {
  
    align-items: center;
  
}

#s-5eff7fe0-3ad3-496d-99ae-17c5a4a20ec1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}

#s-5eff7fe0-3ad3-496d-99ae-17c5a4a20ec1 .shogun-heading-component h4 {
  color: rgba(45, 45, 45, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-df8b09a6-25f3-40ce-b3f7-96bde571fafb {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

#s-f63fdb6a-4b4f-4e71-aee4-7aec1e4e9317 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}
@media (max-width: 767px){#s-f63fdb6a-4b4f-4e71-aee4-7aec1e4e9317 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
}







#s-f63fdb6a-4b4f-4e71-aee4-7aec1e4e9317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f63fdb6a-4b4f-4e71-aee4-7aec1e4e9317.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e52d4828-a36a-4e32-96cd-7ed8deca3a58 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1420px;
}
@media (max-width: 767px){#s-e52d4828-a36a-4e32-96cd-7ed8deca3a58 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-e52d4828-a36a-4e32-96cd-7ed8deca3a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e52d4828-a36a-4e32-96cd-7ed8deca3a58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-912f736c-8ed0-4da8-877b-17853e368fb8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}

@media (min-width: 0px) {
[id="s-912f736c-8ed0-4da8-877b-17853e368fb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-912f736c-8ed0-4da8-877b-17853e368fb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-912f736c-8ed0-4da8-877b-17853e368fb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-912f736c-8ed0-4da8-877b-17853e368fb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-912f736c-8ed0-4da8-877b-17853e368fb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-912f736c-8ed0-4da8-877b-17853e368fb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-912f736c-8ed0-4da8-877b-17853e368fb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-912f736c-8ed0-4da8-877b-17853e368fb8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3b6b01c1-bb6b-405e-a1ee-7356b50f0b83 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
max-width: 2966px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-3b6b01c1-bb6b-405e-a1ee-7356b50f0b83 {
  margin-top: 20px;
margin-bottom: 20px;
}
}




  #s-3b6b01c1-bb6b-405e-a1ee-7356b50f0b83 img.shogun-image,
  #s-3b6b01c1-bb6b-405e-a1ee-7356b50f0b83 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b6b01c1-bb6b-405e-a1ee-7356b50f0b83 {
    width: 100%;
    height: auto;
  }



  #s-3b6b01c1-bb6b-405e-a1ee-7356b50f0b83 img.shogun-image {
    

    
    
    
  }


#s-3b6b01c1-bb6b-405e-a1ee-7356b50f0b83 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-0412ee23-a39b-426a-95bf-445dd5b14988 {
  margin-top: 50px;
margin-bottom: 50px;
}
}







#s-0412ee23-a39b-426a-95bf-445dd5b14988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0412ee23-a39b-426a-95bf-445dd5b14988.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11dd037a-14bf-46d8-a920-263e05d9aff3 {
  padding-top: 0px;
text-align: left;
}

#s-11dd037a-14bf-46d8-a920-263e05d9aff3 .shogun-heading-component h2 {
  color: rgba(74, 159, 220, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-acbb22f2-8890-4b60-a971-89195b851e88 {
  margin-top: 20px;
padding-top: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(74, 159, 220, 1);
border-style: solid;
}

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