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

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

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

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

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

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

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

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

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

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

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

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

#s-4d57ac43-db39-43d0-8597-f6f16d98285a {
  min-height: 70px;
background-color: rgba(51, 51, 51, 1);
}
@media (max-width: 767px){#s-4d57ac43-db39-43d0-8597-f6f16d98285a {
  min-height: 60px;
}
}







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

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

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

#s-07c35a97-af51-4225-8eba-a02e661cd197 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07c35a97-af51-4225-8eba-a02e661cd197 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-07c35a97-af51-4225-8eba-a02e661cd197 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-07c35a97-af51-4225-8eba-a02e661cd197 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-07c35a97-af51-4225-8eba-a02e661cd197 .shogun-heading-component h4 a {
  color: rgba(255, 255, 255, 1);
}

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

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

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

@media (min-width: 0px) {
[id="s-02705af1-6277-4f85-9660-5de2cb5551cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02705af1-6277-4f85-9660-5de2cb5551cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-02705af1-6277-4f85-9660-5de2cb5551cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-02705af1-6277-4f85-9660-5de2cb5551cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 760px;
background-position: center center;
}
@media (min-width: 1200px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  min-height: 830px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  min-height: 400px;
}
}
#s-0d114cab-c037-429c-90a2-c9c64f36af19 {
  background-image: url(https://i.shgcdn.com/9b9130a4-0087-460f-87a6-bd23d6e041eb/);
}








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

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







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

#s-e9a4a630-a4f0-4e38-8eb6-57167080333d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e9a4a630-a4f0-4e38-8eb6-57167080333d {
  padding-top: 0px;
}
}
#s-e9a4a630-a4f0-4e38-8eb6-57167080333d .shogun-heading-component h4 {
  color: rgba(255, 3, 3, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



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


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


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


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


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


}
#s-88dc8d2f-fa0a-479f-80bd-fbd7b812cd36 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-88dc8d2f-fa0a-479f-80bd-fbd7b812cd36 .shogun-heading-component h6 {
  color: rgba(153, 153, 153, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: left;
}



.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-cbfb6467-4270-4d8d-9c29-8bea51a7901f {
  border-style: solid;
margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(255, 215, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-cbfb6467-4270-4d8d-9c29-8bea51a7901f:hover {border-radius: 50px !important;
background-color: rgba(255, 215, 96, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cbfb6467-4270-4d8d-9c29-8bea51a7901f:active {border-radius: 50px !important;
background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-cbfb6467-4270-4d8d-9c29-8bea51a7901f {
  margin-top: 20px;
margin-bottom: 10px;
}
}

  #s-cbfb6467-4270-4d8d-9c29-8bea51a7901f-root {
    text-align: center;
  }


#s-cbfb6467-4270-4d8d-9c29-8bea51a7901f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cbfb6467-4270-4d8d-9c29-8bea51a7901f-root {
    text-align: center;
  }


#s-cbfb6467-4270-4d8d-9c29-8bea51a7901f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cbfb6467-4270-4d8d-9c29-8bea51a7901f-root {
    text-align: center;
  }


#s-cbfb6467-4270-4d8d-9c29-8bea51a7901f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cbfb6467-4270-4d8d-9c29-8bea51a7901f-root {
    text-align: center;
  }


#s-cbfb6467-4270-4d8d-9c29-8bea51a7901f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cbfb6467-4270-4d8d-9c29-8bea51a7901f-root {
    text-align: center;
  }


#s-cbfb6467-4270-4d8d-9c29-8bea51a7901f.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-f75b4371-cd7a-46f9-a062-89becb8316b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f75b4371-cd7a-46f9-a062-89becb8316b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f75b4371-cd7a-46f9-a062-89becb8316b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f75b4371-cd7a-46f9-a062-89becb8316b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7b298e63-4fc2-4eb1-82bd-474da440f749 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b298e63-4fc2-4eb1-82bd-474da440f749 {
  min-height: 900px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b298e63-4fc2-4eb1-82bd-474da440f749 {
  min-height: 750px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b298e63-4fc2-4eb1-82bd-474da440f749 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-7b298e63-4fc2-4eb1-82bd-474da440f749 {
  min-height: 450px;
}
}







#s-7b298e63-4fc2-4eb1-82bd-474da440f749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b298e63-4fc2-4eb1-82bd-474da440f749.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-440a58b1-8cac-4b22-960f-92be5095e6ec {
  padding-left: 0%;
padding-right: 0%;
min-height: 80px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-440a58b1-8cac-4b22-960f-92be5095e6ec {
  min-height: 900px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-440a58b1-8cac-4b22-960f-92be5095e6ec {
  min-height: 750px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-440a58b1-8cac-4b22-960f-92be5095e6ec {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-440a58b1-8cac-4b22-960f-92be5095e6ec {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
}
}







#s-440a58b1-8cac-4b22-960f-92be5095e6ec > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-440a58b1-8cac-4b22-960f-92be5095e6ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f3a6c7d-64e6-468e-8c7f-d671268352fc {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5f3a6c7d-64e6-468e-8c7f-d671268352fc {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5f3a6c7d-64e6-468e-8c7f-d671268352fc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5f3a6c7d-64e6-468e-8c7f-d671268352fc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-5f3a6c7d-64e6-468e-8c7f-d671268352fc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  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 {
  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-b3047d77-f4ba-48cb-835f-b7f0d32134bb {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b3047d77-f4ba-48cb-835f-b7f0d32134bb {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-b3047d77-f4ba-48cb-835f-b7f0d32134bb img.shogun-image {
    

    
    
    
  }


#s-b3047d77-f4ba-48cb-835f-b7f0d32134bb .shogun-image-content {
  
    align-items: center;
  
}

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







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

#s-a1e84883-405c-48c3-aa8e-3d438781b930 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 100px;
}

@media (min-width: 0px) {
[id="s-a1e84883-405c-48c3-aa8e-3d438781b930"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-a1e84883-405c-48c3-aa8e-3d438781b930"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a1e84883-405c-48c3-aa8e-3d438781b930"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a1e84883-405c-48c3-aa8e-3d438781b930"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (max-width: 767px){#s-89653f1e-2bae-41e1-bd12-303f1e771a77 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-89653f1e-2bae-41e1-bd12-303f1e771a77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89653f1e-2bae-41e1-bd12-303f1e771a77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-469ef932-d2f3-467d-8aec-9a00b1928ca8 {
  margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-469ef932-d2f3-467d-8aec-9a00b1928ca8 {
  margin-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-469ef932-d2f3-467d-8aec-9a00b1928ca8 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-469ef932-d2f3-467d-8aec-9a00b1928ca8 {
  margin-bottom: 20px;
}
}






  #s-469ef932-d2f3-467d-8aec-9a00b1928ca8 img.shogun-image {
    

    
    
    
  }


#s-469ef932-d2f3-467d-8aec-9a00b1928ca8 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-c3781fbd-d339-4f59-a053-1419da751c16 {
  margin-bottom: 0px;
}
}







#s-c3781fbd-d339-4f59-a053-1419da751c16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3781fbd-d339-4f59-a053-1419da751c16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1344f1a6-31e7-41e3-a44c-aaa881475b95 {
  margin-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1344f1a6-31e7-41e3-a44c-aaa881475b95 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-1344f1a6-31e7-41e3-a44c-aaa881475b95 {
  margin-bottom: 20px;
}
}






  #s-1344f1a6-31e7-41e3-a44c-aaa881475b95 img.shogun-image {
    

    
    
    
  }


#s-1344f1a6-31e7-41e3-a44c-aaa881475b95 .shogun-image-content {
  
    align-items: center;
  
}








#s-39efa6d7-8007-4933-8192-2d091340abcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39efa6d7-8007-4933-8192-2d091340abcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-088a618c-f170-4344-a183-82184459b876 {
  margin-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-088a618c-f170-4344-a183-82184459b876 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-088a618c-f170-4344-a183-82184459b876 {
  margin-bottom: 20px;
}
}






  #s-088a618c-f170-4344-a183-82184459b876 img.shogun-image {
    

    
    
    
  }


#s-088a618c-f170-4344-a183-82184459b876 .shogun-image-content {
  
    align-items: center;
  
}

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



#s-69fedad1-edec-4028-90f9-1c74322a3407 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69fedad1-edec-4028-90f9-1c74322a3407 .shogun-heading-component h6 {
  color: rgba(79, 72, 109, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}



@media (min-width: 0px) {
[id="s-b5f117c8-0909-4e5c-ad66-43a3b54a2194"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5f117c8-0909-4e5c-ad66-43a3b54a2194"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b5f117c8-0909-4e5c-ad66-43a3b54a2194"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5f117c8-0909-4e5c-ad66-43a3b54a2194"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b5f117c8-0909-4e5c-ad66-43a3b54a2194"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9670ee6e-65bd-4bc9-815f-8fcbf157fa52 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9670ee6e-65bd-4bc9-815f-8fcbf157fa52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9670ee6e-65bd-4bc9-815f-8fcbf157fa52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9670ee6e-65bd-4bc9-815f-8fcbf157fa52 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-9670ee6e-65bd-4bc9-815f-8fcbf157fa52 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
min-height: 650px;
}
}







#s-9670ee6e-65bd-4bc9-815f-8fcbf157fa52 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9670ee6e-65bd-4bc9-815f-8fcbf157fa52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6f15c44-a001-44fb-bc76-e4f574b72556 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e6f15c44-a001-44fb-bc76-e4f574b72556 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e6f15c44-a001-44fb-bc76-e4f574b72556 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e6f15c44-a001-44fb-bc76-e4f574b72556 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-e6f15c44-a001-44fb-bc76-e4f574b72556 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-00ef51a5-4608-4127-aa25-b1d51132c454 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-00ef51a5-4608-4127-aa25-b1d51132c454 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-00ef51a5-4608-4127-aa25-b1d51132c454 img.shogun-image {
    

    
    
    
  }


#s-00ef51a5-4608-4127-aa25-b1d51132c454 .shogun-image-content {
  
    align-items: center;
  
}

#s-f218481f-e9b5-4f00-8dc5-48373bffb442 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f218481f-e9b5-4f00-8dc5-48373bffb442 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-f218481f-e9b5-4f00-8dc5-48373bffb442 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-2dad758d-95bb-454e-a089-878aff307cff {
  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-2dad758d-95bb-454e-a089-878aff307cff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dad758d-95bb-454e-a089-878aff307cff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dad758d-95bb-454e-a089-878aff307cff {
  min-height: 300px;
}
}@media (max-width: 767px){#s-2dad758d-95bb-454e-a089-878aff307cff {
  min-height: 350px;
}
}







#s-2dad758d-95bb-454e-a089-878aff307cff > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2dad758d-95bb-454e-a089-878aff307cff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2b9bc0a8-ad55-49d5-b066-683a66fa5063"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b9bc0a8-ad55-49d5-b066-683a66fa5063"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b9bc0a8-ad55-49d5-b066-683a66fa5063"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b9bc0a8-ad55-49d5-b066-683a66fa5063"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7bff4824-2100-409a-8a5d-3c64d3ebb7a1 {
  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-7bff4824-2100-409a-8a5d-3c64d3ebb7a1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bff4824-2100-409a-8a5d-3c64d3ebb7a1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bff4824-2100-409a-8a5d-3c64d3ebb7a1 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-7bff4824-2100-409a-8a5d-3c64d3ebb7a1 {
  margin-top: 20px;
min-height: 350px;
}
}







#s-7bff4824-2100-409a-8a5d-3c64d3ebb7a1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-7bff4824-2100-409a-8a5d-3c64d3ebb7a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4d3aead-a11c-46f3-bf69-d0d40163560b {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a4d3aead-a11c-46f3-bf69-d0d40163560b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4d3aead-a11c-46f3-bf69-d0d40163560b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4d3aead-a11c-46f3-bf69-d0d40163560b {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-a4d3aead-a11c-46f3-bf69-d0d40163560b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
min-height: 720px;
}
}







#s-a4d3aead-a11c-46f3-bf69-d0d40163560b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a4d3aead-a11c-46f3-bf69-d0d40163560b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6047e647-38bf-4109-beb3-848c795dc68e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6047e647-38bf-4109-beb3-848c795dc68e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-6047e647-38bf-4109-beb3-848c795dc68e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6047e647-38bf-4109-beb3-848c795dc68e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-6047e647-38bf-4109-beb3-848c795dc68e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-3e63404a-365b-4ce6-b78e-8a3ce25fb533 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3e63404a-365b-4ce6-b78e-8a3ce25fb533 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-3e63404a-365b-4ce6-b78e-8a3ce25fb533 img.shogun-image {
    

    
    
    
  }


#s-3e63404a-365b-4ce6-b78e-8a3ce25fb533 .shogun-image-content {
  
    align-items: center;
  
}

#s-727a1467-9232-4b64-8f71-fc9557570f56 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-727a1467-9232-4b64-8f71-fc9557570f56 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 30px;
}
}
#s-727a1467-9232-4b64-8f71-fc9557570f56 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a83eecc2-c773-432a-82d7-2d759ccbc9e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a83eecc2-c773-432a-82d7-2d759ccbc9e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a83eecc2-c773-432a-82d7-2d759ccbc9e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a83eecc2-c773-432a-82d7-2d759ccbc9e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a83eecc2-c773-432a-82d7-2d759ccbc9e8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f996061d-17a2-476f-b0d0-5a9e5399ddea {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f996061d-17a2-476f-b0d0-5a9e5399ddea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f996061d-17a2-476f-b0d0-5a9e5399ddea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f996061d-17a2-476f-b0d0-5a9e5399ddea {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-f996061d-17a2-476f-b0d0-5a9e5399ddea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 600px;
}
}







#s-f996061d-17a2-476f-b0d0-5a9e5399ddea > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f996061d-17a2-476f-b0d0-5a9e5399ddea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-135292b5-2f5d-49f2-9ba7-7f8184b516f8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-135292b5-2f5d-49f2-9ba7-7f8184b516f8 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-135292b5-2f5d-49f2-9ba7-7f8184b516f8 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-135292b5-2f5d-49f2-9ba7-7f8184b516f8 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-135292b5-2f5d-49f2-9ba7-7f8184b516f8 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-a1a92509-1a78-4174-88d3-eb1eb2c9a3e6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a1a92509-1a78-4174-88d3-eb1eb2c9a3e6 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-a1a92509-1a78-4174-88d3-eb1eb2c9a3e6 img.shogun-image {
    

    
    
    
  }


#s-a1a92509-1a78-4174-88d3-eb1eb2c9a3e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-12bbe432-e3e7-4ce3-bcbb-0a20746d54c3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-12bbe432-e3e7-4ce3-bcbb-0a20746d54c3 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-12bbe432-e3e7-4ce3-bcbb-0a20746d54c3 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1fcb961d-7b33-4e2f-81d7-3ff06d9b9847 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1fcb961d-7b33-4e2f-81d7-3ff06d9b9847 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-1fcb961d-7b33-4e2f-81d7-3ff06d9b9847 {
  min-height: 350px;
}
}







#s-1fcb961d-7b33-4e2f-81d7-3ff06d9b9847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fcb961d-7b33-4e2f-81d7-3ff06d9b9847.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-39699120-71fd-404c-b837-cf066c354a77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39699120-71fd-404c-b837-cf066c354a77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39699120-71fd-404c-b837-cf066c354a77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39699120-71fd-404c-b837-cf066c354a77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9cc21bfa-1cdf-4ae9-858f-22d9c710e739 {
  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-9cc21bfa-1cdf-4ae9-858f-22d9c710e739 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cc21bfa-1cdf-4ae9-858f-22d9c710e739 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cc21bfa-1cdf-4ae9-858f-22d9c710e739 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-9cc21bfa-1cdf-4ae9-858f-22d9c710e739 {
  margin-top: 20px;
min-height: 350px;
}
}







#s-9cc21bfa-1cdf-4ae9-858f-22d9c710e739 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9cc21bfa-1cdf-4ae9-858f-22d9c710e739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a1a07cb-61ab-4607-82e2-68a4278bf7c1 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6a1a07cb-61ab-4607-82e2-68a4278bf7c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a1a07cb-61ab-4607-82e2-68a4278bf7c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a1a07cb-61ab-4607-82e2-68a4278bf7c1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-6a1a07cb-61ab-4607-82e2-68a4278bf7c1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
min-height: 600px;
}
}







#s-6a1a07cb-61ab-4607-82e2-68a4278bf7c1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-6a1a07cb-61ab-4607-82e2-68a4278bf7c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a171afdd-794e-4730-ae14-c98bc0e67c42 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a171afdd-794e-4730-ae14-c98bc0e67c42 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a171afdd-794e-4730-ae14-c98bc0e67c42 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-a171afdd-794e-4730-ae14-c98bc0e67c42 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-a171afdd-794e-4730-ae14-c98bc0e67c42 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-137d4a5c-78d2-4ae2-8bdf-b2b4d25d0420 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-137d4a5c-78d2-4ae2-8bdf-b2b4d25d0420 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-137d4a5c-78d2-4ae2-8bdf-b2b4d25d0420 img.shogun-image {
    

    
    
    
  }


#s-137d4a5c-78d2-4ae2-8bdf-b2b4d25d0420 .shogun-image-content {
  
    align-items: center;
  
}

#s-5eda310e-c38a-4937-be9b-24e631dac131 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5eda310e-c38a-4937-be9b-24e631dac131 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 30px;
}
}
#s-5eda310e-c38a-4937-be9b-24e631dac131 .shogun-heading-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-17176daf-5d49-41e5-9b0c-3dcb2cc12de8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17176daf-5d49-41e5-9b0c-3dcb2cc12de8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-17176daf-5d49-41e5-9b0c-3dcb2cc12de8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-17176daf-5d49-41e5-9b0c-3dcb2cc12de8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-17176daf-5d49-41e5-9b0c-3dcb2cc12de8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8ef4bb84-8332-47e9-a2fc-ab34d7a44943 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8ef4bb84-8332-47e9-a2fc-ab34d7a44943 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ef4bb84-8332-47e9-a2fc-ab34d7a44943 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ef4bb84-8332-47e9-a2fc-ab34d7a44943 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 500px;
}
}@media (max-width: 767px){#s-8ef4bb84-8332-47e9-a2fc-ab34d7a44943 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 500px;
}
}







#s-8ef4bb84-8332-47e9-a2fc-ab34d7a44943 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8ef4bb84-8332-47e9-a2fc-ab34d7a44943.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45608c41-d1a2-4d26-a8e6-3dc57d44ec8c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-45608c41-d1a2-4d26-a8e6-3dc57d44ec8c {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-45608c41-d1a2-4d26-a8e6-3dc57d44ec8c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-45608c41-d1a2-4d26-a8e6-3dc57d44ec8c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-45608c41-d1a2-4d26-a8e6-3dc57d44ec8c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-78aa292b-8eae-45c5-9071-24a7e0f34485 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-78aa292b-8eae-45c5-9071-24a7e0f34485 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-78aa292b-8eae-45c5-9071-24a7e0f34485 img.shogun-image {
    

    
    
    
  }


#s-78aa292b-8eae-45c5-9071-24a7e0f34485 .shogun-image-content {
  
    align-items: center;
  
}

#s-3432d656-58b8-426b-86c9-5be0e4ea0346 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3432d656-58b8-426b-86c9-5be0e4ea0346 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-3432d656-58b8-426b-86c9-5be0e4ea0346 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-3b3d7209-7333-4de8-b6c2-1b7e1583bbb9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b3d7209-7333-4de8-b6c2-1b7e1583bbb9 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-3b3d7209-7333-4de8-b6c2-1b7e1583bbb9 {
  min-height: 350px;
}
}







#s-3b3d7209-7333-4de8-b6c2-1b7e1583bbb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b3d7209-7333-4de8-b6c2-1b7e1583bbb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1e567de-7634-496a-97c8-e8cb74286ca8 {
  padding-top: 50px;
padding-left: 20%;
padding-bottom: 50px;
padding-right: 20%;
min-height: 200px;
background-attachment: scroll;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e1e567de-7634-496a-97c8-e8cb74286ca8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e1e567de-7634-496a-97c8-e8cb74286ca8 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-e1e567de-7634-496a-97c8-e8cb74286ca8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
}#s-e1e567de-7634-496a-97c8-e8cb74286ca8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6620e89b-4a16-4216-87c6-e97c8b948f02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6620e89b-4a16-4216-87c6-e97c8b948f02 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6620e89b-4a16-4216-87c6-e97c8b948f02 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-6620e89b-4a16-4216-87c6-e97c8b948f02 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
#s-612c6b65-a473-452b-97df-9af010b690c1 {
  margin-top: 0px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-radius: 50px;
background-color: rgba(255, 215, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-612c6b65-a473-452b-97df-9af010b690c1:hover {border-radius: 50px !important;
background-color: rgba(255, 215, 96, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-612c6b65-a473-452b-97df-9af010b690c1:active {border-radius: 50px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-612c6b65-a473-452b-97df-9af010b690c1 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-612c6b65-a473-452b-97df-9af010b690c1 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
}

  #s-612c6b65-a473-452b-97df-9af010b690c1-root {
    text-align: center;
  }


#s-612c6b65-a473-452b-97df-9af010b690c1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
@media (min-width: 1200px){
  #s-612c6b65-a473-452b-97df-9af010b690c1-root {
    text-align: center;
  }


#s-612c6b65-a473-452b-97df-9af010b690c1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-612c6b65-a473-452b-97df-9af010b690c1-root {
    text-align: center;
  }


#s-612c6b65-a473-452b-97df-9af010b690c1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-612c6b65-a473-452b-97df-9af010b690c1-root {
    text-align: center;
  }


#s-612c6b65-a473-452b-97df-9af010b690c1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (max-width: 767px){
  #s-612c6b65-a473-452b-97df-9af010b690c1-root {
    text-align: center;
  }


#s-612c6b65-a473-452b-97df-9af010b690c1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}
#s-b5d446a5-1169-4b8b-8047-f01776823042 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-bottom: 40px;
padding-left: 10%;
padding-right: 10%;
min-height: 100px;
background-position: center center;
}
@media (max-width: 767px){#s-b5d446a5-1169-4b8b-8047-f01776823042 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-b5d446a5-1169-4b8b-8047-f01776823042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5d446a5-1169-4b8b-8047-f01776823042.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93c67f84-f5f7-4007-8ba7-e5065c3580c2 {
  padding-left: 0px;
padding-right: 0px;
min-height: 220px;
background-color: rgba(252, 251, 248, 1);
}
@media (max-width: 767px){#s-93c67f84-f5f7-4007-8ba7-e5065c3580c2 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 180px;
}
}







#s-93c67f84-f5f7-4007-8ba7-e5065c3580c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93c67f84-f5f7-4007-8ba7-e5065c3580c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ff167d1-b7a8-408f-a499-ecc30560713f {
  margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-4ff167d1-b7a8-408f-a499-ecc30560713f {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ff167d1-b7a8-408f-a499-ecc30560713f {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-4ff167d1-b7a8-408f-a499-ecc30560713f {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-4ff167d1-b7a8-408f-a499-ecc30560713f .shogun-heading-component h5 {
  color: rgba(168, 97, 68, 1);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-ea98dbe2-15c3-4105-a2f7-05e96713c731 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ea98dbe2-15c3-4105-a2f7-05e96713c731 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 10px;
margin-right: 12%;
}
}
#s-ea98dbe2-15c3-4105-a2f7-05e96713c731 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ea98dbe2-15c3-4105-a2f7-05e96713c731 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-ea98dbe2-15c3-4105-a2f7-05e96713c731 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


}
@media (min-width: 768px) and (max-width: 991px){#s-46f5854c-ef24-402a-8c28-34ab28e4d7df {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-46f5854c-ef24-402a-8c28-34ab28e4d7df {
  padding-top: 0%;
padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-46f5854c-ef24-402a-8c28-34ab28e4d7df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46f5854c-ef24-402a-8c28-34ab28e4d7df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46f5854c-ef24-402a-8c28-34ab28e4d7df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46f5854c-ef24-402a-8c28-34ab28e4d7df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-46f5854c-ef24-402a-8c28-34ab28e4d7df"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b2aaee58-5655-4db4-882a-21668d0e9572 {
  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-b2aaee58-5655-4db4-882a-21668d0e9572 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2aaee58-5655-4db4-882a-21668d0e9572 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2aaee58-5655-4db4-882a-21668d0e9572 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-b2aaee58-5655-4db4-882a-21668d0e9572 {
  min-height: 350px;
}
}







#s-b2aaee58-5655-4db4-882a-21668d0e9572 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b2aaee58-5655-4db4-882a-21668d0e9572.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9dc585a-1a9b-42f9-980b-ba8fc6c89224 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c9dc585a-1a9b-42f9-980b-ba8fc6c89224 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9dc585a-1a9b-42f9-980b-ba8fc6c89224 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9dc585a-1a9b-42f9-980b-ba8fc6c89224 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 480px;
}
}@media (max-width: 767px){#s-c9dc585a-1a9b-42f9-980b-ba8fc6c89224 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
min-height: 100%;
}
}







#s-c9dc585a-1a9b-42f9-980b-ba8fc6c89224 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c9dc585a-1a9b-42f9-980b-ba8fc6c89224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce9682c3-17b1-4bfb-9012-eceae5461c3e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ce9682c3-17b1-4bfb-9012-eceae5461c3e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-ce9682c3-17b1-4bfb-9012-eceae5461c3e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ce9682c3-17b1-4bfb-9012-eceae5461c3e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-ce9682c3-17b1-4bfb-9012-eceae5461c3e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-d761078e-f766-47cd-9eb1-21760f14e15b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d761078e-f766-47cd-9eb1-21760f14e15b {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-d761078e-f766-47cd-9eb1-21760f14e15b img.shogun-image {
    

    
    
    
  }


#s-d761078e-f766-47cd-9eb1-21760f14e15b .shogun-image-content {
  
    align-items: center;
  
}

#s-bf3af45e-f814-48f9-9a85-f2997b8946d4 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-bf3af45e-f814-48f9-9a85-f2997b8946d4 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-bf3af45e-f814-48f9-9a85-f2997b8946d4 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-5972d1e4-6dce-419d-bd42-809b41dd05d6 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-5972d1e4-6dce-419d-bd42-809b41dd05d6 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-5972d1e4-6dce-419d-bd42-809b41dd05d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5972d1e4-6dce-419d-bd42-809b41dd05d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5972d1e4-6dce-419d-bd42-809b41dd05d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5972d1e4-6dce-419d-bd42-809b41dd05d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9d06fb95-58d9-40cf-b750-09822c75bb82 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9d06fb95-58d9-40cf-b750-09822c75bb82 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d06fb95-58d9-40cf-b750-09822c75bb82 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9d06fb95-58d9-40cf-b750-09822c75bb82 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 400px;
}
}@media (max-width: 767px){#s-9d06fb95-58d9-40cf-b750-09822c75bb82 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 30px;
min-height: 100%;
}
}







#s-9d06fb95-58d9-40cf-b750-09822c75bb82 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9d06fb95-58d9-40cf-b750-09822c75bb82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19f48e22-9b71-4af7-a6de-a7266d612d2e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-19f48e22-9b71-4af7-a6de-a7266d612d2e {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-19f48e22-9b71-4af7-a6de-a7266d612d2e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-19f48e22-9b71-4af7-a6de-a7266d612d2e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-19f48e22-9b71-4af7-a6de-a7266d612d2e .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-91db0e43-ecaa-4b14-9f39-0498841d5935 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-91db0e43-ecaa-4b14-9f39-0498841d5935 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-91db0e43-ecaa-4b14-9f39-0498841d5935 img.shogun-image {
    

    
    
    
  }


#s-91db0e43-ecaa-4b14-9f39-0498841d5935 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e4a65d2-85a5-473e-9fc1-61ab4950d5db {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1e4a65d2-85a5-473e-9fc1-61ab4950d5db {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-1e4a65d2-85a5-473e-9fc1-61ab4950d5db .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-edfe3bd4-a624-4143-81cb-5074e9e34dbe {
  background-repeat: no-repeat;
background-size: contain;
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-edfe3bd4-a624-4143-81cb-5074e9e34dbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edfe3bd4-a624-4143-81cb-5074e9e34dbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-edfe3bd4-a624-4143-81cb-5074e9e34dbe {
  min-height: 300px;
}
}@media (max-width: 767px){#s-edfe3bd4-a624-4143-81cb-5074e9e34dbe {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 400px;
}
}







#s-edfe3bd4-a624-4143-81cb-5074e9e34dbe > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-edfe3bd4-a624-4143-81cb-5074e9e34dbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f27fe1f7-2a7b-4a92-b3aa-c43b1a48ca58 {
  padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(252, 251, 248, 1);
}
@media (min-width: 1200px){#s-f27fe1f7-2a7b-4a92-b3aa-c43b1a48ca58 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f27fe1f7-2a7b-4a92-b3aa-c43b1a48ca58 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f27fe1f7-2a7b-4a92-b3aa-c43b1a48ca58 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-f27fe1f7-2a7b-4a92-b3aa-c43b1a48ca58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f27fe1f7-2a7b-4a92-b3aa-c43b1a48ca58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25a5e4df-e1d3-445b-bb29-8f5b521f2c0d {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-25a5e4df-e1d3-445b-bb29-8f5b521f2c0d {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-25a5e4df-e1d3-445b-bb29-8f5b521f2c0d {
  padding-bottom: 20px;
}
}
#s-25a5e4df-e1d3-445b-bb29-8f5b521f2c0d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-25a5e4df-e1d3-445b-bb29-8f5b521f2c0d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-25a5e4df-e1d3-445b-bb29-8f5b521f2c0d .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
@media (min-width: 0px) {
[id="s-edeabaa2-b07e-415d-b798-a4ab81aaa739"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edeabaa2-b07e-415d-b798-a4ab81aaa739"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-edeabaa2-b07e-415d-b798-a4ab81aaa739"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-edeabaa2-b07e-415d-b798-a4ab81aaa739"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-fa4b8721-a85a-48f4-90dc-88e9d50633d4 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-fa4b8721-a85a-48f4-90dc-88e9d50633d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa4b8721-a85a-48f4-90dc-88e9d50633d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e41ef10-66c0-443a-944a-4e165684844c {
  margin-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-2e41ef10-66c0-443a-944a-4e165684844c {
  margin-bottom: 10px;
}
}






  #s-2e41ef10-66c0-443a-944a-4e165684844c img.shogun-image {
    

    
    
    
  }


#s-2e41ef10-66c0-443a-944a-4e165684844c .shogun-image-content {
  
    align-items: center;
  
}

#s-83ee8b30-6ce8-4288-926c-a272c0907868 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-83ee8b30-6ce8-4288-926c-a272c0907868 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (max-width: 767px){#s-00d320fc-99e6-4126-9fd2-8ab84fe15e6c {
  margin-bottom: 10px;
}
}







#s-00d320fc-99e6-4126-9fd2-8ab84fe15e6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00d320fc-99e6-4126-9fd2-8ab84fe15e6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13319c2a-4f92-4a97-b9f8-88aecdf7cc9d {
  margin-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-13319c2a-4f92-4a97-b9f8-88aecdf7cc9d {
  margin-bottom: 10px;
}
}






  #s-13319c2a-4f92-4a97-b9f8-88aecdf7cc9d img.shogun-image {
    

    
    
    
  }


#s-13319c2a-4f92-4a97-b9f8-88aecdf7cc9d .shogun-image-content {
  
    align-items: center;
  
}

#s-d55f9e78-3520-48fb-9cc1-c40013c9eef8 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d55f9e78-3520-48fb-9cc1-c40013c9eef8 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}










#s-61b00fdc-322a-4488-9e75-d3cd50ed42fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61b00fdc-322a-4488-9e75-d3cd50ed42fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55fc8c4a-dfcd-49bc-9221-f5dcee48b851 {
  margin-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-55fc8c4a-dfcd-49bc-9221-f5dcee48b851 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-55fc8c4a-dfcd-49bc-9221-f5dcee48b851 {
  margin-bottom: 10px;
}
}






  #s-55fc8c4a-dfcd-49bc-9221-f5dcee48b851 img.shogun-image {
    

    
    
    
  }


#s-55fc8c4a-dfcd-49bc-9221-f5dcee48b851 .shogun-image-content {
  
    align-items: center;
  
}

#s-8721c94d-0510-46c9-8437-42fd5dbc436d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-8721c94d-0510-46c9-8437-42fd5dbc436d {
  margin-bottom: 10px;
}
}
#s-8721c94d-0510-46c9-8437-42fd5dbc436d .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (min-width: 0px) {
[id="s-831ffa70-ecf2-4fc6-bca5-fec25522ccc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-831ffa70-ecf2-4fc6-bca5-fec25522ccc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-831ffa70-ecf2-4fc6-bca5-fec25522ccc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-831ffa70-ecf2-4fc6-bca5-fec25522ccc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-60cfdf6a-f28f-49ff-8456-8fcd88f94eb8 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-60cfdf6a-f28f-49ff-8456-8fcd88f94eb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60cfdf6a-f28f-49ff-8456-8fcd88f94eb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-576dad71-43f3-4364-b1f0-46c942d4163c {
  margin-left: 16%;
margin-bottom: 30px;
margin-right: 16%;
text-align: center;
}
@media (max-width: 767px){#s-576dad71-43f3-4364-b1f0-46c942d4163c {
  margin-bottom: 10px;
}
}






  #s-576dad71-43f3-4364-b1f0-46c942d4163c img.shogun-image {
    

    
    
    
  }


#s-576dad71-43f3-4364-b1f0-46c942d4163c .shogun-image-content {
  
    align-items: center;
  
}

#s-0188bdbb-79cd-4fee-83d1-d4524b79d342 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0188bdbb-79cd-4fee-83d1-d4524b79d342 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (max-width: 767px){#s-ff57f653-efd5-41db-86d3-dab4568aa707 {
  margin-bottom: 10px;
}
}







#s-ff57f653-efd5-41db-86d3-dab4568aa707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff57f653-efd5-41db-86d3-dab4568aa707.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d19d9cd-091d-4fed-bf3e-9f966c2aa4c4 {
  margin-left: 16%;
margin-bottom: 30px;
margin-right: 16%;
text-align: center;
}
@media (max-width: 767px){#s-6d19d9cd-091d-4fed-bf3e-9f966c2aa4c4 {
  margin-bottom: 10px;
}
}






  #s-6d19d9cd-091d-4fed-bf3e-9f966c2aa4c4 img.shogun-image {
    

    
    
    
  }


#s-6d19d9cd-091d-4fed-bf3e-9f966c2aa4c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-134429c9-740f-4f26-94e6-907b3ddc724c {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-134429c9-740f-4f26-94e6-907b3ddc724c .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}










#s-f13fbb10-4d97-4bc4-b35c-1622eff6c904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f13fbb10-4d97-4bc4-b35c-1622eff6c904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31bdb423-1695-4b37-94c5-7ed5883aae2f {
  margin-left: 16%;
margin-bottom: 30px;
margin-right: 16%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-31bdb423-1695-4b37-94c5-7ed5883aae2f {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-31bdb423-1695-4b37-94c5-7ed5883aae2f {
  margin-bottom: 10px;
}
}






  #s-31bdb423-1695-4b37-94c5-7ed5883aae2f img.shogun-image {
    

    
    
    
  }


#s-31bdb423-1695-4b37-94c5-7ed5883aae2f .shogun-image-content {
  
    align-items: center;
  
}

#s-d125fd00-55b9-4c09-a0b0-0159d95b7884 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-d125fd00-55b9-4c09-a0b0-0159d95b7884 {
  margin-bottom: 10px;
}
}
#s-d125fd00-55b9-4c09-a0b0-0159d95b7884 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: -1px;
  
}



@media (min-width: 0px) {
[id="s-4c2f8307-2ff5-4399-9a0a-49b11912da4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c2f8307-2ff5-4399-9a0a-49b11912da4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c2f8307-2ff5-4399-9a0a-49b11912da4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c2f8307-2ff5-4399-9a0a-49b11912da4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4c2f8307-2ff5-4399-9a0a-49b11912da4c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d222bf05-ac29-4203-8e21-7bf276e6237a {
  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-d222bf05-ac29-4203-8e21-7bf276e6237a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d222bf05-ac29-4203-8e21-7bf276e6237a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d222bf05-ac29-4203-8e21-7bf276e6237a {
  min-height: 300px;
}
}@media (max-width: 767px){#s-d222bf05-ac29-4203-8e21-7bf276e6237a {
  min-height: 350px;
}
}







#s-d222bf05-ac29-4203-8e21-7bf276e6237a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d222bf05-ac29-4203-8e21-7bf276e6237a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15e4ebb0-7ac5-4e68-b90c-8b217622f602 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-15e4ebb0-7ac5-4e68-b90c-8b217622f602 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15e4ebb0-7ac5-4e68-b90c-8b217622f602 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15e4ebb0-7ac5-4e68-b90c-8b217622f602 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 480px;
}
}@media (max-width: 767px){#s-15e4ebb0-7ac5-4e68-b90c-8b217622f602 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 0px;
min-height: 100%;
}
}







#s-15e4ebb0-7ac5-4e68-b90c-8b217622f602 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-15e4ebb0-7ac5-4e68-b90c-8b217622f602.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7402aa09-4593-41b1-b107-0edb03cf7e4c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7402aa09-4593-41b1-b107-0edb03cf7e4c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7402aa09-4593-41b1-b107-0edb03cf7e4c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7402aa09-4593-41b1-b107-0edb03cf7e4c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-7402aa09-4593-41b1-b107-0edb03cf7e4c .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-2f73fb3c-3c35-49f5-ae16-d1fbb7d77942 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2f73fb3c-3c35-49f5-ae16-d1fbb7d77942 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-2f73fb3c-3c35-49f5-ae16-d1fbb7d77942 img.shogun-image {
    

    
    
    
  }


#s-2f73fb3c-3c35-49f5-ae16-d1fbb7d77942 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d9216b2-a55c-4b9b-9869-3a031afae774 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7d9216b2-a55c-4b9b-9869-3a031afae774 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-7d9216b2-a55c-4b9b-9869-3a031afae774 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d770d3a4-a81b-416d-9ea8-904c777010db {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d770d3a4-a81b-416d-9ea8-904c777010db .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-d770d3a4-a81b-416d-9ea8-904c777010db .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-d770d3a4-a81b-416d-9ea8-904c777010db .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: left;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6e266661-6949-435e-89ea-eead6caf453e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-670fc8b1-c211-439b-a31b-025b691e77ff {
  margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-670fc8b1-c211-439b-a31b-025b691e77ff .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-670fc8b1-c211-439b-a31b-025b691e77ff .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-670fc8b1-c211-439b-a31b-025b691e77ff .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-2357f150-de21-4a0d-af37-d01aa179a068 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2f8f9e8d-d14e-4905-a1e1-fae43c6939a3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f8f9e8d-d14e-4905-a1e1-fae43c6939a3 .shogun-heading-component h6 {
  color: rgba(79, 72, 109, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}



#s-b52b7206-93ae-43f8-8b54-1ee6aff32ccf {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(252, 251, 248, 1);
}
@media (min-width: 1200px){#s-b52b7206-93ae-43f8-8b54-1ee6aff32ccf {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b52b7206-93ae-43f8-8b54-1ee6aff32ccf {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-b52b7206-93ae-43f8-8b54-1ee6aff32ccf {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
}







#s-b52b7206-93ae-43f8-8b54-1ee6aff32ccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b52b7206-93ae-43f8-8b54-1ee6aff32ccf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40522f5f-d353-4574-9eab-6693d2150671 {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-40522f5f-d353-4574-9eab-6693d2150671 {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-40522f5f-d353-4574-9eab-6693d2150671 {
  padding-bottom: 30px;
}
}
#s-40522f5f-d353-4574-9eab-6693d2150671 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-40522f5f-d353-4574-9eab-6693d2150671 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-40522f5f-d353-4574-9eab-6693d2150671 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
@media (min-width: 0px) {
[id="s-3a71a66a-06f2-4408-8984-3b095805f51d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a71a66a-06f2-4408-8984-3b095805f51d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3a71a66a-06f2-4408-8984-3b095805f51d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a71a66a-06f2-4408-8984-3b095805f51d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-80f849b1-f7f5-47ad-bb8a-ebb465f401cb {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-80f849b1-f7f5-47ad-bb8a-ebb465f401cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80f849b1-f7f5-47ad-bb8a-ebb465f401cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce20bd8a-e7c2-4d8e-8245-4ea8067b4080 {
  margin-bottom: 30px;
text-align: center;
}







  #s-ce20bd8a-e7c2-4d8e-8245-4ea8067b4080 img.shogun-image {
    

    
    
    
  }


#s-ce20bd8a-e7c2-4d8e-8245-4ea8067b4080 .shogun-image-content {
  
    align-items: center;
  
}

#s-30883dc4-13b0-4b06-9e7d-eafb2d866156 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-30883dc4-13b0-4b06-9e7d-eafb2d866156 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (max-width: 767px){#s-23f65877-740a-477b-9b02-e4782d13b46a {
  margin-bottom: 10px;
}
}







#s-23f65877-740a-477b-9b02-e4782d13b46a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23f65877-740a-477b-9b02-e4782d13b46a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6cda812-181e-483b-b100-9972b6e03cb7 {
  margin-bottom: 30px;
text-align: center;
}







  #s-f6cda812-181e-483b-b100-9972b6e03cb7 img.shogun-image {
    

    
    
    
  }


#s-f6cda812-181e-483b-b100-9972b6e03cb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e90f31e-2486-4643-b811-0e44d49392cc {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2e90f31e-2486-4643-b811-0e44d49392cc .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}










#s-7b2d8db8-15ca-43f7-871b-6c9512912205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b2d8db8-15ca-43f7-871b-6c9512912205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a110789a-603e-46c2-9c29-3f4d0710dfcf {
  margin-bottom: 30px;
text-align: center;
}







  #s-a110789a-603e-46c2-9c29-3f4d0710dfcf img.shogun-image {
    

    
    
    
  }


#s-a110789a-603e-46c2-9c29-3f4d0710dfcf .shogun-image-content {
  
    align-items: center;
  
}

#s-902a910d-400b-475d-ad50-b1d12ce67620 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-902a910d-400b-475d-ad50-b1d12ce67620 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-60b6f2ed-d0b0-4d9f-98ca-96d70238cfa3 {
  margin-bottom: 30px;
text-align: center;
}







  #s-60b6f2ed-d0b0-4d9f-98ca-96d70238cfa3 img.shogun-image {
    

    
    
    
  }


#s-60b6f2ed-d0b0-4d9f-98ca-96d70238cfa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3965e595-59f3-45c7-8a28-a601a70cce65 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3965e595-59f3-45c7-8a28-a601a70cce65 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-176d6a0d-480e-4ab4-a722-d75666061fe6 {
  background-size: cover;
padding-top: 50px;
padding-left: 20%;
padding-bottom: 50px;
padding-right: 20%;
min-height: 200px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-176d6a0d-480e-4ab4-a722-d75666061fe6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-176d6a0d-480e-4ab4-a722-d75666061fe6 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}







#s-176d6a0d-480e-4ab4-a722-d75666061fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-176d6a0d-480e-4ab4-a722-d75666061fe6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5e83021-f482-4e8f-b978-13097cd7db86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5e83021-f482-4e8f-b978-13097cd7db86 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d5e83021-f482-4e8f-b978-13097cd7db86 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-d5e83021-f482-4e8f-b978-13097cd7db86 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}


}
@media (min-width: 0px) {
[id="s-15b53a21-b183-42a4-90c2-c28e5c878a83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15b53a21-b183-42a4-90c2-c28e5c878a83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15b53a21-b183-42a4-90c2-c28e5c878a83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15b53a21-b183-42a4-90c2-c28e5c878a83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-15b53a21-b183-42a4-90c2-c28e5c878a83"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e2531f63-7dcc-40b4-a0e4-2cc2323cb0ab {
  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-e2531f63-7dcc-40b4-a0e4-2cc2323cb0ab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2531f63-7dcc-40b4-a0e4-2cc2323cb0ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2531f63-7dcc-40b4-a0e4-2cc2323cb0ab {
  min-height: 300px;
}
}@media (max-width: 767px){#s-e2531f63-7dcc-40b4-a0e4-2cc2323cb0ab {
  min-height: 350px;
}
}







#s-e2531f63-7dcc-40b4-a0e4-2cc2323cb0ab > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e2531f63-7dcc-40b4-a0e4-2cc2323cb0ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e21a0f3-4110-48ac-844f-3e254551e346 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9e21a0f3-4110-48ac-844f-3e254551e346 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e21a0f3-4110-48ac-844f-3e254551e346 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e21a0f3-4110-48ac-844f-3e254551e346 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 300px;
}
}@media (max-width: 767px){#s-9e21a0f3-4110-48ac-844f-3e254551e346 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 100%;
}
}







#s-9e21a0f3-4110-48ac-844f-3e254551e346 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9e21a0f3-4110-48ac-844f-3e254551e346.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92c6f543-dc7f-4afb-b5aa-9be2fbd7ea7d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-92c6f543-dc7f-4afb-b5aa-9be2fbd7ea7d {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-92c6f543-dc7f-4afb-b5aa-9be2fbd7ea7d .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-92c6f543-dc7f-4afb-b5aa-9be2fbd7ea7d .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-92c6f543-dc7f-4afb-b5aa-9be2fbd7ea7d .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-0203fe93-6876-49d8-b8e1-f0467861f4db {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-0203fe93-6876-49d8-b8e1-f0467861f4db {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-0203fe93-6876-49d8-b8e1-f0467861f4db img.shogun-image {
    

    
    
    
  }


#s-0203fe93-6876-49d8-b8e1-f0467861f4db .shogun-image-content {
  
    align-items: center;
  
}

#s-d0bb58d7-bac2-4e42-b704-416159c65544 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-d0bb58d7-bac2-4e42-b704-416159c65544 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-d0bb58d7-bac2-4e42-b704-416159c65544 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-32e718c1-77b0-44b1-bca6-0795c2458202 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(252, 251, 248, 1);
}
@media (min-width: 1200px){#s-32e718c1-77b0-44b1-bca6-0795c2458202 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32e718c1-77b0-44b1-bca6-0795c2458202 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-32e718c1-77b0-44b1-bca6-0795c2458202 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-32e718c1-77b0-44b1-bca6-0795c2458202 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
}







#s-32e718c1-77b0-44b1-bca6-0795c2458202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32e718c1-77b0-44b1-bca6-0795c2458202.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b45896b6-9b89-49b0-9e20-f810230339cc {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b45896b6-9b89-49b0-9e20-f810230339cc {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-b45896b6-9b89-49b0-9e20-f810230339cc {
  padding-bottom: 30px;
}
}
#s-b45896b6-9b89-49b0-9e20-f810230339cc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b45896b6-9b89-49b0-9e20-f810230339cc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-b45896b6-9b89-49b0-9e20-f810230339cc .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
@media (min-width: 0px) {
[id="s-8c5c6221-19e2-4517-ad8b-aa300d05d54a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c5c6221-19e2-4517-ad8b-aa300d05d54a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c5c6221-19e2-4517-ad8b-aa300d05d54a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c5c6221-19e2-4517-ad8b-aa300d05d54a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-495b3005-483d-460b-b793-f765afa7d451 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-495b3005-483d-460b-b793-f765afa7d451 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-495b3005-483d-460b-b793-f765afa7d451.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f005b42-a66b-4033-9178-32f9d2e7f0f1 {
  margin-bottom: 10px;
text-align: center;
}







  #s-8f005b42-a66b-4033-9178-32f9d2e7f0f1 img.shogun-image {
    

    
    
    
  }


#s-8f005b42-a66b-4033-9178-32f9d2e7f0f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd12e3af-47d6-4baf-9a66-2437f542d4ee {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-dd12e3af-47d6-4baf-9a66-2437f542d4ee .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (max-width: 767px){#s-210e0aeb-2a2a-4b7b-98bd-bbb16acdd096 {
  margin-bottom: 20px;
}
}







#s-210e0aeb-2a2a-4b7b-98bd-bbb16acdd096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-210e0aeb-2a2a-4b7b-98bd-bbb16acdd096.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e4a3919-aa7f-4ff6-8fd6-3ed62e8895a6 {
  margin-bottom: 10px;
text-align: center;
}







  #s-5e4a3919-aa7f-4ff6-8fd6-3ed62e8895a6 img.shogun-image {
    

    
    
    
  }


#s-5e4a3919-aa7f-4ff6-8fd6-3ed62e8895a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-56e076e5-7bf6-42bc-b5ec-2c4a5b028c46 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-56e076e5-7bf6-42bc-b5ec-2c4a5b028c46 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (min-width: 768px) and (max-width: 991px){#s-08a8cb0a-ddb1-4ea0-b5b9-3ca687aca3a2 {
  margin-top: 40px;
}
}







#s-2c7bd94a-c60b-454e-a65a-24f44e4e4c9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c7bd94a-c60b-454e-a65a-24f44e4e4c9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bb8c541-00ed-4ab1-9e51-691d5ba99418 {
  margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-4bb8c541-00ed-4ab1-9e51-691d5ba99418 {
  margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bb8c541-00ed-4ab1-9e51-691d5ba99418 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-4bb8c541-00ed-4ab1-9e51-691d5ba99418 {
  margin-bottom: 10px;
}
}






  #s-4bb8c541-00ed-4ab1-9e51-691d5ba99418 img.shogun-image {
    

    
    
    
  }


#s-4bb8c541-00ed-4ab1-9e51-691d5ba99418 .shogun-image-content {
  
    align-items: center;
  
}

#s-883bce78-693a-4fcd-8fc6-bee6368eeeae {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-883bce78-693a-4fcd-8fc6-bee6368eeeae .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (min-width: 0px) {
[id="s-99105a84-d6cc-400d-9844-403a1fb643ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99105a84-d6cc-400d-9844-403a1fb643ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99105a84-d6cc-400d-9844-403a1fb643ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99105a84-d6cc-400d-9844-403a1fb643ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-99105a84-d6cc-400d-9844-403a1fb643ae"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b7de7341-63c2-4db5-8a6f-c429a8970c66 {
  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-b7de7341-63c2-4db5-8a6f-c429a8970c66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7de7341-63c2-4db5-8a6f-c429a8970c66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7de7341-63c2-4db5-8a6f-c429a8970c66 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-b7de7341-63c2-4db5-8a6f-c429a8970c66 {
  min-height: 350px;
}
}







#s-b7de7341-63c2-4db5-8a6f-c429a8970c66 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b7de7341-63c2-4db5-8a6f-c429a8970c66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b269f879-7a3c-4e0a-a8d3-da197fb5eae1 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b269f879-7a3c-4e0a-a8d3-da197fb5eae1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b269f879-7a3c-4e0a-a8d3-da197fb5eae1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b269f879-7a3c-4e0a-a8d3-da197fb5eae1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 480px;
}
}@media (max-width: 767px){#s-b269f879-7a3c-4e0a-a8d3-da197fb5eae1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 100%;
}
}







#s-b269f879-7a3c-4e0a-a8d3-da197fb5eae1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b269f879-7a3c-4e0a-a8d3-da197fb5eae1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8e4b4d3-f0e1-4b53-8be6-1cff6d4e5367 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e8e4b4d3-f0e1-4b53-8be6-1cff6d4e5367 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e8e4b4d3-f0e1-4b53-8be6-1cff6d4e5367 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e8e4b4d3-f0e1-4b53-8be6-1cff6d4e5367 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-e8e4b4d3-f0e1-4b53-8be6-1cff6d4e5367 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-41c7ef2f-be1e-4051-8747-a06253d5f401 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-41c7ef2f-be1e-4051-8747-a06253d5f401 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-41c7ef2f-be1e-4051-8747-a06253d5f401 img.shogun-image {
    

    
    
    
  }


#s-41c7ef2f-be1e-4051-8747-a06253d5f401 .shogun-image-content {
  
    align-items: center;
  
}

#s-29d7a6ee-2a8d-4eb6-a12a-71085d40e84d {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-29d7a6ee-2a8d-4eb6-a12a-71085d40e84d {
  margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
}
#s-29d7a6ee-2a8d-4eb6-a12a-71085d40e84d .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-21f26cd0-095f-4e5d-8ed3-04705d3babe8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-21f26cd0-095f-4e5d-8ed3-04705d3babe8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21f26cd0-095f-4e5d-8ed3-04705d3babe8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-21f26cd0-095f-4e5d-8ed3-04705d3babe8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-21f26cd0-095f-4e5d-8ed3-04705d3babe8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (max-width: 767px){#s-0bb3fb8d-92bc-4bf6-bb4c-b83644ca812a {
  margin-top: 0px;
margin-bottom: 40px;
}
}







#s-0bb3fb8d-92bc-4bf6-bb4c-b83644ca812a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bb3fb8d-92bc-4bf6-bb4c-b83644ca812a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebee34ff-bf55-4f89-97ff-779f6019402f {
  margin-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-ebee34ff-bf55-4f89-97ff-779f6019402f {
  margin-bottom: 0px;
}
}






  #s-ebee34ff-bf55-4f89-97ff-779f6019402f img.shogun-image {
    

    
    
    
  }


#s-ebee34ff-bf55-4f89-97ff-779f6019402f .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-3fc32caa-ea67-4287-9a5e-ea48421b0f42 {
  margin-bottom: 40px;
}
}







#s-3fc32caa-ea67-4287-9a5e-ea48421b0f42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fc32caa-ea67-4287-9a5e-ea48421b0f42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d88ca5f1-a36d-426d-9319-17636368dc9a {
  margin-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-d88ca5f1-a36d-426d-9319-17636368dc9a {
  margin-bottom: 0px;
}
}






  #s-d88ca5f1-a36d-426d-9319-17636368dc9a img.shogun-image {
    

    
    
    
  }


#s-d88ca5f1-a36d-426d-9319-17636368dc9a .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-a50f2d42-b0d7-4afd-a422-66ce856fbdfd {
  margin-top: 0px;
margin-bottom: 40px;
}
}







#s-a50f2d42-b0d7-4afd-a422-66ce856fbdfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a50f2d42-b0d7-4afd-a422-66ce856fbdfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ab58081-bca2-4064-bb27-895ff06f83b5 {
  margin-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-4ab58081-bca2-4064-bb27-895ff06f83b5 {
  margin-bottom: 0px;
}
}






  #s-4ab58081-bca2-4064-bb27-895ff06f83b5 img.shogun-image {
    

    
    
    
  }


#s-4ab58081-bca2-4064-bb27-895ff06f83b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ca54c77-23b5-4a56-84ae-9ba657ebb190 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ca54c77-23b5-4a56-84ae-9ba657ebb190 .shogun-heading-component h6 {
  color: rgba(79, 72, 109, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: right;
}



#s-e78a9f9a-7f95-45b0-8a56-724b53df739e {
  margin-top: 30px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-radius: 50px;
background-color: rgba(255, 215, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-e78a9f9a-7f95-45b0-8a56-724b53df739e:hover {border-radius: 50px !important;
background-color: rgba(255, 215, 96, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e78a9f9a-7f95-45b0-8a56-724b53df739e:active {border-radius: 50px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e78a9f9a-7f95-45b0-8a56-724b53df739e {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-e78a9f9a-7f95-45b0-8a56-724b53df739e {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
}

  #s-e78a9f9a-7f95-45b0-8a56-724b53df739e-root {
    text-align: center;
  }


#s-e78a9f9a-7f95-45b0-8a56-724b53df739e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e78a9f9a-7f95-45b0-8a56-724b53df739e-root {
    text-align: center;
  }


#s-e78a9f9a-7f95-45b0-8a56-724b53df739e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e78a9f9a-7f95-45b0-8a56-724b53df739e-root {
    text-align: center;
  }


#s-e78a9f9a-7f95-45b0-8a56-724b53df739e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e78a9f9a-7f95-45b0-8a56-724b53df739e-root {
    text-align: center;
  }


#s-e78a9f9a-7f95-45b0-8a56-724b53df739e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e78a9f9a-7f95-45b0-8a56-724b53df739e-root {
    text-align: center;
  }


#s-e78a9f9a-7f95-45b0-8a56-724b53df739e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}
#s-317f537d-d13e-407c-ab0c-9a9f46b12204 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-bottom: 40px;
padding-left: 10%;
padding-right: 10%;
min-height: 100px;
background-position: center center;
}
@media (max-width: 767px){#s-317f537d-d13e-407c-ab0c-9a9f46b12204 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-317f537d-d13e-407c-ab0c-9a9f46b12204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-317f537d-d13e-407c-ab0c-9a9f46b12204.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e0c3543-c581-4ad8-ae3f-aec71b2ef1c0 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 0px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5e0c3543-c581-4ad8-ae3f-aec71b2ef1c0 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-5e0c3543-c581-4ad8-ae3f-aec71b2ef1c0 {
  padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
}







#s-5e0c3543-c581-4ad8-ae3f-aec71b2ef1c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e0c3543-c581-4ad8-ae3f-aec71b2ef1c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4d4cc7a-8a49-47d2-9b9f-c63e67afd2b2 .shogun-icon-wrapper {
  text-align: center;
}


#s-a4d4cc7a-8a49-47d2-9b9f-c63e67afd2b2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: #495056;
}

#s-667f539b-3ecc-431c-9b78-367c0059a472 {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (max-width: 767px){#s-667f539b-3ecc-431c-9b78-367c0059a472 {
  padding-bottom: 30px;
}
}
#s-667f539b-3ecc-431c-9b78-367c0059a472 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-667f539b-3ecc-431c-9b78-367c0059a472 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-667f539b-3ecc-431c-9b78-367c0059a472 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  
}


}
@media (min-width: 0px) {
[id="s-96010ff7-c2a7-46d6-9500-66ddc9ec6b75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96010ff7-c2a7-46d6-9500-66ddc9ec6b75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96010ff7-c2a7-46d6-9500-66ddc9ec6b75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96010ff7-c2a7-46d6-9500-66ddc9ec6b75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-39d58f5d-8fcd-4f60-aa91-e3323bda4084 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-39d58f5d-8fcd-4f60-aa91-e3323bda4084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39d58f5d-8fcd-4f60-aa91-e3323bda4084.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-14756b3e-daa0-40e0-8266-71a7914aab4e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-14756b3e-daa0-40e0-8266-71a7914aab4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-14756b3e-daa0-40e0-8266-71a7914aab4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-14756b3e-daa0-40e0-8266-71a7914aab4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-14756b3e-daa0-40e0-8266-71a7914aab4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-14756b3e-daa0-40e0-8266-71a7914aab4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-14756b3e-daa0-40e0-8266-71a7914aab4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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-a929a5f5-ae55-4314-85ff-2534ea049af4 {
  text-align: center;
}
@media (max-width: 767px){#s-a929a5f5-ae55-4314-85ff-2534ea049af4 {
  margin-left: 15%;
margin-right: 15%;
}
}






  img.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
    
    
  }


.s-a929a5f5-ae55-4314-85ff-2534ea049af4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shg-align-container {
  text-align: center
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
    
    
  }


.s-a929a5f5-ae55-4314-85ff-2534ea049af4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shg-align-container {
  text-align: center
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
    
    
  }


.s-a929a5f5-ae55-4314-85ff-2534ea049af4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shg-align-container {
  text-align: center
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
    
    
  }


.s-a929a5f5-ae55-4314-85ff-2534ea049af4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shg-align-container {
  text-align: center
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
    
    
  }


.s-a929a5f5-ae55-4314-85ff-2534ea049af4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shg-align-container {
  text-align: center
}

.s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a929a5f5-ae55-4314-85ff-2534ea049af4.shogun-image {
  box-sizing: border-box;
}


}
#s-c420dabc-2d2f-442f-8226-9f87de7b1959 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c420dabc-2d2f-442f-8226-9f87de7b1959 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-c420dabc-2d2f-442f-8226-9f87de7b1959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c420dabc-2d2f-442f-8226-9f87de7b1959.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc40d8ce-3123-4b2b-8383-1ab48433d202 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 50%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc40d8ce-3123-4b2b-8383-1ab48433d202 {
  margin-right: 25%;
}
}@media (max-width: 767px){#s-dc40d8ce-3123-4b2b-8383-1ab48433d202 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 35%;
}
}







#s-dc40d8ce-3123-4b2b-8383-1ab48433d202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc40d8ce-3123-4b2b-8383-1ab48433d202.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ee5b7cde-69a1-4d7d-a22a-554bc984daa3"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ee5b7cde-69a1-4d7d-a22a-554bc984daa3"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee5b7cde-69a1-4d7d-a22a-554bc984daa3"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee5b7cde-69a1-4d7d-a22a-554bc984daa3"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-00ce095a-86ed-4875-b3b7-e414ec950f02 .shogun-icon-wrapper {
  text-align: center;
}


#s-00ce095a-86ed-4875-b3b7-e414ec950f02 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-6ffff55a-5990-4a50-a44a-6cd0e60a810b .shogun-icon-wrapper {
  text-align: center;
}


#s-6ffff55a-5990-4a50-a44a-6cd0e60a810b .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-0307758c-0116-400d-a577-1110de9139ed .shogun-icon-wrapper {
  text-align: center;
}


#s-0307758c-0116-400d-a577-1110de9139ed .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-dc6c6374-c0f8-482c-87ce-1a25237cba7f .shogun-icon-wrapper {
  text-align: center;
}


#s-dc6c6374-c0f8-482c-87ce-1a25237cba7f .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-95df766e-876a-4bc7-abb0-6314ad0963d3 .shogun-icon-wrapper {
  text-align: center;
}


#s-95df766e-876a-4bc7-abb0-6314ad0963d3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-97c78a76-6e7d-497a-b214-c4c2467fcc3b {
  margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 768px) and (max-width: 991px){#s-7ac64f76-03b3-4638-8000-e17bee93fef1 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-7ac64f76-03b3-4638-8000-e17bee93fef1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7ac64f76-03b3-4638-8000-e17bee93fef1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ac64f76-03b3-4638-8000-e17bee93fef1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ac64f76-03b3-4638-8000-e17bee93fef1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ac64f76-03b3-4638-8000-e17bee93fef1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ac64f76-03b3-4638-8000-e17bee93fef1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ac64f76-03b3-4638-8000-e17bee93fef1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5e56438b-1b07-4bac-9fb9-085e2be3ce6f {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(51, 51, 51, 1);
}
@media (max-width: 767px){#s-5e56438b-1b07-4bac-9fb9-085e2be3ce6f {
  margin-left: 0%;
margin-right: 10%;
}
}
#s-5925e927-b814-43f8-af99-c7fedf6b214b {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5925e927-b814-43f8-af99-c7fedf6b214b .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  text-align: left;
}



@media (max-width: 767px){#s-85d79d8b-f07f-48ec-8d2b-845c3f0845e0 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-85d79d8b-f07f-48ec-8d2b-845c3f0845e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85d79d8b-f07f-48ec-8d2b-845c3f0845e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6f1c80fb-4963-4e5a-84c1-207aa7393791"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6f1c80fb-4963-4e5a-84c1-207aa7393791"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f1c80fb-4963-4e5a-84c1-207aa7393791"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6f1c80fb-4963-4e5a-84c1-207aa7393791"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f1c80fb-4963-4e5a-84c1-207aa7393791"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f1c80fb-4963-4e5a-84c1-207aa7393791"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6f1c80fb-4963-4e5a-84c1-207aa7393791"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-399729c8-0581-42bc-b1f6-72119c0173b0 {
  text-align: center;
}
@media (max-width: 767px){#s-399729c8-0581-42bc-b1f6-72119c0173b0 {
  margin-left: 15%;
margin-right: 15%;
}
}






  img.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
    
    
  }


.s-399729c8-0581-42bc-b1f6-72119c0173b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shg-align-container {
  text-align: center
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
    
    
  }


.s-399729c8-0581-42bc-b1f6-72119c0173b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shg-align-container {
  text-align: center
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
    
    
  }


.s-399729c8-0581-42bc-b1f6-72119c0173b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shg-align-container {
  text-align: center
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
    
    
  }


.s-399729c8-0581-42bc-b1f6-72119c0173b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shg-align-container {
  text-align: center
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
    
    
  }


.s-399729c8-0581-42bc-b1f6-72119c0173b0 .shogun-image-content {
  
    align-items: center;
  
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shg-align-container {
  text-align: center
}

.s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-399729c8-0581-42bc-b1f6-72119c0173b0.shogun-image {
  box-sizing: border-box;
}


}
#s-059853d8-0892-4fc0-8029-c29a03f14fba {
  min-height: 50px;
}
@media (max-width: 767px){#s-059853d8-0892-4fc0-8029-c29a03f14fba {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-059853d8-0892-4fc0-8029-c29a03f14fba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-059853d8-0892-4fc0-8029-c29a03f14fba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84fa7f70-d21e-4a10-a6f2-766a4eaca941 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 50%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-84fa7f70-d21e-4a10-a6f2-766a4eaca941 {
  margin-right: 25%;
}
}@media (max-width: 767px){#s-84fa7f70-d21e-4a10-a6f2-766a4eaca941 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 35%;
}
}







#s-84fa7f70-d21e-4a10-a6f2-766a4eaca941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84fa7f70-d21e-4a10-a6f2-766a4eaca941.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-79a44cd0-c274-4b02-a413-7e38a3340458"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-79a44cd0-c274-4b02-a413-7e38a3340458"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79a44cd0-c274-4b02-a413-7e38a3340458"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79a44cd0-c274-4b02-a413-7e38a3340458"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-1e6ce5b9-d7c8-4d6a-b082-3f6c47159f32 .shogun-icon-wrapper {
  text-align: center;
}


#s-1e6ce5b9-d7c8-4d6a-b082-3f6c47159f32 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-de8ce614-6746-4527-aef0-d4f6664aa541 .shogun-icon-wrapper {
  text-align: center;
}


#s-de8ce614-6746-4527-aef0-d4f6664aa541 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-af04c590-6049-4b9a-bf4b-236074c8777e .shogun-icon-wrapper {
  text-align: center;
}


#s-af04c590-6049-4b9a-bf4b-236074c8777e .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-5d862128-101b-4ce7-9855-c4f9449b0a27 .shogun-icon-wrapper {
  text-align: center;
}


#s-5d862128-101b-4ce7-9855-c4f9449b0a27 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-ca2bec84-928b-43d5-b8ac-2b1839aa6315 .shogun-icon-wrapper {
  text-align: center;
}


#s-ca2bec84-928b-43d5-b8ac-2b1839aa6315 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-36746527-904d-49b6-972a-5aad18489b27 {
  margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-bff6df1e-6b10-4062-b0fd-d9bf15ccb78e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bff6df1e-6b10-4062-b0fd-d9bf15ccb78e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bff6df1e-6b10-4062-b0fd-d9bf15ccb78e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bff6df1e-6b10-4062-b0fd-d9bf15ccb78e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bff6df1e-6b10-4062-b0fd-d9bf15ccb78e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bff6df1e-6b10-4062-b0fd-d9bf15ccb78e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bff6df1e-6b10-4062-b0fd-d9bf15ccb78e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4fb1b730-1924-4cd9-95bf-2bfe181b13ad {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(51, 51, 51, 1);
}
@media (max-width: 767px){#s-4fb1b730-1924-4cd9-95bf-2bfe181b13ad {
  margin-left: 0%;
margin-right: 10%;
}
}
#s-ae8f643e-9d69-4d30-86ee-dbd5b381551f {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ae8f643e-9d69-4d30-86ee-dbd5b381551f .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  text-align: left;
}



@media (max-width: 767px){#s-97767900-ce8d-4857-9538-216e61029112 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-97767900-ce8d-4857-9538-216e61029112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97767900-ce8d-4857-9538-216e61029112.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-16d8d0f6-4159-46f7-9a28-e192f1934b0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-16d8d0f6-4159-46f7-9a28-e192f1934b0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16d8d0f6-4159-46f7-9a28-e192f1934b0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16d8d0f6-4159-46f7-9a28-e192f1934b0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16d8d0f6-4159-46f7-9a28-e192f1934b0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16d8d0f6-4159-46f7-9a28-e192f1934b0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16d8d0f6-4159-46f7-9a28-e192f1934b0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-1ee19284-1a5d-4aba-88a5-623c3db19d45 {
  text-align: center;
}
@media (max-width: 767px){#s-1ee19284-1a5d-4aba-88a5-623c3db19d45 {
  margin-left: 15%;
margin-right: 15%;
}
}






  img.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
    
    
  }


.s-1ee19284-1a5d-4aba-88a5-623c3db19d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shg-align-container {
  text-align: center
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
    
    
  }


.s-1ee19284-1a5d-4aba-88a5-623c3db19d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shg-align-container {
  text-align: center
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
    
    
  }


.s-1ee19284-1a5d-4aba-88a5-623c3db19d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shg-align-container {
  text-align: center
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
    
    
  }


.s-1ee19284-1a5d-4aba-88a5-623c3db19d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shg-align-container {
  text-align: center
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
    
    
  }


.s-1ee19284-1a5d-4aba-88a5-623c3db19d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shg-align-container {
  text-align: center
}

.s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ee19284-1a5d-4aba-88a5-623c3db19d45.shogun-image {
  box-sizing: border-box;
}


}
#s-f66a64e5-23db-4dfe-9454-af67a303bdb3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f66a64e5-23db-4dfe-9454-af67a303bdb3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-f66a64e5-23db-4dfe-9454-af67a303bdb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f66a64e5-23db-4dfe-9454-af67a303bdb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-271e6b34-e8ef-4651-9436-69b5b7bf397c {
  margin-top: 30px;
margin-left: 3%;
margin-right: 50%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-271e6b34-e8ef-4651-9436-69b5b7bf397c {
  margin-right: 25%;
}
}@media (max-width: 767px){#s-271e6b34-e8ef-4651-9436-69b5b7bf397c {
  margin-top: 0px;
margin-left: 0%;
margin-right: 35%;
}
}







#s-271e6b34-e8ef-4651-9436-69b5b7bf397c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-271e6b34-e8ef-4651-9436-69b5b7bf397c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d47ce3d1-3c85-4c24-8603-1b684f70a3e8"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d47ce3d1-3c85-4c24-8603-1b684f70a3e8"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d47ce3d1-3c85-4c24-8603-1b684f70a3e8"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d47ce3d1-3c85-4c24-8603-1b684f70a3e8"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-1794f2e2-945e-448a-80c2-f91d436a7198 .shogun-icon-wrapper {
  text-align: center;
}


#s-1794f2e2-945e-448a-80c2-f91d436a7198 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-2359f873-6e80-471e-8ecb-fc6fd298eeb9 .shogun-icon-wrapper {
  text-align: center;
}


#s-2359f873-6e80-471e-8ecb-fc6fd298eeb9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-fa370454-0392-42a8-bac5-be9a24ba5258 .shogun-icon-wrapper {
  text-align: center;
}


#s-fa370454-0392-42a8-bac5-be9a24ba5258 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-82d4ce40-7e49-4e5b-ad8e-02f1ca30ce8d .shogun-icon-wrapper {
  text-align: center;
}


#s-82d4ce40-7e49-4e5b-ad8e-02f1ca30ce8d .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-e1f7bf89-3db5-4d7e-a248-6a4b6c8ea2f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-e1f7bf89-3db5-4d7e-a248-6a4b6c8ea2f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-35692355-4b83-444a-8321-78f5b35347a3 {
  margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-5bc90a7b-3f6d-48c8-81ab-39750d223f5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5bc90a7b-3f6d-48c8-81ab-39750d223f5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5bc90a7b-3f6d-48c8-81ab-39750d223f5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5bc90a7b-3f6d-48c8-81ab-39750d223f5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5bc90a7b-3f6d-48c8-81ab-39750d223f5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bc90a7b-3f6d-48c8-81ab-39750d223f5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5bc90a7b-3f6d-48c8-81ab-39750d223f5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-a6940430-597d-4012-a2e2-1f501508bd32 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(51, 51, 51, 1);
}
@media (max-width: 767px){#s-a6940430-597d-4012-a2e2-1f501508bd32 {
  margin-left: 0%;
margin-right: 10%;
}
}
#s-16d79130-7634-4837-b09b-4cd5a780bcfe {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-16d79130-7634-4837-b09b-4cd5a780bcfe .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  text-align: left;
}



#s-830278cd-3de7-43b9-a6c1-4581fec1dd03 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-830278cd-3de7-43b9-a6c1-4581fec1dd03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-830278cd-3de7-43b9-a6c1-4581fec1dd03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-830278cd-3de7-43b9-a6c1-4581fec1dd03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-830278cd-3de7-43b9-a6c1-4581fec1dd03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-b1c9ddb7-d071-4b39-9e26-764a5c6266d8 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-b1c9ddb7-d071-4b39-9e26-764a5c6266d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1c9ddb7-d071-4b39-9e26-764a5c6266d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2492fdb6-e908-4b06-911a-f8e12a323be1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2492fdb6-e908-4b06-911a-f8e12a323be1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2492fdb6-e908-4b06-911a-f8e12a323be1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2492fdb6-e908-4b06-911a-f8e12a323be1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2492fdb6-e908-4b06-911a-f8e12a323be1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2492fdb6-e908-4b06-911a-f8e12a323be1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2492fdb6-e908-4b06-911a-f8e12a323be1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ac706578-4d68-4614-ab8b-68cb412fca9c {
  text-align: center;
}
@media (max-width: 767px){#s-ac706578-4d68-4614-ab8b-68cb412fca9c {
  margin-left: 15%;
margin-right: 15%;
}
}






  img.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
    
    
  }


.s-ac706578-4d68-4614-ab8b-68cb412fca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shg-align-container {
  text-align: center
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
    
    
  }


.s-ac706578-4d68-4614-ab8b-68cb412fca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shg-align-container {
  text-align: center
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
    
    
  }


.s-ac706578-4d68-4614-ab8b-68cb412fca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shg-align-container {
  text-align: center
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
    
    
  }


.s-ac706578-4d68-4614-ab8b-68cb412fca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shg-align-container {
  text-align: center
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
    
    
  }


.s-ac706578-4d68-4614-ab8b-68cb412fca9c .shogun-image-content {
  
    align-items: center;
  
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shg-align-container {
  text-align: center
}

.s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac706578-4d68-4614-ab8b-68cb412fca9c.shogun-image {
  box-sizing: border-box;
}


}
#s-309dc17d-5c73-4777-980b-56c54f4ff7aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-309dc17d-5c73-4777-980b-56c54f4ff7aa {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-309dc17d-5c73-4777-980b-56c54f4ff7aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-309dc17d-5c73-4777-980b-56c54f4ff7aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a39dd392-30c3-409a-844d-ebbf68937041 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 50%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a39dd392-30c3-409a-844d-ebbf68937041 {
  margin-right: 25%;
}
}@media (max-width: 767px){#s-a39dd392-30c3-409a-844d-ebbf68937041 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 35%;
}
}







#s-a39dd392-30c3-409a-844d-ebbf68937041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a39dd392-30c3-409a-844d-ebbf68937041.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6e184e8d-6342-4855-a788-3469edb4fa75"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6e184e8d-6342-4855-a788-3469edb4fa75"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e184e8d-6342-4855-a788-3469edb4fa75"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e184e8d-6342-4855-a788-3469edb4fa75"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-7e12a7e1-781b-4b87-849c-2d2056e5376a .shogun-icon-wrapper {
  text-align: center;
}


#s-7e12a7e1-781b-4b87-849c-2d2056e5376a .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-0fed007c-5525-496d-a2cd-4fdf3e3ddebf .shogun-icon-wrapper {
  text-align: center;
}


#s-0fed007c-5525-496d-a2cd-4fdf3e3ddebf .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-a7640906-6ee1-4d37-b41c-46891bad2139 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7640906-6ee1-4d37-b41c-46891bad2139 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-2c5eda90-f194-4ca2-8b51-21c93db074e2 .shogun-icon-wrapper {
  text-align: center;
}


#s-2c5eda90-f194-4ca2-8b51-21c93db074e2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-0f7c7384-81e7-440e-a8b1-22e5f42baa25 .shogun-icon-wrapper {
  text-align: center;
}


#s-0f7c7384-81e7-440e-a8b1-22e5f42baa25 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-768c3115-ff7f-41eb-84e0-259a237f7f98 {
  margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-775f1601-f841-4960-8370-92e8d7f202a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-775f1601-f841-4960-8370-92e8d7f202a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-775f1601-f841-4960-8370-92e8d7f202a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-775f1601-f841-4960-8370-92e8d7f202a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-775f1601-f841-4960-8370-92e8d7f202a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-775f1601-f841-4960-8370-92e8d7f202a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-775f1601-f841-4960-8370-92e8d7f202a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-80a3aaf7-4ceb-456e-ab7d-88e423eb8296 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(51, 51, 51, 1);
}
@media (max-width: 767px){#s-80a3aaf7-4ceb-456e-ab7d-88e423eb8296 {
  margin-left: 0%;
margin-right: 10%;
}
}
#s-dc0808ed-60c2-442a-a769-52cc815b1a58 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dc0808ed-60c2-442a-a769-52cc815b1a58 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  text-align: left;
}



@media (max-width: 767px){#s-996f2733-e5db-40a0-b1b3-671d97da8f78 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-996f2733-e5db-40a0-b1b3-671d97da8f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-996f2733-e5db-40a0-b1b3-671d97da8f78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3e24b086-1d69-417c-a3b3-abfe09249c09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3e24b086-1d69-417c-a3b3-abfe09249c09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e24b086-1d69-417c-a3b3-abfe09249c09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e24b086-1d69-417c-a3b3-abfe09249c09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e24b086-1d69-417c-a3b3-abfe09249c09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e24b086-1d69-417c-a3b3-abfe09249c09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e24b086-1d69-417c-a3b3-abfe09249c09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-2e6f7357-c65d-4b16-862a-307b5c067184 {
  text-align: center;
}
@media (max-width: 767px){#s-2e6f7357-c65d-4b16-862a-307b5c067184 {
  margin-left: 15%;
margin-right: 15%;
}
}






  img.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
    
    
  }


.s-2e6f7357-c65d-4b16-862a-307b5c067184 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shg-align-container {
  text-align: center
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
    
    
  }


.s-2e6f7357-c65d-4b16-862a-307b5c067184 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shg-align-container {
  text-align: center
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
    
    
  }


.s-2e6f7357-c65d-4b16-862a-307b5c067184 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shg-align-container {
  text-align: center
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
    
    
  }


.s-2e6f7357-c65d-4b16-862a-307b5c067184 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shg-align-container {
  text-align: center
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
    
    
  }


.s-2e6f7357-c65d-4b16-862a-307b5c067184 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shg-align-container {
  text-align: center
}

.s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e6f7357-c65d-4b16-862a-307b5c067184.shogun-image {
  box-sizing: border-box;
}


}
#s-4e53e392-e1a2-4bec-8ed5-dd5b3ee27fad {
  min-height: 50px;
}
@media (max-width: 767px){#s-4e53e392-e1a2-4bec-8ed5-dd5b3ee27fad {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-4e53e392-e1a2-4bec-8ed5-dd5b3ee27fad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e53e392-e1a2-4bec-8ed5-dd5b3ee27fad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1997213d-31c9-497d-a765-4d27cd9e0d36 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 50%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1997213d-31c9-497d-a765-4d27cd9e0d36 {
  margin-right: 25%;
}
}@media (max-width: 767px){#s-1997213d-31c9-497d-a765-4d27cd9e0d36 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 35%;
}
}







#s-1997213d-31c9-497d-a765-4d27cd9e0d36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1997213d-31c9-497d-a765-4d27cd9e0d36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b2cba206-1681-42db-8bdc-6902b933ed7e"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b2cba206-1681-42db-8bdc-6902b933ed7e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2cba206-1681-42db-8bdc-6902b933ed7e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2cba206-1681-42db-8bdc-6902b933ed7e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-fecbd096-4d55-4163-85c6-b6df0598b57f .shogun-icon-wrapper {
  text-align: center;
}


#s-fecbd096-4d55-4163-85c6-b6df0598b57f .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-0bffa25f-a536-4015-9c5e-065986b82f46 .shogun-icon-wrapper {
  text-align: center;
}


#s-0bffa25f-a536-4015-9c5e-065986b82f46 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-e1a54fe9-0214-45d3-8023-b15ea607accf .shogun-icon-wrapper {
  text-align: center;
}


#s-e1a54fe9-0214-45d3-8023-b15ea607accf .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-2ff943f6-0381-449f-b6d4-0a33a4572588 .shogun-icon-wrapper {
  text-align: center;
}


#s-2ff943f6-0381-449f-b6d4-0a33a4572588 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-ea70ad75-8666-4f1c-904a-0a85da547f15 .shogun-icon-wrapper {
  text-align: center;
}


#s-ea70ad75-8666-4f1c-904a-0a85da547f15 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-61a29f72-0091-4fd1-9f99-a9101d73296b {
  margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-18d3dc93-6224-4d23-8e13-d8abbf020550"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-18d3dc93-6224-4d23-8e13-d8abbf020550"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18d3dc93-6224-4d23-8e13-d8abbf020550"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18d3dc93-6224-4d23-8e13-d8abbf020550"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18d3dc93-6224-4d23-8e13-d8abbf020550"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18d3dc93-6224-4d23-8e13-d8abbf020550"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-18d3dc93-6224-4d23-8e13-d8abbf020550"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-501b11a7-186a-4f83-b61f-802e8ae65d2f {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(51, 51, 51, 1);
}
@media (max-width: 767px){#s-501b11a7-186a-4f83-b61f-802e8ae65d2f {
  margin-left: 0%;
margin-right: 10%;
}
}
#s-ddb4c24b-9630-4f70-9eb2-33ffdb432be4 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ddb4c24b-9630-4f70-9eb2-33ffdb432be4 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  text-align: left;
}



@media (max-width: 767px){#s-8af243ae-e240-42bb-a85b-a7399b40c068 {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-8af243ae-e240-42bb-a85b-a7399b40c068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af243ae-e240-42bb-a85b-a7399b40c068.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2598f5cf-2bd6-4c18-8735-4562fd5cdc11"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2598f5cf-2bd6-4c18-8735-4562fd5cdc11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2598f5cf-2bd6-4c18-8735-4562fd5cdc11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2598f5cf-2bd6-4c18-8735-4562fd5cdc11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2598f5cf-2bd6-4c18-8735-4562fd5cdc11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2598f5cf-2bd6-4c18-8735-4562fd5cdc11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2598f5cf-2bd6-4c18-8735-4562fd5cdc11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-faabef12-b762-46ba-9b7d-d166bd7e9b36 {
  text-align: center;
}
@media (max-width: 767px){#s-faabef12-b762-46ba-9b7d-d166bd7e9b36 {
  margin-left: 15%;
margin-right: 15%;
}
}






  img.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
    
    
  }


.s-faabef12-b762-46ba-9b7d-d166bd7e9b36 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shg-align-container {
  text-align: center
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
    
    
  }


.s-faabef12-b762-46ba-9b7d-d166bd7e9b36 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shg-align-container {
  text-align: center
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
  box-sizing: border-box;
}


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





  img.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
    
    
  }


.s-faabef12-b762-46ba-9b7d-d166bd7e9b36 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shg-align-container {
  text-align: center
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
  box-sizing: border-box;
}


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





  img.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
    
    
  }


.s-faabef12-b762-46ba-9b7d-d166bd7e9b36 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shg-align-container {
  text-align: center
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
  box-sizing: border-box;
}


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





  img.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
    
    
  }


.s-faabef12-b762-46ba-9b7d-d166bd7e9b36 .shogun-image-content {
  
    align-items: center;
  
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shg-align-container {
  text-align: center
}

.s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faabef12-b762-46ba-9b7d-d166bd7e9b36.shogun-image {
  box-sizing: border-box;
}


}
#s-9355815d-b6b4-4794-abd5-ff099b4d9b87 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9355815d-b6b4-4794-abd5-ff099b4d9b87 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-9355815d-b6b4-4794-abd5-ff099b4d9b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9355815d-b6b4-4794-abd5-ff099b4d9b87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ba44c0f-61f3-4ad0-8ad3-61202f544395 {
  margin-top: 30px;
margin-left: 3%;
margin-right: 50%;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ba44c0f-61f3-4ad0-8ad3-61202f544395 {
  margin-right: 25%;
}
}@media (max-width: 767px){#s-3ba44c0f-61f3-4ad0-8ad3-61202f544395 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 35%;
}
}







#s-3ba44c0f-61f3-4ad0-8ad3-61202f544395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba44c0f-61f3-4ad0-8ad3-61202f544395.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-30a36bd9-0603-40f1-ad10-9212946f23f4"] > .shg-row > .shg-c-xs-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-30a36bd9-0603-40f1-ad10-9212946f23f4"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30a36bd9-0603-40f1-ad10-9212946f23f4"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30a36bd9-0603-40f1-ad10-9212946f23f4"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 0.0px);
}

}

#s-bb047556-7c37-4640-a540-b736767e6676 .shogun-icon-wrapper {
  text-align: center;
}


#s-bb047556-7c37-4640-a540-b736767e6676 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-abcb38e7-f5bc-4bc1-b280-72e2dc481265 .shogun-icon-wrapper {
  text-align: center;
}


#s-abcb38e7-f5bc-4bc1-b280-72e2dc481265 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-e4dfe92a-d61d-44ab-8405-4dd8777ed821 .shogun-icon-wrapper {
  text-align: center;
}


#s-e4dfe92a-d61d-44ab-8405-4dd8777ed821 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-0830c510-4d9d-40c2-a459-421ffd972029 .shogun-icon-wrapper {
  text-align: center;
}


#s-0830c510-4d9d-40c2-a459-421ffd972029 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-4fa53386-31d9-486a-b5dc-58f307ff9434 .shogun-icon-wrapper {
  text-align: center;
}


#s-4fa53386-31d9-486a-b5dc-58f307ff9434 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(51, 51, 51, 1);
}

#s-f7ce1611-6786-4f9c-b2c9-f32f985e2979 {
  margin-left: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-ded3d673-cce1-45c9-8390-f917eb1606e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ded3d673-cce1-45c9-8390-f917eb1606e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ded3d673-cce1-45c9-8390-f917eb1606e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ded3d673-cce1-45c9-8390-f917eb1606e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ded3d673-cce1-45c9-8390-f917eb1606e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ded3d673-cce1-45c9-8390-f917eb1606e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ded3d673-cce1-45c9-8390-f917eb1606e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-a8c89dbb-773e-4c04-9865-943e23e0e3e0 {
  margin-left: 10%;
margin-right: 10%;
background-color: rgba(51, 51, 51, 1);
}
@media (max-width: 767px){#s-a8c89dbb-773e-4c04-9865-943e23e0e3e0 {
  margin-left: 0%;
margin-right: 10%;
}
}
#s-3252faff-2da5-4749-a299-e0beb0ad9ef5 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3252faff-2da5-4749-a299-e0beb0ad9ef5 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-94d5f673-c4a2-49cc-8ec1-2c666650b0c1 {
  padding-top: 2px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-94d5f673-c4a2-49cc-8ec1-2c666650b0c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94d5f673-c4a2-49cc-8ec1-2c666650b0c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-94d5f673-c4a2-49cc-8ec1-2c666650b0c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-94d5f673-c4a2-49cc-8ec1-2c666650b0c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f9d373a7-7311-4c0d-a63e-2e1ba656ecb5 {
  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-f9d373a7-7311-4c0d-a63e-2e1ba656ecb5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9d373a7-7311-4c0d-a63e-2e1ba656ecb5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9d373a7-7311-4c0d-a63e-2e1ba656ecb5 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-f9d373a7-7311-4c0d-a63e-2e1ba656ecb5 {
  min-height: 350px;
}
}







#s-f9d373a7-7311-4c0d-a63e-2e1ba656ecb5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f9d373a7-7311-4c0d-a63e-2e1ba656ecb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c258f6a-2ff1-4ebd-bc8d-85c213ee1c13 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3c258f6a-2ff1-4ebd-bc8d-85c213ee1c13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c258f6a-2ff1-4ebd-bc8d-85c213ee1c13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c258f6a-2ff1-4ebd-bc8d-85c213ee1c13 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 480px;
}
}@media (max-width: 767px){#s-3c258f6a-2ff1-4ebd-bc8d-85c213ee1c13 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 100%;
}
}







#s-3c258f6a-2ff1-4ebd-bc8d-85c213ee1c13 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3c258f6a-2ff1-4ebd-bc8d-85c213ee1c13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-937a48ec-2875-4d67-a3cb-af6445a1c3fd {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-937a48ec-2875-4d67-a3cb-af6445a1c3fd {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-937a48ec-2875-4d67-a3cb-af6445a1c3fd .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-937a48ec-2875-4d67-a3cb-af6445a1c3fd .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-937a48ec-2875-4d67-a3cb-af6445a1c3fd .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-7a20aa11-38db-45ba-acf9-c4df96cb3a09 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7a20aa11-38db-45ba-acf9-c4df96cb3a09 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-7a20aa11-38db-45ba-acf9-c4df96cb3a09 img.shogun-image {
    

    
    
    
  }


#s-7a20aa11-38db-45ba-acf9-c4df96cb3a09 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b77037c-d226-4659-a03d-044b7704848a {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5b77037c-d226-4659-a03d-044b7704848a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5b77037c-d226-4659-a03d-044b7704848a .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-87f079b8-e8bb-4121-9272-32fa6df7578d {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 40px;
margin-bottom: 40px;
padding-left: 10%;
padding-right: 10%;
min-height: 100px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-87f079b8-e8bb-4121-9272-32fa6df7578d {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-87f079b8-e8bb-4121-9272-32fa6df7578d {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-87f079b8-e8bb-4121-9272-32fa6df7578d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87f079b8-e8bb-4121-9272-32fa6df7578d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79c33b20-921c-4895-b893-462d70f5138c {
  text-align: left;
}

#s-bdbf98d5-618c-472c-b086-7a5735696dc8 {
  padding-left: 0px;
padding-right: 0px;
min-height: 220px;
background-color: rgba(252, 251, 248, 1);
}
@media (max-width: 767px){#s-bdbf98d5-618c-472c-b086-7a5735696dc8 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 180px;
}
}







#s-bdbf98d5-618c-472c-b086-7a5735696dc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdbf98d5-618c-472c-b086-7a5735696dc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d080a76-d496-4f31-bb84-ce4d7e81daab {
  margin-bottom: 10px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-7d080a76-d496-4f31-bb84-ce4d7e81daab {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d080a76-d496-4f31-bb84-ce4d7e81daab {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-7d080a76-d496-4f31-bb84-ce4d7e81daab {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-7d080a76-d496-4f31-bb84-ce4d7e81daab .shogun-heading-component h5 {
  color: rgba(168, 97, 68, 1);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-b1abdf8e-4875-477a-9853-18a69d1dacb9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-b1abdf8e-4875-477a-9853-18a69d1dacb9 {
  margin-top: 0px;
margin-left: 12%;
margin-bottom: 10px;
margin-right: 12%;
}
}
#s-b1abdf8e-4875-477a-9853-18a69d1dacb9 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b1abdf8e-4875-477a-9853-18a69d1dacb9 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-b1abdf8e-4875-477a-9853-18a69d1dacb9 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  
}


}
@media (min-width: 0px) {
[id="s-52cbe680-0298-4cb5-87e0-52a1f4c38e99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52cbe680-0298-4cb5-87e0-52a1f4c38e99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52cbe680-0298-4cb5-87e0-52a1f4c38e99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52cbe680-0298-4cb5-87e0-52a1f4c38e99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dae2184a-b1e7-40f4-bc4d-94e8e5848af2 {
  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-dae2184a-b1e7-40f4-bc4d-94e8e5848af2 {
  min-height: 830px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dae2184a-b1e7-40f4-bc4d-94e8e5848af2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dae2184a-b1e7-40f4-bc4d-94e8e5848af2 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-dae2184a-b1e7-40f4-bc4d-94e8e5848af2 {
  min-height: 400px;
}
}







#s-dae2184a-b1e7-40f4-bc4d-94e8e5848af2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-dae2184a-b1e7-40f4-bc4d-94e8e5848af2 {
  cursor: pointer;
}#s-dae2184a-b1e7-40f4-bc4d-94e8e5848af2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-663a3487-7c2f-4455-a571-9dfd63db6563 {
  padding-left: 0%;
padding-right: 0%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-663a3487-7c2f-4455-a571-9dfd63db6563 {
  min-height: 830px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-663a3487-7c2f-4455-a571-9dfd63db6563 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-663a3487-7c2f-4455-a571-9dfd63db6563 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 400px;
}
}@media (max-width: 767px){#s-663a3487-7c2f-4455-a571-9dfd63db6563 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 100%;
}
}







#s-663a3487-7c2f-4455-a571-9dfd63db6563 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-663a3487-7c2f-4455-a571-9dfd63db6563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a48b63a8-fa78-40f5-9493-862edaac030a {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a48b63a8-fa78-40f5-9493-862edaac030a {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-a48b63a8-fa78-40f5-9493-862edaac030a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (max-width: 767px){#s-a48b63a8-fa78-40f5-9493-862edaac030a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-dc1296d2-6814-453e-a434-f4ad674d1376 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}
@media (max-width: 767px){#s-dc1296d2-6814-453e-a434-f4ad674d1376 {
  margin-left: 5%;
margin-right: 5%;
}
}






  #s-dc1296d2-6814-453e-a434-f4ad674d1376 img.shogun-image {
    

    
    
    
  }


#s-dc1296d2-6814-453e-a434-f4ad674d1376 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d3d728d-62f8-4cff-807e-db6963882e9b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5d3d728d-62f8-4cff-807e-db6963882e9b {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-5d3d728d-62f8-4cff-807e-db6963882e9b .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-acfa5a18-c839-461e-917e-12df6f93bcc4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 18%;
padding-bottom: 0px;
padding-right: 18%;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-acfa5a18-c839-461e-917e-12df6f93bcc4 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-acfa5a18-c839-461e-917e-12df6f93bcc4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-right: 0%;
min-height: 200px;
}
}







#s-acfa5a18-c839-461e-917e-12df6f93bcc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-acfa5a18-c839-461e-917e-12df6f93bcc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7261699c-fde0-468b-933a-075e260fb122 {
  box-shadow:2px 2px 2px 2px rgba(226, 226, 226, 1);
margin-left: 15%;
margin-right: 15%;
padding-top: 30px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7261699c-fde0-468b-933a-075e260fb122 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-7261699c-fde0-468b-933a-075e260fb122 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
}
}
#s-7261699c-fde0-468b-933a-075e260fb122 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  300; 
  color: #000;
  font-family: Sarabun;
  font-size: 20px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-7261699c-fde0-468b-933a-075e260fb122 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 20px;
  
  color: #008000;
  font-family: Sarabun;
  
  
  
  
}

#s-7261699c-fde0-468b-933a-075e260fb122 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-7261699c-fde0-468b-933a-075e260fb122 .shogun-form-error-msg-container, #s-7261699c-fde0-468b-933a-075e260fb122 .shogun-form-field-error-msg-container {
  display: none;
}

#s-7261699c-fde0-468b-933a-075e260fb122 .shogun-form-error-msg {
  font-size: 20px;
  
  color: #ff0000;
  font-family: Sarabun;
  
  
  
  
}

#s-7261699c-fde0-468b-933a-075e260fb122 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-ce7b47ea-2be5-40c5-b976-c6b45fbcd11f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ce7b47ea-2be5-40c5-b976-c6b45fbcd11f {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-ce7b47ea-2be5-40c5-b976-c6b45fbcd11f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ce7b47ea-2be5-40c5-b976-c6b45fbcd11f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  text-align: left;
}


}@media (max-width: 767px){#s-ce7b47ea-2be5-40c5-b976-c6b45fbcd11f .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  text-align: left;
}


}
.shogun-form-check-box {
}

#s-cee2a4c5-c023-41a0-9924-a040df593fca {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
@media (max-width: 767px){#s-cee2a4c5-c023-41a0-9924-a040df593fca {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-cee2a4c5-c023-41a0-9924-a040df593fca .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-cee2a4c5-c023-41a0-9924-a040df593fca input {
  opacity: 0;
  position: absolute;
}

#s-cee2a4c5-c023-41a0-9924-a040df593fca .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-cee2a4c5-c023-41a0-9924-a040df593fca .shogun-form-checkbox-input-value {
  color: rgba(51, 51, 51, 1);
  font-family: Sarabun;
  font-size: 20px;
  
  
  letter-spacing: -1px;
  line-height: 2em;
}

#s-cee2a4c5-c023-41a0-9924-a040df593fca .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 1);
  border-radius: 1px;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-cee2a4c5-c023-41a0-9924-a040df593fca .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: 1px;
}

#s-cee2a4c5-c023-41a0-9924-a040df593fca input:checked + label .shogun-form-checkbox-inner {
  background-color: rgba(51, 51, 51, 1);
}


  #s-cee2a4c5-c023-41a0-9924-a040df593fca input + label:hover .shogun-form-checkbox-outer {
    
    
    
  }

  #s-cee2a4c5-c023-41a0-9924-a040df593fca input:checked + label:hover .shogun-form-checkbox-inner {
    
    
  }




#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 {
  box-shadow:2px 2px 2px 2px rgba(226, 226, 226, 1);
margin-top: 24px;
margin-left: 15%;
margin-bottom: 24px;
margin-right: 15%;
padding-top: 30px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 9px;
}
}
#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  300; 
  color: #000;
  font-family: Sarabun;
  font-size: 20px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 20px;
  
  color: #008000;
  font-family: Sarabun;
  
  
  
  
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-error-msg-container, #s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-field-error-msg-container {
  display: none;
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-error-msg {
  font-size: 20px;
  
  color: #ff0000;
  font-family: Sarabun;
  
  
  
  
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}
@media (max-width: 767px){#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  300; 
  color: #000;
  font-family: Sarabun;
  font-size: 20px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 20px;
  
  color: #008000;
  font-family: Sarabun;
  
  
  
  
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-error-msg-container, #s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-field-error-msg-container {
  display: none;
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-error-msg {
  font-size: 20px;
  
  color: #ff0000;
  font-family: Sarabun;
  
  
  
  
}

#s-2b10c97e-feea-401a-bdb1-0dbdb7eddce8 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}
}
#s-2d6235d8-bfe0-4d0c-92c2-eaa8403246a2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-2d6235d8-bfe0-4d0c-92c2-eaa8403246a2 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-2d6235d8-bfe0-4d0c-92c2-eaa8403246a2 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2d6235d8-bfe0-4d0c-92c2-eaa8403246a2 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  text-align: left;
}


}@media (max-width: 767px){#s-2d6235d8-bfe0-4d0c-92c2-eaa8403246a2 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  text-align: left;
}


}
#s-fea15ffb-6234-4c7b-89fb-8495363e0bd5 {
  margin-top: 10px;
margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}

#s-fea15ffb-6234-4c7b-89fb-8495363e0bd5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: -1px;
  text-align: right;
}



#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
@media (max-width: 767px){#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 input {
  opacity: 0;
  position: absolute;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-input-value {
  color: rgba(51, 51, 51, 1);
  font-family: Sarabun;
  font-size: 20px;
  
  
  letter-spacing: -1px;
  line-height: 2em;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 1);
  border-radius: 1px;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: 1px;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 input:checked + label .shogun-form-checkbox-inner {
  background-color: rgba(51, 51, 51, 1);
}


  #s-411721d1-8b4d-4efd-a5f2-f986681c2e25 input + label:hover .shogun-form-checkbox-outer {
    
    
    
  }

  #s-411721d1-8b4d-4efd-a5f2-f986681c2e25 input:checked + label:hover .shogun-form-checkbox-inner {
    
    
  }



@media (max-width: 767px){#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 input {
  opacity: 0;
  position: absolute;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-input-value {
  color: rgba(51, 51, 51, 1);
  font-family: Sarabun;
  font-size: 14px;
  
  
  letter-spacing: -1px;
  line-height: 2em;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 1);
  border-radius: 1px;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: 1px;
}

#s-411721d1-8b4d-4efd-a5f2-f986681c2e25 input:checked + label .shogun-form-checkbox-inner {
  background-color: rgba(51, 51, 51, 1);
}


  #s-411721d1-8b4d-4efd-a5f2-f986681c2e25 input + label:hover .shogun-form-checkbox-outer {
    
    
    
  }

  #s-411721d1-8b4d-4efd-a5f2-f986681c2e25 input:checked + label:hover .shogun-form-checkbox-inner {
    
    
  }



}
#s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 {
  box-shadow:2px 2px 2px 2px rgba(226, 226, 226, 1);
margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 30px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
}
}
#s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  300; 
  color: #000;
  font-family: Sarabun;
  font-size: 20px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 20px;
  
  color: #008000;
  font-family: Sarabun;
  
  
  
  
}

#s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 .shogun-form-error-msg-container, #s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 .shogun-form-field-error-msg-container {
  display: none;
}

#s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 .shogun-form-error-msg {
  font-size: 20px;
  
  color: #ff0000;
  font-family: Sarabun;
  
  
  
  
}

#s-e2320dcb-bc20-4790-88ad-2ef12e2776d8 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-b31e6962-da5f-4cd3-ab42-906e39abaddc {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b31e6962-da5f-4cd3-ab42-906e39abaddc {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-b31e6962-da5f-4cd3-ab42-906e39abaddc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -1px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b31e6962-da5f-4cd3-ab42-906e39abaddc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 28px;
  
  letter-spacing: -1px;
  text-align: left;
}


}@media (max-width: 767px){#s-b31e6962-da5f-4cd3-ab42-906e39abaddc .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  text-align: left;
}


}
#s-d57503b5-4ce8-4925-846d-430f5ab83831 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}
@media (max-width: 767px){#s-d57503b5-4ce8-4925-846d-430f5ab83831 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-d57503b5-4ce8-4925-846d-430f5ab83831 .shogun-form-checkbox-input-wrapper {
  position: relative;
}

#s-d57503b5-4ce8-4925-846d-430f5ab83831 input {
  opacity: 0;
  position: absolute;
}

#s-d57503b5-4ce8-4925-846d-430f5ab83831 .shogun-form-checkbox-input-wrapper label {
  align-items: center;
  display: inline-flex !important;
}

#s-d57503b5-4ce8-4925-846d-430f5ab83831 .shogun-form-checkbox-input-value {
  color: rgba(51, 51, 51, 1);
  font-family: Sarabun;
  font-size: 20px;
  
  
  letter-spacing: -1px;
  line-height: 2em;
}

#s-d57503b5-4ce8-4925-846d-430f5ab83831 .shogun-form-checkbox-outer {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 1);
  border-radius: 1px;
  cursor: pointer;
  display: flex;
  min-height: 20px;
  justify-content: center;
  margin-right: 8px;
  transition: all 250ms ease;
  min-width: 20px;
  
}

#s-d57503b5-4ce8-4925-846d-430f5ab83831 .shogun-form-checkbox-inner {
  display: inline-block;
  margin: 2px;
  height: 14px;
  width: 14px;
  border-radius: 1px;
}

#s-d57503b5-4ce8-4925-846d-430f5ab83831 input:checked + label .shogun-form-checkbox-inner {
  background-color: rgba(51, 51, 51, 1);
}


  #s-d57503b5-4ce8-4925-846d-430f5ab83831 input + label:hover .shogun-form-checkbox-outer {
    
    
    
  }

  #s-d57503b5-4ce8-4925-846d-430f5ab83831 input:checked + label:hover .shogun-form-checkbox-inner {
    
    
  }




#s-60e90f08-7d9d-46ae-9822-a321b51c96ac {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-top: 3px;
padding-left: 0%;
padding-bottom: 3px;
padding-right: 0%;
min-height: 150px;
background-position: center center;
}
@media (max-width: 767px){#s-60e90f08-7d9d-46ae-9822-a321b51c96ac {
  margin-top: 40px;
margin-bottom: 40px;
}
}







#s-60e90f08-7d9d-46ae-9822-a321b51c96ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60e90f08-7d9d-46ae-9822-a321b51c96ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66fedab0-702c-42d9-89ac-e9db412374bf {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 18%;
padding-right: 18%;
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-66fedab0-702c-42d9-89ac-e9db412374bf {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-66fedab0-702c-42d9-89ac-e9db412374bf {
  padding-left: 0%;
padding-right: 0%;
min-height: 200px;
}
}







#s-66fedab0-702c-42d9-89ac-e9db412374bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-66fedab0-702c-42d9-89ac-e9db412374bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-481a1cb0-4dfb-43e0-b357-dded177cbbdb {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-481a1cb0-4dfb-43e0-b357-dded177cbbdb {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-481a1cb0-4dfb-43e0-b357-dded177cbbdb {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-481a1cb0-4dfb-43e0-b357-dded177cbbdb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: -2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-481a1cb0-4dfb-43e0-b357-dded177cbbdb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -2px;
  text-align: center;
}


}@media (max-width: 767px){#s-481a1cb0-4dfb-43e0-b357-dded177cbbdb .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -2px;
  text-align: center;
}


}
#s-96dd8cdc-f06e-4064-997c-608f18202f92 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-96dd8cdc-f06e-4064-997c-608f18202f92 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-96dd8cdc-f06e-4064-997c-608f18202f92 {
  margin-left: 0%;
margin-right: 0%;
}
}






  #s-96dd8cdc-f06e-4064-997c-608f18202f92 img.shogun-image {
    

    
    
    
  }


#s-96dd8cdc-f06e-4064-997c-608f18202f92 .shogun-image-content {
  
    align-items: center;
  
}

#s-f69e475d-347b-452b-94bd-bd3c4d6868e7 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f69e475d-347b-452b-94bd-bd3c4d6868e7 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f69e475d-347b-452b-94bd-bd3c4d6868e7 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-f69e475d-347b-452b-94bd-bd3c4d6868e7 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-f69e475d-347b-452b-94bd-bd3c4d6868e7 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0 {
  margin-top: 30px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
border-radius: 50px;
background-color: rgba(255, 215, 96, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0:hover {border-radius: 50px !important;
background-color: rgba(255, 215, 96, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0:active {border-radius: 50px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0 {
  margin-left: 10%;
margin-right: 10%;
}
}

  #s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0-root {
    text-align: center;
  }


#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0-root {
    text-align: center;
  }


#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0-root {
    text-align: center;
  }


#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0-root {
    text-align: center;
  }


#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0-root {
    text-align: center;
  }


#s-5eb99f0e-f2a8-4a7a-b117-5d18bd8b19e0.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  block ;
}
}
#s-c6e974e7-21ca-4a58-8118-f61177eb39d2 {
  margin-top: 40px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
min-height: 0px;
background-color: rgba(175, 175, 175, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c6e974e7-21ca-4a58-8118-f61177eb39d2 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c6e974e7-21ca-4a58-8118-f61177eb39d2 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-c6e974e7-21ca-4a58-8118-f61177eb39d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6e974e7-21ca-4a58-8118-f61177eb39d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8046c6de-4ea0-44d9-8549-6c5781a2ad2d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 11px;
padding-bottom: 11px;
text-align: left;
}

#s-8046c6de-4ea0-44d9-8549-6c5781a2ad2d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-acdcd94e-a905-471f-9670-a30d1b0ce5d0 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
min-height: 0px;
background-color: rgba(51, 51, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-acdcd94e-a905-471f-9670-a30d1b0ce5d0 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-acdcd94e-a905-471f-9670-a30d1b0ce5d0 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-acdcd94e-a905-471f-9670-a30d1b0ce5d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acdcd94e-a905-471f-9670-a30d1b0ce5d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb3494ec-bd94-4bc5-9d59-b77bf3eaa9e0 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 11px;
padding-bottom: 11px;
text-align: center;
}

#s-fb3494ec-bd94-4bc5-9d59-b77bf3eaa9e0 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



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