.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-cc5dc743-c86a-4fb4-9921-944796875ed8 {
  margin-bottom: 80px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-cc5dc743-c86a-4fb4-9921-944796875ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc5dc743-c86a-4fb4-9921-944796875ed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3661824-b123-4d90-866c-1b5b11f543a8 {
  min-height: 50px;
}








#s-a3661824-b123-4d90-866c-1b5b11f543a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3661824-b123-4d90-866c-1b5b11f543a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41a24640-09be-4b53-a29c-780bc039326b {
  min-height: 50px;
}








#s-41a24640-09be-4b53-a29c-780bc039326b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41a24640-09be-4b53-a29c-780bc039326b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04ca4357-a01d-4753-84f0-5af959aa91f0 {
  min-height: 50px;
}








#s-04ca4357-a01d-4753-84f0-5af959aa91f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04ca4357-a01d-4753-84f0-5af959aa91f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1de147c8-6c02-4362-8550-5b9bbfc3abf7 {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}








#s-1de147c8-6c02-4362-8550-5b9bbfc3abf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1de147c8-6c02-4362-8550-5b9bbfc3abf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-66421042-fa8a-47fa-a697-5f0c01e2d96f {
  background-image: url(https://i.shgcdn.com/bbde9c49-0778-49aa-9768-b95ae90df15c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 276px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-66421042-fa8a-47fa-a697-5f0c01e2d96f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66421042-fa8a-47fa-a697-5f0c01e2d96f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66421042-fa8a-47fa-a697-5f0c01e2d96f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66421042-fa8a-47fa-a697-5f0c01e2d96f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0a1a1e51-54cd-4d26-96d5-300a0bddcd4b {
  margin-top: 50px;
text-align: center;
}







  #s-0a1a1e51-54cd-4d26-96d5-300a0bddcd4b img.shogun-image {
    

    
    
    
  }


#s-0a1a1e51-54cd-4d26-96d5-300a0bddcd4b .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-ebbc9b86-1f2b-4d91-a6a0-0b8e8dc329c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebbc9b86-1f2b-4d91-a6a0-0b8e8dc329c7 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  
  
}



#s-d7b4292a-d9f0-4e0b-9a40-1b56231a17ed {
  margin-bottom: 50px;
text-align: center;
}







  #s-d7b4292a-d9f0-4e0b-9a40-1b56231a17ed img.shogun-image {
    

    
    
    
  }


#s-d7b4292a-d9f0-4e0b-9a40-1b56231a17ed .shogun-image-content {
  
    align-items: center;
  
}

#s-e26c31b1-6f26-414e-9277-37ab72aa3658 {
  margin-top: -60px;
margin-left: 20%;
text-align: center;
}







  #s-e26c31b1-6f26-414e-9277-37ab72aa3658 img.shogun-image {
    

    
    
    
  }


#s-e26c31b1-6f26-414e-9277-37ab72aa3658 .shogun-image-content {
  
    align-items: center;
  
}

#s-fff75d21-886b-4ba6-914d-e9837421fe5a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}








#s-fff75d21-886b-4ba6-914d-e9837421fe5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff75d21-886b-4ba6-914d-e9837421fe5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a906139-312f-4c43-8a68-1f12ee379095 {
  
}

@media (min-width: 0px) {
[id="s-5a906139-312f-4c43-8a68-1f12ee379095"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a906139-312f-4c43-8a68-1f12ee379095"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a906139-312f-4c43-8a68-1f12ee379095"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a906139-312f-4c43-8a68-1f12ee379095"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7e9ed2b1-762a-470f-949f-dfdc9cc1abd3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 475px;
max-width: 504px;
background-position: center center;
}








#s-7e9ed2b1-762a-470f-949f-dfdc9cc1abd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e9ed2b1-762a-470f-949f-dfdc9cc1abd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6784bc0-0397-4800-9d04-7bc8d6dc9213 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 290px;
text-align: center;
background-color: rgba(51, 78, 45, 1);
}

#s-c6784bc0-0397-4800-9d04-7bc8d6dc9213 .shogun-heading-component h2 {
  color: rgba(225, 228, 218, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -2px;
  
}



#s-45c0d9b7-265a-4668-b284-31b5ad7b1431 {
  text-align: center;
}







  #s-45c0d9b7-265a-4668-b284-31b5ad7b1431 img.shogun-image {
    

    
    
    
  }


#s-45c0d9b7-265a-4668-b284-31b5ad7b1431 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfb7b38b-aa88-4215-a9ae-4a5eebc39fec {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 290px;
text-align: center;
background-color: rgba(51, 78, 45, 1);
}

#s-dfb7b38b-aa88-4215-a9ae-4a5eebc39fec .shogun-heading-component h3 {
  color: rgba(225, 228, 218, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: -2px;
  
}



#s-7375a6fe-6d71-4479-ae95-275045040e33 {
  text-align: center;
}







  #s-7375a6fe-6d71-4479-ae95-275045040e33 img.shogun-image {
    

    
    
    
  }


#s-7375a6fe-6d71-4479-ae95-275045040e33 .shogun-image-content {
  
    align-items: center;
  
}

#s-75fe5b63-fbbb-4420-a398-18d19de85121 {
  margin-left: auto;
margin-right: auto;
max-width: 1025px;
}

@media (min-width: 0px) {
[id="s-75fe5b63-fbbb-4420-a398-18d19de85121"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75fe5b63-fbbb-4420-a398-18d19de85121"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75fe5b63-fbbb-4420-a398-18d19de85121"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75fe5b63-fbbb-4420-a398-18d19de85121"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35dd9d80-bfe9-48f4-90ba-5667396325b2 {
  text-align: center;
}







  #s-35dd9d80-bfe9-48f4-90ba-5667396325b2 img.shogun-image {
    

    
    
    
  }


#s-35dd9d80-bfe9-48f4-90ba-5667396325b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-eed4d7bd-6e94-4135-81d8-b423bbe2f0a9 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eed4d7bd-6e94-4135-81d8-b423bbe2f0a9 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-2b1057df-a1d2-4d30-b3b8-64ecd94919d0 {
  padding-left: 15px;
padding-bottom: 65px;
padding-right: 15px;
min-height: 50px;
}








#s-2b1057df-a1d2-4d30-b3b8-64ecd94919d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b1057df-a1d2-4d30-b3b8-64ecd94919d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a643650c-84c3-4264-90ab-671cb073fd00 {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-a643650c-84c3-4264-90ab-671cb073fd00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a643650c-84c3-4264-90ab-671cb073fd00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a643650c-84c3-4264-90ab-671cb073fd00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a643650c-84c3-4264-90ab-671cb073fd00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-393a01ae-2b5d-41b2-82c2-48e0f9463bc7 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-393a01ae-2b5d-41b2-82c2-48e0f9463bc7 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-6d961c89-2799-46ad-a2aa-a0573a54375d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d961c89-2799-46ad-a2aa-a0573a54375d .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-f07f3672-e65e-4042-9405-d69c2302ddf2 {
  max-width: 75%;
}

#s-46cbd554-b9ab-47ad-a7da-3ca93ec521ee {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-46cbd554-b9ab-47ad-a7da-3ca93ec521ee .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-9c45ce2d-55c7-434a-b71d-ead4d1025bba {
  max-width: 75%;
}

#s-6732edc1-01ae-4a63-9811-0b7137715486 {
  margin-top: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6732edc1-01ae-4a63-9811-0b7137715486 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-2819fb55-e2df-4eb7-a444-6a9f5f087322 {
  max-width: 75%;
}

#s-e3d6f327-c8f8-47d9-8500-560880bc10de {
  max-width: 519px;
aspect-ratio: 519/680;
text-align: center;
}





  #s-e3d6f327-c8f8-47d9-8500-560880bc10de img.shogun-image,
  #s-e3d6f327-c8f8-47d9-8500-560880bc10de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3d6f327-c8f8-47d9-8500-560880bc10de {
    width: 100%;
    height: auto;
  }



  #s-e3d6f327-c8f8-47d9-8500-560880bc10de img.shogun-image {
    

    
    
    
  }


#s-e3d6f327-c8f8-47d9-8500-560880bc10de .shogun-image-content {
  
    align-items: center;
  
}

#s-0abf72a6-2f8b-45b1-928d-14ea5d9dbd9a {
  margin-bottom: 80px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-0abf72a6-2f8b-45b1-928d-14ea5d9dbd9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0abf72a6-2f8b-45b1-928d-14ea5d9dbd9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6875bfd8-91d3-4b6e-a5a3-f3fdc184bacc {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-6875bfd8-91d3-4b6e-a5a3-f3fdc184bacc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6875bfd8-91d3-4b6e-a5a3-f3fdc184bacc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6875bfd8-91d3-4b6e-a5a3-f3fdc184bacc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6875bfd8-91d3-4b6e-a5a3-f3fdc184bacc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a4d557d1-3a09-4d1f-9e9e-e2fd99230006 {
  max-width: 519px;
aspect-ratio: 519/680;
text-align: center;
}





  #s-a4d557d1-3a09-4d1f-9e9e-e2fd99230006 img.shogun-image,
  #s-a4d557d1-3a09-4d1f-9e9e-e2fd99230006 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4d557d1-3a09-4d1f-9e9e-e2fd99230006 {
    width: 100%;
    height: auto;
  }



  #s-a4d557d1-3a09-4d1f-9e9e-e2fd99230006 img.shogun-image {
    

    
    
    
  }


#s-a4d557d1-3a09-4d1f-9e9e-e2fd99230006 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd558ab1-5066-4052-bfe5-0cb3a2c9cc14 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bd558ab1-5066-4052-bfe5-0cb3a2c9cc14 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-9ed01d1a-3a53-41e0-b877-40b8009ee02a {
  min-height: 50px;
}








#s-9ed01d1a-3a53-41e0-b877-40b8009ee02a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ed01d1a-3a53-41e0-b877-40b8009ee02a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa69b98a-3ea5-4370-9c62-81774e738b1b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}








#s-aa69b98a-3ea5-4370-9c62-81774e738b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa69b98a-3ea5-4370-9c62-81774e738b1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b850315-a00e-4d8d-b8ef-2e445d4a8ec9 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 505px;
text-align: center;
}

#s-6b850315-a00e-4d8d-b8ef-2e445d4a8ec9 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: center;
}



#s-724d2d93-f5ef-4b4e-a3b3-0c58796a820a {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-724d2d93-f5ef-4b4e-a3b3-0c58796a820a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-724d2d93-f5ef-4b4e-a3b3-0c58796a820a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-724d2d93-f5ef-4b4e-a3b3-0c58796a820a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-724d2d93-f5ef-4b4e-a3b3-0c58796a820a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a041bc0a-7f82-41f4-9862-f1eb0c335ad9 {
  max-width: 504px;
aspect-ratio: 504/350;
text-align: center;
}





  #s-a041bc0a-7f82-41f4-9862-f1eb0c335ad9 img.shogun-image,
  #s-a041bc0a-7f82-41f4-9862-f1eb0c335ad9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a041bc0a-7f82-41f4-9862-f1eb0c335ad9 {
    width: 100%;
    height: auto;
  }



  #s-a041bc0a-7f82-41f4-9862-f1eb0c335ad9 img.shogun-image {
    

    
    
    
  }


#s-a041bc0a-7f82-41f4-9862-f1eb0c335ad9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e76ec5e-0ff3-442e-8e67-dd57778dc514 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(51, 78, 45, 1);
}

#s-9e76ec5e-0ff3-442e-8e67-dd57778dc514 .shogun-heading-component h1 {
  color: rgba(234, 229, 210, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -2px;
  
}



#s-ba3e77ef-3cc0-4372-973f-5371332de8a6 {
  max-width: 504px;
aspect-ratio: 504/350;
text-align: center;
}





  #s-ba3e77ef-3cc0-4372-973f-5371332de8a6 img.shogun-image,
  #s-ba3e77ef-3cc0-4372-973f-5371332de8a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba3e77ef-3cc0-4372-973f-5371332de8a6 {
    width: 100%;
    height: auto;
  }



  #s-ba3e77ef-3cc0-4372-973f-5371332de8a6 img.shogun-image {
    

    
    
    
  }


#s-ba3e77ef-3cc0-4372-973f-5371332de8a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6281153-c863-49e7-8efc-3b8599107a8c {
  padding-top: 25px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(51, 78, 45, 1);
}

#s-b6281153-c863-49e7-8efc-3b8599107a8c .shogun-heading-component h1 {
  color: rgba(234, 229, 210, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -2px;
  
}



#s-5fae9623-3fdb-4f64-bed1-530ec2952b24 {
  margin-bottom: 90px;
min-height: 47px;
}








#s-5fae9623-3fdb-4f64-bed1-530ec2952b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fae9623-3fdb-4f64-bed1-530ec2952b24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-773b14f3-5ddd-46a5-821c-2b3502774e3f {
  background-image: url(https://i.shgcdn.com/0fdc03de-54b2-4d11-b34b-9e848dfb4a45/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 475px;
max-width: 1024px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-773b14f3-5ddd-46a5-821c-2b3502774e3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-773b14f3-5ddd-46a5-821c-2b3502774e3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-773b14f3-5ddd-46a5-821c-2b3502774e3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-773b14f3-5ddd-46a5-821c-2b3502774e3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9adb206b-1ff6-4f4b-b583-fe4c705d63c8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 475px;
max-width: 370px;
}








#s-9adb206b-1ff6-4f4b-b583-fe4c705d63c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9adb206b-1ff6-4f4b-b583-fe4c705d63c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0b41095-39f7-4c96-a319-3aacad3b70f9 {
  text-align: center;
}







  #s-d0b41095-39f7-4c96-a319-3aacad3b70f9 img.shogun-image {
    

    
    
    
  }


#s-d0b41095-39f7-4c96-a319-3aacad3b70f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8f57f81-172c-441f-916c-27fbc8208077 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 375px;
text-align: center;
}

#s-c8f57f81-172c-441f-916c-27fbc8208077 .shogun-heading-component h1 {
  color: rgba(234, 229, 210, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1.1em;
  letter-spacing: -2px;
  
}



#s-33782c1f-dfe7-47ec-a28d-20822c19466e {
  text-align: center;
}







  #s-33782c1f-dfe7-47ec-a28d-20822c19466e img.shogun-image {
    

    
    
    
  }


#s-33782c1f-dfe7-47ec-a28d-20822c19466e .shogun-image-content {
  
    align-items: center;
  
}

#s-b7211047-6b39-4e14-8e01-463029a6f411 {
  margin-left: auto;
margin-right: auto;
min-height: 496px;
max-width: 393px;
}








#s-b7211047-6b39-4e14-8e01-463029a6f411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7211047-6b39-4e14-8e01-463029a6f411.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7271580f-199d-4f76-a09f-50d47226b7ba {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 32px;
padding-right: 32px;
min-height: 496px;
background-position: center center;
}








#s-7271580f-199d-4f76-a09f-50d47226b7ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7271580f-199d-4f76-a09f-50d47226b7ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a7b6b98-2562-4105-832b-ac6855e6cd0a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 290px;
text-align: center;
background-color: rgba(51, 78, 45, 1);
}

#s-7a7b6b98-2562-4105-832b-ac6855e6cd0a .shogun-heading-component h3 {
  color: rgba(225, 228, 218, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-a1b396dd-558e-4266-85fd-b9d1e2ccfd7e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 50px;
min-height: 50px;
max-width: 290px;
background-color: rgba(255, 255, 255, 1);
}








#s-a1b396dd-558e-4266-85fd-b9d1e2ccfd7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1b396dd-558e-4266-85fd-b9d1e2ccfd7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f60aad1d-b21a-4aa4-bb67-1c79a94efc10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f60aad1d-b21a-4aa4-bb67-1c79a94efc10 .shogun-heading-component h4 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-e2032243-b6a1-4200-88bf-f5948925f8fd {
  text-align: center;
}

#s-e2032243-b6a1-4200-88bf-f5948925f8fd .shogun-heading-component h5 {
  color: rgba(119, 149, 113, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0ab2e0eb-9acf-4a92-b0cd-fe37ef1e664b {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0ab2e0eb-9acf-4a92-b0cd-fe37ef1e664b .shogun-heading-component h4 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-c2432672-fb5d-4b07-9f4d-57a990b335c8 {
  text-align: center;
}

#s-c2432672-fb5d-4b07-9f4d-57a990b335c8 .shogun-heading-component h5 {
  color: rgba(119, 149, 113, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-714dee3b-e22f-4c85-a7ee-6187c9128688 {
  margin-top: 20px;
text-align: center;
}

#s-714dee3b-e22f-4c85-a7ee-6187c9128688 .shogun-heading-component h4 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-12454870-3a2f-497d-be83-75b24d79fe7d {
  text-align: center;
}

#s-12454870-3a2f-497d-be83-75b24d79fe7d .shogun-heading-component h5 {
  color: rgba(119, 149, 113, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-43830f00-6b20-4215-9b6c-5e8d5b94c768 {
  margin-top: 20px;
text-align: center;
}

#s-43830f00-6b20-4215-9b6c-5e8d5b94c768 .shogun-heading-component h4 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1em;
  
  
}



#s-f07c1b95-06c2-4b5f-87db-7f63f5774818 {
  margin-bottom: 20px;
text-align: center;
}

#s-f07c1b95-06c2-4b5f-87db-7f63f5774818 .shogun-heading-component h5 {
  color: rgba(119, 149, 113, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3363de31-65a4-427d-a24d-d4af111f4ee1 {
  margin-bottom: -70px;
text-align: center;
}







  #s-3363de31-65a4-427d-a24d-d4af111f4ee1 img.shogun-image {
    

    
    
    
  }


#s-3363de31-65a4-427d-a24d-d4af111f4ee1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d7e76dd-b60c-42ed-90a9-5b00af2043aa {
  margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
min-height: 50px;
max-width: 550px;
}








#s-3d7e76dd-b60c-42ed-90a9-5b00af2043aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d7e76dd-b60c-42ed-90a9-5b00af2043aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbff47ca-b48a-46d3-9551-9fc3bcd8f1b6 {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbff47ca-b48a-46d3-9551-9fc3bcd8f1b6 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-435e1712-fcb6-4cf4-86b8-15eba4bf7a14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-435e1712-fcb6-4cf4-86b8-15eba4bf7a14 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0596c88c-5adc-4a9c-bd56-79b740ff1b71 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0596c88c-5adc-4a9c-bd56-79b740ff1b71 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-35bbdbb3-9eca-49ed-a567-97fac7845ff2 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35bbdbb3-9eca-49ed-a567-97fac7845ff2 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-a0d53511-0721-4a96-b131-ac88b996a825 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0d53511-0721-4a96-b131-ac88b996a825 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b61f6f97-908a-488e-b418-4be5e275e26f {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b61f6f97-908a-488e-b418-4be5e275e26f .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d2c20dee-7809-4f83-af7f-e74b8d377e63 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d2c20dee-7809-4f83-af7f-e74b8d377e63 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1f917f7a-ff05-4155-9c32-f0f129dc6970 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f917f7a-ff05-4155-9c32-f0f129dc6970 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-a66875dc-1ba6-40f5-ae4a-ad012d8629d9 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a66875dc-1ba6-40f5-ae4a-ad012d8629d9 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c74fb45f-7f3f-4f10-824f-78d5bcee08c4 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c74fb45f-7f3f-4f10-824f-78d5bcee08c4 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2645c8bc-f942-4cc8-b20f-48d03f65931e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2645c8bc-f942-4cc8-b20f-48d03f65931e .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7bc6bac5-4e07-433b-9555-858a051b2026 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7bc6bac5-4e07-433b-9555-858a051b2026 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d3f254f7-b87d-4a19-97d3-40a8b184d998 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d3f254f7-b87d-4a19-97d3-40a8b184d998 .shogun-heading-component h3 {
  color: rgba(51, 78, 45, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f67fe0e0-2fff-446b-a55d-4659e536068b {
  min-height: 50px;
}








#s-f67fe0e0-2fff-446b-a55d-4659e536068b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f67fe0e0-2fff-446b-a55d-4659e536068b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05edf157-f5f3-4a33-a982-580f335d97f6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}








#s-05edf157-f5f3-4a33-a982-580f335d97f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05edf157-f5f3-4a33-a982-580f335d97f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abe77d37-cba9-4b66-ad75-377db62a0ec5 {
  
}

@media (min-width: 0px) {
[id="s-abe77d37-cba9-4b66-ad75-377db62a0ec5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abe77d37-cba9-4b66-ad75-377db62a0ec5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abe77d37-cba9-4b66-ad75-377db62a0ec5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abe77d37-cba9-4b66-ad75-377db62a0ec5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bbadd55f-daa8-4c9d-b9fe-39cb24b9215f {
  max-width: 511px;
aspect-ratio: 511/265;
text-align: center;
}





  #s-bbadd55f-daa8-4c9d-b9fe-39cb24b9215f img.shogun-image,
  #s-bbadd55f-daa8-4c9d-b9fe-39cb24b9215f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbadd55f-daa8-4c9d-b9fe-39cb24b9215f {
    width: 100%;
    height: auto;
  }



  #s-bbadd55f-daa8-4c9d-b9fe-39cb24b9215f img.shogun-image {
    

    
    
    
  }


#s-bbadd55f-daa8-4c9d-b9fe-39cb24b9215f .shogun-image-content {
  
    align-items: center;
  
}

#s-f4bca13d-d27b-4f3c-99b3-3a9d2e0e456d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: -1px;
margin-right: -1px;
min-height: 274px;
background-position: center center;
}








#s-f4bca13d-d27b-4f3c-99b3-3a9d2e0e456d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4bca13d-d27b-4f3c-99b3-3a9d2e0e456d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69685ec9-5150-4f1d-a108-62cb150d20bc {
  text-align: center;
}







  #s-69685ec9-5150-4f1d-a108-62cb150d20bc img.shogun-image {
    

    
    
    
  }


#s-69685ec9-5150-4f1d-a108-62cb150d20bc .shogun-image-content {
  
    align-items: center;
  
}

#s-65a7efaa-1e4d-4ef5-b934-1685bfca6923 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 387px;
text-align: center;
}

#s-65a7efaa-1e4d-4ef5-b934-1685bfca6923 .shogun-heading-component h2 {
  color: rgba(51, 78, 45, 1);
  font-weight:  600 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 56px;
  line-height: 1em;
  
  text-align: center;
}



#s-f2d72136-8be4-4dd3-888f-2ee0693398f5 {
  text-align: center;
}







  #s-f2d72136-8be4-4dd3-888f-2ee0693398f5 img.shogun-image {
    

    
    
    
  }


#s-f2d72136-8be4-4dd3-888f-2ee0693398f5 .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: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}
