.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: ;
}

.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-28b8fbf6-cd2b-4fd5-ab60-11065a27d14a {
  text-align: center;
}







  #s-28b8fbf6-cd2b-4fd5-ab60-11065a27d14a img.shogun-image {
    

    
    
    
  }


#s-28b8fbf6-cd2b-4fd5-ab60-11065a27d14a .shogun-image-content {
  
    align-items: center;
  
}

#s-a69148c5-2df7-491b-b67b-3786ec143085 {
  margin-top: 14px;
margin-bottom: 11px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-cba8e458-c69d-4bda-aca0-a782230adeaa {
  margin-top: 7px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-cba8e458-c69d-4bda-aca0-a782230adeaa {
  margin-bottom: 0px;
}
}

  #s-cba8e458-c69d-4bda-aca0-a782230adeaa .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 7px solid #DDDDDD;
  }
  #s-cba8e458-c69d-4bda-aca0-a782230adeaa .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 7px solid #ddd;
  }
#s-cba8e458-c69d-4bda-aca0-a782230adeaa .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-cba8e458-c69d-4bda-aca0-a782230adeaa .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-cba8e458-c69d-4bda-aca0-a782230adeaa .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 7px);
  left: 7px;
  bottom: -7px;
  height: 7px;
  background: #F4F4F4;
}

#s-cba8e458-c69d-4bda-aca0-a782230adeaa .shogun-tabs-body {
  margin-top: -7px;
  border-top: 7px solid #ddd;
}

.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-aad74513-cd31-4f41-93fc-f466f32227ba {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-aad74513-cd31-4f41-93fc-f466f32227ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aad74513-cd31-4f41-93fc-f466f32227ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-aad74513-cd31-4f41-93fc-f466f32227ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-aad74513-cd31-4f41-93fc-f466f32227ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-aad74513-cd31-4f41-93fc-f466f32227ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-aad74513-cd31-4f41-93fc-f466f32227ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.5px);
}

[id="s-aad74513-cd31-4f41-93fc-f466f32227ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.5px);
}

}

#s-ebd2979a-29ca-40e1-8fa0-f5736c7cfc8a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-ebd2979a-29ca-40e1-8fa0-f5736c7cfc8a img.shogun-image {
    

    
    
    
  }


#s-ebd2979a-29ca-40e1-8fa0-f5736c7cfc8a .shogun-image-content {
  
    align-items: center;
  
}

#s-25e6ba6f-9ecb-4cdb-8b9c-fd48e9c9d987 {
  margin-top: 19px;
margin-left: 0px;
margin-bottom: 19px;
margin-right: 105px;
}
@media (max-width: 767px){#s-25e6ba6f-9ecb-4cdb-8b9c-fd48e9c9d987 {
  margin-left: 33px;
margin-right: 33px;
}
}
#s-6127d011-c9dd-4330-a846-0b574998a5b7 {
  text-align: center;
}
@media (max-width: 767px){#s-6127d011-c9dd-4330-a846-0b574998a5b7 {
  margin-left: 0%;
margin-right: 0%;
}
}






  #s-6127d011-c9dd-4330-a846-0b574998a5b7 img.shogun-image {
    

    
    
    
  }


#s-6127d011-c9dd-4330-a846-0b574998a5b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dedb75e-b0d6-4278-bee8-43ab1154bf43 {
  margin-left: 18px;
margin-right: 18px;
}

.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-568d3d6d-588b-4412-ab26-f569ca722f7d {
  background-repeat: repeat;
background-size: contain;
margin-top: 61px;
margin-bottom: 5px;
padding-top: 45px;
padding-left: 55px;
padding-bottom: 45px;
padding-right: 55px;
min-height: 50px;
background-position: center center;
}








#s-568d3d6d-588b-4412-ab26-f569ca722f7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-568d3d6d-588b-4412-ab26-f569ca722f7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8107f66b-b320-4096-9436-691763d0e195 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8107f66b-b320-4096-9436-691763d0e195"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8107f66b-b320-4096-9436-691763d0e195"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8107f66b-b320-4096-9436-691763d0e195"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8107f66b-b320-4096-9436-691763d0e195"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8107f66b-b320-4096-9436-691763d0e195"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8107f66b-b320-4096-9436-691763d0e195"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8107f66b-b320-4096-9436-691763d0e195"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-3c94ab97-ca55-43d9-be22-e3bace1be1de {
  margin-top: -24px;
margin-bottom: -24px;
border-radius: 7px;
text-align: center;
}
@media (max-width: 767px){#s-3c94ab97-ca55-43d9-be22-e3bace1be1de {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 300px;
}
}






  #s-3c94ab97-ca55-43d9-be22-e3bace1be1de img.shogun-image {
    

    
    
    
  }


#s-3c94ab97-ca55-43d9-be22-e3bace1be1de .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-1b227013-cad9-4825-9d57-e51201970f90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1b227013-cad9-4825-9d57-e51201970f90 {
  padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}
}
#s-1b227013-cad9-4825-9d57-e51201970f90 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  600 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-1b227013-cad9-4825-9d57-e51201970f90 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  600 ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  font-size: 28px;
  
  
  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-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-22bba887-2b44-453b-ac1c-d2409573350c {
  box-shadow:0px 10px 15px 1px rgba(123, 132, 131, 1);
margin-top: 16px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(123, 132, 131, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-22bba887-2b44-453b-ac1c-d2409573350c: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: rgba(123, 132, 131, 1) !important;
background-color: rgba(17, 205, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-22bba887-2b44-453b-ac1c-d2409573350c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 173, 168, 1) !important;}

  #s-22bba887-2b44-453b-ac1c-d2409573350c-root {
    text-align: center;
  }


#s-22bba887-2b44-453b-ac1c-d2409573350c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22bba887-2b44-453b-ac1c-d2409573350c-root {
    text-align: center;
  }


#s-22bba887-2b44-453b-ac1c-d2409573350c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22bba887-2b44-453b-ac1c-d2409573350c-root {
    text-align: center;
  }


#s-22bba887-2b44-453b-ac1c-d2409573350c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22bba887-2b44-453b-ac1c-d2409573350c-root {
    text-align: center;
  }


#s-22bba887-2b44-453b-ac1c-d2409573350c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22bba887-2b44-453b-ac1c-d2409573350c-root {
    text-align: center;
  }


#s-22bba887-2b44-453b-ac1c-d2409573350c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-7d7415d3-f425-4555-b948-616427148dad {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-f5717cf7-cbe8-44af-80fb-286711a3ee12 {
  min-height: 50px;
}








#s-f5717cf7-cbe8-44af-80fb-286711a3ee12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5717cf7-cbe8-44af-80fb-286711a3ee12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-386ee5bc-9eb8-4fbf-a908-fe5c8680b5e6 {
  min-height: 50px;
}








#s-386ee5bc-9eb8-4fbf-a908-fe5c8680b5e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-386ee5bc-9eb8-4fbf-a908-fe5c8680b5e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bacfaa9-3eae-4277-b812-45847243565a {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -21px;
margin-right: auto;
padding-top: 75px;
padding-bottom: 75px;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-4bacfaa9-3eae-4277-b812-45847243565a {
  margin-left: 17%;
margin-right: 17%;
}
}







#s-4bacfaa9-3eae-4277-b812-45847243565a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bacfaa9-3eae-4277-b812-45847243565a {
  cursor: pointer;
}#s-4bacfaa9-3eae-4277-b812-45847243565a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd468849-851f-4a92-9e58-7a794601f74a {
  text-align: center;
}

#s-dd468849-851f-4a92-9e58-7a794601f74a .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  700 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.5em;
  
  
}



#s-e3c282dd-9fad-4395-8b27-5ff53f44f721 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 10px;
text-align: center;
}

#s-e3c282dd-9fad-4395-8b27-5ff53f44f721 .shogun-heading-component h4 {
  color: rgba(131, 51, 51, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 2px;
  
}



#s-d01633a4-ab2b-4bc7-a3a2-adc7cd61c62a {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-ae9bb5ea-ab2f-43df-81c1-8afa85697ad9 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
background-color: rgba(246, 232, 216, 0);
}

@media (min-width: 0px) {
[id="s-ae9bb5ea-ab2f-43df-81c1-8afa85697ad9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae9bb5ea-ab2f-43df-81c1-8afa85697ad9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ae9bb5ea-ab2f-43df-81c1-8afa85697ad9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae9bb5ea-ab2f-43df-81c1-8afa85697ad9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1c105fd7-d70e-49ec-b399-185a2a521950 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 232, 216, 1);
}








#s-1c105fd7-d70e-49ec-b399-185a2a521950 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c105fd7-d70e-49ec-b399-185a2a521950.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8de99167-f9bc-47e9-bc11-4e5e2a724f42 {
  text-align: center;
}







  #s-8de99167-f9bc-47e9-bc11-4e5e2a724f42 img.shogun-image {
    

    
    
    
  }


#s-8de99167-f9bc-47e9-bc11-4e5e2a724f42 .shogun-image-content {
  
    align-items: center;
  
}

#s-5659a761-7244-43c0-ab4d-1eac08e02e46 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}

#s-ebb20379-472b-4704-8c3e-11886cd345a4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 232, 216, 1);
}








#s-ebb20379-472b-4704-8c3e-11886cd345a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebb20379-472b-4704-8c3e-11886cd345a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-715b83ba-697b-4165-b23d-b09ec3cd65a4 {
  text-align: center;
}







  #s-715b83ba-697b-4165-b23d-b09ec3cd65a4 img.shogun-image {
    

    
    
    
  }


#s-715b83ba-697b-4165-b23d-b09ec3cd65a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa9dcbbe-78ac-42d0-b665-95781a5b56ff {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}

#s-e1409440-4b4d-443e-a186-4f07e4781419 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 232, 216, 1);
}








#s-e1409440-4b4d-443e-a186-4f07e4781419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1409440-4b4d-443e-a186-4f07e4781419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f63189f-538b-4370-8206-0ac04c1950b2 {
  text-align: center;
}







  #s-1f63189f-538b-4370-8206-0ac04c1950b2 img.shogun-image {
    

    
    
    
  }


#s-1f63189f-538b-4370-8206-0ac04c1950b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7111236e-6675-4cce-b608-f3e529cdaa44 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}

#s-fd7b4099-2a25-476e-b954-6df959c06a08 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 900px;
}

#s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0 {
  box-shadow:1px 7px 15px 1px rgba(123, 132, 131, 1);
margin-top: 33px;
margin-bottom: 33px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(123, 132, 131, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
}
#s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0:hover {box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(123, 132, 131, 1) !important;
border-radius: 0px !important;
background-color: rgba(17, 205, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0:active {background-color: rgba(68, 201, 201, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0-root {
    text-align: center;
  }


#s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0-root {
    text-align: center;
  }


#s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0-root {
    text-align: center;
  }


#s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0-root {
    text-align: center;
  }


#s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0-root {
    text-align: center;
  }


#s-2a6f75c8-7f83-44d7-ba5b-3165891e2ff0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}
#s-eddfd2c9-c1fc-46a5-890e-37ebd6a0773f {
  margin-top: 0px;
padding-top: 0px;
min-height: 120px;
background-color: rgba(246, 232, 216, 1);
}
@media (max-width: 767px){#s-eddfd2c9-c1fc-46a5-890e-37ebd6a0773f {
  display: none;
}
#s-eddfd2c9-c1fc-46a5-890e-37ebd6a0773f, #wrap-s-eddfd2c9-c1fc-46a5-890e-37ebd6a0773f { display:none !important; }}







#s-eddfd2c9-c1fc-46a5-890e-37ebd6a0773f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eddfd2c9-c1fc-46a5-890e-37ebd6a0773f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8acfe65a-161d-4b46-b4f7-0bcc3b3bacb8 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-8acfe65a-161d-4b46-b4f7-0bcc3b3bacb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 27.5px);
}

}

@media (min-width: 768px) {
[id="s-8acfe65a-161d-4b46-b4f7-0bcc3b3bacb8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 45.833333333333336px);
}

}

@media (min-width: 992px) {
[id="s-8acfe65a-161d-4b46-b4f7-0bcc3b3bacb8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 45.833333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-8acfe65a-161d-4b46-b4f7-0bcc3b3bacb8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 45.833333333333336px);
}

}

#s-ea463b9d-4d0c-49c5-85fa-0a42bfc6d46e {
  text-align: center;
}







  #s-ea463b9d-4d0c-49c5-85fa-0a42bfc6d46e img.shogun-image {
    

    
    
    
  }


#s-ea463b9d-4d0c-49c5-85fa-0a42bfc6d46e .shogun-image-content {
  
    align-items: center;
  
}

#s-e8de7b47-4e2a-40de-b795-a184fd2b75a7 {
  margin-top: 18px;
margin-bottom: 18px;
}







  #s-e8de7b47-4e2a-40de-b795-a184fd2b75a7 img.shogun-image {
    

    
    
    
  }


#s-e8de7b47-4e2a-40de-b795-a184fd2b75a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d80c648-9144-43b6-8f28-0ac084551b7c {
  margin-top: 18px;
margin-bottom: 18px;
text-align: center;
}







  #s-8d80c648-9144-43b6-8f28-0ac084551b7c img.shogun-image {
    

    
    
    
  }


#s-8d80c648-9144-43b6-8f28-0ac084551b7c .shogun-image-content {
  
    align-items: center;
  
}

#s-2dee5057-781b-47d6-ae04-385f4e72bd53 {
  text-align: center;
}







  #s-2dee5057-781b-47d6-ae04-385f4e72bd53 img.shogun-image {
    

    
    
    
  }


#s-2dee5057-781b-47d6-ae04-385f4e72bd53 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b41644e-3b32-4071-9b08-32867114a8b3 {
  text-align: center;
}







  #s-1b41644e-3b32-4071-9b08-32867114a8b3 img.shogun-image {
    

    
    
    
  }


#s-1b41644e-3b32-4071-9b08-32867114a8b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-50b8c00b-28e2-49f0-82e3-e7ca5ef4cba7 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-50b8c00b-28e2-49f0-82e3-e7ca5ef4cba7 img.shogun-image {
    

    
    
    
  }


#s-50b8c00b-28e2-49f0-82e3-e7ca5ef4cba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-744c2780-a8df-468d-b9d2-b67d954f2bb5 {
  margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
}
@media (max-width: 767px){#s-744c2780-a8df-468d-b9d2-b67d954f2bb5 {
  margin-left: 35px;
margin-right: 35px;
}
}
@media (min-width: 0px) {
[id="s-744c2780-a8df-468d-b9d2-b67d954f2bb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-744c2780-a8df-468d-b9d2-b67d954f2bb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-744c2780-a8df-468d-b9d2-b67d954f2bb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-744c2780-a8df-468d-b9d2-b67d954f2bb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-744c2780-a8df-468d-b9d2-b67d954f2bb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-744c2780-a8df-468d-b9d2-b67d954f2bb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-744c2780-a8df-468d-b9d2-b67d954f2bb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-e14e6feb-a9e6-4c6f-82d0-810959130280 {
  margin-top: 50px;
}
@media (max-width: 767px){#s-e14e6feb-a9e6-4c6f-82d0-810959130280 {
  padding-left: 25px;
padding-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-e14e6feb-a9e6-4c6f-82d0-810959130280"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e14e6feb-a9e6-4c6f-82d0-810959130280"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e14e6feb-a9e6-4c6f-82d0-810959130280"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e14e6feb-a9e6-4c6f-82d0-810959130280"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e14e6feb-a9e6-4c6f-82d0-810959130280"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e14e6feb-a9e6-4c6f-82d0-810959130280"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e14e6feb-a9e6-4c6f-82d0-810959130280"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6f5222bc-10e0-496b-957e-6a43f17db481 {
  text-align: center;
}
@media (max-width: 767px){#s-6f5222bc-10e0-496b-957e-6a43f17db481 {
  max-width: 75px;
display: none;
}
#s-6f5222bc-10e0-496b-957e-6a43f17db481, #wrap-s-6f5222bc-10e0-496b-957e-6a43f17db481 { display:none !important; }}






  #s-6f5222bc-10e0-496b-957e-6a43f17db481 img.shogun-image {
    

    
    
    
  }


#s-6f5222bc-10e0-496b-957e-6a43f17db481 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e4ae1fe-71fb-4f5f-b239-0a05f415e7f7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6e4ae1fe-71fb-4f5f-b239-0a05f415e7f7 {
  margin-top: -1px;
margin-left: 0px;
margin-bottom: -1px;
margin-right: 0px;
}
}
#s-6e4ae1fe-71fb-4f5f-b239-0a05f415e7f7 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: -2px;
  text-align: left;
}



#s-4f4c6952-f103-4956-9fae-8094882625c8 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}

#s-4f4c6952-f103-4956-9fae-8094882625c8 .shogun-heading-component h5 {
  color: rgba(210, 117, 29, 1);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-27b23f9f-de46-4a2a-8ec9-d207e2d50231 {
  margin-right: 55px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-27b23f9f-de46-4a2a-8ec9-d207e2d50231 {
  margin-right: 0px;
}
}
#s-27b23f9f-de46-4a2a-8ec9-d207e2d50231 .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  
  text-align: left;
}



#s-3deacfae-2f7a-494b-891c-f5d229577d56 {
  box-shadow:1px 20px 60px 1px rgba(212, 173, 137, 0.47);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 500px;
text-align: center;
}
@media (max-width: 767px){#s-3deacfae-2f7a-494b-891c-f5d229577d56 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}
}






  #s-3deacfae-2f7a-494b-891c-f5d229577d56 img.shogun-image {
    

    
    
    
  }


#s-3deacfae-2f7a-494b-891c-f5d229577d56 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2e71854-901a-4ed7-8980-2e5869549568 {
  box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(123, 132, 131, 1);
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b2e71854-901a-4ed7-8980-2e5869549568:hover {box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(123, 132, 131, 1) !important;
border-radius: 0px !important;
background-color: rgba(17, 205, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b2e71854-901a-4ed7-8980-2e5869549568:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(68, 201, 201, 1) !important;}

  #s-b2e71854-901a-4ed7-8980-2e5869549568-root {
    text-align: center;
  }


#s-b2e71854-901a-4ed7-8980-2e5869549568.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2e71854-901a-4ed7-8980-2e5869549568-root {
    text-align: center;
  }


#s-b2e71854-901a-4ed7-8980-2e5869549568.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2e71854-901a-4ed7-8980-2e5869549568-root {
    text-align: center;
  }


#s-b2e71854-901a-4ed7-8980-2e5869549568.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2e71854-901a-4ed7-8980-2e5869549568-root {
    text-align: center;
  }


#s-b2e71854-901a-4ed7-8980-2e5869549568.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2e71854-901a-4ed7-8980-2e5869549568-root {
    text-align: center;
  }


#s-b2e71854-901a-4ed7-8980-2e5869549568.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}
#s-aaab2fda-de6f-4402-b22a-d21667e33046 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-aaab2fda-de6f-4402-b22a-d21667e33046 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aaab2fda-de6f-4402-b22a-d21667e33046 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aaab2fda-de6f-4402-b22a-d21667e33046 {
  
}
}@media (max-width: 767px){#s-aaab2fda-de6f-4402-b22a-d21667e33046 {
  
}
}







#s-aaab2fda-de6f-4402-b22a-d21667e33046 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-aaab2fda-de6f-4402-b22a-d21667e33046.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27495168-7c0a-4566-973a-1b9efde64f52 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-27495168-7c0a-4566-973a-1b9efde64f52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27495168-7c0a-4566-973a-1b9efde64f52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-27495168-7c0a-4566-973a-1b9efde64f52 {
  
}
}@media (max-width: 767px){#s-27495168-7c0a-4566-973a-1b9efde64f52 {
  
}
}







#s-27495168-7c0a-4566-973a-1b9efde64f52 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-27495168-7c0a-4566-973a-1b9efde64f52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa981015-3c56-4e31-a39f-cbebcdba7326 {
  box-shadow:0px -7px 15px 10px rgba(246, 232, 216, 1);
margin-left: 0px;
margin-right: 0px;
background-color: rgba(246, 232, 216, 1);
}

@media (min-width: 0px) {
[id="s-fa981015-3c56-4e31-a39f-cbebcdba7326"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa981015-3c56-4e31-a39f-cbebcdba7326"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa981015-3c56-4e31-a39f-cbebcdba7326"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa981015-3c56-4e31-a39f-cbebcdba7326"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fa981015-3c56-4e31-a39f-cbebcdba7326"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b4c1d718-99be-4d54-8554-a8ea8217ca0e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(246, 232, 216, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}
@media (max-width: 767px){#s-b4c1d718-99be-4d54-8554-a8ea8217ca0e {
  margin-top: 15px;
}
}






  #s-b4c1d718-99be-4d54-8554-a8ea8217ca0e img.shogun-image {
    

    
    
    
  }


#s-b4c1d718-99be-4d54-8554-a8ea8217ca0e .shogun-image-content {
  
    align-items: center;
  
}

#s-77c19d69-3626-4149-947b-a229727ede08 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-77c19d69-3626-4149-947b-a229727ede08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77c19d69-3626-4149-947b-a229727ede08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-77c19d69-3626-4149-947b-a229727ede08 {
  
}
}@media (max-width: 767px){#s-77c19d69-3626-4149-947b-a229727ede08 {
  
}
}
#s-77c19d69-3626-4149-947b-a229727ede08 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  
  
  
  
}



#s-19bd513a-7b4a-4490-b002-84120ee11b11 {
  margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198:hover {background-color: rgba(17, 205, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198-root {
    text-align: center;
  }


#s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198-root {
    text-align: center;
  }


#s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198-root {
    text-align: center;
  }


#s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198-root {
    text-align: center;
  }


#s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198-root {
    text-align: center;
  }


#s-bfd8820a-e4a7-42cd-9032-9b7a7b33c198.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-a9c9f812-15b3-4152-abd2-84f0dddeea35 {
  margin-right: 0%;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(246, 232, 216, 1);
border-style: solid;
border-radius: 55px;
text-align: center;
background-color: rgba(246, 232, 216, 1);
}







  #s-a9c9f812-15b3-4152-abd2-84f0dddeea35 img.shogun-image {
    

    
    
    
  }


#s-a9c9f812-15b3-4152-abd2-84f0dddeea35 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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