.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-0e931f51-db6c-4bdb-a600-94ff22ef6b69 {
  margin-top: -65px;
margin-bottom: 20px;
text-align: center;
}








#s-0e931f51-db6c-4bdb-a600-94ff22ef6b69 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-b388dae7-5689-4eab-a4f1-1d5766b1506f {
  padding-top: 10px;
padding-left: 15px;
padding-right: 10px;
}

#s-b388dae7-5689-4eab-a4f1-1d5766b1506f .shogun-heading-component h1 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-954ab4a6-8b27-4fe0-8f01-ed6ca86d82ae {
  padding-left: 15px;
padding-right: 15px;
}

#s-e348c3cb-4d94-4226-9ae1-1550249900c0 {
  box-shadow:0px 0px 0px 0px rgba(236, 232, 232, 1);
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
background-color: rgba(253, 249, 235, 1);
}

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

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

#s-74af04ef-4d00-4a82-94dc-b85d81ce3ff2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-74af04ef-4d00-4a82-94dc-b85d81ce3ff2 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-6edafe3a-f840-4903-bef9-a4081649ecc2 {
  padding-top: 13px;
padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
max-width: 100%;
background-color: rgba(253, 249, 235, 1);
}

.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-8cbe390b-3fba-4c5d-b1e5-9881cfd944e3 {
  min-height: 50px;
}








#s-8cbe390b-3fba-4c5d-b1e5-9881cfd944e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cbe390b-3fba-4c5d-b1e5-9881cfd944e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-101b8b10-7602-443e-9223-e71d10f5c562 {
  padding-left: 10px;
padding-right: 10px;
}

#s-101b8b10-7602-443e-9223-e71d10f5c562 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-639d486b-4a66-4674-ad0e-67a7fdc1845c {
  padding-left: 10px;
padding-right: 10px;
}

#s-d8d417b8-42ab-4486-9072-81de17988ef8 {
  box-shadow:0px 0px 0px 0px rgba(236, 232, 232, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
background-color: rgba(253, 249, 235, 1);
}

#s-a5af73e5-158b-46ea-af78-cf64e3239a98 {
  text-align: center;
}







  #s-a5af73e5-158b-46ea-af78-cf64e3239a98 img.shogun-image {
    

    
    
    
  }


#s-a5af73e5-158b-46ea-af78-cf64e3239a98 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cba2219-db89-435a-8731-b18e85f99825 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-6cba2219-db89-435a-8731-b18e85f99825 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-eed52132-956f-48d7-bd84-e31a97051b1f {
  padding-left: 10px;
padding-right: 10px;
}

#s-eed52132-956f-48d7-bd84-e31a97051b1f .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d9747ccc-f7a2-4a87-a0d9-65c1639f8bda {
  padding-left: 10px;
padding-right: 10px;
}

#s-e4634cea-ac09-4045-b1b0-8299557ce676 {
  text-align: center;
}







  #s-e4634cea-ac09-4045-b1b0-8299557ce676 img.shogun-image {
    

    
    
    
  }


#s-e4634cea-ac09-4045-b1b0-8299557ce676 .shogun-image-content {
  
    align-items: center;
  
}

#s-11d9f92a-3469-4ac6-bff6-c5f9f63cef1e hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-ba766585-c452-44c2-9445-378aec5f0b4d {
  box-shadow:0px 0px 0px 0px rgba(236, 232, 232, 1);
margin-left: 40px;
margin-right: 40px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
background-color: rgba(253, 249, 235, 1);
}

#s-08f65863-d8ab-4897-a837-7ce032743c73 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-08f65863-d8ab-4897-a837-7ce032743c73 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-06220b97-707b-447c-86a1-1d325f7e9b49 {
  padding-left: 10px;
padding-right: 10px;
}

#s-06220b97-707b-447c-86a1-1d325f7e9b49 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-cdb3da3f-064f-4592-b247-ebe7a57ebeff {
  padding-top: 20px;
padding-bottom: 20px;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 {
  text-align: left;
}



.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9da05f8c-8780-423a-a85e-f4affd57f8e2 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-38ad76c6-aef0-4074-871f-5a4ef46ee516 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38ad76c6-aef0-4074-871f-5a4ef46ee516 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1db1ddca-fec0-40e5-8c32-1c9af291944a {
  text-align: left;
}



.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1db1ddca-fec0-40e5-8c32-1c9af291944a img.shogun-image {
  width: 100%;
}



}
#s-5ce87703-ba9d-4e54-96d5-6b7bddded883 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ce87703-ba9d-4e54-96d5-6b7bddded883 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 {
  text-align: left;
}



.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4242bd6f-34c4-4a68-ad53-7ea6709d8e05 img.shogun-image {
  width: 100%;
}



}
#s-53331943-29e8-406d-9e7d-37297a089a86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53331943-29e8-406d-9e7d-37297a089a86 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

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

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

#s-f165e927-de3d-4be3-9c42-270fbfc3d762 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-f165e927-de3d-4be3-9c42-270fbfc3d762:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f165e927-de3d-4be3-9c42-270fbfc3d762:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f165e927-de3d-4be3-9c42-270fbfc3d762-root {
    text-align: center;
  }


#s-f165e927-de3d-4be3-9c42-270fbfc3d762.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f165e927-de3d-4be3-9c42-270fbfc3d762-root {
    text-align: center;
  }


#s-f165e927-de3d-4be3-9c42-270fbfc3d762.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f165e927-de3d-4be3-9c42-270fbfc3d762-root {
    text-align: center;
  }


#s-f165e927-de3d-4be3-9c42-270fbfc3d762.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f165e927-de3d-4be3-9c42-270fbfc3d762-root {
    text-align: center;
  }


#s-f165e927-de3d-4be3-9c42-270fbfc3d762.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f165e927-de3d-4be3-9c42-270fbfc3d762-root {
    text-align: center;
  }


#s-f165e927-de3d-4be3-9c42-270fbfc3d762.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-01c01a6b-aacd-459f-93ad-5cd48e0ca162 {
  padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
}

#s-01c01a6b-aacd-459f-93ad-5cd48e0ca162 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0d732e3f-06a0-4abd-8cf8-27225a6fb102 {
  padding-left: 10px;
padding-right: 10px;
}

.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-35b996bf-6e2b-402b-9f6e-f22689fa380b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-35b996bf-6e2b-402b-9f6e-f22689fa380b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-35b996bf-6e2b-402b-9f6e-f22689fa380b .shg-sld-nav-button.shg-sld-left,
#s-35b996bf-6e2b-402b-9f6e-f22689fa380b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-14c1eb89-7e24-49b8-ad2c-f18cca9f9c59 {
  text-align: center;
}







  #s-14c1eb89-7e24-49b8-ad2c-f18cca9f9c59 img.shogun-image {
    

    
    
    
  }


#s-14c1eb89-7e24-49b8-ad2c-f18cca9f9c59 .shogun-image-content {
  
    align-items: center;
  
}

#s-fefeb473-eb61-4e18-98c1-9311f9a8eeee {
  text-align: center;
}







  #s-fefeb473-eb61-4e18-98c1-9311f9a8eeee img.shogun-image {
    

    
    
    
  }


#s-fefeb473-eb61-4e18-98c1-9311f9a8eeee .shogun-image-content {
  
    align-items: center;
  
}

#s-cc63eed7-4fe4-4960-9244-115d24164ea4 {
  text-align: center;
}







  #s-cc63eed7-4fe4-4960-9244-115d24164ea4 img.shogun-image {
    

    
    
    
  }


#s-cc63eed7-4fe4-4960-9244-115d24164ea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-af6ef8b6-d36a-4554-927c-b260c018bb66 {
  text-align: center;
}







  #s-af6ef8b6-d36a-4554-927c-b260c018bb66 img.shogun-image {
    

    
    
    
  }


#s-af6ef8b6-d36a-4554-927c-b260c018bb66 .shogun-image-content {
  
    align-items: center;
  
}

#s-f533cbb0-3643-405d-8881-fb2cdb3656e8 {
  text-align: center;
}







  #s-f533cbb0-3643-405d-8881-fb2cdb3656e8 img.shogun-image {
    

    
    
    
  }


#s-f533cbb0-3643-405d-8881-fb2cdb3656e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-159ec8dd-4082-491a-bfdb-c83c9a3eed7c {
  text-align: center;
}







  #s-159ec8dd-4082-491a-bfdb-c83c9a3eed7c img.shogun-image {
    

    
    
    
  }


#s-159ec8dd-4082-491a-bfdb-c83c9a3eed7c .shogun-image-content {
  
    align-items: center;
  
}

#s-57b21a0b-729d-47b4-a539-cc239ed97bc6 {
  padding-left: 10px;
padding-right: 10px;
}

#s-a9ad6d4f-8ed8-4cd1-b2b5-fd960d80f9e1 {
  padding-left: 10px;
padding-right: 10px;
}

#s-fecfca36-1c96-476f-8f46-f5c04f36015f {
  padding-left: 10px;
padding-right: 10px;
}

#s-1d7cf591-08c1-4f75-abc1-839c956a712d {
  padding-left: 10px;
padding-right: 10px;
}

#s-a0650fc4-2221-4ea8-8970-52adce926b65 {
  padding-left: 10px;
padding-right: 10px;
}

#s-dd251cab-97cc-4a0a-82f0-8b63a2e40d5f {
  padding-left: 10px;
padding-right: 10px;
}

#s-c4bd93fb-3c79-492e-be69-c8125aac63fa {
  padding-left: 10px;
padding-right: 10px;
}

#s-3f6d2314-67f2-498b-8a8e-40d824f2e6bc {
  padding-top: 13px;
padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
max-width: 100%;
background-color: rgba(253, 249, 235, 1);
}

#s-eb3ce00e-8026-4b8d-b3f4-a5eca520f0f0 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-eb3ce00e-8026-4b8d-b3f4-a5eca520f0f0 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-f5516f9f-326d-4af1-8e5e-9cb0b2f798f5 {
  padding-left: 10px;
padding-right: 10px;
}

#s-f5516f9f-326d-4af1-8e5e-9cb0b2f798f5 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0e3e2baf-26b8-49ad-a75d-609b484cebe4 {
  text-align: center;
}







  #s-0e3e2baf-26b8-49ad-a75d-609b484cebe4 img.shogun-image {
    

    
    
    
  }


#s-0e3e2baf-26b8-49ad-a75d-609b484cebe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-39cfeb1c-6a40-4327-9b7f-7d7ef6ec7c39 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c137b487-89b4-4f4f-8213-caa6a9e74379 {
  padding-top: 13px;
padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
max-width: 100%;
background-color: rgba(253, 249, 235, 1);
}

#s-00c9d75b-7a26-4d18-9146-902ad78ee0da {
  min-height: 50px;
}








#s-00c9d75b-7a26-4d18-9146-902ad78ee0da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00c9d75b-7a26-4d18-9146-902ad78ee0da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8579033f-2f2b-4463-b104-40c845587824 {
  box-shadow:0px 0px 0px 0px rgba(236, 232, 232, 1);
margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
background-color: rgba(253, 249, 235, 1);
}

#s-a0208626-8505-48f9-86fe-1888d514049e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-72d33413-86ff-44e5-9ed3-0b88c2489f72 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-72d33413-86ff-44e5-9ed3-0b88c2489f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-72d33413-86ff-44e5-9ed3-0b88c2489f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(17, 34, 60, 1);
}

#s-72d33413-86ff-44e5-9ed3-0b88c2489f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-72d33413-86ff-44e5-9ed3-0b88c2489f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(17, 34, 60, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-72d33413-86ff-44e5-9ed3-0b88c2489f72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 25px;
}
#s-a2079995-bc8d-4185-aa19-90abf1622a6e {
  text-align: center;
}







  #s-a2079995-bc8d-4185-aa19-90abf1622a6e img.shogun-image {
    

    
    
    
  }


#s-a2079995-bc8d-4185-aa19-90abf1622a6e .shogun-image-content {
  
    align-items: center;
  
}

#s-2b07ec75-1b26-4574-8feb-06331e553413 {
  text-align: center;
}







  #s-2b07ec75-1b26-4574-8feb-06331e553413 img.shogun-image {
    

    
    
    
  }


#s-2b07ec75-1b26-4574-8feb-06331e553413 .shogun-image-content {
  
    align-items: center;
  
}

#s-210fd3c8-981e-4667-b70a-51d5cfedf506 {
  text-align: center;
}







  #s-210fd3c8-981e-4667-b70a-51d5cfedf506 img.shogun-image {
    

    
    
    
  }


#s-210fd3c8-981e-4667-b70a-51d5cfedf506 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7a0bed3-a0db-4d7d-b04c-93fc7317860d {
  text-align: center;
}







  #s-f7a0bed3-a0db-4d7d-b04c-93fc7317860d img.shogun-image {
    

    
    
    
  }


#s-f7a0bed3-a0db-4d7d-b04c-93fc7317860d .shogun-image-content {
  
    align-items: center;
  
}

#s-87ff91b7-f635-40de-8df4-642690fe600b {
  text-align: center;
}







  #s-87ff91b7-f635-40de-8df4-642690fe600b img.shogun-image {
    

    
    
    
  }


#s-87ff91b7-f635-40de-8df4-642690fe600b .shogun-image-content {
  
    align-items: center;
  
}

#s-7e49074e-3ab7-49dd-bee9-4725bf45d663 {
  padding-left: 30px;
padding-right: 30px;
}

#s-c8f7154e-ba8b-4fb3-b7d8-617fa03d142f {
  padding-left: 30px;
padding-right: 30px;
}

#s-5d0478ef-ea16-43a2-b22c-a15b3e3f990d {
  padding-left: 30px;
padding-right: 30px;
}

#s-4c127e13-4b4c-4612-abe4-81c5d7a728db {
  padding-left: 30px;
padding-right: 30px;
}

#s-d21f490a-a2f2-453d-8a63-467921c58c71 {
  padding-left: 30px;
padding-right: 30px;
}

#s-98f5ba84-0a7b-4564-945e-ac6e0fe61bac {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-98f5ba84-0a7b-4564-945e-ac6e0fe61bac hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-4060b50e-3a14-4e1b-96c1-33d411b00ffb {
  padding-left: 10px;
padding-right: 10px;
}

#s-4060b50e-3a14-4e1b-96c1-33d411b00ffb .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c710d2f7-4ba6-4ccf-b0e6-bbefe25bbe46 {
  text-align: center;
}







  #s-c710d2f7-4ba6-4ccf-b0e6-bbefe25bbe46 img.shogun-image {
    

    
    
    
  }


#s-c710d2f7-4ba6-4ccf-b0e6-bbefe25bbe46 .shogun-image-content {
  
    align-items: center;
  
}

#s-223eee48-a215-4e9d-be39-730f7889db32 {
  padding-left: 10px;
padding-right: 10px;
}

#s-cf30706f-18b1-4dc3-953b-63b513ed2764 {
  padding-top: 13px;
padding-left: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
max-width: 100%;
background-color: rgba(253, 249, 235, 1);
}

#s-35c0a51a-1192-4d83-905b-6b184d5f97fd {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-35c0a51a-1192-4d83-905b-6b184d5f97fd hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

.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-7b3a9a43-80c8-47b0-b219-8278759a51c9 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7b3a9a43-80c8-47b0-b219-8278759a51c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b3a9a43-80c8-47b0-b219-8278759a51c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b3a9a43-80c8-47b0-b219-8278759a51c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b3a9a43-80c8-47b0-b219-8278759a51c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5dbac879-26c2-40a4-8bab-8b3812a18c13 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-5dbac879-26c2-40a4-8bab-8b3812a18c13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5dbac879-26c2-40a4-8bab-8b3812a18c13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5dbac879-26c2-40a4-8bab-8b3812a18c13 {
  
}
}@media (max-width: 767px){#s-5dbac879-26c2-40a4-8bab-8b3812a18c13 {
  
}
}
#s-cd708b8f-83c2-4333-a68a-190cd80f3db3 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-cd708b8f-83c2-4333-a68a-190cd80f3db3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd708b8f-83c2-4333-a68a-190cd80f3db3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd708b8f-83c2-4333-a68a-190cd80f3db3 {
  
}
}@media (max-width: 767px){#s-cd708b8f-83c2-4333-a68a-190cd80f3db3 {
  
}
}
#s-cd708b8f-83c2-4333-a68a-190cd80f3db3 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Cormorant Garamond";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e9a7954e-bc60-47d3-af16-0033392ea5a4 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-e9a7954e-bc60-47d3-af16-0033392ea5a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9a7954e-bc60-47d3-af16-0033392ea5a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9a7954e-bc60-47d3-af16-0033392ea5a4 {
  
}
}@media (max-width: 767px){#s-e9a7954e-bc60-47d3-af16-0033392ea5a4 {
  
}
}
#s-826108c4-42ca-495a-be7d-be2366d5f46d {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-826108c4-42ca-495a-be7d-be2366d5f46d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-826108c4-42ca-495a-be7d-be2366d5f46d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-826108c4-42ca-495a-be7d-be2366d5f46d {
  
}
}@media (max-width: 767px){#s-826108c4-42ca-495a-be7d-be2366d5f46d {
  
}
}
@media (min-width: 0px) {
[id="s-826108c4-42ca-495a-be7d-be2366d5f46d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-826108c4-42ca-495a-be7d-be2366d5f46d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-826108c4-42ca-495a-be7d-be2366d5f46d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-826108c4-42ca-495a-be7d-be2366d5f46d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-17237604-1428-4640-b0d2-ee7861714207 {
  box-shadow:0px 5px 30px 0px rgba(0, 0, 0, 0.1);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(15, 33, 57, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-17237604-1428-4640-b0d2-ee7861714207:hover {box-shadow:  15px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(176, 178, 179, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-17237604-1428-4640-b0d2-ee7861714207:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 97, 255, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-17237604-1428-4640-b0d2-ee7861714207 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17237604-1428-4640-b0d2-ee7861714207 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17237604-1428-4640-b0d2-ee7861714207 {
  
}
}@media (max-width: 767px){#s-17237604-1428-4640-b0d2-ee7861714207 {
  
}
}

  #s-17237604-1428-4640-b0d2-ee7861714207-root {
    text-align: center;
  }


#s-17237604-1428-4640-b0d2-ee7861714207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-17237604-1428-4640-b0d2-ee7861714207-root {
    text-align: center;
  }


#s-17237604-1428-4640-b0d2-ee7861714207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17237604-1428-4640-b0d2-ee7861714207-root {
    text-align: center;
  }


#s-17237604-1428-4640-b0d2-ee7861714207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17237604-1428-4640-b0d2-ee7861714207-root {
    text-align: center;
  }


#s-17237604-1428-4640-b0d2-ee7861714207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-17237604-1428-4640-b0d2-ee7861714207-root {
    text-align: center;
  }


#s-17237604-1428-4640-b0d2-ee7861714207.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-cc62ec96-c102-41f8-b2c2-d1a733074b25 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-cc62ec96-c102-41f8-b2c2-d1a733074b25 img.shogun-image {
    

    
    
    
  }


#s-cc62ec96-c102-41f8-b2c2-d1a733074b25 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbab10a1-6cf9-43a9-89ed-371f5e437a70 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cbab10a1-6cf9-43a9-89ed-371f5e437a70 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-636ed332-688b-4710-98db-9416c232268b {
  padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
}

#s-636ed332-688b-4710-98db-9416c232268b .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cf6620fb-4b42-4536-a872-17645c76a554 {
  padding-left: 10px;
padding-right: 10px;
}

#s-2b4c468a-5cf9-404c-abfa-0eaa0ec1878c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2b4c468a-5cf9-404c-abfa-0eaa0ec1878c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2b4c468a-5cf9-404c-abfa-0eaa0ec1878c .shg-sld-nav-button.shg-sld-left,
#s-2b4c468a-5cf9-404c-abfa-0eaa0ec1878c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-62b7824c-860d-4a7d-9c4a-b9f1dc6798b6 {
  text-align: center;
}







  #s-62b7824c-860d-4a7d-9c4a-b9f1dc6798b6 img.shogun-image {
    

    
    
    
  }


#s-62b7824c-860d-4a7d-9c4a-b9f1dc6798b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e548fda-8c99-4603-afb4-7e53fbc19065 {
  text-align: center;
}







  #s-6e548fda-8c99-4603-afb4-7e53fbc19065 img.shogun-image {
    

    
    
    
  }


#s-6e548fda-8c99-4603-afb4-7e53fbc19065 .shogun-image-content {
  
    align-items: center;
  
}

#s-c65335db-484c-4c5c-9324-5fc7bba1016c {
  text-align: center;
}







  #s-c65335db-484c-4c5c-9324-5fc7bba1016c img.shogun-image {
    

    
    
    
  }


#s-c65335db-484c-4c5c-9324-5fc7bba1016c .shogun-image-content {
  
    align-items: center;
  
}

#s-3af6a200-edbc-4ca7-95c4-2941d2fb7d1c {
  text-align: center;
}







  #s-3af6a200-edbc-4ca7-95c4-2941d2fb7d1c img.shogun-image {
    

    
    
    
  }


#s-3af6a200-edbc-4ca7-95c4-2941d2fb7d1c .shogun-image-content {
  
    align-items: center;
  
}

#s-7a2d0b47-cd22-4ada-a083-34ef3d969c0f {
  text-align: center;
}







  #s-7a2d0b47-cd22-4ada-a083-34ef3d969c0f img.shogun-image {
    

    
    
    
  }


#s-7a2d0b47-cd22-4ada-a083-34ef3d969c0f .shogun-image-content {
  
    align-items: center;
  
}

#s-1062fa77-2af2-471f-9087-3bce80d386a9 {
  text-align: center;
}







  #s-1062fa77-2af2-471f-9087-3bce80d386a9 img.shogun-image {
    

    
    
    
  }


#s-1062fa77-2af2-471f-9087-3bce80d386a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1486d76-d7ce-4d0e-868b-9c2982ed92e0 {
  padding-left: 10px;
padding-right: 10px;
}

#s-dc944cad-44b5-4d60-bff3-26f8d312a718 {
  padding-left: 20px;
padding-right: 20px;
}

#s-86861110-a3d8-4188-9840-1030c370b503 {
  padding-left: 10px;
padding-right: 10px;
}

#s-444030d0-2b13-41bb-8cad-f5cada6abffa {
  padding-left: 10px;
padding-right: 10px;
}

#s-6aef1421-dca9-448d-825e-2e33d5117402 {
  padding-left: 10px;
padding-right: 10px;
}

#s-29a88ce5-3e42-494d-8506-a15bbbe556a5 {
  padding-left: 10px;
padding-right: 10px;
}

#s-3c3a20b8-2d7d-40da-82ea-4497f733d102 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3c3a20b8-2d7d-40da-82ea-4497f733d102 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-7be8cc28-6ff6-4237-9219-7a2857d09547 {
  padding-left: 10px;
padding-right: 10px;
}

#s-7be8cc28-6ff6-4237-9219-7a2857d09547 .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-109625f1-6803-4a4e-89aa-dc7d49f7200d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 {
  text-align: left;
}



.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36e7f76e-8284-4cc9-aa1f-b65ba24dc077 img.shogun-image {
  width: 100%;
}



}
#s-4e8ab836-bb57-4094-8149-fc47db58f9ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e8ab836-bb57-4094-8149-fc47db58f9ef .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 {
  text-align: left;
}



.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e0434c74-e5b6-475d-a4dd-378f1bd870d5 img.shogun-image {
  width: 100%;
}



}
#s-0d59526d-dbe1-4d7c-a922-a08fe08ff096 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d59526d-dbe1-4d7c-a922-a08fe08ff096 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 {
  text-align: left;
}



.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aaf91da1-c70f-47e9-b55a-4512612d7b81 img.shogun-image {
  width: 100%;
}



}
#s-04fce95f-3d77-438a-8a8a-60f10584490a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04fce95f-3d77-438a-8a8a-60f10584490a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4895cd97-5947-4786-bbee-ef32b141309c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-4895cd97-5947-4786-bbee-ef32b141309c:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4895cd97-5947-4786-bbee-ef32b141309c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4895cd97-5947-4786-bbee-ef32b141309c-root {
    text-align: center;
  }


#s-4895cd97-5947-4786-bbee-ef32b141309c.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4895cd97-5947-4786-bbee-ef32b141309c-root {
    text-align: center;
  }


#s-4895cd97-5947-4786-bbee-ef32b141309c.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4895cd97-5947-4786-bbee-ef32b141309c-root {
    text-align: center;
  }


#s-4895cd97-5947-4786-bbee-ef32b141309c.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4895cd97-5947-4786-bbee-ef32b141309c-root {
    text-align: center;
  }


#s-4895cd97-5947-4786-bbee-ef32b141309c.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4895cd97-5947-4786-bbee-ef32b141309c-root {
    text-align: center;
  }


#s-4895cd97-5947-4786-bbee-ef32b141309c.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-e886c5c2-0f2e-43b9-b281-69c9b826cde7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e886c5c2-0f2e-43b9-b281-69c9b826cde7 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-6c2a21d6-4f13-4897-856f-8a153bacd8aa {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-6c2a21d6-4f13-4897-856f-8a153bacd8aa .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-04aead33-182e-425a-a41b-6d905ace7105 {
  text-align: center;
}







  #s-04aead33-182e-425a-a41b-6d905ace7105 img.shogun-image {
    

    
    
    
  }


#s-04aead33-182e-425a-a41b-6d905ace7105 .shogun-image-content {
  
    align-items: center;
  
}

#s-fae44cda-9e9e-40ec-bbf8-bf168e0334b9 {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-df538dbc-c055-4239-bc80-e98094fa082a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 2px;
padding-right: 10px;
}

#s-df538dbc-c055-4239-bc80-e98094fa082a .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-b3dd5135-a966-4f3a-b735-f12b3f8556f3 {
  text-align: center;
}







  #s-b3dd5135-a966-4f3a-b735-f12b3f8556f3 img.shogun-image {
    

    
    
    
  }


#s-b3dd5135-a966-4f3a-b735-f12b3f8556f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0fc3850-a286-4c83-9e2e-29f9cb94fe43 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-f0fc3850-a286-4c83-9e2e-29f9cb94fe43 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-3c4cea39-1b24-422d-bc10-35170ed7aec8 {
  padding-left: 10px;
padding-right: 10px;
}

#s-7f3a23f2-d125-43d4-8645-d014cfdad70c {
  padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#s-7f3a23f2-d125-43d4-8645-d014cfdad70c .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-5ecb85b2-244d-4117-bac2-25bf56b844fb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5ecb85b2-244d-4117-bac2-25bf56b844fb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5ecb85b2-244d-4117-bac2-25bf56b844fb .shg-sld-nav-button.shg-sld-left,
#s-5ecb85b2-244d-4117-bac2-25bf56b844fb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-615bb3cf-aa27-4640-8c41-78ab8e685a19 {
  text-align: center;
}







  #s-615bb3cf-aa27-4640-8c41-78ab8e685a19 img.shogun-image {
    

    
    
    
  }


#s-615bb3cf-aa27-4640-8c41-78ab8e685a19 .shogun-image-content {
  
    align-items: center;
  
}

#s-005fdde0-bb5d-4909-a033-9f5efa9e8f40 {
  text-align: center;
}







  #s-005fdde0-bb5d-4909-a033-9f5efa9e8f40 img.shogun-image {
    

    
    
    
  }


#s-005fdde0-bb5d-4909-a033-9f5efa9e8f40 .shogun-image-content {
  
    align-items: center;
  
}

#s-a19e0a90-a14b-4cd3-9168-7f2fc9cc69ac {
  text-align: center;
}







  #s-a19e0a90-a14b-4cd3-9168-7f2fc9cc69ac img.shogun-image {
    

    
    
    
  }


#s-a19e0a90-a14b-4cd3-9168-7f2fc9cc69ac .shogun-image-content {
  
    align-items: center;
  
}

#s-111c7dc0-b657-4857-a919-0496427cdbff {
  text-align: center;
}







  #s-111c7dc0-b657-4857-a919-0496427cdbff img.shogun-image {
    

    
    
    
  }


#s-111c7dc0-b657-4857-a919-0496427cdbff .shogun-image-content {
  
    align-items: center;
  
}

#s-14a891a3-8419-4428-94d8-3c1f7073bdae {
  text-align: center;
}







  #s-14a891a3-8419-4428-94d8-3c1f7073bdae img.shogun-image {
    

    
    
    
  }


#s-14a891a3-8419-4428-94d8-3c1f7073bdae .shogun-image-content {
  
    align-items: center;
  
}

#s-c5e17a64-5f3e-4149-a076-fecb3a6c2f10 {
  padding-left: 10px;
padding-right: 10px;
}

#s-060fb96e-ca8d-4dc8-831e-aac3f4b77428 {
  padding-left: 10px;
padding-right: 10px;
}

#s-2ed6c1b9-847d-4fe4-af0c-1e1f408d1621 {
  padding-left: 10px;
padding-right: 10px;
}

#s-9385a4e0-357c-41fd-9296-b4f47227b19b {
  padding-left: 10px;
padding-right: 10px;
}

#s-ea33af11-8c45-4fbe-bfd3-ff5158999d00 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2fcd3b6c-0b6e-4f9e-b6e1-7a0e5d3cc8ad {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2fcd3b6c-0b6e-4f9e-b6e1-7a0e5d3cc8ad .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-2524d662-4684-44ce-bb3b-435697d0ad25 {
  text-align: center;
}







  #s-2524d662-4684-44ce-bb3b-435697d0ad25 img.shogun-image {
    

    
    
    
  }


#s-2524d662-4684-44ce-bb3b-435697d0ad25 .shogun-image-content {
  
    align-items: center;
  
}

#s-5456f754-26a4-4d95-9b6c-b91c7c9247ce {
  padding-left: 10px;
padding-right: 10px;
}

#s-466b872c-274f-4b4f-a6c2-5b2429a4a056 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f97074b3-bb45-4552-8ec1-2b102d02539b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f97074b3-bb45-4552-8ec1-2b102d02539b .shogun-heading-component h3 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-e31fdb77-644a-4ff7-aff0-e23278b41bc3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e31fdb77-644a-4ff7-aff0-e23278b41bc3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e31fdb77-644a-4ff7-aff0-e23278b41bc3 .shg-sld-nav-button.shg-sld-left,
#s-e31fdb77-644a-4ff7-aff0-e23278b41bc3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f3215893-4720-49d7-852f-ce0e882feaec {
  text-align: center;
}







  #s-f3215893-4720-49d7-852f-ce0e882feaec img.shogun-image {
    

    
    
    
  }


#s-f3215893-4720-49d7-852f-ce0e882feaec .shogun-image-content {
  
    align-items: center;
  
}

#s-88f9767f-9452-4e17-bd15-4c66a66de5a4 {
  text-align: center;
}







  #s-88f9767f-9452-4e17-bd15-4c66a66de5a4 img.shogun-image {
    

    
    
    
  }


#s-88f9767f-9452-4e17-bd15-4c66a66de5a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-be5219f9-4502-438c-a153-ef3a7d8a170f {
  text-align: center;
}







  #s-be5219f9-4502-438c-a153-ef3a7d8a170f img.shogun-image {
    

    
    
    
  }


#s-be5219f9-4502-438c-a153-ef3a7d8a170f .shogun-image-content {
  
    align-items: center;
  
}

#s-560c1922-efa9-4179-bb29-1678ffa6e5e3 {
  padding-left: 10px;
padding-right: 10px;
}

#s-ff7d6508-9595-4508-b1b6-cbffec2e27cb {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-ff7d6508-9595-4508-b1b6-cbffec2e27cb hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1c1eded8-86f9-46ea-add0-1afab7873854 {
  padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: left;
}

#s-1c1eded8-86f9-46ea-add0-1afab7873854 .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4438912e-2a99-47c8-9aa9-05c7e3327cea {
  text-align: center;
}







  #s-4438912e-2a99-47c8-9aa9-05c7e3327cea img.shogun-image {
    

    
    
    
  }


#s-4438912e-2a99-47c8-9aa9-05c7e3327cea .shogun-image-content {
  
    align-items: center;
  
}

#s-624eb40c-bc62-4cc8-9e16-6c5bd2465907 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-624eb40c-bc62-4cc8-9e16-6c5bd2465907 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-f51999f3-44b5-4a11-848d-4b5865f94dc5 {
  padding-left: 10px;
padding-right: 10px;
}

#s-1ec4db9c-4ae4-4a5e-a5c6-c2039df2f37f {
  box-shadow:0px 0px 0px 0px rgba(236, 232, 232, 1);
margin-left: 45px;
margin-right: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 48, 76, 1);
border-style: solid;
background-color: rgba(253, 249, 235, 1);
}

#s-e48fdd78-8a7d-4113-b157-2fdf7bf3aac2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e48fdd78-8a7d-4113-b157-2fdf7bf3aac2 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-6af0243e-2dea-4278-9745-010f44e66dbf {
  padding-left: 10px;
padding-right: 10px;
text-align: left;
}

#s-6af0243e-2dea-4278-9745-010f44e66dbf .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3409ad57-be35-4093-bfbc-c4035c064619 {
  padding-left: 10px;
padding-right: 10px;
}

#s-82a07bb6-5917-44b7-8ae7-9e0345f14555 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-82a07bb6-5917-44b7-8ae7-9e0345f14555 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-82a07bb6-5917-44b7-8ae7-9e0345f14555 .shg-sld-nav-button.shg-sld-left,
#s-82a07bb6-5917-44b7-8ae7-9e0345f14555 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}







  #s-2182ee34-a2d0-4816-b094-8124afcc7b2c img.shogun-image {
    

    
    
    
  }


#s-2182ee34-a2d0-4816-b094-8124afcc7b2c .shogun-image-content {
  
    align-items: center;
  
}

#s-0a238aec-5b62-40da-a79a-6c5b5beeed6d {
  text-align: center;
}







  #s-0a238aec-5b62-40da-a79a-6c5b5beeed6d img.shogun-image {
    

    
    
    
  }


#s-0a238aec-5b62-40da-a79a-6c5b5beeed6d .shogun-image-content {
  
    align-items: center;
  
}







  #s-8b130d54-c155-4554-8264-7579e8546a3c img.shogun-image {
    

    
    
    
  }


#s-8b130d54-c155-4554-8264-7579e8546a3c .shogun-image-content {
  
    align-items: center;
  
}

#s-b0008877-5e1d-4161-8b0d-3e24a35cbd69 {
  text-align: center;
}







  #s-b0008877-5e1d-4161-8b0d-3e24a35cbd69 img.shogun-image {
    

    
    
    
  }


#s-b0008877-5e1d-4161-8b0d-3e24a35cbd69 .shogun-image-content {
  
    align-items: center;
  
}

#s-67b76f3c-1bfd-484e-b314-06e508a34117 {
  padding-left: 10px;
padding-right: 10px;
}

#s-b2d45688-3cd2-4b2e-b76c-df3d63b84738 {
  padding-left: 10px;
padding-right: 10px;
}

#s-f0e76079-e42b-4080-ae82-4be6404d5410 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-f0e76079-e42b-4080-ae82-4be6404d5410:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f0e76079-e42b-4080-ae82-4be6404d5410:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0e76079-e42b-4080-ae82-4be6404d5410-root {
    text-align: center;
  }


#s-f0e76079-e42b-4080-ae82-4be6404d5410.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0e76079-e42b-4080-ae82-4be6404d5410-root {
    text-align: center;
  }


#s-f0e76079-e42b-4080-ae82-4be6404d5410.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0e76079-e42b-4080-ae82-4be6404d5410-root {
    text-align: center;
  }


#s-f0e76079-e42b-4080-ae82-4be6404d5410.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0e76079-e42b-4080-ae82-4be6404d5410-root {
    text-align: center;
  }


#s-f0e76079-e42b-4080-ae82-4be6404d5410.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0e76079-e42b-4080-ae82-4be6404d5410-root {
    text-align: center;
  }


#s-f0e76079-e42b-4080-ae82-4be6404d5410.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-4794261d-00d0-4063-b2d7-eae6a2e90368 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-4794261d-00d0-4063-b2d7-eae6a2e90368:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4794261d-00d0-4063-b2d7-eae6a2e90368:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4794261d-00d0-4063-b2d7-eae6a2e90368-root {
    text-align: center;
  }


#s-4794261d-00d0-4063-b2d7-eae6a2e90368.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4794261d-00d0-4063-b2d7-eae6a2e90368-root {
    text-align: center;
  }


#s-4794261d-00d0-4063-b2d7-eae6a2e90368.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4794261d-00d0-4063-b2d7-eae6a2e90368-root {
    text-align: center;
  }


#s-4794261d-00d0-4063-b2d7-eae6a2e90368.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4794261d-00d0-4063-b2d7-eae6a2e90368-root {
    text-align: center;
  }


#s-4794261d-00d0-4063-b2d7-eae6a2e90368.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4794261d-00d0-4063-b2d7-eae6a2e90368-root {
    text-align: center;
  }


#s-4794261d-00d0-4063-b2d7-eae6a2e90368.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-abafe8c0-7279-4dc7-b9ab-3e8907992808 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-abafe8c0-7279-4dc7-b9ab-3e8907992808:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-abafe8c0-7279-4dc7-b9ab-3e8907992808:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-abafe8c0-7279-4dc7-b9ab-3e8907992808-root {
    text-align: center;
  }


#s-abafe8c0-7279-4dc7-b9ab-3e8907992808.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-abafe8c0-7279-4dc7-b9ab-3e8907992808-root {
    text-align: center;
  }


#s-abafe8c0-7279-4dc7-b9ab-3e8907992808.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-abafe8c0-7279-4dc7-b9ab-3e8907992808-root {
    text-align: center;
  }


#s-abafe8c0-7279-4dc7-b9ab-3e8907992808.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-abafe8c0-7279-4dc7-b9ab-3e8907992808-root {
    text-align: center;
  }


#s-abafe8c0-7279-4dc7-b9ab-3e8907992808.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-abafe8c0-7279-4dc7-b9ab-3e8907992808-root {
    text-align: center;
  }


#s-abafe8c0-7279-4dc7-b9ab-3e8907992808.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(219, 61, 62, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a:hover {background-color: rgba(223, 217, 217, 1) !important;
text-decoration: none !important;
color: rgba(219, 61, 62, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a-root {
    text-align: center;
  }


#s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a-root {
    text-align: center;
  }


#s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a-root {
    text-align: center;
  }


#s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a-root {
    text-align: center;
  }


#s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a-root {
    text-align: center;
  }


#s-5875e6ba-60b7-41c0-bca8-d8edbab4c28a.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Open Sans Condensed;
  display:  inline-block ;
}
}
#s-d4008d72-fa17-4413-a960-db68c64c203c {
  padding-left: 10px;
padding-right: 10px;
}

#s-d4008d72-fa17-4413-a960-db68c64c203c .shogun-heading-component h2 {
  color: rgba(17, 34, 60, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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