.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-469189a2-7049-4aa9-a301-f3eb7eeed433 {
  min-height: 50px;
}








#s-469189a2-7049-4aa9-a301-f3eb7eeed433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-469189a2-7049-4aa9-a301-f3eb7eeed433.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fe7e4d4-901f-4914-a504-3079d3bdba22 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-7fe7e4d4-901f-4914-a504-3079d3bdba22 {
  
}
}







#s-7fe7e4d4-901f-4914-a504-3079d3bdba22 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-7fe7e4d4-901f-4914-a504-3079d3bdba22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-3d215ca7-5d14-4dce-a942-847635f491e7 {
  max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-3d215ca7-5d14-4dce-a942-847635f491e7 {
  
}
}






  #s-3d215ca7-5d14-4dce-a942-847635f491e7 img.shogun-image {
    

    
    
    
  }


#s-3d215ca7-5d14-4dce-a942-847635f491e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-29dc2204-64fe-44fc-8b0d-cfc90f3bab09 {
  min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-29dc2204-64fe-44fc-8b0d-cfc90f3bab09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29dc2204-64fe-44fc-8b0d-cfc90f3bab09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94a4bac0-aecc-44f3-80ef-229e99da4f89 {
  min-height: 50px;
}








#s-94a4bac0-aecc-44f3-80ef-229e99da4f89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94a4bac0-aecc-44f3-80ef-229e99da4f89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c36683fd-c938-47d2-a51b-4631319dc83c {
  min-height: 50px;
}








#s-c36683fd-c938-47d2-a51b-4631319dc83c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c36683fd-c938-47d2-a51b-4631319dc83c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42afa82c-b040-4e4a-9721-a658e2f8a96f {
  text-align: center;
}







  #s-42afa82c-b040-4e4a-9721-a658e2f8a96f img.shogun-image {
    

    
    
    
  }


#s-42afa82c-b040-4e4a-9721-a658e2f8a96f .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-a54bb0dd-e12e-4509-a598-6c6b6512ee31 {
  text-align: center;
}
@media (max-width: 767px){#s-a54bb0dd-e12e-4509-a598-6c6b6512ee31 {
  margin-bottom: -10px;
}
}
#s-a54bb0dd-e12e-4509-a598-6c6b6512ee31 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a54bb0dd-e12e-4509-a598-6c6b6512ee31 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-a54bb0dd-e12e-4509-a598-6c6b6512ee31 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}
.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-73965ae9-40ee-4d95-a1d4-cf9b53f7d9eb {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-73965ae9-40ee-4d95-a1d4-cf9b53f7d9eb {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73965ae9-40ee-4d95-a1d4-cf9b53f7d9eb {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-73965ae9-40ee-4d95-a1d4-cf9b53f7d9eb {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-73965ae9-40ee-4d95-a1d4-cf9b53f7d9eb {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}
#s-25c99f97-72ee-4e3a-8932-5d6f6e3c162a {
  text-align: center;
}







  #s-25c99f97-72ee-4e3a-8932-5d6f6e3c162a img.shogun-image {
    

    
    
    
  }


#s-25c99f97-72ee-4e3a-8932-5d6f6e3c162a .shogun-image-content {
  
    align-items: center;
  
}

#s-56c1f01b-ecb3-4f83-b2cb-76384e175c79 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-56c1f01b-ecb3-4f83-b2cb-76384e175c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56c1f01b-ecb3-4f83-b2cb-76384e175c79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15bba824-6c9c-4cb0-b5c5-9c91d49bcbda {
  text-align: center;
}







  #s-15bba824-6c9c-4cb0-b5c5-9c91d49bcbda img.shogun-image {
    

    
    
    
  }


#s-15bba824-6c9c-4cb0-b5c5-9c91d49bcbda .shogun-image-content {
  
    align-items: center;
  
}

#s-beeef40e-10d7-4776-b042-843096af73e1 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-beeef40e-10d7-4776-b042-843096af73e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beeef40e-10d7-4776-b042-843096af73e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d708df4-7415-424b-82ea-14aee3b523f0 {
  margin-left: 44px;
margin-right: 44px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0d708df4-7415-424b-82ea-14aee3b523f0 {
  padding-top: 1px;
padding-bottom: 1px;
}
}
#s-0d708df4-7415-424b-82ea-14aee3b523f0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (max-width: 767px){#s-0d708df4-7415-424b-82ea-14aee3b523f0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-80e1edae-7880-4731-8aec-6934bfc150f6 {
  padding-left: 300px;
padding-bottom: 20px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-80e1edae-7880-4731-8aec-6934bfc150f6 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80e1edae-7880-4731-8aec-6934bfc150f6 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-80e1edae-7880-4731-8aec-6934bfc150f6 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-80e1edae-7880-4731-8aec-6934bfc150f6 img.shogun-image {
    

    
    
    
  }


#s-80e1edae-7880-4731-8aec-6934bfc150f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-81bd2711-11a5-4756-ba4e-9b7fb3bbf401 {
  text-align: center;
}







  #s-81bd2711-11a5-4756-ba4e-9b7fb3bbf401 img.shogun-image {
    

    
    
    
  }


#s-81bd2711-11a5-4756-ba4e-9b7fb3bbf401 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-139cc878-32ee-45ff-b56c-cf60cec0afb5 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-139cc878-32ee-45ff-b56c-cf60cec0afb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-139cc878-32ee-45ff-b56c-cf60cec0afb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-139cc878-32ee-45ff-b56c-cf60cec0afb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-139cc878-32ee-45ff-b56c-cf60cec0afb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-139cc878-32ee-45ff-b56c-cf60cec0afb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-139cc878-32ee-45ff-b56c-cf60cec0afb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-139cc878-32ee-45ff-b56c-cf60cec0afb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-5ea8ee9a-cbea-4e73-bd7f-a42db90a899b {
  text-align: center;
}







  #s-5ea8ee9a-cbea-4e73-bd7f-a42db90a899b img.shogun-image {
    

    
    
    
  }


#s-5ea8ee9a-cbea-4e73-bd7f-a42db90a899b .shogun-image-content {
  
    align-items: center;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-02c356bc-25b1-4f27-b80f-671bc7d721e5 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-02c356bc-25b1-4f27-b80f-671bc7d721e5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-02c356bc-25b1-4f27-b80f-671bc7d721e5 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-02c356bc-25b1-4f27-b80f-671bc7d721e5 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-02c356bc-25b1-4f27-b80f-671bc7d721e5 td.shogun-table-column, #s-02c356bc-25b1-4f27-b80f-671bc7d721e5 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0b8d511a-848b-4b8f-aa5c-a595250d9120 {
  text-align: center;
}







  #s-0b8d511a-848b-4b8f-aa5c-a595250d9120 img.shogun-image {
    

    
    
    
  }


#s-0b8d511a-848b-4b8f-aa5c-a595250d9120 .shogun-image-content {
  
    align-items: center;
  
}

#s-772aa22d-96af-4fce-be6b-5465dfd73031 {
  margin-top: -10px;
padding-left: 18px;
padding-right: 18px;
background-color: rgba(255, 255, 255, 0);
}

#s-98804ff8-15d2-4287-b6fb-a2abe0674938 {
  padding-top: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 85, 65, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-repeat: repeat;
background-color: rgba(134, 85, 65, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-98804ff8-15d2-4287-b6fb-a2abe0674938 {
  padding-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-98804ff8-15d2-4287-b6fb-a2abe0674938 {
  padding-top: 18px;
}
}@media (max-width: 767px){#s-98804ff8-15d2-4287-b6fb-a2abe0674938 {
  padding-top: 16px;
padding-bottom: 8px;
}
}
#s-98804ff8-15d2-4287-b6fb-a2abe0674938 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-98804ff8-15d2-4287-b6fb-a2abe0674938 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-98804ff8-15d2-4287-b6fb-a2abe0674938 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}


}
#s-bad1668a-de2e-46cc-a2b9-e087bbb5fc60 {
  margin-bottom: -13px;
text-align: center;
}

#s-bad1668a-de2e-46cc-a2b9-e087bbb5fc60 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0.8em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-bad1668a-de2e-46cc-a2b9-e087bbb5fc60 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-bad1668a-de2e-46cc-a2b9-e087bbb5fc60 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.3em;
  
  
}


}
#s-08d5b483-cb69-4409-a22d-6f3f76336104 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-08d5b483-cb69-4409-a22d-6f3f76336104 {
  margin-top: 0px;
}
}






  #s-08d5b483-cb69-4409-a22d-6f3f76336104 img.shogun-image {
    

    
    
    
  }


#s-08d5b483-cb69-4409-a22d-6f3f76336104 .shogun-image-content {
  
    align-items: center;
  
}

#s-7394d838-53d7-4263-abfe-d05f7791eb84 {
  margin-bottom: 1%;
min-height: 50px;
}








#s-7394d838-53d7-4263-abfe-d05f7791eb84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7394d838-53d7-4263-abfe-d05f7791eb84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43175f1e-1641-45d0-a187-42ce9f8c2468 {
  text-align: center;
}







  #s-43175f1e-1641-45d0-a187-42ce9f8c2468 img.shogun-image {
    

    
    
    
  }


#s-43175f1e-1641-45d0-a187-42ce9f8c2468 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0d36b7f-5aae-4d74-9cc1-201c0edf405f {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-b0d36b7f-5aae-4d74-9cc1-201c0edf405f {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-b0d36b7f-5aae-4d74-9cc1-201c0edf405f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0d36b7f-5aae-4d74-9cc1-201c0edf405f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0d36b7f-5aae-4d74-9cc1-201c0edf405f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0d36b7f-5aae-4d74-9cc1-201c0edf405f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7347fd16-47f2-4904-be7d-e22491b53e50 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7347fd16-47f2-4904-be7d-e22491b53e50 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-7347fd16-47f2-4904-be7d-e22491b53e50 {
  margin-left: 50px;
margin-bottom: -30px;
margin-right: 50px;
}
}






  #s-7347fd16-47f2-4904-be7d-e22491b53e50 img.shogun-image {
    

    
    
    
  }


#s-7347fd16-47f2-4904-be7d-e22491b53e50 .shogun-image-content {
  
    align-items: center;
  
}

#s-25fe43e9-f947-481c-b2f1-e5bd02948a84 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-25fe43e9-f947-481c-b2f1-e5bd02948a84 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25fe43e9-f947-481c-b2f1-e5bd02948a84 {
  margin-top: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-25fe43e9-f947-481c-b2f1-e5bd02948a84 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-25fe43e9-f947-481c-b2f1-e5bd02948a84 {
  margin-top: 50px;
text-align: center;
}
}
#s-25fe43e9-f947-481c-b2f1-e5bd02948a84 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-25fe43e9-f947-481c-b2f1-e5bd02948a84 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-25fe43e9-f947-481c-b2f1-e5bd02948a84 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-25fe43e9-f947-481c-b2f1-e5bd02948a84 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-eea1e556-dc18-4438-becc-8e98924299b8 {
  text-align: left;
}
@media (max-width: 767px){#s-eea1e556-dc18-4438-becc-8e98924299b8 {
  margin-bottom: -30px;
}
}
#s-eea1e556-dc18-4438-becc-8e98924299b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-eea1e556-dc18-4438-becc-8e98924299b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-eea1e556-dc18-4438-becc-8e98924299b8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-0166e233-df24-491f-a94d-bb49e8f13a4e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0166e233-df24-491f-a94d-bb49e8f13a4e {
  display: none;
}
#s-0166e233-df24-491f-a94d-bb49e8f13a4e, #wrap-s-0166e233-df24-491f-a94d-bb49e8f13a4e { display: none !important; }}@media (max-width: 767px){#s-0166e233-df24-491f-a94d-bb49e8f13a4e {
  display: none;
}
#s-0166e233-df24-491f-a94d-bb49e8f13a4e, #wrap-s-0166e233-df24-491f-a94d-bb49e8f13a4e { display: none !important; }}






  #s-0166e233-df24-491f-a94d-bb49e8f13a4e img.shogun-image {
    

    
    
    
  }


#s-0166e233-df24-491f-a94d-bb49e8f13a4e .shogun-image-content {
  
    align-items: center;
  
}

#s-677e9869-3597-4577-ae47-01d956c040a9 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-677e9869-3597-4577-ae47-01d956c040a9 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-677e9869-3597-4577-ae47-01d956c040a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-677e9869-3597-4577-ae47-01d956c040a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-677e9869-3597-4577-ae47-01d956c040a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-677e9869-3597-4577-ae47-01d956c040a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-677e9869-3597-4577-ae47-01d956c040a9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f9c2d3b1-4266-4aea-9d54-e8c8b6182075 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-f9c2d3b1-4266-4aea-9d54-e8c8b6182075 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9c2d3b1-4266-4aea-9d54-e8c8b6182075 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9c2d3b1-4266-4aea-9d54-e8c8b6182075 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-f9c2d3b1-4266-4aea-9d54-e8c8b6182075 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-f9c2d3b1-4266-4aea-9d54-e8c8b6182075 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-f9c2d3b1-4266-4aea-9d54-e8c8b6182075 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f9c2d3b1-4266-4aea-9d54-e8c8b6182075 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-f9c2d3b1-4266-4aea-9d54-e8c8b6182075 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-caf952a8-f02c-4bf8-a72f-ff6d4792aab5 {
  text-align: left;
}
@media (max-width: 767px){#s-caf952a8-f02c-4bf8-a72f-ff6d4792aab5 {
  margin-bottom: -30px;
}
}
#s-caf952a8-f02c-4bf8-a72f-ff6d4792aab5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-caf952a8-f02c-4bf8-a72f-ff6d4792aab5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-caf952a8-f02c-4bf8-a72f-ff6d4792aab5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-b37ebd82-39ee-4470-a846-0329c8f13c7d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b37ebd82-39ee-4470-a846-0329c8f13c7d {
  display: none;
}
#s-b37ebd82-39ee-4470-a846-0329c8f13c7d, #wrap-s-b37ebd82-39ee-4470-a846-0329c8f13c7d { display: none !important; }}@media (max-width: 767px){#s-b37ebd82-39ee-4470-a846-0329c8f13c7d {
  display: none;
}
#s-b37ebd82-39ee-4470-a846-0329c8f13c7d, #wrap-s-b37ebd82-39ee-4470-a846-0329c8f13c7d { display: none !important; }}






  #s-b37ebd82-39ee-4470-a846-0329c8f13c7d img.shogun-image {
    

    
    
    
  }


#s-b37ebd82-39ee-4470-a846-0329c8f13c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-6c1194ee-bfc3-4d57-b635-c320c1142b9a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6c1194ee-bfc3-4d57-b635-c320c1142b9a {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-6c1194ee-bfc3-4d57-b635-c320c1142b9a {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-6c1194ee-bfc3-4d57-b635-c320c1142b9a img.shogun-image {
    

    
    
    
  }


#s-6c1194ee-bfc3-4d57-b635-c320c1142b9a .shogun-image-content {
  
    align-items: center;
  
}

#s-c34abaf6-fc9b-40e9-978e-16ccf85ea425 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-c34abaf6-fc9b-40e9-978e-16ccf85ea425 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-c34abaf6-fc9b-40e9-978e-16ccf85ea425"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c34abaf6-fc9b-40e9-978e-16ccf85ea425"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c34abaf6-fc9b-40e9-978e-16ccf85ea425"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c34abaf6-fc9b-40e9-978e-16ccf85ea425"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-42a46acf-79b3-4109-8070-946bec80ea54 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-42a46acf-79b3-4109-8070-946bec80ea54 {
  padding-left: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42a46acf-79b3-4109-8070-946bec80ea54 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-42a46acf-79b3-4109-8070-946bec80ea54 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-42a46acf-79b3-4109-8070-946bec80ea54 img.shogun-image {
    

    
    
    
  }


#s-42a46acf-79b3-4109-8070-946bec80ea54 .shogun-image-content {
  
    align-items: center;
  
}

#s-76aee63d-09c7-4919-8358-560fe2a1feb0 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-76aee63d-09c7-4919-8358-560fe2a1feb0 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-76aee63d-09c7-4919-8358-560fe2a1feb0 {
  margin-top: 16%;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-76aee63d-09c7-4919-8358-560fe2a1feb0 {
  margin-top: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-76aee63d-09c7-4919-8358-560fe2a1feb0 {
  margin-top: 20px;
text-align: center;
}
}
#s-76aee63d-09c7-4919-8358-560fe2a1feb0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-76aee63d-09c7-4919-8358-560fe2a1feb0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-76aee63d-09c7-4919-8358-560fe2a1feb0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-76aee63d-09c7-4919-8358-560fe2a1feb0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-10efcb0a-8719-4734-ba1b-b55af4be9514 {
  text-align: left;
}
@media (max-width: 767px){#s-10efcb0a-8719-4734-ba1b-b55af4be9514 {
  margin-bottom: -30px;
}
}
#s-10efcb0a-8719-4734-ba1b-b55af4be9514 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-10efcb0a-8719-4734-ba1b-b55af4be9514 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-10efcb0a-8719-4734-ba1b-b55af4be9514 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02 {
  display: none;
}
#s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02, #wrap-s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02 { display: none !important; }}@media (max-width: 767px){#s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02 {
  display: none;
}
#s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02, #wrap-s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02 { display: none !important; }}






  #s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02 img.shogun-image {
    

    
    
    
  }


#s-f7cbd3d3-ede8-4b37-8eed-14c9a4f44e02 .shogun-image-content {
  
    align-items: center;
  
}

#s-1395d6ea-683a-499e-84ed-2d83b259e96f {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-1395d6ea-683a-499e-84ed-2d83b259e96f {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-1395d6ea-683a-499e-84ed-2d83b259e96f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1395d6ea-683a-499e-84ed-2d83b259e96f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1395d6ea-683a-499e-84ed-2d83b259e96f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1395d6ea-683a-499e-84ed-2d83b259e96f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1395d6ea-683a-499e-84ed-2d83b259e96f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-28646dc1-e38e-4abd-b22e-e37080f16a58 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-28646dc1-e38e-4abd-b22e-e37080f16a58 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28646dc1-e38e-4abd-b22e-e37080f16a58 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-28646dc1-e38e-4abd-b22e-e37080f16a58 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-28646dc1-e38e-4abd-b22e-e37080f16a58 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-28646dc1-e38e-4abd-b22e-e37080f16a58 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-28646dc1-e38e-4abd-b22e-e37080f16a58 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-28646dc1-e38e-4abd-b22e-e37080f16a58 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-28646dc1-e38e-4abd-b22e-e37080f16a58 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-13bfa093-3c76-46ab-b17d-9e70d3a91759 {
  text-align: left;
}
@media (max-width: 767px){#s-13bfa093-3c76-46ab-b17d-9e70d3a91759 {
  margin-bottom: -30px;
}
}
#s-13bfa093-3c76-46ab-b17d-9e70d3a91759 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-13bfa093-3c76-46ab-b17d-9e70d3a91759 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-13bfa093-3c76-46ab-b17d-9e70d3a91759 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-92dc431e-9696-46e5-986e-c010b1464dd2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-92dc431e-9696-46e5-986e-c010b1464dd2 {
  display: none;
}
#s-92dc431e-9696-46e5-986e-c010b1464dd2, #wrap-s-92dc431e-9696-46e5-986e-c010b1464dd2 { display: none !important; }}@media (max-width: 767px){#s-92dc431e-9696-46e5-986e-c010b1464dd2 {
  display: none;
}
#s-92dc431e-9696-46e5-986e-c010b1464dd2, #wrap-s-92dc431e-9696-46e5-986e-c010b1464dd2 { display: none !important; }}






  #s-92dc431e-9696-46e5-986e-c010b1464dd2 img.shogun-image {
    

    
    
    
  }


#s-92dc431e-9696-46e5-986e-c010b1464dd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ccb2feb-78bd-4ced-8b99-303330345474 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4ccb2feb-78bd-4ced-8b99-303330345474 {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-4ccb2feb-78bd-4ced-8b99-303330345474 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-4ccb2feb-78bd-4ced-8b99-303330345474 img.shogun-image {
    

    
    
    
  }


#s-4ccb2feb-78bd-4ced-8b99-303330345474 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4733762-0a05-4bce-ae40-f4c718d9f58a {
  min-height: 50px;
}








#s-b4733762-0a05-4bce-ae40-f4c718d9f58a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4733762-0a05-4bce-ae40-f4c718d9f58a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74cc1d2e-9305-4d91-b09e-34109eb5b0c4 {
  text-align: center;
}







  #s-74cc1d2e-9305-4d91-b09e-34109eb5b0c4 img.shogun-image {
    

    
    
    
  }


#s-74cc1d2e-9305-4d91-b09e-34109eb5b0c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5690b4da-a7c2-4ec4-8394-d6c5bd12ba12 {
  min-height: 50px;
}








#s-5690b4da-a7c2-4ec4-8394-d6c5bd12ba12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5690b4da-a7c2-4ec4-8394-d6c5bd12ba12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62bbd986-80ad-4fbd-85b4-86c7477321c5 {
  text-align: center;
}







  #s-62bbd986-80ad-4fbd-85b4-86c7477321c5 img.shogun-image {
    

    
    
    
  }


#s-62bbd986-80ad-4fbd-85b4-86c7477321c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2ab98e5-2fe1-4350-9bd2-6c399c3424ee {
  min-height: 50px;
}








#s-a2ab98e5-2fe1-4350-9bd2-6c399c3424ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ab98e5-2fe1-4350-9bd2-6c399c3424ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78ba813d-65e6-4c3f-83ef-04f8582da5c1 {
  text-align: center;
}







  #s-78ba813d-65e6-4c3f-83ef-04f8582da5c1 img.shogun-image {
    

    
    
    
  }


#s-78ba813d-65e6-4c3f-83ef-04f8582da5c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c758fc6f-6ae6-48bf-a0b3-f09d409055ca {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c758fc6f-6ae6-48bf-a0b3-f09d409055ca {
  padding-top: 10px;
}
}






  #s-c758fc6f-6ae6-48bf-a0b3-f09d409055ca img.shogun-image {
    

    
    
    
  }


#s-c758fc6f-6ae6-48bf-a0b3-f09d409055ca .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-310330dd-5b3a-4655-bcff-164159f61aee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-310330dd-5b3a-4655-bcff-164159f61aee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-310330dd-5b3a-4655-bcff-164159f61aee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-310330dd-5b3a-4655-bcff-164159f61aee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-310330dd-5b3a-4655-bcff-164159f61aee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-310330dd-5b3a-4655-bcff-164159f61aee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-310330dd-5b3a-4655-bcff-164159f61aee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-3eba0ee2-9541-40f3-9635-f73f8e62f261 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-3eba0ee2-9541-40f3-9635-f73f8e62f261 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3eba0ee2-9541-40f3-9635-f73f8e62f261 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3eba0ee2-9541-40f3-9635-f73f8e62f261 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3eba0ee2-9541-40f3-9635-f73f8e62f261 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-3eba0ee2-9541-40f3-9635-f73f8e62f261 td.shogun-table-column, #s-3eba0ee2-9541-40f3-9635-f73f8e62f261 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d3c19a81-6dd1-4573-be3a-0a1b921a60c7 {
  text-align: center;
}







  #s-d3c19a81-6dd1-4573-be3a-0a1b921a60c7 img.shogun-image {
    

    
    
    
  }


#s-d3c19a81-6dd1-4573-be3a-0a1b921a60c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-bffc6f6a-fd06-48a8-a7d5-3815600cce33 {
  margin-top: 54px;
margin-left: 20%;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-bffc6f6a-fd06-48a8-a7d5-3815600cce33 {
  padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bffc6f6a-fd06-48a8-a7d5-3815600cce33 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bffc6f6a-fd06-48a8-a7d5-3815600cce33 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-bffc6f6a-fd06-48a8-a7d5-3815600cce33 {
  margin-top: 43px;
margin-left: 10%;
padding-left: 0%;
padding-right: 0px;
}
}
#s-bffc6f6a-fd06-48a8-a7d5-3815600cce33 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.3em;
  
  text-align: left;
}


@media (max-width: 767px){#s-bffc6f6a-fd06-48a8-a7d5-3815600cce33 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  
  text-align: left;
}


}
#s-327f916a-0668-41e5-9a07-15ec76829970 {
  text-align: center;
}







  #s-327f916a-0668-41e5-9a07-15ec76829970 img.shogun-image {
    

    
    
    
  }


#s-327f916a-0668-41e5-9a07-15ec76829970 .shogun-image-content {
  
    align-items: center;
  
}

#s-88711c34-ddc4-4177-8836-ffe0a4ab08b5 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-88711c34-ddc4-4177-8836-ffe0a4ab08b5 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-88711c34-ddc4-4177-8836-ffe0a4ab08b5 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-88711c34-ddc4-4177-8836-ffe0a4ab08b5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-88711c34-ddc4-4177-8836-ffe0a4ab08b5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-88711c34-ddc4-4177-8836-ffe0a4ab08b5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-8f7af055-c0a7-41d4-b4bd-9c52a8afc943 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8f7af055-c0a7-41d4-b4bd-9c52a8afc943 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-8f7af055-c0a7-41d4-b4bd-9c52a8afc943 .shogun-heading-component h6 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-8f7af055-c0a7-41d4-b4bd-9c52a8afc943 .shogun-heading-component h6 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-8f7af055-c0a7-41d4-b4bd-9c52a8afc943 .shogun-heading-component h6 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  
}


}
#s-45c60cd4-8b14-4600-870c-c6a820124c36 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-45c60cd4-8b14-4600-870c-c6a820124c36 img.shogun-image {
    

    
    
    
  }


#s-45c60cd4-8b14-4600-870c-c6a820124c36 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe522626-5d59-4120-be7b-48777986dc65 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-fe522626-5d59-4120-be7b-48777986dc65 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-fe522626-5d59-4120-be7b-48777986dc65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe522626-5d59-4120-be7b-48777986dc65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe522626-5d59-4120-be7b-48777986dc65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe522626-5d59-4120-be7b-48777986dc65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe522626-5d59-4120-be7b-48777986dc65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe522626-5d59-4120-be7b-48777986dc65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fe522626-5d59-4120-be7b-48777986dc65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fe522626-5d59-4120-be7b-48777986dc65"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-445b6504-1652-4363-a157-99925f139f81 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: #2C2A34;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-445b6504-1652-4363-a157-99925f139f81 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-445b6504-1652-4363-a157-99925f139f81 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-445b6504-1652-4363-a157-99925f139f81 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-445b6504-1652-4363-a157-99925f139f81 img.shogun-image {
    

    
    
    
  }


#s-445b6504-1652-4363-a157-99925f139f81 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9887cdc-1d37-4ab6-b86f-40623012b356 {
  margin-top: 10px;
margin-left: 28px;
margin-bottom: 10px;
margin-right: 28px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e9887cdc-1d37-4ab6-b86f-40623012b356 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-e9887cdc-1d37-4ab6-b86f-40623012b356 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-e9887cdc-1d37-4ab6-b86f-40623012b356 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-01ad9a7b-828a-4608-9709-e56a8843e245 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-01ad9a7b-828a-4608-9709-e56a8843e245 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-fa1e539c-bc95-4239-b22b-640ea99b9605 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-fa1e539c-bc95-4239-b22b-640ea99b9605 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-fa1e539c-bc95-4239-b22b-640ea99b9605"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa1e539c-bc95-4239-b22b-640ea99b9605"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa1e539c-bc95-4239-b22b-640ea99b9605"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fa1e539c-bc95-4239-b22b-640ea99b9605"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa1e539c-bc95-4239-b22b-640ea99b9605"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa1e539c-bc95-4239-b22b-640ea99b9605"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fa1e539c-bc95-4239-b22b-640ea99b9605"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fa1e539c-bc95-4239-b22b-640ea99b9605"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7b4a86c2-b97f-491c-914c-9568f683a2e0 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: #2C2A34;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7b4a86c2-b97f-491c-914c-9568f683a2e0 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b4a86c2-b97f-491c-914c-9568f683a2e0 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-7b4a86c2-b97f-491c-914c-9568f683a2e0 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-7b4a86c2-b97f-491c-914c-9568f683a2e0 img.shogun-image {
    

    
    
    
  }


#s-7b4a86c2-b97f-491c-914c-9568f683a2e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e619e859-32ef-4915-bea0-53671c3050a6 {
  margin-top: 10px;
margin-left: 28px;
margin-bottom: 10px;
margin-right: 28px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e619e859-32ef-4915-bea0-53671c3050a6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-e619e859-32ef-4915-bea0-53671c3050a6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-e619e859-32ef-4915-bea0-53671c3050a6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-bea3dde4-a3e1-4938-b457-10b8019e431a {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-bea3dde4-a3e1-4938-b457-10b8019e431a {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-7853d3ce-a80c-4789-a67a-a6226430ccfd {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-7853d3ce-a80c-4789-a67a-a6226430ccfd img.shogun-image {
    

    
    
    
  }


#s-7853d3ce-a80c-4789-a67a-a6226430ccfd .shogun-image-content {
  
    align-items: center;
  
}

#s-e3b297d6-bf49-4267-a535-0dc351f11bea {
  border-style: solid;
margin-top: 4px;
margin-bottom: 4px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 15px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-e3b297d6-bf49-4267-a535-0dc351f11bea img.shogun-image {
    

    
    
    
  }


#s-e3b297d6-bf49-4267-a535-0dc351f11bea .shogun-image-content {
  
    align-items: center;
  
}

#s-fe6f1677-d75c-4b70-9133-7d83be5ba2a0 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-fe6f1677-d75c-4b70-9133-7d83be5ba2a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe6f1677-d75c-4b70-9133-7d83be5ba2a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e70c8f05-f41e-40ed-aa42-e633dd5958fb {
  text-align: left;
}

#s-e70c8f05-f41e-40ed-aa42-e633dd5958fb .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e70c8f05-f41e-40ed-aa42-e633dd5958fb .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-0fc460d6-e71a-43c8-b922-c5e3745e4754 {
  text-align: left;
}

#s-0fc460d6-e71a-43c8-b922-c5e3745e4754 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-0fc460d6-e71a-43c8-b922-c5e3745e4754 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-315d6c92-9479-4ebd-ac91-10962b122430 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-315d6c92-9479-4ebd-ac91-10962b122430 img.shogun-image {
    

    
    
    
  }


#s-315d6c92-9479-4ebd-ac91-10962b122430 .shogun-image-content {
  
    align-items: center;
  
}

#s-506d1f39-29cc-4c58-9520-fbef4a054a50 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-506d1f39-29cc-4c58-9520-fbef4a054a50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-506d1f39-29cc-4c58-9520-fbef4a054a50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69943814-89f7-4d26-a8fc-105091d70773 {
  text-align: left;
}

#s-69943814-89f7-4d26-a8fc-105091d70773 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-69943814-89f7-4d26-a8fc-105091d70773 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-9260e9ed-03a8-400f-98ed-f741328ed160 {
  text-align: left;
}

#s-9260e9ed-03a8-400f-98ed-f741328ed160 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-9260e9ed-03a8-400f-98ed-f741328ed160 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-f56ed188-fd0c-4b40-8d41-9c85334b7820 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f56ed188-fd0c-4b40-8d41-9c85334b7820 .shogun-heading-component h6 {
  color: rgba(95, 95, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (max-width: 767px){#s-f56ed188-fd0c-4b40-8d41-9c85334b7820 .shogun-heading-component h6 {
  color: rgba(95, 95, 95, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}


}
#s-d6af229f-3dc7-4165-9387-851f65dfc35b {
  text-align: left;
}

#s-d6af229f-3dc7-4165-9387-851f65dfc35b .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-d6af229f-3dc7-4165-9387-851f65dfc35b .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-7a6d4cfd-3037-427d-85c8-b91cd2a26efd {
  text-align: left;
}

#s-7a6d4cfd-3037-427d-85c8-b91cd2a26efd .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-7a6d4cfd-3037-427d-85c8-b91cd2a26efd .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-6e7b0762-2cf9-49aa-b127-a41929274907 {
  text-align: center;
}







  #s-6e7b0762-2cf9-49aa-b127-a41929274907 img.shogun-image {
    

    
    
    
  }


#s-6e7b0762-2cf9-49aa-b127-a41929274907 .shogun-image-content {
  
    align-items: center;
  
}

#s-42050d1f-95e2-41bd-8cce-fa14082ffb72 {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-42050d1f-95e2-41bd-8cce-fa14082ffb72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42050d1f-95e2-41bd-8cce-fa14082ffb72 {
  
}
}@media (max-width: 767px){#s-42050d1f-95e2-41bd-8cce-fa14082ffb72 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-42050d1f-95e2-41bd-8cce-fa14082ffb72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42050d1f-95e2-41bd-8cce-fa14082ffb72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-42050d1f-95e2-41bd-8cce-fa14082ffb72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-42050d1f-95e2-41bd-8cce-fa14082ffb72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a18c32b9-530f-49d2-a44c-d1f1b174820f {
  text-align: center;
}
@media (max-width: 767px){#s-a18c32b9-530f-49d2-a44c-d1f1b174820f {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-a18c32b9-530f-49d2-a44c-d1f1b174820f .shogun-image-content {
  
    align-items: center;
  
}

#s-d07a5efb-7731-4f34-b021-28728a5cf0a4 {
  text-align: center;
}
@media (max-width: 767px){#s-d07a5efb-7731-4f34-b021-28728a5cf0a4 {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-d07a5efb-7731-4f34-b021-28728a5cf0a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c264ba9-b90b-4a32-b02e-b1da84108ec4 {
  margin-top: 14px;
text-align: center;
}







  #s-3c264ba9-b90b-4a32-b02e-b1da84108ec4 img.shogun-image {
    

    
    
    
  }


#s-3c264ba9-b90b-4a32-b02e-b1da84108ec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-10b5bcf8-c92b-4819-aed0-f2a85657cc89 {
  margin-top: 10px;
margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-10b5bcf8-c92b-4819-aed0-f2a85657cc89 {
  margin-top: 0px;
margin-bottom: -20px;
}
}
#s-10b5bcf8-c92b-4819-aed0-f2a85657cc89 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-10b5bcf8-c92b-4819-aed0-f2a85657cc89 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-fe987a54-7577-46d9-a20f-b6723920b26e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fe987a54-7577-46d9-a20f-b6723920b26e {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-fe987a54-7577-46d9-a20f-b6723920b26e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-fe987a54-7577-46d9-a20f-b6723920b26e .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-20ba0127-1758-4700-9c4c-412f5253c447 {
  min-height: 50px;
}








#s-20ba0127-1758-4700-9c4c-412f5253c447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20ba0127-1758-4700-9c4c-412f5253c447.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13f61270-2df9-42b5-93f2-a1455a33d32e {
  text-align: center;
}







  #s-13f61270-2df9-42b5-93f2-a1455a33d32e img.shogun-image {
    

    
    
    
  }


#s-13f61270-2df9-42b5-93f2-a1455a33d32e .shogun-image-content {
  
    align-items: center;
  
}

#s-f1bf40fc-b7c5-4e39-9639-a25da66ef606 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-f1bf40fc-b7c5-4e39-9639-a25da66ef606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1bf40fc-b7c5-4e39-9639-a25da66ef606.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56d77820-e2c0-432a-a2a7-fa09ee2ec647 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}

#s-56d77820-e2c0-432a-a2a7-fa09ee2ec647 .shogun-heading-component h6 {
  color: rgba(134, 85, 65, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-56d77820-e2c0-432a-a2a7-fa09ee2ec647 .shogun-heading-component h6 {
  color: rgba(134, 85, 65, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-3f7d6a76-9248-4b57-a990-5e6c46a2ae3b {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-3f7d6a76-9248-4b57-a990-5e6c46a2ae3b img.shogun-image {
    

    
    
    
  }


#s-3f7d6a76-9248-4b57-a990-5e6c46a2ae3b .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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