.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-f39a9be3-d83d-4a02-b802-78cbe6fa281a {
  min-height: 60px;
background-color: rgba(255, 246, 240, 1);
}








#s-f39a9be3-d83d-4a02-b802-78cbe6fa281a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39a9be3-d83d-4a02-b802-78cbe6fa281a.shg-box.shg-c {
  justify-content: center;
}

.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-aac5474d-4145-4cca-9360-3acf017c9353 {
  margin-left: 10%;
margin-right: 10%;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-d14291b5-b378-4258-998e-575bf31cd123 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}@media (max-width: 767px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}
@media (min-width: 0px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-06baa603-ddad-4968-af28-db3d265d40f6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-06baa603-ddad-4968-af28-db3d265d40f6.shg-box.shg-c {
  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: #000;
  text-transform: none;
  font-weight: normal;
  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-ec83c410-34d0-4df9-91a3-e0da1eb01abf {
  margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-ec83c410-34d0-4df9-91a3-e0da1eb01abf .shogun-heading-component h6 {
  color: rgba(159, 92, 93, 1);
  font-weight:  600 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  text-align: left;
}



#s-155b1a80-e81f-4dc6-8998-a44752165ae7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-155b1a80-e81f-4dc6-8998-a44752165ae7 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 64px;
  line-height: ;
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-155b1a80-e81f-4dc6-8998-a44752165ae7 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-155b1a80-e81f-4dc6-8998-a44752165ae7 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  300 ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: -2px;
  text-align: left;
}


}
.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-a3ef1778-233c-4469-8684-2fe098c5efc4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}




  #s-a3ef1778-233c-4469-8684-2fe098c5efc4 img.shogun-image {
    
    width: px;
  }


#s-a3ef1778-233c-4469-8684-2fe098c5efc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bb35534-603e-4b04-a17c-fa5dafecbb90 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2bb35534-603e-4b04-a17c-fa5dafecbb90 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  background-image: url(https://i.shgcdn.com/09ae0f8e-4812-4841-9e14-d3d0f005b00d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
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-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 {
  min-height: 360px;
}
}







#s-d1fbfa03-e98b-4cf8-af28-556d34f21456 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d1fbfa03-e98b-4cf8-af28-556d34f21456.shg-box.shg-c {
  justify-content: center;
}

#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c {
  padding-top: 100px;
padding-left: 15%;
padding-bottom: 100px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (max-width: 767px){#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38e5daab-ccb4-4de0-b45b-db5c272ae33c.shg-box.shg-c {
  justify-content: center;
}

#s-c57d5eb8-b57e-46ce-8bfb-c3cb86f3ef60 {
  padding-bottom: 30px;
text-align: center;
}

#s-c57d5eb8-b57e-46ce-8bfb-c3cb86f3ef60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-c57d5eb8-b57e-46ce-8bfb-c3cb86f3ef60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}@media (max-width: 767px){#s-c57d5eb8-b57e-46ce-8bfb-c3cb86f3ef60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-52a8b6dc-a629-45a6-9fe1-da1c0e793b70 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-52a8b6dc-a629-45a6-9fe1-da1c0e793b70 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3dbeae63-7705-442e-accb-8e4bf5cc1471 {
  text-align: center;
}




  #s-3dbeae63-7705-442e-accb-8e4bf5cc1471 img.shogun-image {
    
    width: px;
  }


#s-3dbeae63-7705-442e-accb-8e4bf5cc1471 .shogun-image-content {
  
    align-items: center;
  
}

#s-55c7e5b5-70c5-4b3a-be54-7abd3b4692ed {
  min-height: 50px;
background-color: rgba(109, 207, 246, 1);
}








#s-55c7e5b5-70c5-4b3a-be54-7abd3b4692ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55c7e5b5-70c5-4b3a-be54-7abd3b4692ed.shg-box.shg-c {
  justify-content: center;
}

#s-9b1094b1-f42e-4038-b294-bf088d863196 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b1094b1-f42e-4038-b294-bf088d863196 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e7cb3766-4191-453e-9103-3ed86d9ba92b {
  padding-top: 60px;
padding-left: 15%;
padding-bottom: 60px;
padding-right: 15%;
min-height: 15px;
background-color: rgba(255, 255, 255, 1);
}








#s-e7cb3766-4191-453e-9103-3ed86d9ba92b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7cb3766-4191-453e-9103-3ed86d9ba92b.shg-box.shg-c {
  justify-content: center;
}

#s-a3fd937e-b5e6-45d2-883e-116e1ac235ae {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a3fd937e-b5e6-45d2-883e-116e1ac235ae .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a3fd937e-b5e6-45d2-883e-116e1ac235ae .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-a3fd937e-b5e6-45d2-883e-116e1ac235ae .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-a6ccd929-1ae9-428b-a7b8-9b8a1e0f0075 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-e727460d-a777-483c-a20f-839beede8692 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-278430b9-1f93-4d11-8f83-ec24cf99b7ec {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-ea4a4034-63bf-4818-b6b7-7f6845871529 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-636d2ad2-57f3-4ac4-891c-0b1315d957d1 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-33be9b2c-092b-4d95-9301-74723ab721e2 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-4b374b32-0acc-4178-abd1-43822683d7b6 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-7e3b4b27-a9b8-4865-86b5-a2ea3cb12637 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-c80c623a-9533-4246-bad7-cefdeda4c193 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-66b125d2-f148-4965-9b2e-4ea6c25faa5d {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-dbc44a96-3fb4-4ee9-b2fd-209f91f0aef0 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-48d5fdac-f2ef-4e5b-8ec4-3804e5c4362e {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-5b3b559b-8724-44ee-9f5d-04c5c3e29a8c {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-8078717e-3747-45b4-966d-9b496ff29227 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-cccd7bad-59f8-4c93-b74f-89a0479fb230 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-aaf54868-a4ee-4305-a822-1834b3e25615 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-633f7ac9-64f2-4a57-b7dd-355d121ba3da {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-f6bfa34a-e072-4ba8-a607-2b43ec55bc42 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-ec711d82-0378-454a-82e8-d417a626aad0 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-c08a46bf-876a-42ef-a45f-7b7048837cd7 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-3a97d9ad-ed64-4902-95c8-a621de74ccba {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-b3fb9efc-a9da-4393-8997-e627d26ad833 {
  min-height: 50px;
}








#s-b3fb9efc-a9da-4393-8997-e627d26ad833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3fb9efc-a9da-4393-8997-e627d26ad833.shg-box.shg-c {
  justify-content: center;
}

#s-cb6636f2-ea79-4d32-8bdf-7c0115282ee1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb6636f2-ea79-4d32-8bdf-7c0115282ee1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-37d35a49-5938-4d00-88fa-6f258398af57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6fe4c01e-fd16-4028-af96-b73dde8257f2 {
  text-align: center;
}




  #s-6fe4c01e-fd16-4028-af96-b73dde8257f2 img.shogun-image {
    
    width: px;
  }


#s-6fe4c01e-fd16-4028-af96-b73dde8257f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8f6a85e-54ab-445c-8100-d79b3ff7f424 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8f6a85e-54ab-445c-8100-d79b3ff7f424 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

#s-fc1947de-7b4b-41aa-9659-c9eaa4e60294 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(11, 148, 158, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fc1947de-7b4b-41aa-9659-c9eaa4e60294:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc1947de-7b4b-41aa-9659-c9eaa4e60294:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fc1947de-7b4b-41aa-9659-c9eaa4e60294.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-29577622-25d5-4a21-95a6-608f32c8f2cf {
  text-align: center;
}




  #s-29577622-25d5-4a21-95a6-608f32c8f2cf img.shogun-image {
    
    width: px;
  }


#s-29577622-25d5-4a21-95a6-608f32c8f2cf .shogun-image-content {
  
    align-items: center;
  
}

#s-a8559432-2081-4244-95f0-51f9bc845e91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8559432-2081-4244-95f0-51f9bc845e91 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7eea2479-5068-46ab-a03a-c51b883a4627 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7eea2479-5068-46ab-a03a-c51b883a4627:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7eea2479-5068-46ab-a03a-c51b883a4627:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7eea2479-5068-46ab-a03a-c51b883a4627.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-27029f1d-7474-495d-abcf-d4e172d1af5d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
min-height: 400px;
background-position: center center;
}








#s-27029f1d-7474-495d-abcf-d4e172d1af5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27029f1d-7474-495d-abcf-d4e172d1af5d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-89feaf2b-aab9-40e7-8fe3-fc59354d25eb {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-color: rgba(252, 252, 252, 0);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-89feaf2b-aab9-40e7-8fe3-fc59354d25eb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Fira Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-776c1ff6-c2fe-48b1-9312-146ca0a89b66 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-776c1ff6-c2fe-48b1-9312-146ca0a89b66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-cbd7e24c-3f4a-42ca-b085-c63b00a84cd9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 25px;
min-height: 350px;
background-position: center center;
}








#s-cbd7e24c-3f4a-42ca-b085-c63b00a84cd9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-cbd7e24c-3f4a-42ca-b085-c63b00a84cd9.shg-box.shg-c {
  justify-content: center;
}

#s-b78c5017-4a16-4a62-96a2-ceeb0b069993 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-b78c5017-4a16-4a62-96a2-ceeb0b069993 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b78c5017-4a16-4a62-96a2-ceeb0b069993 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-5f7a5ef3-e2e0-4e01-ab05-151edca9be9a {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
min-height: 350px;
background-position: center center;
}








#s-5f7a5ef3-e2e0-4e01-ab05-151edca9be9a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-5f7a5ef3-e2e0-4e01-ab05-151edca9be9a.shg-box.shg-c {
  justify-content: center;
}

#s-dc21a433-b23b-4fc6-b591-8c8ded6036df {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-dc21a433-b23b-4fc6-b591-8c8ded6036df .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-dc21a433-b23b-4fc6-b591-8c8ded6036df .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-feaef507-56b6-46b7-9f6a-e8c5aa58b9ef {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 25px;
margin-right: 0px;
min-height: 350px;
background-position: center center;
}








#s-feaef507-56b6-46b7-9f6a-e8c5aa58b9ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.33;
}#s-feaef507-56b6-46b7-9f6a-e8c5aa58b9ef.shg-box.shg-c {
  justify-content: center;
}

#s-06c61827-e9dc-4f7b-80f2-3cbb108d0169 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
}

#s-06c61827-e9dc-4f7b-80f2-3cbb108d0169 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-06c61827-e9dc-4f7b-80f2-3cbb108d0169 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}


#s-67cfcb12-6648-4b9c-b196-f2ccdfad462c {
  margin-top: -50px;
margin-bottom: -50px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-67cfcb12-6648-4b9c-b196-f2ccdfad462c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(236, 223, 223, 1);
}

#s-9e8635c0-8308-4cb5-9ef4-9b2869755253 {
  margin-top: 100px;
margin-left: 10%;
margin-bottom: 100px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e8635c0-8308-4cb5-9ef4-9b2869755253 {
  margin-top: 60px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-9e8635c0-8308-4cb5-9ef4-9b2869755253 {
  margin-top: 60px;
margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
}
}







#s-9e8635c0-8308-4cb5-9ef4-9b2869755253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e8635c0-8308-4cb5-9ef4-9b2869755253.shg-box.shg-c {
  justify-content: center;
}

#s-3baa6dce-40a9-495b-b66d-f2d448b42c02 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-3baa6dce-40a9-495b-b66d-f2d448b42c02 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-87c32992-5142-4ee1-9878-6b3c018d8473 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-87c32992-5142-4ee1-9878-6b3c018d8473 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-87c32992-5142-4ee1-9878-6b3c018d8473 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: Sarabun;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5956f0e4-25c8-4f9f-b2f4-f107fa2dffcc {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-5956f0e4-25c8-4f9f-b2f4-f107fa2dffcc .shogun-form-box {
  padding: 10px;
}

#s-5956f0e4-25c8-4f9f-b2f4-f107fa2dffcc .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-5956f0e4-25c8-4f9f-b2f4-f107fa2dffcc .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: ;
  color: #008000;
  font-family: Sarabun;
  font-weight: 500;
  line-height: 3em;
  
  justify-content: center;
}

#s-5956f0e4-25c8-4f9f-b2f4-f107fa2dffcc .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-5956f0e4-25c8-4f9f-b2f4-f107fa2dffcc .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-5956f0e4-25c8-4f9f-b2f4-f107fa2dffcc .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #ff0000;
  
  
  line-height: 3em;
  
  
}

#s-5956f0e4-25c8-4f9f-b2f4-f107fa2dffcc .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
@media (min-width: 0px) {
[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddbf34e6-c02f-4b0e-91bf-99877c6c81a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a7e39e2-ad52-4976-9747-e67e1e2b3d15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.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-5a1e82ac-7ec9-496c-87fb-c96147491c30 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5a1e82ac-7ec9-496c-87fb-c96147491c30  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(234, 223, 223, 1);
  border-radius: 4px;
  
  
  font-size: 18px;
  font-style: normal;
  color: rgba(159, 92, 93, 1);
  font-family: Sarabun;
  font-weight: normal;
  line-height: 1.75em;
  
}

#s-5a1e82ac-7ec9-496c-87fb-c96147491c30  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 18px;
  font-style: ;
  color: rgba(192, 159, 159, 1);
  font-family: Sarabun;
  font-weight: ;
  
  
}

#s-5a1e82ac-7ec9-496c-87fb-c96147491c30  .shogun-form-text-input-field:-ms-input-placeholder {
  font-size: 18px;
  font-style: ;
  color: rgba(192, 159, 159, 1);
  font-family: Sarabun;
  font-weight: ;
  
  
}

#s-5a1e82ac-7ec9-496c-87fb-c96147491c30  .shogun-form-text-input-field::placeholder {
  font-size: 18px;
  font-style: ;
  color: rgba(192, 159, 159, 1);
  font-family: Sarabun;
  font-weight: ;
  
  
}


#s-5a1e82ac-7ec9-496c-87fb-c96147491c30 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(234, 223, 223, 1);
  border-radius: 2px;
  
  color: rgba(159, 92, 93, 1);
}



#s-5a1e82ac-7ec9-496c-87fb-c96147491c30 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(151, 125, 124, 1);
  border-radius: 2px;
  
  color: rgba(159, 92, 93, 1);
}


.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-57dc66cd-d567-48b0-9434-34383eabd03d {
  border-style: solid;
margin-top: 5px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 4px;
color: #FFFFFF;
background-color: rgba(150, 95, 95, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Sarabun;
font-weight: 600;
font-size: 18px;
}
#s-57dc66cd-d567-48b0-9434-34383eabd03d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: rgba(171, 126, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-57dc66cd-d567-48b0-9434-34383eabd03d:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: rgba(120, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-57dc66cd-d567-48b0-9434-34383eabd03d {
  margin-top: 20px;
}
}
#s-57dc66cd-d567-48b0-9434-34383eabd03d[disabled],
#s-57dc66cd-d567-48b0-9434-34383eabd03d[disabled]:hover,
#s-57dc66cd-d567-48b0-9434-34383eabd03d[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-57dc66cd-d567-48b0-9434-34383eabd03d {
  display:  block ;
  width:  100% ;
}


/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
