.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-4d57ac43-db39-43d0-8597-f6f16d98285a {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 60px;
background-color: rgba(255, 246, 241, 1);
}








#s-4d57ac43-db39-43d0-8597-f6f16d98285a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d57ac43-db39-43d0-8597-f6f16d98285a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-3167678f-6b8f-47fe-9665-7810b2941ba8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3167678f-6b8f-47fe-9665-7810b2941ba8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



.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-554043e4-aa2e-4090-a1b1-ac550c4794fa {
  padding-top: 20px;
padding-bottom: 20px;
}

.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-6168466e-5e30-4488-870b-bd32673ed576 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6168466e-5e30-4488-870b-bd32673ed576 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6168466e-5e30-4488-870b-bd32673ed576 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6168466e-5e30-4488-870b-bd32673ed576 {
  
}
}@media (max-width: 767px){#s-6168466e-5e30-4488-870b-bd32673ed576 {
  
}
}
@media (min-width: 0px) {
[id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6168466e-5e30-4488-870b-bd32673ed576"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d2ff93ea-8cc6-41de-b3be-a278e2aabc60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-960353c2-2ada-4ef4-b8f0-078cbecd8113 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-960353c2-2ada-4ef4-b8f0-078cbecd8113 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 64px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-960353c2-2ada-4ef4-b8f0-078cbecd8113 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-960353c2-2ada-4ef4-b8f0-078cbecd8113 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  min-height: 360px;
}
}







#s-0d114cab-c037-429c-90a2-c9c64f36af19 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0d114cab-c037-429c-90a2-c9c64f36af19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b69e08b2-902f-451c-8090-09c5a7a87efa {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 246, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b69e08b2-902f-451c-8090-09c5a7a87efa {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b69e08b2-902f-451c-8090-09c5a7a87efa {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}







#s-b69e08b2-902f-451c-8090-09c5a7a87efa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b69e08b2-902f-451c-8090-09c5a7a87efa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf551e65-7894-4dce-bf2b-8557f7e1708e {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf551e65-7894-4dce-bf2b-8557f7e1708e {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-cf551e65-7894-4dce-bf2b-8557f7e1708e {
  padding-bottom: 40px;
}
}
#s-cf551e65-7894-4dce-bf2b-8557f7e1708e .shogun-heading-component h2 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



@media (min-width: 0px) {
[id="s-ae3b06cf-280f-47d0-9694-1f728835880e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae3b06cf-280f-47d0-9694-1f728835880e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae3b06cf-280f-47d0-9694-1f728835880e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae3b06cf-280f-47d0-9694-1f728835880e"] > .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-2e5d75a3-1137-49c1-b93f-25c4f5e6cfe3 {
  margin-bottom: 30px;
text-align: center;
}







  #s-2e5d75a3-1137-49c1-b93f-25c4f5e6cfe3 img.shogun-image {
    

    
    
    
  }


#s-2e5d75a3-1137-49c1-b93f-25c4f5e6cfe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c055ddf-cacb-4505-bec6-402b18c40d8e {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0c055ddf-cacb-4505-bec6-402b18c40d8e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0c055ddf-cacb-4505-bec6-402b18c40d8e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-0c055ddf-cacb-4505-bec6-402b18c40d8e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-3ecac5fb-2301-418d-9ade-8adfe1f2325e {
  margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-3ecac5fb-2301-418d-9ade-8adfe1f2325e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3ecac5fb-2301-418d-9ade-8adfe1f2325e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-3ecac5fb-2301-418d-9ade-8adfe1f2325e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-698c4071-6155-426a-850a-e175b129a5be {
  margin-bottom: 30px;
text-align: center;
}







  #s-698c4071-6155-426a-850a-e175b129a5be img.shogun-image {
    

    
    
    
  }


#s-698c4071-6155-426a-850a-e175b129a5be .shogun-image-content {
  
    align-items: center;
  
}

#s-3205b6e9-42d9-4678-b6c0-3853c6c93f6d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3205b6e9-42d9-4678-b6c0-3853c6c93f6d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3205b6e9-42d9-4678-b6c0-3853c6c93f6d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-3205b6e9-42d9-4678-b6c0-3853c6c93f6d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-dd052df3-596b-414a-bf69-6c5e134a1bd1 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-dd052df3-596b-414a-bf69-6c5e134a1bd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd052df3-596b-414a-bf69-6c5e134a1bd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd052df3-596b-414a-bf69-6c5e134a1bd1 {
  
}
}@media (max-width: 767px){#s-dd052df3-596b-414a-bf69-6c5e134a1bd1 {
  
}
}
@media (min-width: 0px) {
[id="s-dd052df3-596b-414a-bf69-6c5e134a1bd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd052df3-596b-414a-bf69-6c5e134a1bd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd052df3-596b-414a-bf69-6c5e134a1bd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd052df3-596b-414a-bf69-6c5e134a1bd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6cb1b732-6088-4cae-9e02-8ac4cff1b49f {
  padding-left: 10%;
padding-right: 10%;
min-height: 980px;
background-color: rgba(247, 181, 168, 1);
}
@media (min-width: 1200px){#s-6cb1b732-6088-4cae-9e02-8ac4cff1b49f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cb1b732-6088-4cae-9e02-8ac4cff1b49f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cb1b732-6088-4cae-9e02-8ac4cff1b49f {
  
}
}@media (max-width: 767px){#s-6cb1b732-6088-4cae-9e02-8ac4cff1b49f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-6cb1b732-6088-4cae-9e02-8ac4cff1b49f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6cb1b732-6088-4cae-9e02-8ac4cff1b49f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08d33013-8ed7-4879-899e-638d683a451b {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-08d33013-8ed7-4879-899e-638d683a451b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 64px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-08d33013-8ed7-4879-899e-638d683a451b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-08d33013-8ed7-4879-899e-638d683a451b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-b2010f3d-500b-40ea-8e58-6203837b6529 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 720px;
}
@media (min-width: 1200px){#s-b2010f3d-500b-40ea-8e58-6203837b6529 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2010f3d-500b-40ea-8e58-6203837b6529 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2010f3d-500b-40ea-8e58-6203837b6529 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-b2010f3d-500b-40ea-8e58-6203837b6529 {
  min-height: 360px;
}
}







#s-b2010f3d-500b-40ea-8e58-6203837b6529 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b2010f3d-500b-40ea-8e58-6203837b6529.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-810cc7ef-ad1a-42aa-9525-a986216be3dc {
  text-align: center;
}







  #s-810cc7ef-ad1a-42aa-9525-a986216be3dc img.shogun-image {
    

    
    
    
  }


#s-810cc7ef-ad1a-42aa-9525-a986216be3dc .shogun-image-content {
  
    align-items: center;
  
}

#s-8aad58fd-c0fc-4b2e-abe8-e8db91c874cc {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-8aad58fd-c0fc-4b2e-abe8-e8db91c874cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aad58fd-c0fc-4b2e-abe8-e8db91c874cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8aad58fd-c0fc-4b2e-abe8-e8db91c874cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aad58fd-c0fc-4b2e-abe8-e8db91c874cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a9b30ff4-b2ed-4ac0-8119-d031d4293879 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a9b30ff4-b2ed-4ac0-8119-d031d4293879 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a9b30ff4-b2ed-4ac0-8119-d031d4293879 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-a9b30ff4-b2ed-4ac0-8119-d031d4293879 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-5bb06bfd-c082-4fc4-9db2-d6ff9eae15ca {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5bb06bfd-c082-4fc4-9db2-d6ff9eae15ca .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5bb06bfd-c082-4fc4-9db2-d6ff9eae15ca .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-5bb06bfd-c082-4fc4-9db2-d6ff9eae15ca .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-b2bff1e0-caa5-4118-9592-d392845b249d {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e011bf26-966d-4d3a-817f-e22bf45ccd4b {
  padding-top: 100px;
padding-left: 25%;
padding-bottom: 100px;
padding-right: 25%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e011bf26-966d-4d3a-817f-e22bf45ccd4b {
  padding-top: 60px;
padding-left: 20%;
padding-bottom: 60px;
padding-right: 20%;
}
}@media (max-width: 767px){#s-e011bf26-966d-4d3a-817f-e22bf45ccd4b {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-e011bf26-966d-4d3a-817f-e22bf45ccd4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e011bf26-966d-4d3a-817f-e22bf45ccd4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c15c3f7f-4f93-4457-b75b-1d0c737bb174 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c15c3f7f-4f93-4457-b75b-1d0c737bb174 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e5765408-b8ba-4f41-b459-9b030b5b1989 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e5765408-b8ba-4f41-b459-9b030b5b1989 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  300; 
  color: #000;
  font-family: IBM Plex Serif;
  font-size: 20px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-e5765408-b8ba-4f41-b459-9b030b5b1989 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: ;
  color: rgba(159, 92, 93, 1);
  font-family: IBM Plex Serif;
  font-weight: 500;
  line-height: 1.5em;
  
  
}

#s-e5765408-b8ba-4f41-b459-9b030b5b1989 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(159, 92, 93, 1);
}

#s-e5765408-b8ba-4f41-b459-9b030b5b1989 .shogun-form-error-msg-container, #s-e5765408-b8ba-4f41-b459-9b030b5b1989 .shogun-form-field-error-msg-container {
  display: none;
}

#s-e5765408-b8ba-4f41-b459-9b030b5b1989 .shogun-form-error-msg {
  
  
  color: #ff0000;
  font-family: IBM Plex Serif;
  
  
  
  
}

#s-e5765408-b8ba-4f41-b459-9b030b5b1989 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-9edae0c5-f343-495d-bb40-d3588fa02a62 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9edae0c5-f343-495d-bb40-d3588fa02a62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9edae0c5-f343-495d-bb40-d3588fa02a62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9edae0c5-f343-495d-bb40-d3588fa02a62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9edae0c5-f343-495d-bb40-d3588fa02a62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

#s-18cc5a23-8aff-4b8e-9d57-9b8dbc5c8e2f  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(247, 181, 168, 1);
  
  background-color: rgba(255, 246, 241, 1);
  
  font-size: 16px;
  
  color: #000;
  font-family: Sarabun;
  
  
  
}

#s-18cc5a23-8aff-4b8e-9d57-9b8dbc5c8e2f  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Sarabun;
  
  
  
}


#s-18cc5a23-8aff-4b8e-9d57-9b8dbc5c8e2f .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-18cc5a23-8aff-4b8e-9d57-9b8dbc5c8e2f .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-376f7f70-4298-4e22-93e1-b967547b632b  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(247, 181, 168, 1);
  
  background-color: rgba(255, 246, 241, 1);
  
  font-size: 16px;
  
  color: #000;
  font-family: Sarabun;
  
  
  
}

#s-376f7f70-4298-4e22-93e1-b967547b632b  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  font-family: Sarabun;
  
  
  
}


#s-376f7f70-4298-4e22-93e1-b967547b632b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-376f7f70-4298-4e22-93e1-b967547b632b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-cc3faa13-8e64-4354-b394-5451a576d6e6 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cc3faa13-8e64-4354-b394-5451a576d6e6  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-cc3faa13-8e64-4354-b394-5451a576d6e6  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-cc3faa13-8e64-4354-b394-5451a576d6e6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-cc3faa13-8e64-4354-b394-5451a576d6e6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-d1989ecb-92a3-489a-b08f-d9886b3a8a02 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d1989ecb-92a3-489a-b08f-d9886b3a8a02  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-d1989ecb-92a3-489a-b08f-d9886b3a8a02  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-d1989ecb-92a3-489a-b08f-d9886b3a8a02 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-d1989ecb-92a3-489a-b08f-d9886b3a8a02 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-b8c1d9d9-cf1d-4963-89de-1c2ffa4e4051 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b8c1d9d9-cf1d-4963-89de-1c2ffa4e4051  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-b8c1d9d9-cf1d-4963-89de-1c2ffa4e4051  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(247, 181, 168, 1);
  
  
  
  
}


#s-b8c1d9d9-cf1d-4963-89de-1c2ffa4e4051 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b8c1d9d9-cf1d-4963-89de-1c2ffa4e4051 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-bf6f8a64-1718-40d3-852d-19abd0d0f0db {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-bf6f8a64-1718-40d3-852d-19abd0d0f0db  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-bf6f8a64-1718-40d3-852d-19abd0d0f0db  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(247, 181, 168, 1);
  
  
  
  
}


#s-bf6f8a64-1718-40d3-852d-19abd0d0f0db .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-bf6f8a64-1718-40d3-852d-19abd0d0f0db .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-5466286e-b1b8-44e7-a6ad-33c0b50a3ac3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5466286e-b1b8-44e7-a6ad-33c0b50a3ac3  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-5466286e-b1b8-44e7-a6ad-33c0b50a3ac3  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(247, 181, 168, 1);
  
  
  
  
}


#s-5466286e-b1b8-44e7-a6ad-33c0b50a3ac3 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-5466286e-b1b8-44e7-a6ad-33c0b50a3ac3 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-b86786ed-8d0e-4c57-bfac-e9a2dabcedb8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b86786ed-8d0e-4c57-bfac-e9a2dabcedb8  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-b86786ed-8d0e-4c57-bfac-e9a2dabcedb8  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(247, 181, 168, 1);
  
  
  
  
}


#s-b86786ed-8d0e-4c57-bfac-e9a2dabcedb8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-b86786ed-8d0e-4c57-bfac-e9a2dabcedb8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-c87f84fa-db70-475c-99cf-da0e4969647a  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(255, 255, 255, 1);
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-c87f84fa-db70-475c-99cf-da0e4969647a  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(247, 181, 168, 1);
  
  
  
  
}


#s-c87f84fa-db70-475c-99cf-da0e4969647a .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-c87f84fa-db70-475c-99cf-da0e4969647a .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: rgba(159, 92, 93, 1);
}


.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-f902ff44-14d4-43b7-b7a2-4134e15e2ea7 select.is-placeholder-selected {
  color: rgba(247, 181, 168, 1) !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-f902ff44-14d4-43b7-b7a2-4134e15e2ea7 .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  background-color: rgba(255, 246, 241, 1);
  border-color: #000;
  border-width: 0px;
  
  box-shadow: ;

  
  
  
  
  color: #000;
  
  
}

#s-f902ff44-14d4-43b7-b7a2-4134e15e2ea7 .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-f902ff44-14d4-43b7-b7a2-4134e15e2ea7 .shogun-form-dropdown > select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    box-shadow: ;
  }



  #s-f902ff44-14d4-43b7-b7a2-4134e15e2ea7 .shogun-form-dropdown > select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     box-shadow: ;
  }


#s-0c87e923-53d4-484e-81c3-4082b4934c85  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-0c87e923-53d4-484e-81c3-4082b4934c85  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(247, 181, 168, 1);
  
  
  
  
}


#s-0c87e923-53d4-484e-81c3-4082b4934c85 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-0c87e923-53d4-484e-81c3-4082b4934c85 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-6c79654c-1190-448d-a611-3dca628f0c59 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6c79654c-1190-448d-a611-3dca628f0c59 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6c79654c-1190-448d-a611-3dca628f0c59 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-6c79654c-1190-448d-a611-3dca628f0c59 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-37261f5e-f772-4b33-b7ba-8aa6990e5b16 .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-37261f5e-f772-4b33-b7ba-8aa6990e5b16 input {
  opacity: 0;
  position: absolute;
}

#s-37261f5e-f772-4b33-b7ba-8aa6990e5b16 .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-37261f5e-f772-4b33-b7ba-8aa6990e5b16 .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-37261f5e-f772-4b33-b7ba-8aa6990e5b16 .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid rgba(247, 181, 168, 1);
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-37261f5e-f772-4b33-b7ba-8aa6990e5b16 .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-37261f5e-f772-4b33-b7ba-8aa6990e5b16 input:checked + label .shogun-form-radio-inner {
  background-color: rgba(247, 181, 168, 1);
  border-radius:  100% ;
}





.shogun-form-check-box {
}

#s-af6fc670-d0aa-49f3-972e-758ba831583a .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-af6fc670-d0aa-49f3-972e-758ba831583a input {
  opacity: 0;
  position: absolute;
}

#s-af6fc670-d0aa-49f3-972e-758ba831583a .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-af6fc670-d0aa-49f3-972e-758ba831583a .shogun-form-checkbox-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-af6fc670-d0aa-49f3-972e-758ba831583a .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(247, 181, 168, 1);
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-af6fc670-d0aa-49f3-972e-758ba831583a .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-af6fc670-d0aa-49f3-972e-758ba831583a input:checked + label .shogun-form-checkbox-inner {
  background-color: rgba(247, 181, 168, 1);
}





#s-09aa83fd-ce13-4c29-a06b-43e1e0bac9c2 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-09aa83fd-ce13-4c29-a06b-43e1e0bac9c2 input {
  opacity: 0;
  position: absolute;
}

#s-09aa83fd-ce13-4c29-a06b-43e1e0bac9c2 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-09aa83fd-ce13-4c29-a06b-43e1e0bac9c2 .shogun-form-checkbox-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-09aa83fd-ce13-4c29-a06b-43e1e0bac9c2 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(247, 181, 168, 1);
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-09aa83fd-ce13-4c29-a06b-43e1e0bac9c2 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-09aa83fd-ce13-4c29-a06b-43e1e0bac9c2 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-61534c26-e77f-4d97-aba3-47de5437411d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-61534c26-e77f-4d97-aba3-47de5437411d .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-61534c26-e77f-4d97-aba3-47de5437411d .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-61534c26-e77f-4d97-aba3-47de5437411d .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-3e701df4-6a3c-4690-84a9-2952cb391bef .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-3e701df4-6a3c-4690-84a9-2952cb391bef input {
  opacity: 0;
  position: absolute;
}

#s-3e701df4-6a3c-4690-84a9-2952cb391bef .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-3e701df4-6a3c-4690-84a9-2952cb391bef .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-3e701df4-6a3c-4690-84a9-2952cb391bef .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid rgba(247, 181, 168, 1);
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-3e701df4-6a3c-4690-84a9-2952cb391bef .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-3e701df4-6a3c-4690-84a9-2952cb391bef input:checked + label .shogun-form-radio-inner {
  background-color: rgba(247, 181, 168, 1);
  border-radius:  100% ;
}





#s-d5b00bcb-1976-42f7-90f7-2979e0f891a8 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-d5b00bcb-1976-42f7-90f7-2979e0f891a8 input {
  opacity: 0;
  position: absolute;
}

#s-d5b00bcb-1976-42f7-90f7-2979e0f891a8 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-d5b00bcb-1976-42f7-90f7-2979e0f891a8 .shogun-form-checkbox-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-d5b00bcb-1976-42f7-90f7-2979e0f891a8 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(247, 181, 168, 1);
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-d5b00bcb-1976-42f7-90f7-2979e0f891a8 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-d5b00bcb-1976-42f7-90f7-2979e0f891a8 input:checked + label .shogun-form-checkbox-inner {
  background-color: rgba(247, 181, 168, 1);
}





#s-63a87d10-d182-4fc0-8054-f269b568cb63 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-63a87d10-d182-4fc0-8054-f269b568cb63 input {
  opacity: 0;
  position: absolute;
}

#s-63a87d10-d182-4fc0-8054-f269b568cb63 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-63a87d10-d182-4fc0-8054-f269b568cb63 .shogun-form-checkbox-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-63a87d10-d182-4fc0-8054-f269b568cb63 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(247, 181, 168, 1);
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-63a87d10-d182-4fc0-8054-f269b568cb63 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-63a87d10-d182-4fc0-8054-f269b568cb63 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





#s-5a338839-3e9f-4277-a63f-60144d5d4e7d .shogun-form-radio-input-wrapper {
  position: relative;
}

#s-5a338839-3e9f-4277-a63f-60144d5d4e7d input {
  opacity: 0;
  position: absolute;
}

#s-5a338839-3e9f-4277-a63f-60144d5d4e7d .shogun-form-radio-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-5a338839-3e9f-4277-a63f-60144d5d4e7d .shogun-form-radio-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-5a338839-3e9f-4277-a63f-60144d5d4e7d .shogun-form-radio-outer {
  align-items: center;
  background: #ffffff;
  border-radius:  100% ;
  border: 1px solid rgba(247, 181, 168, 1);
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-5a338839-3e9f-4277-a63f-60144d5d4e7d .shogun-form-radio-inner {
  display: inline-block;
  height: 14px;
  margin: 2px;
  width: 14px;
  border-radius:  100% ;
}

#s-5a338839-3e9f-4277-a63f-60144d5d4e7d input:checked + label .shogun-form-radio-inner {
  background-color: rgba(247, 181, 168, 1);
  border-radius:  100% ;
}





#s-dda3dbbd-6663-4c84-b2d8-31a2ba313677  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-dda3dbbd-6663-4c84-b2d8-31a2ba313677  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(247, 181, 168, 1);
  
  
  
  
}


#s-dda3dbbd-6663-4c84-b2d8-31a2ba313677 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-dda3dbbd-6663-4c84-b2d8-31a2ba313677 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-aabca7da-8eec-4d91-9366-4cbafe57f14b  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  
  background-color: rgba(255, 246, 241, 1);
  
  
  
  color: #000;
  
  
  
  
}

#s-aabca7da-8eec-4d91-9366-4cbafe57f14b  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(247, 181, 168, 1);
  
  
  
  
}


#s-aabca7da-8eec-4d91-9366-4cbafe57f14b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-aabca7da-8eec-4d91-9366-4cbafe57f14b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-3f1b693f-11a7-4e20-85ea-7a79a9d7ecf9 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-3f1b693f-11a7-4e20-85ea-7a79a9d7ecf9 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-3f1b693f-11a7-4e20-85ea-7a79a9d7ecf9 input {
  opacity: 0;
  position: absolute;
}

#s-3f1b693f-11a7-4e20-85ea-7a79a9d7ecf9 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-3f1b693f-11a7-4e20-85ea-7a79a9d7ecf9 .shogun-form-checkbox-input-value {
  color: #000;
  
  
  
  
  
  
}

#s-3f1b693f-11a7-4e20-85ea-7a79a9d7ecf9 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 0px solid #000;
  border-radius: ;
  cursor: pointer;
  display: flex;
  min-height: 19px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 19px;
  
}

#s-3f1b693f-11a7-4e20-85ea-7a79a9d7ecf9 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: ;
}

#s-3f1b693f-11a7-4e20-85ea-7a79a9d7ecf9 input:checked + label .shogun-form-checkbox-inner {
  background-color: #000;
}





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

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

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

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

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

#s-1db850a5-c03b-4e2f-912f-e2c899aa4f46 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1db850a5-c03b-4e2f-912f-e2c899aa4f46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1db850a5-c03b-4e2f-912f-e2c899aa4f46:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-1db850a5-c03b-4e2f-912f-e2c899aa4f46[disabled],
#s-1db850a5-c03b-4e2f-912f-e2c899aa4f46[disabled]:hover,
#s-1db850a5-c03b-4e2f-912f-e2c899aa4f46[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-1db850a5-c03b-4e2f-912f-e2c899aa4f46 {
  display:  inline-block ;
  width:  auto ;
}


@media (min-width: 0px) {
[id="s-84c66372-9ef0-46ad-a6de-36d09f8edb8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84c66372-9ef0-46ad-a6de-36d09f8edb8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84c66372-9ef0-46ad-a6de-36d09f8edb8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84c66372-9ef0-46ad-a6de-36d09f8edb8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5903a312-4501-40b6-8799-ba0dc7d3617b {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 240px;
background-color: rgba(247, 181, 168, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5903a312-4501-40b6-8799-ba0dc7d3617b {
  min-height: 240px;
}
}@media (max-width: 767px){#s-5903a312-4501-40b6-8799-ba0dc7d3617b {
  min-height: 0px;
}
}







#s-5903a312-4501-40b6-8799-ba0dc7d3617b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5903a312-4501-40b6-8799-ba0dc7d3617b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71d7af36-f254-46f9-9d20-9b149a11530e {
  margin-bottom: 10px;
text-align: center;
}

#s-71d7af36-f254-46f9-9d20-9b149a11530e .shogun-heading-component h5 {
  color: rgba(159, 92, 93, 1);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-74aacc44-8ed0-4d05-a816-a4a27ac13d4b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-74aacc44-8ed0-4d05-a816-a4a27ac13d4b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  
}



#s-81bdb931-f7d5-4e6e-9adb-e6018bd9d3d6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-81bdb931-f7d5-4e6e-9adb-e6018bd9d3d6 {
  min-height: 240px;
}
}







#s-81bdb931-f7d5-4e6e-9adb-e6018bd9d3d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81bdb931-f7d5-4e6e-9adb-e6018bd9d3d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba47b7ba-3445-4c8e-9ddf-83f12131ec1f {
  min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ba47b7ba-3445-4c8e-9ddf-83f12131ec1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ba47b7ba-3445-4c8e-9ddf-83f12131ec1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ba47b7ba-3445-4c8e-9ddf-83f12131ec1f {
  min-height: 480px;
}
}@media (max-width: 767px){#s-ba47b7ba-3445-4c8e-9ddf-83f12131ec1f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
min-height: 100%;
}
}







#s-ba47b7ba-3445-4c8e-9ddf-83f12131ec1f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ba47b7ba-3445-4c8e-9ddf-83f12131ec1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-125ce02e-6fec-445e-89f3-36566232afbe {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-125ce02e-6fec-445e-89f3-36566232afbe {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-125ce02e-6fec-445e-89f3-36566232afbe .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 64px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-125ce02e-6fec-445e-89f3-36566232afbe .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-125ce02e-6fec-445e-89f3-36566232afbe .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-2afa9b0f-4dbf-48e9-bb99-06bc3a854da6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2afa9b0f-4dbf-48e9-bb99-06bc3a854da6 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-2afa9b0f-4dbf-48e9-bb99-06bc3a854da6 img.shogun-image {
    

    
    
    
  }


#s-2afa9b0f-4dbf-48e9-bb99-06bc3a854da6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dc608b2-46b9-4618-8b55-0cef0cb78c16 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6dc608b2-46b9-4618-8b55-0cef0cb78c16 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6dc608b2-46b9-4618-8b55-0cef0cb78c16 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6dc608b2-46b9-4618-8b55-0cef0cb78c16 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-6dc608b2-46b9-4618-8b55-0cef0cb78c16 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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