.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-d39e0a34-4fde-4bc5-95b9-44c06e89a64a {
  min-height: 50px;
}








#s-d39e0a34-4fde-4bc5-95b9-44c06e89a64a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d39e0a34-4fde-4bc5-95b9-44c06e89a64a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d68db345-7692-4239-8769-aff0dabf9e7e {
  min-height: 50px;
}








#s-d68db345-7692-4239-8769-aff0dabf9e7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d68db345-7692-4239-8769-aff0dabf9e7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-a6ee7bff-2295-4b29-b9ae-9ac929f5476d {
  margin-top: auto;
margin-bottom: auto;
text-align: center;
}








#s-a6ee7bff-2295-4b29-b9ae-9ac929f5476d .shogun-image-content {
  
    align-items:  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-2d103bcf-330a-4bdf-ad4f-b4fc805a8114 {
  margin-top: 150px;
}

@media (min-width: 0px) {
[id="s-2d103bcf-330a-4bdf-ad4f-b4fc805a8114"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d103bcf-330a-4bdf-ad4f-b4fc805a8114"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d103bcf-330a-4bdf-ad4f-b4fc805a8114"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d103bcf-330a-4bdf-ad4f-b4fc805a8114"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d103bcf-330a-4bdf-ad4f-b4fc805a8114"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d103bcf-330a-4bdf-ad4f-b4fc805a8114"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d103bcf-330a-4bdf-ad4f-b4fc805a8114"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-fc39aedd-521d-47c3-83e1-1e321548618d {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
}








#s-fc39aedd-521d-47c3-83e1-1e321548618d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc39aedd-521d-47c3-83e1-1e321548618d.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: rgba(0, 0, 0, 1);
  font-family: Acumin Pro;
  text-transform: none;
  font-weight: 400;
  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-38b239fe-6202-4e03-9315-18ae8e3e2ad2 {
  margin-top: -25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 1200px){#s-38b239fe-6202-4e03-9315-18ae8e3e2ad2 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38b239fe-6202-4e03-9315-18ae8e3e2ad2 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-38b239fe-6202-4e03-9315-18ae8e3e2ad2 {
  margin-top: 0px;
}
}
#s-38b239fe-6202-4e03-9315-18ae8e3e2ad2 .shogun-heading-component h1 {
  color: rgba(24, 53, 33, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (max-width: 767px){#s-38b239fe-6202-4e03-9315-18ae8e3e2ad2 .shogun-heading-component h1 {
  color: rgba(24, 53, 33, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
.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: rgba(0, 0, 0, 1);
  font-family: Acumin Pro;
  font-weight: 400;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
}

.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: rgba(0, 0, 0, 1);
  font-family: Acumin Pro;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

#s-49101b7e-15e8-43d1-8cc8-ad7e59046ae6 {
  margin-top: 100px;
margin-left: 60px;
margin-bottom: 100px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-49101b7e-15e8-43d1-8cc8-ad7e59046ae6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-49101b7e-15e8-43d1-8cc8-ad7e59046ae6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-49101b7e-15e8-43d1-8cc8-ad7e59046ae6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-49101b7e-15e8-43d1-8cc8-ad7e59046ae6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3a435ccf-a894-48ba-942f-6f1876583b70 {
  display: none;
}
#s-3bcceed2-8397-44be-8402-1a6f6a9eed75 {
  text-align: center;
}







  #s-3bcceed2-8397-44be-8402-1a6f6a9eed75 img.shogun-image {
    

    
    
    
  }


#s-3bcceed2-8397-44be-8402-1a6f6a9eed75 .shogun-image-content {
  
    align-items: center;
  
}

.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-f313686e-f06a-4feb-b8dc-18264002e7bd {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 53, 33, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f313686e-f06a-4feb-b8dc-18264002e7bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f313686e-f06a-4feb-b8dc-18264002e7bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f313686e-f06a-4feb-b8dc-18264002e7bd-atc-btn-wrapper {
    text-align: left;
  }


#s-f313686e-f06a-4feb-b8dc-18264002e7bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f313686e-f06a-4feb-b8dc-18264002e7bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f313686e-f06a-4feb-b8dc-18264002e7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f313686e-f06a-4feb-b8dc-18264002e7bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ef296ef4-9800-435a-b3ac-40451677fc61 {
  display: none;
}
#s-8f68c160-bd92-4120-8ae3-1a86df57e75c {
  text-align: center;
}







  #s-8f68c160-bd92-4120-8ae3-1a86df57e75c img.shogun-image {
    

    
    
    
  }


#s-8f68c160-bd92-4120-8ae3-1a86df57e75c .shogun-image-content {
  
    align-items: center;
  
}

#s-108b07fb-3746-4cbd-879c-4670115cb311 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 53, 33, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-108b07fb-3746-4cbd-879c-4670115cb311:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-108b07fb-3746-4cbd-879c-4670115cb311:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-108b07fb-3746-4cbd-879c-4670115cb311-atc-btn-wrapper {
    text-align: left;
  }


#s-108b07fb-3746-4cbd-879c-4670115cb311 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-108b07fb-3746-4cbd-879c-4670115cb311.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-108b07fb-3746-4cbd-879c-4670115cb311.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-108b07fb-3746-4cbd-879c-4670115cb311.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7d8b5702-2d37-4e15-8d58-dcdf1a2b8a7b {
  display: none;
}
#s-7be51dab-1bf7-49b1-afd5-2d1e31e111de {
  text-align: center;
}







  #s-7be51dab-1bf7-49b1-afd5-2d1e31e111de img.shogun-image {
    

    
    
    
  }


#s-7be51dab-1bf7-49b1-afd5-2d1e31e111de .shogun-image-content {
  
    align-items: center;
  
}

#s-c96b6d21-de19-4e66-89a9-6bf4eb3e5b03 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 53, 33, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c96b6d21-de19-4e66-89a9-6bf4eb3e5b03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c96b6d21-de19-4e66-89a9-6bf4eb3e5b03:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c96b6d21-de19-4e66-89a9-6bf4eb3e5b03-atc-btn-wrapper {
    text-align: left;
  }


#s-c96b6d21-de19-4e66-89a9-6bf4eb3e5b03 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c96b6d21-de19-4e66-89a9-6bf4eb3e5b03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c96b6d21-de19-4e66-89a9-6bf4eb3e5b03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c96b6d21-de19-4e66-89a9-6bf4eb3e5b03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3cd3898d-bab3-4c1a-9ead-06bbebdc50b4 {
  display: none;
}
#s-ab547047-54aa-4995-8b8f-20da166393ff {
  text-align: center;
}







  #s-ab547047-54aa-4995-8b8f-20da166393ff img.shogun-image {
    

    
    
    
  }


#s-ab547047-54aa-4995-8b8f-20da166393ff .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1f728bce-2574-45a0-a743-b4c5a4df8e9b {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(24, 53, 33, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1f728bce-2574-45a0-a743-b4c5a4df8e9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f728bce-2574-45a0-a743-b4c5a4df8e9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f728bce-2574-45a0-a743-b4c5a4df8e9b-atc-btn-wrapper {
    text-align: left;
  }


#s-1f728bce-2574-45a0-a743-b4c5a4df8e9b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f728bce-2574-45a0-a743-b4c5a4df8e9b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f728bce-2574-45a0-a743-b4c5a4df8e9b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1f728bce-2574-45a0-a743-b4c5a4df8e9b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-25852f3e-110c-4677-889b-5888ce2e8f0e {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-25852f3e-110c-4677-889b-5888ce2e8f0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25852f3e-110c-4677-889b-5888ce2e8f0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-25852f3e-110c-4677-889b-5888ce2e8f0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-25852f3e-110c-4677-889b-5888ce2e8f0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-58ffd9e8-ac3b-4905-a9e7-cb7b4d545ec2 {
  text-align: center;
}







  #s-58ffd9e8-ac3b-4905-a9e7-cb7b4d545ec2 img.shogun-image {
    

    
    
    
  }


#s-58ffd9e8-ac3b-4905-a9e7-cb7b4d545ec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c4403ef-a2ba-4a56-897b-bb949463d8f1 {
  text-align: center;
}







  #s-4c4403ef-a2ba-4a56-897b-bb949463d8f1 img.shogun-image {
    

    
    
    
  }


#s-4c4403ef-a2ba-4a56-897b-bb949463d8f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f3a9a6c-d736-4509-85f8-d1f21b0b5fd5 {
  text-align: center;
}







  #s-0f3a9a6c-d736-4509-85f8-d1f21b0b5fd5 img.shogun-image {
    

    
    
    
  }


#s-0f3a9a6c-d736-4509-85f8-d1f21b0b5fd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8285262a-de79-4314-bea6-a169ccee74e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 210px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-8285262a-de79-4314-bea6-a169ccee74e5 {
  display: none;
}
#s-8285262a-de79-4314-bea6-a169ccee74e5, #wrap-s-8285262a-de79-4314-bea6-a169ccee74e5 { display:none !important; }}@media (max-width: 767px){#s-8285262a-de79-4314-bea6-a169ccee74e5 {
  display: none;
}
#s-8285262a-de79-4314-bea6-a169ccee74e5, #wrap-s-8285262a-de79-4314-bea6-a169ccee74e5 { display:none !important; }}







#s-8285262a-de79-4314-bea6-a169ccee74e5 > .shg-box-overlay {
  background-color: rgba(24, 53, 33, 1);
  opacity: 0;
}#s-8285262a-de79-4314-bea6-a169ccee74e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77a26944-5624-4937-ad3a-0152c3dee43b {
  margin-left: 50px;
}

@media (min-width: 0px) {
[id="s-77a26944-5624-4937-ad3a-0152c3dee43b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77a26944-5624-4937-ad3a-0152c3dee43b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77a26944-5624-4937-ad3a-0152c3dee43b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77a26944-5624-4937-ad3a-0152c3dee43b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77a26944-5624-4937-ad3a-0152c3dee43b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77a26944-5624-4937-ad3a-0152c3dee43b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77a26944-5624-4937-ad3a-0152c3dee43b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-fd33b5a7-bdd1-478f-8f04-01525c28dd0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 80%;
text-align: left;
}

#s-fd33b5a7-bdd1-478f-8f04-01525c28dd0c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-90e385be-2577-4e8f-b7d9-bed87c5e916c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-90e385be-2577-4e8f-b7d9-bed87c5e916c .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-90e385be-2577-4e8f-b7d9-bed87c5e916c .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-90e385be-2577-4e8f-b7d9-bed87c5e916c .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-90e385be-2577-4e8f-b7d9-bed87c5e916c .shogun-form-error-msg-container, #s-90e385be-2577-4e8f-b7d9-bed87c5e916c .shogun-form-field-error-msg-container {
  display: none;
}

#s-90e385be-2577-4e8f-b7d9-bed87c5e916c .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-90e385be-2577-4e8f-b7d9-bed87c5e916c .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

@media (min-width: 0px) {
[id="s-ea504a70-b3f2-4850-938d-12081f8f520e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea504a70-b3f2-4850-938d-12081f8f520e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ea504a70-b3f2-4850-938d-12081f8f520e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea504a70-b3f2-4850-938d-12081f8f520e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-a1a66965-8ad7-4408-8b6a-0ae9c20e3e34  .shogun-form-text-input-field {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  
  
  
  color: #000;
  font-family: Montserrat;
  
  
  
}

#s-a1a66965-8ad7-4408-8b6a-0ae9c20e3e34  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Montserrat;
  
  
  
}


#s-a1a66965-8ad7-4408-8b6a-0ae9c20e3e34 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 1);
  
  
  color: #000;
}



#s-a1a66965-8ad7-4408-8b6a-0ae9c20e3e34 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-74cc4f8c-9b3b-4210-b162-263a75a07929 {
  margin-top: 14px;
padding-top: 11px;
padding-left: 20px;
padding-bottom: 11px;
padding-right: 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;
color: #FFFFFF;
background-color: rgba(24, 53, 33, 1);
text-align: left;
cursor: pointer;
font-family: Montserrat;
background-image: none;
hover-type: color;
}
#s-74cc4f8c-9b3b-4210-b162-263a75a07929:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74cc4f8c-9b3b-4210-b162-263a75a07929:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-74cc4f8c-9b3b-4210-b162-263a75a07929[disabled],
#s-74cc4f8c-9b3b-4210-b162-263a75a07929[disabled]:hover,
#s-74cc4f8c-9b3b-4210-b162-263a75a07929[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-74cc4f8c-9b3b-4210-b162-263a75a07929 {
  display:  inline-block ;
  width:  auto ;
}


#s-083e42f4-7a40-47ca-9b64-f8b8e7070f8e {
  margin-top: 60px;
margin-left: 60px;
margin-bottom: 60px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-083e42f4-7a40-47ca-9b64-f8b8e7070f8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-083e42f4-7a40-47ca-9b64-f8b8e7070f8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-083e42f4-7a40-47ca-9b64-f8b8e7070f8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-083e42f4-7a40-47ca-9b64-f8b8e7070f8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-083e42f4-7a40-47ca-9b64-f8b8e7070f8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-083e42f4-7a40-47ca-9b64-f8b8e7070f8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-083e42f4-7a40-47ca-9b64-f8b8e7070f8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-905141ba-b631-44ed-860e-35b6d797fb3b {
  min-height: 50px;
}








#s-905141ba-b631-44ed-860e-35b6d797fb3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-905141ba-b631-44ed-860e-35b6d797fb3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e82f9c73-17e6-4a5d-82bf-90b2f3c4b089 {
  margin-left: 60px;
}








#s-e82f9c73-17e6-4a5d-82bf-90b2f3c4b089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e82f9c73-17e6-4a5d-82bf-90b2f3c4b089.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-734180a8-5d25-4522-92aa-1474eec203ca hr {
  border-top: 2px solid rgba(22, 6, 6, 1);
}

#s-8836b87f-03cb-4cc7-a43f-22677ee24784 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-8836b87f-03cb-4cc7-a43f-22677ee24784 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: right;
}



#s-04eeb718-19e4-49b5-8fba-279f1ba68784 {
  margin-top: -35px;
margin-bottom: -35px;
}

#s-7b01fd14-a952-406d-99e8-6a1a3294db83 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-7b01fd14-a952-406d-99e8-6a1a3294db83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b01fd14-a952-406d-99e8-6a1a3294db83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05c1942a-2dfd-461c-a421-574c987167be {
  min-height: 50px;
}








#s-05c1942a-2dfd-461c-a421-574c987167be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05c1942a-2dfd-461c-a421-574c987167be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acce3504-5847-4396-b462-50853a8d47e6 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-acce3504-5847-4396-b462-50853a8d47e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acce3504-5847-4396-b462-50853a8d47e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-acce3504-5847-4396-b462-50853a8d47e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-acce3504-5847-4396-b462-50853a8d47e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4c7fb993-84b0-4e0a-9d13-77ed0a0d4625 {
  display: none;
}
#s-2a4eb0a6-2179-49f4-bf00-212ec2a313a9 {
  text-align: center;
}







  #s-2a4eb0a6-2179-49f4-bf00-212ec2a313a9 img.shogun-image {
    

    
    
    
  }


#s-2a4eb0a6-2179-49f4-bf00-212ec2a313a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9af150cb-5042-4399-b37c-660e45de1726 {
  display: none;
}
#s-8530213f-4645-492e-b486-2d0384ecfe2a {
  text-align: center;
}







  #s-8530213f-4645-492e-b486-2d0384ecfe2a img.shogun-image {
    

    
    
    
  }


#s-8530213f-4645-492e-b486-2d0384ecfe2a .shogun-image-content {
  
    align-items: center;
  
}

#s-623cd945-0b16-4dce-a75d-313a48e3cec0 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-623cd945-0b16-4dce-a75d-313a48e3cec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-623cd945-0b16-4dce-a75d-313a48e3cec0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-623cd945-0b16-4dce-a75d-313a48e3cec0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-623cd945-0b16-4dce-a75d-313a48e3cec0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e490e2fa-f5d1-4d45-a5a5-3da7805a3c10 {
  display: none;
}
#s-3f17a113-0a9c-4b26-a560-9d04f7bfde9f {
  text-align: center;
}







  #s-3f17a113-0a9c-4b26-a560-9d04f7bfde9f img.shogun-image {
    

    
    
    
  }


#s-3f17a113-0a9c-4b26-a560-9d04f7bfde9f .shogun-image-content {
  
    align-items: center;
  
}

#s-f92cb7a2-d8b1-447a-a9d6-c72861fdadf9 {
  display: none;
}
#s-d2bb1c89-0e62-498e-84ec-55d015cc5ad9 {
  text-align: center;
}







  #s-d2bb1c89-0e62-498e-84ec-55d015cc5ad9 img.shogun-image {
    

    
    
    
  }


#s-d2bb1c89-0e62-498e-84ec-55d015cc5ad9 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-4f9ea801-d345-4a9c-b004-59a77ac369d6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4f9ea801-d345-4a9c-b004-59a77ac369d6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4f9ea801-d345-4a9c-b004-59a77ac369d6 .shg-sld-nav-button.shg-sld-left,
#s-4f9ea801-d345-4a9c-b004-59a77ac369d6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-f196151d-c944-4b8b-8714-15b7edd3d156"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f196151d-c944-4b8b-8714-15b7edd3d156"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f196151d-c944-4b8b-8714-15b7edd3d156"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f196151d-c944-4b8b-8714-15b7edd3d156"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-79263192-23f1-443c-8cc4-0e8d7975a7de {
  min-height: 50px;
background-color: rgba(236, 236, 229, 1);
}








#s-79263192-23f1-443c-8cc4-0e8d7975a7de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79263192-23f1-443c-8cc4-0e8d7975a7de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84a1d8ff-64f1-4d71-a8b4-23aa6ad6942f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84a1d8ff-64f1-4d71-a8b4-23aa6ad6942f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b1108df8-55a5-4422-9aff-0c6001c46d0b {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

#s-cb2a6552-c542-44a1-8f09-51a5abeac1b7 {
  min-height: 50px;
}








#s-cb2a6552-c542-44a1-8f09-51a5abeac1b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb2a6552-c542-44a1-8f09-51a5abeac1b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6c773d1-29cc-4314-a00f-8977979116cd {
  text-align: center;
}







  #s-d6c773d1-29cc-4314-a00f-8977979116cd img.shogun-image {
    

    
    
    
  }


#s-d6c773d1-29cc-4314-a00f-8977979116cd .shogun-image-content {
  
    align-items: center;
  
}

#s-63d9bd9b-90d0-4d22-8d42-70611f1c52f4 {
  display: none;
}
#s-ed43911a-31e2-446f-bf90-f89e90e776c6 {
  margin-top: 60px;
margin-left: 60px;
margin-bottom: 60px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed43911a-31e2-446f-bf90-f89e90e776c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d55f294c-8b7a-4493-8c0f-9ccdaa843e8e {
  min-height: 50px;
}








#s-d55f294c-8b7a-4493-8c0f-9ccdaa843e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d55f294c-8b7a-4493-8c0f-9ccdaa843e8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cc21d24-c09b-4820-a7f7-fdc495a5d0e9 {
  margin-bottom: 15px;
text-align: center;
}







  #s-7cc21d24-c09b-4820-a7f7-fdc495a5d0e9 img.shogun-image {
    

    
    
    
  }


#s-7cc21d24-c09b-4820-a7f7-fdc495a5d0e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d72deba4-7089-46aa-838f-7910d0dab356 {
  margin-bottom: 15px;
text-align: center;
}







  #s-d72deba4-7089-46aa-838f-7910d0dab356 img.shogun-image {
    

    
    
    
  }


#s-d72deba4-7089-46aa-838f-7910d0dab356 .shogun-image-content {
  
    align-items: center;
  
}

#s-dda525eb-35d2-47fa-986e-40710499e9dd {
  margin-bottom: 15px;
text-align: center;
}







  #s-dda525eb-35d2-47fa-986e-40710499e9dd img.shogun-image {
    

    
    
    
  }


#s-dda525eb-35d2-47fa-986e-40710499e9dd .shogun-image-content {
  
    align-items: center;
  
}

#s-4c355c9f-e062-4a04-90f8-d00c832461f6 {
  margin-bottom: 12px;
text-align: center;
}







  #s-4c355c9f-e062-4a04-90f8-d00c832461f6 img.shogun-image {
    

    
    
    
  }


#s-4c355c9f-e062-4a04-90f8-d00c832461f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f69a85ba-35e0-49a2-bfc9-607e417d9a58 {
  min-height: 100px;
}








#s-f69a85ba-35e0-49a2-bfc9-607e417d9a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f69a85ba-35e0-49a2-bfc9-607e417d9a58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b4f05cf-55a5-4dc1-97f4-7776bef92871 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-6b4f05cf-55a5-4dc1-97f4-7776bef92871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b4f05cf-55a5-4dc1-97f4-7776bef92871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66e7eaaa-39e9-4c71-a7a9-5c9d2171c822 {
  margin-left: 20px;
min-height: 50px;
}








#s-66e7eaaa-39e9-4c71-a7a9-5c9d2171c822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66e7eaaa-39e9-4c71-a7a9-5c9d2171c822.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f0fe2870-4177-496f-bb9c-72e315e39ced {
  margin-bottom: 80px;
min-height: 50px;
}








#s-f0fe2870-4177-496f-bb9c-72e315e39ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0fe2870-4177-496f-bb9c-72e315e39ced.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e20ab587-9756-4c5a-8af7-98dddbf3679d {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e20ab587-9756-4c5a-8af7-98dddbf3679d .shogun-heading-component h1 {
  color: rgba(24, 53, 33, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4cc34a5b-1844-42ab-9a87-0719a89fd75e {
  margin-bottom: 20px;
}

#s-9571bcc6-3d8d-484c-bf9b-cf0cc284e60e {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-9571bcc6-3d8d-484c-bf9b-cf0cc284e60e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9571bcc6-3d8d-484c-bf9b-cf0cc284e60e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9571bcc6-3d8d-484c-bf9b-cf0cc284e60e-atc-btn-wrapper {
    text-align: left;
  }


#s-9571bcc6-3d8d-484c-bf9b-cf0cc284e60e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9571bcc6-3d8d-484c-bf9b-cf0cc284e60e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9571bcc6-3d8d-484c-bf9b-cf0cc284e60e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9571bcc6-3d8d-484c-bf9b-cf0cc284e60e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7605c770-d3bf-4219-a202-12106255eecd {
  margin-top: 100px;
}

#s-a72d4951-b424-45a4-a60f-406cd0dd629d {
  min-height: 50px;
}








#s-a72d4951-b424-45a4-a60f-406cd0dd629d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a72d4951-b424-45a4-a60f-406cd0dd629d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e6c229a-35a5-490f-b45d-8d615034bd50 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7e6c229a-35a5-490f-b45d-8d615034bd50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e6c229a-35a5-490f-b45d-8d615034bd50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e6c229a-35a5-490f-b45d-8d615034bd50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e6c229a-35a5-490f-b45d-8d615034bd50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e6c229a-35a5-490f-b45d-8d615034bd50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e6c229a-35a5-490f-b45d-8d615034bd50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e6c229a-35a5-490f-b45d-8d615034bd50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-89b7db73-7c87-4621-b443-9d58d44c21e3 {
  min-height: 50px;
}








#s-89b7db73-7c87-4621-b443-9d58d44c21e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89b7db73-7c87-4621-b443-9d58d44c21e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fe7ba35-a10b-49b3-9169-10f6ccaa1927 {
  margin-left: 60px;
margin-bottom: 60px;
margin-right: 60px;
}

@media (min-width: 0px) {
[id="s-7fe7ba35-a10b-49b3-9169-10f6ccaa1927"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fe7ba35-a10b-49b3-9169-10f6ccaa1927"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fe7ba35-a10b-49b3-9169-10f6ccaa1927"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fe7ba35-a10b-49b3-9169-10f6ccaa1927"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0e9ffbc0-7e4c-4921-b84f-1d1a1e2f4404 {
  text-align: center;
}







  #s-0e9ffbc0-7e4c-4921-b84f-1d1a1e2f4404 img.shogun-image {
    

    
    
    
  }


#s-0e9ffbc0-7e4c-4921-b84f-1d1a1e2f4404 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5f4ed51-a407-4d1b-a27b-ccbf1a700b24 {
  margin-left: 2px;
min-height: 50px;
}








#s-d5f4ed51-a407-4d1b-a27b-ccbf1a700b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5f4ed51-a407-4d1b-a27b-ccbf1a700b24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-489236c2-1198-4722-b961-a1326a501e38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-489236c2-1198-4722-b961-a1326a501e38 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-dd05ab60-1cbb-4b4b-a886-ac44c2300759 {
  text-align: center;
}







  #s-dd05ab60-1cbb-4b4b-a886-ac44c2300759 img.shogun-image {
    

    
    
    
  }


#s-dd05ab60-1cbb-4b4b-a886-ac44c2300759 .shogun-image-content {
  
    align-items: center;
  
}

#s-1757d2e9-2e4f-4e8f-a33d-1899684c9e84 {
  min-height: 50px;
}








#s-1757d2e9-2e4f-4e8f-a33d-1899684c9e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1757d2e9-2e4f-4e8f-a33d-1899684c9e84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fade366-77ab-43b6-9b3a-9f1defc37316 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2fade366-77ab-43b6-9b3a-9f1defc37316 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-b607406c-5850-40cb-95c1-11e4f2867fbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b607406c-5850-40cb-95c1-11e4f2867fbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b607406c-5850-40cb-95c1-11e4f2867fbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b607406c-5850-40cb-95c1-11e4f2867fbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}








#s-b89ac065-f6f0-40c3-af09-571307473892 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b89ac065-f6f0-40c3-af09-571307473892.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c29a46dd-3ebf-48e4-a56c-6632f1c3c440 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}








#s-c29a46dd-3ebf-48e4-a56c-6632f1c3c440 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c29a46dd-3ebf-48e4-a56c-6632f1c3c440.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9c07a6d-b5f1-4a33-b8f1-d31b92049f18 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-c9c07a6d-b5f1-4a33-b8f1-d31b92049f18 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: right;
}



#s-cd19ec49-b307-4ca8-9bbb-5c34be815779 {
  margin-left: 270px;
max-width: 30%;
}








#s-cd19ec49-b307-4ca8-9bbb-5c34be815779 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd19ec49-b307-4ca8-9bbb-5c34be815779.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-37430fa0-3bb6-44af-813a-e30bb8f1ff0a hr {
  border-top: 2px solid rgba(22, 6, 6, 1);
}

#s-f087cc9c-6e64-43c8-9736-b7bcfc34a100 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

#s-aaa0aa41-df4a-476f-be31-d6786e178ba1 {
  min-height: 50px;
}

#s-aaa0aa41-df4a-476f-be31-d6786e178ba1 {
  background-image: url();
}








#s-aaa0aa41-df4a-476f-be31-d6786e178ba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaa0aa41-df4a-476f-be31-d6786e178ba1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f684f2c3-fcc9-4d3d-8295-6ca3618a1a1f {
  text-align: center;
}







  #s-f684f2c3-fcc9-4d3d-8295-6ca3618a1a1f img.shogun-image {
    

    
    
    
  }


#s-f684f2c3-fcc9-4d3d-8295-6ca3618a1a1f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5aa4143c-b1ef-4b1c-b241-a888652f3f82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5aa4143c-b1ef-4b1c-b241-a888652f3f82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5aa4143c-b1ef-4b1c-b241-a888652f3f82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5aa4143c-b1ef-4b1c-b241-a888652f3f82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9b8befc7-24ac-4f35-a47b-79f173732c07 {
  text-align: center;
}







  #s-9b8befc7-24ac-4f35-a47b-79f173732c07 img.shogun-image {
    

    
    
    
  }


#s-9b8befc7-24ac-4f35-a47b-79f173732c07 .shogun-image-content {
  
    align-items: center;
  
}

#s-3358b643-d21b-4ac0-b550-f9f61c8bce3e {
  min-height: 50px;
}








#s-3358b643-d21b-4ac0-b550-f9f61c8bce3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3358b643-d21b-4ac0-b550-f9f61c8bce3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44fb994e-b2da-49d9-8b25-5d1923f88a5a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}








#s-44fb994e-b2da-49d9-8b25-5d1923f88a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44fb994e-b2da-49d9-8b25-5d1923f88a5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a21e191c-f87e-4381-b401-5a46cc4a7160 {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a21e191c-f87e-4381-b401-5a46cc4a7160 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-a4e3ea75-4307-44cf-a0d1-60cf9fd88848 {
  max-width: 30%;
}








#s-a4e3ea75-4307-44cf-a0d1-60cf9fd88848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4e3ea75-4307-44cf-a0d1-60cf9fd88848.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c5ff9754-acb3-4305-a185-90e16b2e0f5d hr {
  border-top: 2px solid rgba(22, 6, 6, 1);
}

#s-0e8cd669-acee-4339-a65e-cdedbea2cf6a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-2801b4d5-e5d1-4562-a7a4-68fe7c2c3fd5 {
  margin-top: 60px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2801b4d5-e5d1-4562-a7a4-68fe7c2c3fd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2801b4d5-e5d1-4562-a7a4-68fe7c2c3fd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2801b4d5-e5d1-4562-a7a4-68fe7c2c3fd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2801b4d5-e5d1-4562-a7a4-68fe7c2c3fd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2801b4d5-e5d1-4562-a7a4-68fe7c2c3fd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2801b4d5-e5d1-4562-a7a4-68fe7c2c3fd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2801b4d5-e5d1-4562-a7a4-68fe7c2c3fd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-1f4e7700-a099-4e69-ab15-6ca246c06ad7 {
  margin-left: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-1f4e7700-a099-4e69-ab15-6ca246c06ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f4e7700-a099-4e69-ab15-6ca246c06ad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ae0ce40-5787-4edf-8eaf-2ae429c35626 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-2ae0ce40-5787-4edf-8eaf-2ae429c35626 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: right;
}



#s-1d86d214-c89b-4a06-b4eb-f35076993193 {
  text-align: center;
}







  #s-1d86d214-c89b-4a06-b4eb-f35076993193 img.shogun-image {
    

    
    
    
  }


#s-1d86d214-c89b-4a06-b4eb-f35076993193 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fb97805-765e-4214-8dde-1873d55e3ecf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fb97805-765e-4214-8dde-1873d55e3ecf .shogun-heading-component h1 {
  color: #000;
  font-weight:  200 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-201dd67b-4ada-4855-b919-2e7b846fb59d {
  margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-201dd67b-4ada-4855-b919-2e7b846fb59d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-201dd67b-4ada-4855-b919-2e7b846fb59d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-201dd67b-4ada-4855-b919-2e7b846fb59d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-201dd67b-4ada-4855-b919-2e7b846fb59d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-5f076bb1-2136-43b8-af88-4c97c3b607bd {
  text-align: center;
}







  #s-5f076bb1-2136-43b8-af88-4c97c3b607bd img.shogun-image {
    

    
    
    
  }


#s-5f076bb1-2136-43b8-af88-4c97c3b607bd .shogun-image-content {
  
    align-items: center;
  
}

#s-f0ead9d6-83f0-4a51-a794-884eca2b786e {
  text-align: center;
}







  #s-f0ead9d6-83f0-4a51-a794-884eca2b786e img.shogun-image {
    

    
    
    
  }


#s-f0ead9d6-83f0-4a51-a794-884eca2b786e .shogun-image-content {
  
    align-items: center;
  
}

#s-840be1b2-c3a0-44df-ae90-66de483eca76 {
  text-align: center;
}







  #s-840be1b2-c3a0-44df-ae90-66de483eca76 img.shogun-image {
    

    
    
    
  }


#s-840be1b2-c3a0-44df-ae90-66de483eca76 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c174fe4-439c-48e4-81bb-85596b31f8ad {
  text-align: center;
}







  #s-2c174fe4-439c-48e4-81bb-85596b31f8ad img.shogun-image {
    

    
    
    
  }


#s-2c174fe4-439c-48e4-81bb-85596b31f8ad .shogun-image-content {
  
    align-items: center;
  
}

#s-7658719e-5b85-4376-bfc9-fe387f4bcf54 {
  text-align: center;
}







  #s-7658719e-5b85-4376-bfc9-fe387f4bcf54 img.shogun-image {
    

    
    
    
  }


#s-7658719e-5b85-4376-bfc9-fe387f4bcf54 .shogun-image-content {
  
    align-items: center;
  
}

#s-034f2872-a535-4d81-802f-da91a73b6700 {
  text-align: center;
}







  #s-034f2872-a535-4d81-802f-da91a73b6700 img.shogun-image {
    

    
    
    
  }


#s-034f2872-a535-4d81-802f-da91a73b6700 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}