.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-07f04a41-c46c-4f03-9207-0c16ffcad8d3 {
  min-height: 50px;
background-color: rgba(227, 227, 217, 1);
}








#s-07f04a41-c46c-4f03-9207-0c16ffcad8d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07f04a41-c46c-4f03-9207-0c16ffcad8d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-862bd1d2-a4c7-4ca7-b8dd-76ff49a93561 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 80px;
min-height: 50px;
max-width: 540px;
background-color: rgba(247, 247, 243, 1);
}








#s-862bd1d2-a4c7-4ca7-b8dd-76ff49a93561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-862bd1d2-a4c7-4ca7-b8dd-76ff49a93561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-27270b28-2036-4a7b-8a24-fa2b23511152 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 600px;
}
@media (min-width: 1200px){#s-27270b28-2036-4a7b-8a24-fa2b23511152 {
  display: none;
}
#s-27270b28-2036-4a7b-8a24-fa2b23511152, #wrap-s-27270b28-2036-4a7b-8a24-fa2b23511152 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27270b28-2036-4a7b-8a24-fa2b23511152 {
  display: none;
}
#s-27270b28-2036-4a7b-8a24-fa2b23511152, #wrap-s-27270b28-2036-4a7b-8a24-fa2b23511152 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27270b28-2036-4a7b-8a24-fa2b23511152 {
  display: none;
}
#s-27270b28-2036-4a7b-8a24-fa2b23511152, #wrap-s-27270b28-2036-4a7b-8a24-fa2b23511152 { display:none !important; }}@media (max-width: 767px){#s-27270b28-2036-4a7b-8a24-fa2b23511152 {
  margin-bottom: 40px;
display: none;
}
#s-27270b28-2036-4a7b-8a24-fa2b23511152, #wrap-s-27270b28-2036-4a7b-8a24-fa2b23511152 { display:none !important; }}
#s-21f584e2-f4a0-4b01-9417-4176fc5cb690 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-21f584e2-f4a0-4b01-9417-4176fc5cb690 {
  display: none;
}
#s-21f584e2-f4a0-4b01-9417-4176fc5cb690, #wrap-s-21f584e2-f4a0-4b01-9417-4176fc5cb690 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21f584e2-f4a0-4b01-9417-4176fc5cb690 {
  display: none;
}
#s-21f584e2-f4a0-4b01-9417-4176fc5cb690, #wrap-s-21f584e2-f4a0-4b01-9417-4176fc5cb690 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21f584e2-f4a0-4b01-9417-4176fc5cb690 {
  display: none;
}
#s-21f584e2-f4a0-4b01-9417-4176fc5cb690, #wrap-s-21f584e2-f4a0-4b01-9417-4176fc5cb690 { display:none !important; }}@media (max-width: 767px){#s-21f584e2-f4a0-4b01-9417-4176fc5cb690 {
  margin-bottom: 40px;
display: none;
}
#s-21f584e2-f4a0-4b01-9417-4176fc5cb690, #wrap-s-21f584e2-f4a0-4b01-9417-4176fc5cb690 { display:none !important; }}
#s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc {
  display: none;
}
#s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc, #wrap-s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc {
  display: none;
}
#s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc, #wrap-s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc {
  display: none;
}
#s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc, #wrap-s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc { display:none !important; }}@media (max-width: 767px){#s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc {
  margin-bottom: 40px;
display: none;
}
#s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc, #wrap-s-2fd5b87f-cd6e-4ba3-82b1-fa55683a27cc { display:none !important; }}
#s-3fe9aa21-7559-446b-8611-b115aa02739e {
  min-height: 50px;
}








#s-3fe9aa21-7559-446b-8611-b115aa02739e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe9aa21-7559-446b-8611-b115aa02739e.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-65796bc8-98da-4f53-b4d0-b664916ceda4 {
  margin-top: 40px;
margin-bottom: 42px;
text-align: center;
}
@media (max-width: 767px){#s-65796bc8-98da-4f53-b4d0-b664916ceda4 {
  
}
}
#s-65796bc8-98da-4f53-b4d0-b664916ceda4 .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



  .tk_cr_pj_arrow {
    text-align: center;
  }
  .tk_cr_pj_flexbox,.tk_cr_pj_list,.tk_cr_pj_list2 {
    display:flex;
  }
  .tk_cr_pj_flexbox{
    padding:0 20px;
    margin:0 0 60px 0;
  }
  .tk_cr_pj_list,.tk_cr_pj_list2 {
    margin:0 0 30px 0;
  }
  .tk_cr_pj_list img,.tk_cr_pj_list2 img {
    max-width:60px;
    height:100%;
  }
  .tk_cr_pj_list p,.tk_cr_pj_list2 p{
    font-size:16px;
    color:#222222;
    font-weight:bold;
    padding:0 0 0 8px;
  }
  .tk_cr_pj_list_label {
    font-size: 14px;
    display:block;
    padding:12px 10px;
    background-color:#ffffff;
    margin:5px 0 0 0;
    font-weight:400;
  }
  .tk_cr_pj_list_label span {
    display:inline-block;
    padding:3px 7px;
    background-color:#00559B;
    color:#ffffff;
    margin:0 0 10px 0;
    font-weight:bold;
    font-size:12px;
  }
  .tk_cr_pj_flexbox>div:nth-child(1) {
    width:10%;
  }
  .tk_cr_pj_flexbox>div:nth-child(2) {
    width:90%;
    padding:30px 0;
  }
  
  .tk_cr_pj_list_ank_box {
    padding:0 10px 80px;
  }
  .tk_cr_pj_list_ank_box>div,.tk_cr_pj_list p {
    display: flex;
    /*text-align: center;*/
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .tk_cr_pj_list_ank_box .tk_cr_pj_list {
    padding:15px 10px;
    margin:0 0px 10px;
    border:1px solid #222;
    width:100%;
  }
  .tk_cr_pj_list_ank_box img {
    max-width:60px;
    height:100%;
  }
  .tk_cr_pj_list_ank_box p {
    font-size:1em;
    margin:0;
    font-weight:400;
  }
  .tk_cr_pj_list p .material-symbols-outlined {
    transform: rotate(90deg);
}

/*▼material icons*/
.tk_cr_icon .material-symbols-outlined {
    width: 100%;
    font-size: 50px;
    text-align: center;
    color: #222222;
    margin-top: -10px;
}

.tk_cr_pj_flexbox .tk_cr_pj_arrow svg {
    height: 460px;
}
@media screen and (min-width:768px){
    .tk_cr_pc_none {
        display:none;
    }
}

#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 {
  display: none;
}
#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3, #wrap-s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 {
  display: none;
}
#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3, #wrap-s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 {
  display: none;
}
#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3, #wrap-s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 { display:none !important; }}@media (max-width: 767px){#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 {
  display: none;
}
#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3, #wrap-s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 { display:none !important; }}
#s-9af6b333-a9e2-4431-a0ee-a45f9c40cef3 .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-68120db1-0312-42d8-a6a7-e92b04b7cc5d {
  margin-bottom: 80px;
min-height: 50px;
background-attachment: scroll;
}








#s-68120db1-0312-42d8-a6a7-e92b04b7cc5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68120db1-0312-42d8-a6a7-e92b04b7cc5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52c12662-8a9b-4152-b6cd-c3ded606d551 {
  text-align: left;
}

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

#s-4c21d46c-a995-4e95-807a-71fc78045d15 {
  margin-bottom: 15px;
max-width: 60px;
text-align: center;
}







  img.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
    
    
  }


.s-4c21d46c-a995-4e95-807a-71fc78045d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shg-align-container {
  text-align: center
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
    
    
  }


.s-4c21d46c-a995-4e95-807a-71fc78045d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shg-align-container {
  text-align: center
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
    
    
  }


.s-4c21d46c-a995-4e95-807a-71fc78045d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shg-align-container {
  text-align: center
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
    
    
  }


.s-4c21d46c-a995-4e95-807a-71fc78045d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shg-align-container {
  text-align: center
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
    
    
  }


.s-4c21d46c-a995-4e95-807a-71fc78045d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shg-align-container {
  text-align: center
}

.s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c21d46c-a995-4e95-807a-71fc78045d15.shogun-image {
  box-sizing: border-box;
}


}
#s-9ded992f-1bb7-4fb4-b1fe-47c96c488e07 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ded992f-1bb7-4fb4-b1fe-47c96c488e07 .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.8em;
  
  
}



.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;
}
#s-dbbb31a4-bc69-47f5-a376-6ba1aa72d45b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 750px;
text-align: center;
}







  #s-dbbb31a4-bc69-47f5-a376-6ba1aa72d45b img.shogun-image {
    

    
    
    
  }


#s-dbbb31a4-bc69-47f5-a376-6ba1aa72d45b .shogun-image-content {
  
    align-items: center;
  
}

#s-2cda5c55-2e69-4086-8072-c02d405771e0 {
  margin-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
}

#s-7d6bc59a-22d9-4848-90e2-cec3e31d8ba1 {
  margin-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-7d6bc59a-22d9-4848-90e2-cec3e31d8ba1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d6bc59a-22d9-4848-90e2-cec3e31d8ba1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54255cb8-857c-4295-9e9f-d22266606351 {
  text-align: left;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-86827ff1-d4de-467f-a372-3281539544fe {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-86827ff1-d4de-467f-a372-3281539544fe hr {
  border-top: 1px solid rgba(204, 204, 204, 1);
}

#s-0b7a81f0-4a1e-40f4-89d2-c44ae222cfd6 {
  text-align: left;
}

#s-ad377bc8-857b-45c7-ad51-553397609135 {
  margin-top: 15px;
margin-bottom: 25px;
}

#s-ad377bc8-857b-45c7-ad51-553397609135 hr {
  border-top: 1px solid rgba(204, 204, 204, 1);
}

#s-ae6ae230-30d3-484b-a5b4-8750d528f9e1 {
  text-align: left;
}

#s-b9567a22-8329-41b9-a631-a27bc521e072 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-b9567a22-8329-41b9-a631-a27bc521e072 hr {
  border-top: 1px solid rgba(204, 204, 204, 1);
}

#s-05fd8e3f-32ed-4ded-84b5-57b5e660c147 {
  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-d16a2f6c-fa51-4343-9673-2d6c24b87276 {
  border-style: solid;
margin-top: 60px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 0);
border-radius: 0px;
background-color: rgba(0, 85, 155, 1);
text-align: center;
text-decoration: none;
line-height: 3em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d16a2f6c-fa51-4343-9673-2d6c24b87276:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 0) !important;
background-color: rgba(0, 85, 155, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d16a2f6c-fa51-4343-9673-2d6c24b87276:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 0) !important;
background-color: rgba(0, 85, 155, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d16a2f6c-fa51-4343-9673-2d6c24b87276 {
  display: none;
}
#s-d16a2f6c-fa51-4343-9673-2d6c24b87276, #wrap-s-d16a2f6c-fa51-4343-9673-2d6c24b87276 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d16a2f6c-fa51-4343-9673-2d6c24b87276 {
  display: none;
}
#s-d16a2f6c-fa51-4343-9673-2d6c24b87276, #wrap-s-d16a2f6c-fa51-4343-9673-2d6c24b87276 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d16a2f6c-fa51-4343-9673-2d6c24b87276 {
  display: none;
}
#s-d16a2f6c-fa51-4343-9673-2d6c24b87276, #wrap-s-d16a2f6c-fa51-4343-9673-2d6c24b87276 { display:none !important; }}@media (max-width: 767px){#s-d16a2f6c-fa51-4343-9673-2d6c24b87276 {
  display: none;
}
#s-d16a2f6c-fa51-4343-9673-2d6c24b87276, #wrap-s-d16a2f6c-fa51-4343-9673-2d6c24b87276 { display:none !important; }}

  #s-d16a2f6c-fa51-4343-9673-2d6c24b87276-root {
    text-align: center;
  }


#s-d16a2f6c-fa51-4343-9673-2d6c24b87276.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d16a2f6c-fa51-4343-9673-2d6c24b87276-root {
    text-align: center;
  }


#s-d16a2f6c-fa51-4343-9673-2d6c24b87276.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d16a2f6c-fa51-4343-9673-2d6c24b87276-root {
    text-align: center;
  }


#s-d16a2f6c-fa51-4343-9673-2d6c24b87276.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d16a2f6c-fa51-4343-9673-2d6c24b87276-root {
    text-align: center;
  }


#s-d16a2f6c-fa51-4343-9673-2d6c24b87276.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d16a2f6c-fa51-4343-9673-2d6c24b87276-root {
    text-align: center;
  }


#s-d16a2f6c-fa51-4343-9673-2d6c24b87276.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-90951894-45ae-422d-9fc0-2aea489333e4 {
  margin-top: 60px;
margin-bottom: 15px;
padding-top: 21px;
padding-left: 20px;
padding-bottom: 19px;
padding-right: 20px;
background-color: rgba(204, 204, 204, 1);
}
@media (min-width: 1200px){#s-90951894-45ae-422d-9fc0-2aea489333e4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90951894-45ae-422d-9fc0-2aea489333e4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90951894-45ae-422d-9fc0-2aea489333e4 {
  
}
}@media (max-width: 767px){#s-90951894-45ae-422d-9fc0-2aea489333e4 {
  
}
}
@media (min-width: 1200px){#s-7b9884c2-8351-4aed-b462-b6092564a568 {
  display: none;
}
#s-7b9884c2-8351-4aed-b462-b6092564a568, #wrap-s-7b9884c2-8351-4aed-b462-b6092564a568 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b9884c2-8351-4aed-b462-b6092564a568 {
  display: none;
}
#s-7b9884c2-8351-4aed-b462-b6092564a568, #wrap-s-7b9884c2-8351-4aed-b462-b6092564a568 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b9884c2-8351-4aed-b462-b6092564a568 {
  display: none;
}
#s-7b9884c2-8351-4aed-b462-b6092564a568, #wrap-s-7b9884c2-8351-4aed-b462-b6092564a568 { display:none !important; }}@media (max-width: 767px){#s-7b9884c2-8351-4aed-b462-b6092564a568 {
  display: none;
}
#s-7b9884c2-8351-4aed-b462-b6092564a568, #wrap-s-7b9884c2-8351-4aed-b462-b6092564a568 { display:none !important; }}
#s-10c481b3-a359-4e61-8fba-3d8f3bf59f3f {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}
@media (max-width: 767px){#s-10c481b3-a359-4e61-8fba-3d8f3bf59f3f {
  
}
}
#s-e08c1e56-9f28-4a5e-89cc-e607f5f02658 {
  margin-bottom: 80px;
min-height: 50px;
}








#s-e08c1e56-9f28-4a5e-89cc-e607f5f02658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e08c1e56-9f28-4a5e-89cc-e607f5f02658.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23c2cc10-4b07-4495-880f-ff02d5f3e720 {
  text-align: left;
}

#s-914b38f6-6325-4490-bb06-3ad256ab8b85 {
  text-align: left;
}

#s-0f1d648d-91f9-4c2b-b5ad-5e320ecd611a {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f1d648d-91f9-4c2b-b5ad-5e320ecd611a .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.8em;
  
  
}



#s-fc0ee988-d9f0-423d-851f-6cb31d02af9b {
  margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}

#s-7978bb55-66aa-4054-b875-4e0c8a7d78e3 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}







  #s-7978bb55-66aa-4054-b875-4e0c8a7d78e3 img.shogun-image {
    

    
    
    
  }


#s-7978bb55-66aa-4054-b875-4e0c8a7d78e3 .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-435024d1-a912-4a77-8ffa-f6d7eb784cf3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 750px;
}

@media (min-width: 0px) {
[id="s-435024d1-a912-4a77-8ffa-f6d7eb784cf3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-435024d1-a912-4a77-8ffa-f6d7eb784cf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-435024d1-a912-4a77-8ffa-f6d7eb784cf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-435024d1-a912-4a77-8ffa-f6d7eb784cf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b2c16971-4aa3-4035-bb2f-d066ca2f0357 {
  text-align: center;
}







  #s-b2c16971-4aa3-4035-bb2f-d066ca2f0357 img.shogun-image {
    

    
    
    
  }


#s-b2c16971-4aa3-4035-bb2f-d066ca2f0357 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad566c2b-85b5-4151-a072-1a1d43a697d1 {
  text-align: center;
}







  #s-ad566c2b-85b5-4151-a072-1a1d43a697d1 img.shogun-image {
    

    
    
    
  }


#s-ad566c2b-85b5-4151-a072-1a1d43a697d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1d7bbea-7930-4114-ad7d-906ae82719bf {
  margin-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
}

#s-735ea415-8ab1-4646-82b8-15299c686873 {
  margin-bottom: 30px;
}

#s-32dd53ad-15de-48c2-9908-3282b21c9861 {
  margin-bottom: 20px;
}

#s-d0808e5e-d16e-46ca-8449-e05e820f0439 {
  margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  img.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
    
    
  }


.s-d0808e5e-d16e-46ca-8449-e05e820f0439 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shg-align-container {
  text-align: center
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
    
    
  }


.s-d0808e5e-d16e-46ca-8449-e05e820f0439 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shg-align-container {
  text-align: center
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
    
    
  }


.s-d0808e5e-d16e-46ca-8449-e05e820f0439 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shg-align-container {
  text-align: center
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
    
    
  }


.s-d0808e5e-d16e-46ca-8449-e05e820f0439 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shg-align-container {
  text-align: center
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
    
    
  }


.s-d0808e5e-d16e-46ca-8449-e05e820f0439 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shg-align-container {
  text-align: center
}

.s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0808e5e-d16e-46ca-8449-e05e820f0439.shogun-image {
  box-sizing: border-box;
}


}
#s-f7f27570-61b0-4f41-b36c-29ce6ece9942 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}
@media (max-width: 767px){#s-f7f27570-61b0-4f41-b36c-29ce6ece9942 {
  
}
}
#s-207c34f5-69eb-4f9b-966c-533473fe625f {
  margin-bottom: 20px;
}

#s-76a191b7-0ab4-45da-b082-65e5e0588727 {
  margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}







  img.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
    
    
  }


.s-76a191b7-0ab4-45da-b082-65e5e0588727 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shg-align-container {
  text-align: center
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
    
    
  }


.s-76a191b7-0ab4-45da-b082-65e5e0588727 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shg-align-container {
  text-align: center
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
  box-sizing: border-box;
}


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





  img.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
    
    
  }


.s-76a191b7-0ab4-45da-b082-65e5e0588727 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shg-align-container {
  text-align: center
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
  box-sizing: border-box;
}


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





  img.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
    
    
  }


.s-76a191b7-0ab4-45da-b082-65e5e0588727 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shg-align-container {
  text-align: center
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
  box-sizing: border-box;
}


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





  img.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
    
    
  }


.s-76a191b7-0ab4-45da-b082-65e5e0588727 .shogun-image-content {
  
    align-items: center;
  
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shg-align-container {
  text-align: center
}

.s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a191b7-0ab4-45da-b082-65e5e0588727.shogun-image {
  box-sizing: border-box;
}


}
#s-7a21f137-84b8-4a87-97ee-29d5e28d2dc5 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 700px;
}
@media (max-width: 767px){#s-7a21f137-84b8-4a87-97ee-29d5e28d2dc5 {
  
}
}
#s-49ed5dc2-23c4-48dc-af9d-190c7808c609 {
  margin-bottom: 80px;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-49ed5dc2-23c4-48dc-af9d-190c7808c609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49ed5dc2-23c4-48dc-af9d-190c7808c609.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-617a6422-1032-4777-b8f8-49b9ee24f253 {
  text-align: left;
}

#s-bc826fd4-6518-4a20-b12b-ec03bad020b1 {
  text-align: left;
}

#s-12df5192-9224-4014-8ef3-c7cecf335d3e {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12df5192-9224-4014-8ef3-c7cecf335d3e .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.8em;
  
  
}



#s-dd49c574-c54c-4768-8e94-f6920af0dda5 {
  margin-top: 0px;
margin-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}

#s-b144f736-6ca7-4148-8648-24ceff28ac03 {
  margin-bottom: 30px;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(237, 235, 232, 1);
}








#s-b144f736-6ca7-4148-8648-24ceff28ac03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b144f736-6ca7-4148-8648-24ceff28ac03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efc78b07-d230-4645-bd7d-fecc4152bf09 {
  padding-bottom: 20px;
}

#s-9f9b133a-0252-4125-9979-6b8f58f9251a {
  padding-bottom: 20px;
}

#s-6d83a212-965c-4859-96e7-46b5a1acd40a {
  margin-bottom: 20px;
text-align: center;
}







  img.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
    
    
  }


.s-6d83a212-965c-4859-96e7-46b5a1acd40a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shg-align-container {
  text-align: center
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
    
    
  }


.s-6d83a212-965c-4859-96e7-46b5a1acd40a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shg-align-container {
  text-align: center
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
    
    
  }


.s-6d83a212-965c-4859-96e7-46b5a1acd40a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shg-align-container {
  text-align: center
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
    
    
  }


.s-6d83a212-965c-4859-96e7-46b5a1acd40a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shg-align-container {
  text-align: center
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
    
    
  }


.s-6d83a212-965c-4859-96e7-46b5a1acd40a .shogun-image-content {
  
    align-items: center;
  
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shg-align-container {
  text-align: center
}

.s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d83a212-965c-4859-96e7-46b5a1acd40a.shogun-image {
  box-sizing: border-box;
}


}
#s-914eb11e-b64b-4942-9dd7-ff9201eac9e2 {
  padding-bottom: 30px;
}

#s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 3em;
background-image: none;
hover-type: color;
color: rgba(34, 34, 34, 1);
}
#s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 0.7) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(34, 34, 34, 0.7) !important;}#s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(34, 34, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3-root {
    text-align: center;
  }


#s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3-root {
    text-align: center;
  }


#s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3-root {
    text-align: center;
  }


#s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3-root {
    text-align: center;
  }


#s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3-root {
    text-align: center;
  }


#s-7f8c7b40-3349-4ca7-8926-cca6d1d9e1f3.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}
#s-8db4d1fe-b478-47fb-a632-3c2ee1bfa763 {
  padding-bottom: 0px;
}

#s-824a28c8-0f62-403a-9ca1-97c3d6b40926 {
  margin-bottom: 30px;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(237, 235, 232, 1);
}








#s-824a28c8-0f62-403a-9ca1-97c3d6b40926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-824a28c8-0f62-403a-9ca1-97c3d6b40926.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6b1e0de-80e5-4e49-a0d5-a89ddb8e88c1 {
  padding-bottom: 20px;
}

#s-fdb71726-1027-497c-8e01-cf166df2d9a2 {
  padding-bottom: 20px;
}

#s-5700a9a0-2f09-4be1-8500-70a7ab7f2901 {
  margin-bottom: 20px;
text-align: center;
}







  img.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
    
    
  }


.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shg-align-container {
  text-align: center
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
    
    
  }


.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shg-align-container {
  text-align: center
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
    
    
  }


.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shg-align-container {
  text-align: center
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
    
    
  }


.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shg-align-container {
  text-align: center
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
    
    
  }


.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901 .shogun-image-content {
  
    align-items: center;
  
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shg-align-container {
  text-align: center
}

.s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5700a9a0-2f09-4be1-8500-70a7ab7f2901.shogun-image {
  box-sizing: border-box;
}


}
#s-6ae728ff-307e-45eb-bc77-33c99aa08540 {
  padding-bottom: 30px;
}

#s-20a96998-35b1-4088-89d0-d45da119766d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 3em;
background-image: none;
hover-type: color;
color: rgba(34, 34, 34, 1);
}
#s-20a96998-35b1-4088-89d0-d45da119766d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 0.7) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(34, 34, 34, 0.7) !important;}#s-20a96998-35b1-4088-89d0-d45da119766d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(34, 34, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-20a96998-35b1-4088-89d0-d45da119766d-root {
    text-align: center;
  }


#s-20a96998-35b1-4088-89d0-d45da119766d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-20a96998-35b1-4088-89d0-d45da119766d-root {
    text-align: center;
  }


#s-20a96998-35b1-4088-89d0-d45da119766d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20a96998-35b1-4088-89d0-d45da119766d-root {
    text-align: center;
  }


#s-20a96998-35b1-4088-89d0-d45da119766d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20a96998-35b1-4088-89d0-d45da119766d-root {
    text-align: center;
  }


#s-20a96998-35b1-4088-89d0-d45da119766d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-20a96998-35b1-4088-89d0-d45da119766d-root {
    text-align: center;
  }


#s-20a96998-35b1-4088-89d0-d45da119766d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}
#s-7c4a20b8-4dcd-4488-81a2-de15ad8f9899 {
  padding-bottom: 0px;
}

#s-061046ed-e99b-4ceb-833f-f638e1b2c06a {
  margin-bottom: 30px;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(237, 235, 232, 1);
}








#s-061046ed-e99b-4ceb-833f-f638e1b2c06a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-061046ed-e99b-4ceb-833f-f638e1b2c06a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23a6cbbd-da79-44af-b61b-6fa80d91200b {
  padding-bottom: 20px;
}

#s-b8e7534f-9ba7-494e-94e5-3ffcb7872056 {
  padding-bottom: 20px;
}

#s-a414ecc6-1542-4eb0-8fe2-af52f8be367e {
  margin-bottom: 20px;
text-align: center;
}







  img.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
    
    
  }


.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e .shogun-image-content {
  
    align-items: center;
  
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shg-align-container {
  text-align: center
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
    
    
  }


.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e .shogun-image-content {
  
    align-items: center;
  
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shg-align-container {
  text-align: center
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
    
    
  }


.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e .shogun-image-content {
  
    align-items: center;
  
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shg-align-container {
  text-align: center
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
    
    
  }


.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e .shogun-image-content {
  
    align-items: center;
  
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shg-align-container {
  text-align: center
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
    
    
  }


.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e .shogun-image-content {
  
    align-items: center;
  
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shg-align-container {
  text-align: center
}

.s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a414ecc6-1542-4eb0-8fe2-af52f8be367e.shogun-image {
  box-sizing: border-box;
}


}
#s-1b2a0091-26aa-42a8-8565-627d0e83f7f9 {
  padding-bottom: 30px;
}

#s-84afe096-233c-4a93-aea8-a048502db7aa {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 3em;
background-image: none;
hover-type: color;
color: rgba(34, 34, 34, 1);
}
#s-84afe096-233c-4a93-aea8-a048502db7aa:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 0.7) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(34, 34, 34, 0.7) !important;}#s-84afe096-233c-4a93-aea8-a048502db7aa:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(34, 34, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-84afe096-233c-4a93-aea8-a048502db7aa-root {
    text-align: center;
  }


#s-84afe096-233c-4a93-aea8-a048502db7aa.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-84afe096-233c-4a93-aea8-a048502db7aa-root {
    text-align: center;
  }


#s-84afe096-233c-4a93-aea8-a048502db7aa.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84afe096-233c-4a93-aea8-a048502db7aa-root {
    text-align: center;
  }


#s-84afe096-233c-4a93-aea8-a048502db7aa.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84afe096-233c-4a93-aea8-a048502db7aa-root {
    text-align: center;
  }


#s-84afe096-233c-4a93-aea8-a048502db7aa.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-84afe096-233c-4a93-aea8-a048502db7aa-root {
    text-align: center;
  }


#s-84afe096-233c-4a93-aea8-a048502db7aa.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}
#s-efdd5589-4d94-4c5e-821a-b2779ebe7d44 {
  margin-bottom: 0px;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(237, 235, 232, 1);
}








#s-efdd5589-4d94-4c5e-821a-b2779ebe7d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efdd5589-4d94-4c5e-821a-b2779ebe7d44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4bec879-579f-4eee-949e-0c773f477d5a {
  padding-bottom: 20px;
}

#s-029b317b-ae3f-48fd-813b-307bad442ea5 {
  padding-bottom: 20px;
}

#s-557fee45-02cb-471f-86f0-df82285c96b6 {
  margin-bottom: 20px;
text-align: center;
}







  img.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
    
    
  }


.s-557fee45-02cb-471f-86f0-df82285c96b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shg-align-container {
  text-align: center
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
    
    
  }


.s-557fee45-02cb-471f-86f0-df82285c96b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shg-align-container {
  text-align: center
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
    
    
  }


.s-557fee45-02cb-471f-86f0-df82285c96b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shg-align-container {
  text-align: center
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
    
    
  }


.s-557fee45-02cb-471f-86f0-df82285c96b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shg-align-container {
  text-align: center
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
    
    
  }


.s-557fee45-02cb-471f-86f0-df82285c96b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shg-align-container {
  text-align: center
}

.s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-557fee45-02cb-471f-86f0-df82285c96b6.shogun-image {
  box-sizing: border-box;
}


}
#s-6b97ad0f-c89d-4b6a-bc17-3069c38d5824 {
  padding-bottom: 30px;
}

#s-a2381376-da04-4fdd-85a6-cb2370d8ad2d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(34, 34, 34, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 3em;
background-image: none;
hover-type: color;
color: rgba(34, 34, 34, 1);
}
#s-a2381376-da04-4fdd-85a6-cb2370d8ad2d:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 0.7) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(34, 34, 34, 0.7) !important;}#s-a2381376-da04-4fdd-85a6-cb2370d8ad2d:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(34, 34, 34, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(34, 34, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a2381376-da04-4fdd-85a6-cb2370d8ad2d-root {
    text-align: center;
  }


#s-a2381376-da04-4fdd-85a6-cb2370d8ad2d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2381376-da04-4fdd-85a6-cb2370d8ad2d-root {
    text-align: center;
  }


#s-a2381376-da04-4fdd-85a6-cb2370d8ad2d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2381376-da04-4fdd-85a6-cb2370d8ad2d-root {
    text-align: center;
  }


#s-a2381376-da04-4fdd-85a6-cb2370d8ad2d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2381376-da04-4fdd-85a6-cb2370d8ad2d-root {
    text-align: center;
  }


#s-a2381376-da04-4fdd-85a6-cb2370d8ad2d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2381376-da04-4fdd-85a6-cb2370d8ad2d-root {
    text-align: center;
  }


#s-a2381376-da04-4fdd-85a6-cb2370d8ad2d.shg-btn {
  color: rgba(34, 34, 34, 1);
  font-size: 14px;
  
  
  font-family: Noto Sans;
  display:  block ;
}
}
#s-3b94cae9-5bb8-4383-b535-57f8d4e01518 {
  margin-left: 10px;
margin-bottom: 60px;
margin-right: 10px;
padding-top: 40px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 10px;
min-height: 50px;
max-width: 750px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3b94cae9-5bb8-4383-b535-57f8d4e01518 {
  display: none;
}
#s-3b94cae9-5bb8-4383-b535-57f8d4e01518, #wrap-s-3b94cae9-5bb8-4383-b535-57f8d4e01518 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b94cae9-5bb8-4383-b535-57f8d4e01518 {
  display: none;
}
#s-3b94cae9-5bb8-4383-b535-57f8d4e01518, #wrap-s-3b94cae9-5bb8-4383-b535-57f8d4e01518 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b94cae9-5bb8-4383-b535-57f8d4e01518 {
  display: none;
}
#s-3b94cae9-5bb8-4383-b535-57f8d4e01518, #wrap-s-3b94cae9-5bb8-4383-b535-57f8d4e01518 { display:none !important; }}@media (max-width: 767px){#s-3b94cae9-5bb8-4383-b535-57f8d4e01518 {
  display: none;
}
#s-3b94cae9-5bb8-4383-b535-57f8d4e01518, #wrap-s-3b94cae9-5bb8-4383-b535-57f8d4e01518 { display:none !important; }}







#s-3b94cae9-5bb8-4383-b535-57f8d4e01518 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b94cae9-5bb8-4383-b535-57f8d4e01518.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c74593b-646d-4dcc-9edc-78167a1b449d {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0c74593b-646d-4dcc-9edc-78167a1b449d {
  
}
}
#s-0c74593b-646d-4dcc-9edc-78167a1b449d .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a323d65a-7582-4a89-9103-ee4009ecd208 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-a323d65a-7582-4a89-9103-ee4009ecd208 {
  display: none;
}
#s-a323d65a-7582-4a89-9103-ee4009ecd208, #wrap-s-a323d65a-7582-4a89-9103-ee4009ecd208 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a323d65a-7582-4a89-9103-ee4009ecd208 {
  display: none;
}
#s-a323d65a-7582-4a89-9103-ee4009ecd208, #wrap-s-a323d65a-7582-4a89-9103-ee4009ecd208 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a323d65a-7582-4a89-9103-ee4009ecd208 {
  display: none;
}
#s-a323d65a-7582-4a89-9103-ee4009ecd208, #wrap-s-a323d65a-7582-4a89-9103-ee4009ecd208 { display:none !important; }}
#s-a384f88d-8730-4e98-a511-3d4318bde2eb {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-a384f88d-8730-4e98-a511-3d4318bde2eb {
  display: none;
}
#s-a384f88d-8730-4e98-a511-3d4318bde2eb, #wrap-s-a384f88d-8730-4e98-a511-3d4318bde2eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a384f88d-8730-4e98-a511-3d4318bde2eb {
  display: none;
}
#s-a384f88d-8730-4e98-a511-3d4318bde2eb, #wrap-s-a384f88d-8730-4e98-a511-3d4318bde2eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a384f88d-8730-4e98-a511-3d4318bde2eb {
  display: none;
}
#s-a384f88d-8730-4e98-a511-3d4318bde2eb, #wrap-s-a384f88d-8730-4e98-a511-3d4318bde2eb { display:none !important; }}
#s-614498b2-2cb9-4840-b399-9de1575fb04e {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-614498b2-2cb9-4840-b399-9de1575fb04e {
  display: none;
}
#s-614498b2-2cb9-4840-b399-9de1575fb04e, #wrap-s-614498b2-2cb9-4840-b399-9de1575fb04e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-614498b2-2cb9-4840-b399-9de1575fb04e {
  display: none;
}
#s-614498b2-2cb9-4840-b399-9de1575fb04e, #wrap-s-614498b2-2cb9-4840-b399-9de1575fb04e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-614498b2-2cb9-4840-b399-9de1575fb04e {
  display: none;
}
#s-614498b2-2cb9-4840-b399-9de1575fb04e, #wrap-s-614498b2-2cb9-4840-b399-9de1575fb04e { display:none !important; }}
#s-c6402246-9661-4c71-a8ab-992913142e9f {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-c6402246-9661-4c71-a8ab-992913142e9f {
  display: none;
}
#s-c6402246-9661-4c71-a8ab-992913142e9f, #wrap-s-c6402246-9661-4c71-a8ab-992913142e9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6402246-9661-4c71-a8ab-992913142e9f {
  display: none;
}
#s-c6402246-9661-4c71-a8ab-992913142e9f, #wrap-s-c6402246-9661-4c71-a8ab-992913142e9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6402246-9661-4c71-a8ab-992913142e9f {
  display: none;
}
#s-c6402246-9661-4c71-a8ab-992913142e9f, #wrap-s-c6402246-9661-4c71-a8ab-992913142e9f { display:none !important; }}
#s-978d7338-a0e6-4347-8301-766745b1a738 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-978d7338-a0e6-4347-8301-766745b1a738 {
  display: none;
}
#s-978d7338-a0e6-4347-8301-766745b1a738, #wrap-s-978d7338-a0e6-4347-8301-766745b1a738 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-978d7338-a0e6-4347-8301-766745b1a738 {
  display: none;
}
#s-978d7338-a0e6-4347-8301-766745b1a738, #wrap-s-978d7338-a0e6-4347-8301-766745b1a738 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-978d7338-a0e6-4347-8301-766745b1a738 {
  display: none;
}
#s-978d7338-a0e6-4347-8301-766745b1a738, #wrap-s-978d7338-a0e6-4347-8301-766745b1a738 { display:none !important; }}
#s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 0px;
}
@media (min-width: 1200px){#s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e {
  display: none;
}
#s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e, #wrap-s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e {
  display: none;
}
#s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e, #wrap-s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e {
  display: none;
}
#s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e, #wrap-s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e { display:none !important; }}@media (max-width: 767px){#s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e {
  display: none;
}
#s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e, #wrap-s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e { display:none !important; }}
@media (min-width: 0px) {
[id="s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0212c9c7-36c2-4b2b-bd1f-f33d93a4f94e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cd5a2931-195e-4826-bd73-ef71ed707e5f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 130px;
text-align: left;
}







  #s-cd5a2931-195e-4826-bd73-ef71ed707e5f img.shogun-image {
    

    
    
    
  }


#s-cd5a2931-195e-4826-bd73-ef71ed707e5f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8cf624b0-cad1-46d3-a3cb-b46d0617f545 {
  margin-bottom: 20px;
}

#s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7 {
  display: none;
}
#s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7, #wrap-s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7 {
  display: none;
}
#s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7, #wrap-s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7 {
  display: none;
}
#s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7, #wrap-s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7 { display:none !important; }}@media (max-width: 767px){#s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7 {
  display: none;
}
#s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7, #wrap-s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7ed3251-8cdf-426d-af17-6359f4c2bfe7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c9455753-8234-4b63-917a-700fe2cda1a0 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: left;
}







  #s-c9455753-8234-4b63-917a-700fe2cda1a0 img.shogun-image {
    

    
    
    
  }


#s-c9455753-8234-4b63-917a-700fe2cda1a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2 {
  display: none;
}
#s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2, #wrap-s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2 {
  display: none;
}
#s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2, #wrap-s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2 {
  display: none;
}
#s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2, #wrap-s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2 { display:none !important; }}@media (max-width: 767px){#s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2 {
  display: none;
}
#s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2, #wrap-s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5225eb1f-7f4b-451b-8b45-c9ac1b1162d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a6c49d52-8fe3-4913-a187-68e72f08b7e7 {
  margin-left: auto;
margin-right: auto;
max-width: 130px;
text-align: center;
}







  #s-a6c49d52-8fe3-4913-a187-68e72f08b7e7 img.shogun-image {
    

    
    
    
  }


#s-a6c49d52-8fe3-4913-a187-68e72f08b7e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-11d6657f-65a8-4fb2-a3a0-54236aa15233 {
  margin-bottom: 20px;
}

#s-1617a42c-4034-412d-a6f1-20d31b7ca86b {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-1617a42c-4034-412d-a6f1-20d31b7ca86b {
  display: none;
}
#s-1617a42c-4034-412d-a6f1-20d31b7ca86b, #wrap-s-1617a42c-4034-412d-a6f1-20d31b7ca86b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1617a42c-4034-412d-a6f1-20d31b7ca86b {
  display: none;
}
#s-1617a42c-4034-412d-a6f1-20d31b7ca86b, #wrap-s-1617a42c-4034-412d-a6f1-20d31b7ca86b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1617a42c-4034-412d-a6f1-20d31b7ca86b {
  display: none;
}
#s-1617a42c-4034-412d-a6f1-20d31b7ca86b, #wrap-s-1617a42c-4034-412d-a6f1-20d31b7ca86b { display:none !important; }}@media (max-width: 767px){#s-1617a42c-4034-412d-a6f1-20d31b7ca86b {
  display: none;
}
#s-1617a42c-4034-412d-a6f1-20d31b7ca86b, #wrap-s-1617a42c-4034-412d-a6f1-20d31b7ca86b { display:none !important; }}
@media (min-width: 0px) {
[id="s-1617a42c-4034-412d-a6f1-20d31b7ca86b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1617a42c-4034-412d-a6f1-20d31b7ca86b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1617a42c-4034-412d-a6f1-20d31b7ca86b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1617a42c-4034-412d-a6f1-20d31b7ca86b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-321bd80f-9c43-4ae9-a6f1-fae2f3b60029 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-321bd80f-9c43-4ae9-a6f1-fae2f3b60029 img.shogun-image {
    

    
    
    
  }


#s-321bd80f-9c43-4ae9-a6f1-fae2f3b60029 .shogun-image-content {
  
    align-items: center;
  
}

#s-12a52698-7263-468d-83b0-d392c8333d88 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-12a52698-7263-468d-83b0-d392c8333d88 {
  display: none;
}
#s-12a52698-7263-468d-83b0-d392c8333d88, #wrap-s-12a52698-7263-468d-83b0-d392c8333d88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12a52698-7263-468d-83b0-d392c8333d88 {
  display: none;
}
#s-12a52698-7263-468d-83b0-d392c8333d88, #wrap-s-12a52698-7263-468d-83b0-d392c8333d88 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12a52698-7263-468d-83b0-d392c8333d88 {
  display: none;
}
#s-12a52698-7263-468d-83b0-d392c8333d88, #wrap-s-12a52698-7263-468d-83b0-d392c8333d88 { display:none !important; }}@media (max-width: 767px){#s-12a52698-7263-468d-83b0-d392c8333d88 {
  display: none;
}
#s-12a52698-7263-468d-83b0-d392c8333d88, #wrap-s-12a52698-7263-468d-83b0-d392c8333d88 { display:none !important; }}
@media (min-width: 0px) {
[id="s-12a52698-7263-468d-83b0-d392c8333d88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-12a52698-7263-468d-83b0-d392c8333d88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12a52698-7263-468d-83b0-d392c8333d88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12a52698-7263-468d-83b0-d392c8333d88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6bffb0e4-0230-49e1-85e7-a52469bc4b01 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 130px;
text-align: left;
}







  #s-6bffb0e4-0230-49e1-85e7-a52469bc4b01 img.shogun-image {
    

    
    
    
  }


#s-6bffb0e4-0230-49e1-85e7-a52469bc4b01 .shogun-image-content {
  
    align-items: center;
  
}

#s-7eef13b5-6570-4975-b79c-a3909e7fb6e0 {
  margin-bottom: 20px;
}

#s-e091647e-d7a8-4845-a968-edf18514c195 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e091647e-d7a8-4845-a968-edf18514c195 {
  display: none;
}
#s-e091647e-d7a8-4845-a968-edf18514c195, #wrap-s-e091647e-d7a8-4845-a968-edf18514c195 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e091647e-d7a8-4845-a968-edf18514c195 {
  display: none;
}
#s-e091647e-d7a8-4845-a968-edf18514c195, #wrap-s-e091647e-d7a8-4845-a968-edf18514c195 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e091647e-d7a8-4845-a968-edf18514c195 {
  display: none;
}
#s-e091647e-d7a8-4845-a968-edf18514c195, #wrap-s-e091647e-d7a8-4845-a968-edf18514c195 { display:none !important; }}@media (max-width: 767px){#s-e091647e-d7a8-4845-a968-edf18514c195 {
  display: none;
}
#s-e091647e-d7a8-4845-a968-edf18514c195, #wrap-s-e091647e-d7a8-4845-a968-edf18514c195 { display:none !important; }}
#s-e091647e-d7a8-4845-a968-edf18514c195 .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-e9374c6e-360a-4a15-abbf-52a148ff7566 {
  margin-top: 60px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e9374c6e-360a-4a15-abbf-52a148ff7566 {
  display: none;
}
#s-e9374c6e-360a-4a15-abbf-52a148ff7566, #wrap-s-e9374c6e-360a-4a15-abbf-52a148ff7566 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9374c6e-360a-4a15-abbf-52a148ff7566 {
  display: none;
}
#s-e9374c6e-360a-4a15-abbf-52a148ff7566, #wrap-s-e9374c6e-360a-4a15-abbf-52a148ff7566 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9374c6e-360a-4a15-abbf-52a148ff7566 {
  display: none;
}
#s-e9374c6e-360a-4a15-abbf-52a148ff7566, #wrap-s-e9374c6e-360a-4a15-abbf-52a148ff7566 { display:none !important; }}@media (max-width: 767px){#s-e9374c6e-360a-4a15-abbf-52a148ff7566 {
  display: none;
}
#s-e9374c6e-360a-4a15-abbf-52a148ff7566, #wrap-s-e9374c6e-360a-4a15-abbf-52a148ff7566 { display:none !important; }}
#s-e9374c6e-360a-4a15-abbf-52a148ff7566 .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe {
  display: none;
}
#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe, #wrap-s-70c959fe-fde0-4373-ac14-9b9758aa8bbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe {
  display: none;
}
#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe, #wrap-s-70c959fe-fde0-4373-ac14-9b9758aa8bbe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe {
  display: none;
}
#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe, #wrap-s-70c959fe-fde0-4373-ac14-9b9758aa8bbe { display:none !important; }}@media (max-width: 767px){#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe {
  display: none;
}
#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe, #wrap-s-70c959fe-fde0-4373-ac14-9b9758aa8bbe { display:none !important; }}






  #s-70c959fe-fde0-4373-ac14-9b9758aa8bbe img.shogun-image {
    

    
    
    
  }


#s-70c959fe-fde0-4373-ac14-9b9758aa8bbe .shogun-image-content {
  
    align-items: center;
  
}

#s-b53fd366-793a-4055-9056-97ab8e8b3f11 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (min-width: 1200px){#s-b53fd366-793a-4055-9056-97ab8e8b3f11 {
  display: none;
}
#s-b53fd366-793a-4055-9056-97ab8e8b3f11, #wrap-s-b53fd366-793a-4055-9056-97ab8e8b3f11 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b53fd366-793a-4055-9056-97ab8e8b3f11 {
  display: none;
}
#s-b53fd366-793a-4055-9056-97ab8e8b3f11, #wrap-s-b53fd366-793a-4055-9056-97ab8e8b3f11 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b53fd366-793a-4055-9056-97ab8e8b3f11 {
  display: none;
}
#s-b53fd366-793a-4055-9056-97ab8e8b3f11, #wrap-s-b53fd366-793a-4055-9056-97ab8e8b3f11 { display:none !important; }}@media (max-width: 767px){#s-b53fd366-793a-4055-9056-97ab8e8b3f11 {
  display: none;
}
#s-b53fd366-793a-4055-9056-97ab8e8b3f11, #wrap-s-b53fd366-793a-4055-9056-97ab8e8b3f11 { display:none !important; }}






  #s-b53fd366-793a-4055-9056-97ab8e8b3f11 img.shogun-image {
    

    
    
    
  }


#s-b53fd366-793a-4055-9056-97ab8e8b3f11 .shogun-image-content {
  
    align-items: center;
  
}

#s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 750px;
}
@media (min-width: 1200px){#s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a {
  display: none;
}
#s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a, #wrap-s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a {
  display: none;
}
#s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a, #wrap-s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a {
  display: none;
}
#s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a, #wrap-s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a { display:none !important; }}@media (max-width: 767px){#s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a {
  padding-left: 10px;
padding-right: 10px;
display: none;
}
#s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a, #wrap-s-b96de7f1-13eb-426d-b8ab-ecab28e04f3a { display:none !important; }}
#s-4b4ecc76-901f-470c-ac14-cdd92a679706 {
  padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4b4ecc76-901f-470c-ac14-cdd92a679706 {
  display: none;
}
#s-4b4ecc76-901f-470c-ac14-cdd92a679706, #wrap-s-4b4ecc76-901f-470c-ac14-cdd92a679706 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b4ecc76-901f-470c-ac14-cdd92a679706 {
  display: none;
}
#s-4b4ecc76-901f-470c-ac14-cdd92a679706, #wrap-s-4b4ecc76-901f-470c-ac14-cdd92a679706 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b4ecc76-901f-470c-ac14-cdd92a679706 {
  display: none;
}
#s-4b4ecc76-901f-470c-ac14-cdd92a679706, #wrap-s-4b4ecc76-901f-470c-ac14-cdd92a679706 { display:none !important; }}@media (max-width: 767px){#s-4b4ecc76-901f-470c-ac14-cdd92a679706 {
  display: none;
}
#s-4b4ecc76-901f-470c-ac14-cdd92a679706, #wrap-s-4b4ecc76-901f-470c-ac14-cdd92a679706 { display:none !important; }}







#s-4b4ecc76-901f-470c-ac14-cdd92a679706 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b4ecc76-901f-470c-ac14-cdd92a679706.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d8057b4-4eb4-4129-95ce-918d79df201a {
  margin-top: 30px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0d8057b4-4eb4-4129-95ce-918d79df201a {
  
}
}
#s-0d8057b4-4eb4-4129-95ce-918d79df201a .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c299ceb0-ba5f-4364-85d8-798cadaf7103 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
}
@media (min-width: 1200px){#s-c299ceb0-ba5f-4364-85d8-798cadaf7103 {
  display: none;
}
#s-c299ceb0-ba5f-4364-85d8-798cadaf7103, #wrap-s-c299ceb0-ba5f-4364-85d8-798cadaf7103 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c299ceb0-ba5f-4364-85d8-798cadaf7103 {
  display: none;
}
#s-c299ceb0-ba5f-4364-85d8-798cadaf7103, #wrap-s-c299ceb0-ba5f-4364-85d8-798cadaf7103 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c299ceb0-ba5f-4364-85d8-798cadaf7103 {
  display: none;
}
#s-c299ceb0-ba5f-4364-85d8-798cadaf7103, #wrap-s-c299ceb0-ba5f-4364-85d8-798cadaf7103 { display:none !important; }}@media (max-width: 767px){#s-c299ceb0-ba5f-4364-85d8-798cadaf7103 {
  display: none;
}
#s-c299ceb0-ba5f-4364-85d8-798cadaf7103, #wrap-s-c299ceb0-ba5f-4364-85d8-798cadaf7103 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c299ceb0-ba5f-4364-85d8-798cadaf7103"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c299ceb0-ba5f-4364-85d8-798cadaf7103"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c299ceb0-ba5f-4364-85d8-798cadaf7103"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c299ceb0-ba5f-4364-85d8-798cadaf7103"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f3aa0a10-3bac-40f0-a4e6-b8e9a3ae3521 {
  text-align: center;
}







  #s-f3aa0a10-3bac-40f0-a4e6-b8e9a3ae3521 img.shogun-image {
    

    
    
    
  }


#s-f3aa0a10-3bac-40f0-a4e6-b8e9a3ae3521 .shogun-image-content {
  
    align-items: center;
  
}

#s-daf23f45-f7e8-4e82-8f1b-f27583d48fe3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-37f7ac7d-ff20-4368-bb82-aa8644e7ce8b {
  text-align: center;
}







  #s-37f7ac7d-ff20-4368-bb82-aa8644e7ce8b img.shogun-image {
    

    
    
    
  }


#s-37f7ac7d-ff20-4368-bb82-aa8644e7ce8b .shogun-image-content {
  
    align-items: center;
  
}

#s-586c932b-92fc-443f-99e2-274260990d18 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b3c0f390-cbbb-461f-babc-97cf20ca66d0 {
  text-align: center;
}







  #s-b3c0f390-cbbb-461f-babc-97cf20ca66d0 img.shogun-image {
    

    
    
    
  }


#s-b3c0f390-cbbb-461f-babc-97cf20ca66d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d28146f7-e34d-45af-8a2d-40b878583fa1 {
  margin-top: 10px;
margin-bottom: 10px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-9d03e36b-0f27-4b68-b7be-9de92f6b77e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
max-width: 600px;
}

#s-9d03e36b-0f27-4b68-b7be-9de92f6b77e0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9d03e36b-0f27-4b68-b7be-9de92f6b77e0 .shg-sld-nav-button.shg-sld-left,
#s-9d03e36b-0f27-4b68-b7be-9de92f6b77e0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f36d8b4e-b18c-44cf-8246-a473bbef5c36 {
  text-align: center;
}







  #s-f36d8b4e-b18c-44cf-8246-a473bbef5c36 img.shogun-image {
    

    
    
    
  }


#s-f36d8b4e-b18c-44cf-8246-a473bbef5c36 .shogun-image-content {
  
    align-items: center;
  
}

#s-35333ae2-dc6d-4774-bb74-f15c38007c63 {
  text-align: center;
}







  #s-35333ae2-dc6d-4774-bb74-f15c38007c63 img.shogun-image {
    

    
    
    
  }


#s-35333ae2-dc6d-4774-bb74-f15c38007c63 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4de486d-c15f-4cd0-9fdc-af74c15fa197 {
  text-align: center;
}







  #s-c4de486d-c15f-4cd0-9fdc-af74c15fa197 img.shogun-image {
    

    
    
    
  }


#s-c4de486d-c15f-4cd0-9fdc-af74c15fa197 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3f3a472-d676-46eb-a463-1b1730fc1e89 {
  text-align: center;
}







  #s-c3f3a472-d676-46eb-a463-1b1730fc1e89 img.shogun-image {
    

    
    
    
  }


#s-c3f3a472-d676-46eb-a463-1b1730fc1e89 .shogun-image-content {
  
    align-items: center;
  
}

#s-9fe98bb9-b248-40a1-b41c-1888564bff1c {
  max-width: 750px;
text-align: center;
}







  #s-9fe98bb9-b248-40a1-b41c-1888564bff1c img.shogun-image {
    

    
    
    
  }


#s-9fe98bb9-b248-40a1-b41c-1888564bff1c .shogun-image-content {
  
    align-items: center;
  
}

#s-dc8c4e84-59af-4a02-af03-862bf8bf21cb {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef {
  display: none;
}
#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef, #wrap-s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef {
  display: none;
}
#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef, #wrap-s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef {
  display: none;
}
#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef, #wrap-s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef { display:none !important; }}@media (max-width: 767px){#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef {
  display: none;
}
#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef, #wrap-s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef { display:none !important; }}







#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0c79e47-c5a8-496a-bcad-51ce572ce2ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-132fa1cb-f62f-4c1d-a182-db9da643d2e7 {
  margin-top: 60px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-132fa1cb-f62f-4c1d-a182-db9da643d2e7 {
  
}
}
#s-132fa1cb-f62f-4c1d-a182-db9da643d2e7 .shogun-heading-component h3 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f699944f-f395-410e-b20d-0b3157b014a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
max-width: 750px;
}
@media (max-width: 767px){#s-f699944f-f395-410e-b20d-0b3157b014a6 {
  
}
}
@media (min-width: 0px) {
[id="s-f699944f-f395-410e-b20d-0b3157b014a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f699944f-f395-410e-b20d-0b3157b014a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f699944f-f395-410e-b20d-0b3157b014a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f699944f-f395-410e-b20d-0b3157b014a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2f754ce2-fbfa-461b-86ae-8c70d61e2eed {
  margin-bottom: 10px;
text-align: center;
}







  #s-2f754ce2-fbfa-461b-86ae-8c70d61e2eed img.shogun-image {
    

    
    
    
  }


#s-2f754ce2-fbfa-461b-86ae-8c70d61e2eed .shogun-image-content {
  
    align-items: center;
  
}

#s-01031be9-e6c0-4041-b292-e54ef31ed257 {
  text-align: center;
}







  #s-01031be9-e6c0-4041-b292-e54ef31ed257 img.shogun-image {
    

    
    
    
  }


#s-01031be9-e6c0-4041-b292-e54ef31ed257 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffae0e9e-5295-476f-ae34-0fb69f2ad8d4 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
}

#s-ca17aa7c-6e02-475d-b1db-ab28be26852c {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
max-width: 750px;
}
@media (max-width: 767px){#s-ca17aa7c-6e02-475d-b1db-ab28be26852c {
  
}
}
@media (min-width: 0px) {
[id="s-ca17aa7c-6e02-475d-b1db-ab28be26852c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca17aa7c-6e02-475d-b1db-ab28be26852c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ca17aa7c-6e02-475d-b1db-ab28be26852c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca17aa7c-6e02-475d-b1db-ab28be26852c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-fa06d592-c4e7-4e52-aab6-e9c5bbedf7a1 {
  margin-bottom: 10px;
text-align: center;
}







  #s-fa06d592-c4e7-4e52-aab6-e9c5bbedf7a1 img.shogun-image {
    

    
    
    
  }


#s-fa06d592-c4e7-4e52-aab6-e9c5bbedf7a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-682bc210-03a1-4176-bff8-bb73d2e00d73 {
  text-align: center;
}







  #s-682bc210-03a1-4176-bff8-bb73d2e00d73 img.shogun-image {
    

    
    
    
  }


#s-682bc210-03a1-4176-bff8-bb73d2e00d73 .shogun-image-content {
  
    align-items: center;
  
}

#s-768fe0e4-df34-4403-b514-5aacc135a1cc {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
}

#s-a4063554-95e1-405c-9fd3-8385bf5ccf85 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 750px;
}
@media (min-width: 1200px){#s-a4063554-95e1-405c-9fd3-8385bf5ccf85 {
  display: none;
}
#s-a4063554-95e1-405c-9fd3-8385bf5ccf85, #wrap-s-a4063554-95e1-405c-9fd3-8385bf5ccf85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a4063554-95e1-405c-9fd3-8385bf5ccf85 {
  display: none;
}
#s-a4063554-95e1-405c-9fd3-8385bf5ccf85, #wrap-s-a4063554-95e1-405c-9fd3-8385bf5ccf85 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a4063554-95e1-405c-9fd3-8385bf5ccf85 {
  display: none;
}
#s-a4063554-95e1-405c-9fd3-8385bf5ccf85, #wrap-s-a4063554-95e1-405c-9fd3-8385bf5ccf85 { display:none !important; }}@media (max-width: 767px){#s-a4063554-95e1-405c-9fd3-8385bf5ccf85 {
  padding-left: 10px;
padding-right: 10px;
display: none;
}
#s-a4063554-95e1-405c-9fd3-8385bf5ccf85, #wrap-s-a4063554-95e1-405c-9fd3-8385bf5ccf85 { display:none !important; }}







#s-a4063554-95e1-405c-9fd3-8385bf5ccf85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4063554-95e1-405c-9fd3-8385bf5ccf85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2 {
  margin-top: -40px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2 {
  display: none;
}
#s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2, #wrap-s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2 {
  display: none;
}
#s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2, #wrap-s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2 {
  display: none;
}
#s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2, #wrap-s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2 { display:none !important; }}
#s-34b7ccd2-8da1-43a0-9362-5cbf1c3934a2 .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6af996ea-be76-4e4e-9ede-0f85d2bb591b {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6af996ea-be76-4e4e-9ede-0f85d2bb591b {
  display: none;
}
#s-6af996ea-be76-4e4e-9ede-0f85d2bb591b, #wrap-s-6af996ea-be76-4e4e-9ede-0f85d2bb591b { display:none !important; }}
#s-6af996ea-be76-4e4e-9ede-0f85d2bb591b .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-04121430-84ab-462c-82d3-7b855115191b {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-04121430-84ab-462c-82d3-7b855115191b {
  margin-bottom: 10px;
}
}
#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-04121430-84ab-462c-82d3-7b855115191b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-2910d20a-8716-4076-9fcb-649d4e8ec1ce {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-800d0c41-2167-4e72-beaf-3f95e54975a9 {
  margin-bottom: 10px;
}
}
#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-800d0c41-2167-4e72-beaf-3f95e54975a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-d81e0aef-6df5-4757-bd38-5d75052be8be {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 {
  margin-bottom: 10px;
}
}
#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-c780ffe0-6a8d-4570-ba61-a79cd41f1b35 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-2a7f0af0-8294-4c65-a962-aafebfdc6fe6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 {
  margin-bottom: 10px;
}
}
#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-adfda8e0-c6fe-411b-9f5f-304d099ead09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-48e429bd-5a6d-409c-a195-ad8dcbf5bd5b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-5ead3d18-421a-4164-9ed0-112bde6244cd {
  margin-bottom: 10px;
}
}
#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-5ead3d18-421a-4164-9ed0-112bde6244cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-27d03df3-552f-4ca8-84dc-c864222d9294 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 {
  display: none;
}
#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2, #wrap-s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 {
  display: none;
}
#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2, #wrap-s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 {
  display: none;
}
#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2, #wrap-s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 { display:none !important; }}@media (max-width: 767px){#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 {
  margin-bottom: 0px;
display: none;
}
#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2, #wrap-s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 { display:none !important; }}
#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-cc921bc5-c30f-4747-8bee-a5d79b120dc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-ad80707c-ab2e-4efb-b0a5-9466a3c3c112 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3cdb04f1-267a-4398-9066-b68817a2ad49 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 750px;
}
@media (min-width: 1200px){#s-3cdb04f1-267a-4398-9066-b68817a2ad49 {
  display: none;
}
#s-3cdb04f1-267a-4398-9066-b68817a2ad49, #wrap-s-3cdb04f1-267a-4398-9066-b68817a2ad49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cdb04f1-267a-4398-9066-b68817a2ad49 {
  display: none;
}
#s-3cdb04f1-267a-4398-9066-b68817a2ad49, #wrap-s-3cdb04f1-267a-4398-9066-b68817a2ad49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3cdb04f1-267a-4398-9066-b68817a2ad49 {
  display: none;
}
#s-3cdb04f1-267a-4398-9066-b68817a2ad49, #wrap-s-3cdb04f1-267a-4398-9066-b68817a2ad49 { display:none !important; }}@media (max-width: 767px){#s-3cdb04f1-267a-4398-9066-b68817a2ad49 {
  padding-left: 10px;
padding-right: 10px;
display: none;
}
#s-3cdb04f1-267a-4398-9066-b68817a2ad49, #wrap-s-3cdb04f1-267a-4398-9066-b68817a2ad49 { display:none !important; }}







#s-3cdb04f1-267a-4398-9066-b68817a2ad49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cdb04f1-267a-4398-9066-b68817a2ad49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099 {
  margin-top: -40px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099 {
  display: none;
}
#s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099, #wrap-s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099 {
  display: none;
}
#s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099, #wrap-s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099 {
  display: none;
}
#s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099, #wrap-s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099 { display:none !important; }}
#s-aec3bf3a-8c4c-4cee-b2e1-5256ffc64099 .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4507df72-3539-48da-b4d7-d81e30800b7c {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4507df72-3539-48da-b4d7-d81e30800b7c {
  display: none;
}
#s-4507df72-3539-48da-b4d7-d81e30800b7c, #wrap-s-4507df72-3539-48da-b4d7-d81e30800b7c { display:none !important; }}
#s-4507df72-3539-48da-b4d7-d81e30800b7c .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b {
  display: none;
}
#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b, #wrap-s-76caa6ad-34e0-4304-9a27-7a1faa4f414b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b {
  display: none;
}
#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b, #wrap-s-76caa6ad-34e0-4304-9a27-7a1faa4f414b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b {
  display: none;
}
#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b, #wrap-s-76caa6ad-34e0-4304-9a27-7a1faa4f414b { display:none !important; }}@media (max-width: 767px){#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b {
  margin-bottom: 0px;
display: none;
}
#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b, #wrap-s-76caa6ad-34e0-4304-9a27-7a1faa4f414b { display:none !important; }}
#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-76caa6ad-34e0-4304-9a27-7a1faa4f414b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-e9a85a1e-c21c-4477-a2a4-5cd1a2104d09 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 750px;
}
@media (min-width: 1200px){#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 {
  display: none;
}
#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02, #wrap-s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 {
  display: none;
}
#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02, #wrap-s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 {
  display: none;
}
#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02, #wrap-s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 { display:none !important; }}@media (max-width: 767px){#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 {
  padding-left: 10px;
padding-right: 10px;
display: none;
}
#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02, #wrap-s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 { display:none !important; }}







#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91c3b2f3-8aad-487f-8e3c-70e7e2f1fb02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3311f4a6-7c78-4557-a217-96fda66053af {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3311f4a6-7c78-4557-a217-96fda66053af {
  display: none;
}
#s-3311f4a6-7c78-4557-a217-96fda66053af, #wrap-s-3311f4a6-7c78-4557-a217-96fda66053af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3311f4a6-7c78-4557-a217-96fda66053af {
  display: none;
}
#s-3311f4a6-7c78-4557-a217-96fda66053af, #wrap-s-3311f4a6-7c78-4557-a217-96fda66053af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3311f4a6-7c78-4557-a217-96fda66053af {
  display: none;
}
#s-3311f4a6-7c78-4557-a217-96fda66053af, #wrap-s-3311f4a6-7c78-4557-a217-96fda66053af { display:none !important; }}
#s-3311f4a6-7c78-4557-a217-96fda66053af .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-db21a474-8a30-4fa5-a335-f0949edacabf {
  margin-top: 0px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-db21a474-8a30-4fa5-a335-f0949edacabf {
  display: none;
}
#s-db21a474-8a30-4fa5-a335-f0949edacabf, #wrap-s-db21a474-8a30-4fa5-a335-f0949edacabf { display:none !important; }}
#s-db21a474-8a30-4fa5-a335-f0949edacabf .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 {
  margin-bottom: 10px;
}
}
#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-2bd8c824-ece4-47b4-ac88-3dc5ab9adf12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-f4af219b-2c49-4d94-9d14-0e73a47bfff3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 {
  margin-bottom: 10px;
}
}
#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-19f84f89-1fd1-4cf6-b680-24ae0192d439 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-32ccdeeb-a52e-4588-88de-e83fec15a472 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 {
  margin-bottom: 10px;
}
}
#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-4aa19204-d5b5-4d13-a108-54dfc789f4c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-4aea4e55-2490-4bb3-8c16-17f682840f1b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 {
  margin-bottom: 10px;
}
}
#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-6f3f7422-a0ba-4556-9592-90f0391a70b6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-ec49cdf5-52b2-4f8a-9f5f-9bc549eb9615 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e {
  margin-bottom: 10px;
}
}
#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-3d8aaddc-5941-4861-a3a8-c16052ffd87e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-958d6379-85f0-41b1-be11-009305454a7b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-492df1fd-5254-4af4-931f-6b08edca6f1c {
  display: none;
}
#s-492df1fd-5254-4af4-931f-6b08edca6f1c, #wrap-s-492df1fd-5254-4af4-931f-6b08edca6f1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-492df1fd-5254-4af4-931f-6b08edca6f1c {
  display: none;
}
#s-492df1fd-5254-4af4-931f-6b08edca6f1c, #wrap-s-492df1fd-5254-4af4-931f-6b08edca6f1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-492df1fd-5254-4af4-931f-6b08edca6f1c {
  display: none;
}
#s-492df1fd-5254-4af4-931f-6b08edca6f1c, #wrap-s-492df1fd-5254-4af4-931f-6b08edca6f1c { display:none !important; }}@media (max-width: 767px){#s-492df1fd-5254-4af4-931f-6b08edca6f1c {
  margin-bottom: 0px;
display: none;
}
#s-492df1fd-5254-4af4-931f-6b08edca6f1c, #wrap-s-492df1fd-5254-4af4-931f-6b08edca6f1c { display:none !important; }}
#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-492df1fd-5254-4af4-931f-6b08edca6f1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-5bca05bf-aa5d-4f7b-a7c9-b553feb0c17c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-82ee74a4-64ec-4543-a7e7-b93c81b03049 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 24px;
padding-bottom: 15px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 1);
border-radius: 2px;
background-color: rgba(80, 80, 80, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-82ee74a4-64ec-4543-a7e7-b93c81b03049:hover {background-color: rgba(116, 115, 115, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-82ee74a4-64ec-4543-a7e7-b93c81b03049:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-82ee74a4-64ec-4543-a7e7-b93c81b03049 {
  display: none;
}
#s-82ee74a4-64ec-4543-a7e7-b93c81b03049, #wrap-s-82ee74a4-64ec-4543-a7e7-b93c81b03049 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82ee74a4-64ec-4543-a7e7-b93c81b03049 {
  display: none;
}
#s-82ee74a4-64ec-4543-a7e7-b93c81b03049, #wrap-s-82ee74a4-64ec-4543-a7e7-b93c81b03049 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82ee74a4-64ec-4543-a7e7-b93c81b03049 {
  display: none;
}
#s-82ee74a4-64ec-4543-a7e7-b93c81b03049, #wrap-s-82ee74a4-64ec-4543-a7e7-b93c81b03049 { display:none !important; }}@media (max-width: 767px){#s-82ee74a4-64ec-4543-a7e7-b93c81b03049 {
  display: none;
}
#s-82ee74a4-64ec-4543-a7e7-b93c81b03049, #wrap-s-82ee74a4-64ec-4543-a7e7-b93c81b03049 { display:none !important; }}

  #s-82ee74a4-64ec-4543-a7e7-b93c81b03049-root {
    text-align: center;
  }


#s-82ee74a4-64ec-4543-a7e7-b93c81b03049.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82ee74a4-64ec-4543-a7e7-b93c81b03049-root {
    text-align: center;
  }


#s-82ee74a4-64ec-4543-a7e7-b93c81b03049.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82ee74a4-64ec-4543-a7e7-b93c81b03049-root {
    text-align: center;
  }


#s-82ee74a4-64ec-4543-a7e7-b93c81b03049.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82ee74a4-64ec-4543-a7e7-b93c81b03049-root {
    text-align: center;
  }


#s-82ee74a4-64ec-4543-a7e7-b93c81b03049.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82ee74a4-64ec-4543-a7e7-b93c81b03049-root {
    text-align: center;
  }


#s-82ee74a4-64ec-4543-a7e7-b93c81b03049.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 {
  margin-bottom: 10px;
}
}
#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-c78c1dfa-e9ea-4d06-814f-12dfbee410f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-be136fcb-0eb2-4e17-ab6f-70a6473d2957 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 {
  margin-bottom: 10px;
}
}
#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-97c0fe86-f9fd-4e21-b024-f4c221674d69 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-72967c24-684a-484b-914b-2a0de13c2053 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-9b130791-7c3a-4ec9-ba41-5473768b40fc {
  margin-bottom: 10px;
}
}
#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-9b130791-7c3a-4ec9-ba41-5473768b40fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-77695e7d-5f60-4230-b043-77a1f51b05da {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 {
  margin-bottom: 10px;
}
}
#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-7e26c1be-7ded-4571-b359-5f41c0ce3a49 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-9d167d9e-e7b8-41c3-bdd5-4f1c5969a6cf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f {
  margin-bottom: 10px;
}
}
#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-67c945b2-20c2-41b0-b7d2-ee6a7b46a24f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-7b16d3f9-d29c-418f-afbb-ff9ca23d4c25 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-120e1cf6-a70f-4998-a222-b75101e95102 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
max-width: 750px;
}
@media (max-width: 767px){#s-120e1cf6-a70f-4998-a222-b75101e95102 {
  padding-left: 10px;
padding-right: 10px;
}
}







#s-120e1cf6-a70f-4998-a222-b75101e95102 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-120e1cf6-a70f-4998-a222-b75101e95102.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 {
  display: none;
}
#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54, #wrap-s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 {
  display: none;
}
#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54, #wrap-s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 {
  display: none;
}
#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54, #wrap-s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 { display:none !important; }}@media (max-width: 767px){#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 {
  margin-bottom: 0px;
display: none;
}
#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54, #wrap-s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 { display:none !important; }}
#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(250, 250, 250, 1);
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(250, 250, 250, 1);
  padding: 10px;
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 80, 80, 1);
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 1);
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 80, 80, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-56e2c097-e8d4-48e4-9d08-b3f2f7214d54 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-bd31d87d-6c6d-47c4-89a1-0d5f9b0f169a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f255ddf8-590e-4b1f-9085-bce655f45230 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 24px;
padding-bottom: 15px;
padding-right: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 1);
border-radius: 2px;
background-color: rgba(80, 80, 80, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f255ddf8-590e-4b1f-9085-bce655f45230:hover {background-color: rgba(116, 115, 115, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f255ddf8-590e-4b1f-9085-bce655f45230:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f255ddf8-590e-4b1f-9085-bce655f45230 {
  display: none;
}
#s-f255ddf8-590e-4b1f-9085-bce655f45230, #wrap-s-f255ddf8-590e-4b1f-9085-bce655f45230 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f255ddf8-590e-4b1f-9085-bce655f45230 {
  display: none;
}
#s-f255ddf8-590e-4b1f-9085-bce655f45230, #wrap-s-f255ddf8-590e-4b1f-9085-bce655f45230 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f255ddf8-590e-4b1f-9085-bce655f45230 {
  display: none;
}
#s-f255ddf8-590e-4b1f-9085-bce655f45230, #wrap-s-f255ddf8-590e-4b1f-9085-bce655f45230 { display:none !important; }}@media (max-width: 767px){#s-f255ddf8-590e-4b1f-9085-bce655f45230 {
  display: none;
}
#s-f255ddf8-590e-4b1f-9085-bce655f45230, #wrap-s-f255ddf8-590e-4b1f-9085-bce655f45230 { display:none !important; }}

  #s-f255ddf8-590e-4b1f-9085-bce655f45230-root {
    text-align: center;
  }


#s-f255ddf8-590e-4b1f-9085-bce655f45230.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f255ddf8-590e-4b1f-9085-bce655f45230-root {
    text-align: center;
  }


#s-f255ddf8-590e-4b1f-9085-bce655f45230.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f255ddf8-590e-4b1f-9085-bce655f45230-root {
    text-align: center;
  }


#s-f255ddf8-590e-4b1f-9085-bce655f45230.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f255ddf8-590e-4b1f-9085-bce655f45230-root {
    text-align: center;
  }


#s-f255ddf8-590e-4b1f-9085-bce655f45230.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f255ddf8-590e-4b1f-9085-bce655f45230-root {
    text-align: center;
  }


#s-f255ddf8-590e-4b1f-9085-bce655f45230.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-63aa64a4-4b8e-457a-bb84-3d7739ec2ebf {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63aa64a4-4b8e-457a-bb84-3d7739ec2ebf .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.8em;
  
  
}



.accordion-008 {
    max-width: 800px;
    /*box-shadow: 0 7px 15px -5px rgb(0 0 0 / 10%);*/
    background-color: #fff;
    margin: 0 auto 10px;
}

.accordion-008 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em;
    color: #222222;
    cursor: pointer;
    font-size:16px;
    transition: transform .3s;
}

.accordion-008 summary::-webkit-details-marker {
    display: none;
}

.accordion-008 summary span {
    /*transform: translateY(-25%) rotate(45deg);*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*margin-left: 10px;*/
    /*border-bottom: 1px solid #222222;*/
    /*border-right: 1px solid #222222;*/
    /*content: '';*/
    transition: transform .3s;
}

.accordion-008[open] summary span {
    transform: rotate(270deg);
}

.accordion-008 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2em;
    color: #222222;
    transition: transform .5s, opacity .5s;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
    background-color: #EFEFEF;
}
.accordion-008 .material-symbols-outlined {
    transform: rotate(90deg);
}
#s-8ef9ffe1-2335-4865-9f55-d626cac81bd1 {
  padding-left: 20px;
padding-right: 20px;
}

#s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954 {
  display: none;
}
#s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954, #wrap-s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954 {
  display: none;
}
#s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954, #wrap-s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954 {
  display: none;
}
#s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954, #wrap-s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954 { display:none !important; }}@media (max-width: 767px){#s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954 {
  display: none;
}
#s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954, #wrap-s-7e2978d0-fc2a-4be9-8cf3-5fbd824d3954 { display:none !important; }}
#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 {
  margin-top: 50px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 {
  display: none;
}
#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712, #wrap-s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 {
  display: none;
}
#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712, #wrap-s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 {
  display: none;
}
#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712, #wrap-s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 { display:none !important; }}@media (max-width: 767px){#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 {
  display: none;
}
#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712, #wrap-s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 { display:none !important; }}
#s-5881e97c-8e68-4b6c-95c3-6edfb94ff712 .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 {
  margin-top: 50px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 {
  display: none;
}
#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7, #wrap-s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 {
  display: none;
}
#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7, #wrap-s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 {
  display: none;
}
#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7, #wrap-s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 { display:none !important; }}@media (max-width: 767px){#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 {
  display: none;
}
#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7, #wrap-s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 { display:none !important; }}
#s-9ec3352c-8685-48b6-a8bb-9c64d1ffd8e7 .shogun-heading-component h2 {
  color: rgba(80, 80, 80, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6db336f3-be9c-4622-bc47-8c2616835289 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-6db336f3-be9c-4622-bc47-8c2616835289 {
  display: none;
}
#s-6db336f3-be9c-4622-bc47-8c2616835289, #wrap-s-6db336f3-be9c-4622-bc47-8c2616835289 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6db336f3-be9c-4622-bc47-8c2616835289 {
  display: none;
}
#s-6db336f3-be9c-4622-bc47-8c2616835289, #wrap-s-6db336f3-be9c-4622-bc47-8c2616835289 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6db336f3-be9c-4622-bc47-8c2616835289 {
  display: none;
}
#s-6db336f3-be9c-4622-bc47-8c2616835289, #wrap-s-6db336f3-be9c-4622-bc47-8c2616835289 { display:none !important; }}@media (max-width: 767px){#s-6db336f3-be9c-4622-bc47-8c2616835289 {
  display: none;
}
#s-6db336f3-be9c-4622-bc47-8c2616835289, #wrap-s-6db336f3-be9c-4622-bc47-8c2616835289 { display:none !important; }}
#s-00c45741-a6e0-4537-b7d1-6e394d03fbc2 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 980px;
}
@media (min-width: 1200px){#s-00c45741-a6e0-4537-b7d1-6e394d03fbc2 {
  display: none;
}
#s-00c45741-a6e0-4537-b7d1-6e394d03fbc2, #wrap-s-00c45741-a6e0-4537-b7d1-6e394d03fbc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00c45741-a6e0-4537-b7d1-6e394d03fbc2 {
  display: none;
}
#s-00c45741-a6e0-4537-b7d1-6e394d03fbc2, #wrap-s-00c45741-a6e0-4537-b7d1-6e394d03fbc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00c45741-a6e0-4537-b7d1-6e394d03fbc2 {
  display: none;
}
#s-00c45741-a6e0-4537-b7d1-6e394d03fbc2, #wrap-s-00c45741-a6e0-4537-b7d1-6e394d03fbc2 { display:none !important; }}@media (max-width: 767px){#s-00c45741-a6e0-4537-b7d1-6e394d03fbc2 {
  display: none;
}
#s-00c45741-a6e0-4537-b7d1-6e394d03fbc2, #wrap-s-00c45741-a6e0-4537-b7d1-6e394d03fbc2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-00c45741-a6e0-4537-b7d1-6e394d03fbc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00c45741-a6e0-4537-b7d1-6e394d03fbc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00c45741-a6e0-4537-b7d1-6e394d03fbc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00c45741-a6e0-4537-b7d1-6e394d03fbc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ff6e20d1-3496-4875-8bd2-cf28c1cc0841 {
  padding-top: 45px;
padding-left: 40px;
padding-bottom: 45px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ff6e20d1-3496-4875-8bd2-cf28c1cc0841 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff6e20d1-3496-4875-8bd2-cf28c1cc0841 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff6e20d1-3496-4875-8bd2-cf28c1cc0841 {
  
}
}@media (max-width: 767px){#s-ff6e20d1-3496-4875-8bd2-cf28c1cc0841 {
  margin-bottom: 30px;
display: none;
}
#s-ff6e20d1-3496-4875-8bd2-cf28c1cc0841, #wrap-s-ff6e20d1-3496-4875-8bd2-cf28c1cc0841 { display:none !important; }}







#s-ff6e20d1-3496-4875-8bd2-cf28c1cc0841 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ff6e20d1-3496-4875-8bd2-cf28c1cc0841.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-75966fba-b6da-4c83-9f30-af6ef9c79185 {
  margin-bottom: 30px;
}

#s-b1add223-ef07-4b6b-948b-ebceb0455388 {
  margin-bottom: 20px;
}

#s-09d65232-de2b-410d-bf4e-a9c714e8a53c {
  margin-bottom: 20px;
}

#s-5182e91f-0aa9-4d9e-8bbe-21d189a203fa {
  margin-bottom: 20px;
}

#s-cf41bc3e-382b-4147-b845-a1e29e180146 {
  margin-bottom: 20px;
}

#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(237, 237, 237, 1);
text-align: center;
text-decoration: none;
color: rgba(80, 80, 80, 1);
background-image: none;
hover-type: color;
}
#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505:hover {background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(80, 80, 80, 0.6) !important;
background-image: none !important;
hover-type: color !important;}#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505 {
  display: none;
}
#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505, #wrap-s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505 {
  display: none;
}
#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505, #wrap-s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505 {
  display: none;
}
#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505, #wrap-s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505 { display:none !important; }}@media (max-width: 767px){#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505 {
  display: none;
}
#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505, #wrap-s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505 { display:none !important; }}

  #s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505-root {
    text-align: center;
  }


#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505-root {
    text-align: center;
  }


#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505-root {
    text-align: center;
  }


#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505-root {
    text-align: center;
  }


#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505-root {
    text-align: center;
  }


#s-d0c44bc3-da72-4b55-a2ab-ed4ebbec9505.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88 {
  padding-top: 10px;
}
@media (min-width: 1200px){#s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88 {
  display: none;
}
#s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88, #wrap-s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88 {
  display: none;
}
#s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88, #wrap-s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88 {
  display: none;
}
#s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88, #wrap-s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88 { display:none !important; }}@media (max-width: 767px){#s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88 {
  display: none;
}
#s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88, #wrap-s-5f2beafc-6507-47a7-b2ba-8dea0b5fef88 { display:none !important; }}
#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 {
  padding-top: 45px;
padding-left: 40px;
padding-bottom: 45px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 754px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 {
  display: none;
}
#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2, #wrap-s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 {
  display: none;
}
#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2, #wrap-s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 {
  display: none;
}
#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2, #wrap-s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 { display:none !important; }}@media (max-width: 767px){#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 {
  margin-bottom: 30px;
display: none;
}
#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2, #wrap-s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 { display:none !important; }}







#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-5b4989a9-e74c-4e75-9c6f-8898cc5b48c2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db427b86-e6da-4657-aafd-0d33ec985b9a {
  margin-bottom: 30px;
}

#s-7beca0cb-888d-48ac-885c-0b5e727bf001 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-7beca0cb-888d-48ac-885c-0b5e727bf001 {
  margin-bottom: 10px;
}
}
#s-b64e50b1-9886-4472-8442-df7e9d89171d {
  margin-bottom: 30px;
}

#s-a9b0cb4e-3888-4b55-b522-df4a06799e88 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 1);
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-a9b0cb4e-3888-4b55-b522-df4a06799e88:hover {background-color: rgba(0, 0, 0, 0.41) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a9b0cb4e-3888-4b55-b522-df4a06799e88:active {background-color: rgba(0, 0, 0, 0.37) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a9b0cb4e-3888-4b55-b522-df4a06799e88-root {
    text-align: center;
  }


#s-a9b0cb4e-3888-4b55-b522-df4a06799e88.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9b0cb4e-3888-4b55-b522-df4a06799e88-root {
    text-align: center;
  }


#s-a9b0cb4e-3888-4b55-b522-df4a06799e88.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9b0cb4e-3888-4b55-b522-df4a06799e88-root {
    text-align: center;
  }


#s-a9b0cb4e-3888-4b55-b522-df4a06799e88.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9b0cb4e-3888-4b55-b522-df4a06799e88-root {
    text-align: center;
  }


#s-a9b0cb4e-3888-4b55-b522-df4a06799e88.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9b0cb4e-3888-4b55-b522-df4a06799e88-root {
    text-align: center;
  }


#s-a9b0cb4e-3888-4b55-b522-df4a06799e88.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9c648f52-b1c6-4186-a492-ff09f0eaa662 {
  margin-bottom: 10px;
}

#s-26c90839-40ce-4951-81a8-3bc17dda8574 {
  margin-bottom: 30px;
}

#s-34c36452-a1bc-40ef-8564-cee1789b68c1 {
  margin-bottom: 10px;
}

#s-82d8212b-3063-4392-8aa2-e28dfdd9c16a {
  margin-bottom: 40px;
}

#s-36f0f30d-d3ca-4895-ac26-c6b484c2aa7f {
  margin-bottom: 10px;
}

#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(237, 237, 237, 1);
text-align: center;
text-decoration: none;
color: rgba(80, 80, 80, 1);
background-image: none;
hover-type: color;
}
#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591:hover {background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(80, 80, 80, 0.6) !important;
background-image: none !important;
hover-type: color !important;}#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591 {
  display: none;
}
#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591, #wrap-s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591 {
  display: none;
}
#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591, #wrap-s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591 {
  display: none;
}
#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591, #wrap-s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591 { display:none !important; }}@media (max-width: 767px){#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591 {
  display: none;
}
#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591, #wrap-s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591 { display:none !important; }}

  #s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591-root {
    text-align: center;
  }


#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591-root {
    text-align: center;
  }


#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591-root {
    text-align: center;
  }


#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591-root {
    text-align: center;
  }


#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591-root {
    text-align: center;
  }


#s-11c1fe0b-bdd0-4a5f-b352-d7f7445e2591.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-db007b19-6519-4845-ba5f-bf45657b1c36 {
  padding-top: 10px;
}
@media (min-width: 1200px){#s-db007b19-6519-4845-ba5f-bf45657b1c36 {
  display: none;
}
#s-db007b19-6519-4845-ba5f-bf45657b1c36, #wrap-s-db007b19-6519-4845-ba5f-bf45657b1c36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db007b19-6519-4845-ba5f-bf45657b1c36 {
  display: none;
}
#s-db007b19-6519-4845-ba5f-bf45657b1c36, #wrap-s-db007b19-6519-4845-ba5f-bf45657b1c36 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db007b19-6519-4845-ba5f-bf45657b1c36 {
  display: none;
}
#s-db007b19-6519-4845-ba5f-bf45657b1c36, #wrap-s-db007b19-6519-4845-ba5f-bf45657b1c36 { display:none !important; }}@media (max-width: 767px){#s-db007b19-6519-4845-ba5f-bf45657b1c36 {
  display: none;
}
#s-db007b19-6519-4845-ba5f-bf45657b1c36, #wrap-s-db007b19-6519-4845-ba5f-bf45657b1c36 { display:none !important; }}
#s-0284a2cd-6936-4e89-9b85-8b5893f9b0ff {
  margin-bottom: 40px;
}

#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 45px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 1032px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 {
  display: none;
}
#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8, #wrap-s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 {
  display: none;
}
#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8, #wrap-s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 {
  display: none;
}
#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8, #wrap-s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 { display:none !important; }}@media (max-width: 767px){#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8, #wrap-s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 { display:none !important; }}







#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c06f7b7-80fd-40a5-826b-904aa089dbf8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0d181b0c-bc6e-4bf7-9af5-90d9fca8b98a {
  margin-bottom: 30px;
}

#s-259de690-7484-4b0d-8202-fe9049aacaad {
  margin-bottom: 10px;
}

#s-5e71442b-c9af-472a-9846-c1267e5141ae {
  margin-bottom: 30px;
}

#s-60ac799a-e9e7-4dc5-9c5d-e9d800537ce7 {
  margin-bottom: 10px;
}

#s-d3282101-1024-4e10-8035-3442f0c241b6 {
  margin-bottom: 30px;
}

#s-2cd52760-ada3-44e1-b512-33d2ca544e44 {
  margin-bottom: 10px;
}

#s-4e3c16b4-3d07-442e-ac01-ffaaa56e3a01 {
  margin-bottom: 30px;
}

#s-791c8304-3505-4423-8dc0-5a23da04bf7c {
  margin-bottom: 10px;
}

#s-4697d68e-07c6-47e7-bfbc-909a4ad6a123 {
  margin-bottom: 30px;
}

#s-ad04c115-8d01-4ca3-b141-ef4a82830101 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 18px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
max-width: 170px;
}
@media (min-width: 1200px){#s-ad04c115-8d01-4ca3-b141-ef4a82830101 {
  display: none;
}
#s-ad04c115-8d01-4ca3-b141-ef4a82830101, #wrap-s-ad04c115-8d01-4ca3-b141-ef4a82830101 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad04c115-8d01-4ca3-b141-ef4a82830101 {
  display: none;
}
#s-ad04c115-8d01-4ca3-b141-ef4a82830101, #wrap-s-ad04c115-8d01-4ca3-b141-ef4a82830101 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad04c115-8d01-4ca3-b141-ef4a82830101 {
  display: none;
}
#s-ad04c115-8d01-4ca3-b141-ef4a82830101, #wrap-s-ad04c115-8d01-4ca3-b141-ef4a82830101 { display:none !important; }}@media (max-width: 767px){#s-ad04c115-8d01-4ca3-b141-ef4a82830101 {
  display: none;
}
#s-ad04c115-8d01-4ca3-b141-ef4a82830101, #wrap-s-ad04c115-8d01-4ca3-b141-ef4a82830101 { display:none !important; }}
#s-695b29ca-a647-46b2-aa5a-dfa9253eff04 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-695b29ca-a647-46b2-aa5a-dfa9253eff04:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 0.6) !important;}#s-695b29ca-a647-46b2-aa5a-dfa9253eff04:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 1) !important;}@media (min-width: 1200px){#s-695b29ca-a647-46b2-aa5a-dfa9253eff04 {
  display: none;
}
#s-695b29ca-a647-46b2-aa5a-dfa9253eff04, #wrap-s-695b29ca-a647-46b2-aa5a-dfa9253eff04 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-695b29ca-a647-46b2-aa5a-dfa9253eff04 {
  display: none;
}
#s-695b29ca-a647-46b2-aa5a-dfa9253eff04, #wrap-s-695b29ca-a647-46b2-aa5a-dfa9253eff04 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-695b29ca-a647-46b2-aa5a-dfa9253eff04 {
  display: none;
}
#s-695b29ca-a647-46b2-aa5a-dfa9253eff04, #wrap-s-695b29ca-a647-46b2-aa5a-dfa9253eff04 { display:none !important; }}@media (max-width: 767px){#s-695b29ca-a647-46b2-aa5a-dfa9253eff04 {
  display: none;
}
#s-695b29ca-a647-46b2-aa5a-dfa9253eff04, #wrap-s-695b29ca-a647-46b2-aa5a-dfa9253eff04 { display:none !important; }}

  #s-695b29ca-a647-46b2-aa5a-dfa9253eff04-root {
    text-align: center;
  }


#s-695b29ca-a647-46b2-aa5a-dfa9253eff04.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-695b29ca-a647-46b2-aa5a-dfa9253eff04-root {
    text-align: center;
  }


#s-695b29ca-a647-46b2-aa5a-dfa9253eff04.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-695b29ca-a647-46b2-aa5a-dfa9253eff04-root {
    text-align: center;
  }


#s-695b29ca-a647-46b2-aa5a-dfa9253eff04.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-695b29ca-a647-46b2-aa5a-dfa9253eff04-root {
    text-align: center;
  }


#s-695b29ca-a647-46b2-aa5a-dfa9253eff04.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-695b29ca-a647-46b2-aa5a-dfa9253eff04-root {
    text-align: center;
  }


#s-695b29ca-a647-46b2-aa5a-dfa9253eff04.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc870d62-eecb-4f60-856e-809c7032a91d {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 45px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 352px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cc870d62-eecb-4f60-856e-809c7032a91d {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-cc870d62-eecb-4f60-856e-809c7032a91d, #wrap-s-cc870d62-eecb-4f60-856e-809c7032a91d { display:none !important; }}







#s-cc870d62-eecb-4f60-856e-809c7032a91d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc870d62-eecb-4f60-856e-809c7032a91d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-546397ca-a8b2-4e63-9c2c-e3f7f506ebbd {
  margin-bottom: 30px;
}

#s-f52d08a5-ae7c-44ee-b743-ba2bfdd6f965 {
  margin-bottom: 20px;
}

#s-04b3daa6-34e4-48b5-a861-763478a4e4c3 {
  margin-bottom: 20px;
}

#s-d77e72ad-4d58-45a4-96dc-3701dc9ceadd {
  margin-bottom: 20px;
}

#s-573536ed-70ab-4c67-a372-fd5074f5d6ff {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 18px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
max-width: 170px;
}
@media (min-width: 1200px){#s-573536ed-70ab-4c67-a372-fd5074f5d6ff {
  display: none;
}
#s-573536ed-70ab-4c67-a372-fd5074f5d6ff, #wrap-s-573536ed-70ab-4c67-a372-fd5074f5d6ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-573536ed-70ab-4c67-a372-fd5074f5d6ff {
  display: none;
}
#s-573536ed-70ab-4c67-a372-fd5074f5d6ff, #wrap-s-573536ed-70ab-4c67-a372-fd5074f5d6ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-573536ed-70ab-4c67-a372-fd5074f5d6ff {
  display: none;
}
#s-573536ed-70ab-4c67-a372-fd5074f5d6ff, #wrap-s-573536ed-70ab-4c67-a372-fd5074f5d6ff { display:none !important; }}@media (max-width: 767px){#s-573536ed-70ab-4c67-a372-fd5074f5d6ff {
  display: none;
}
#s-573536ed-70ab-4c67-a372-fd5074f5d6ff, #wrap-s-573536ed-70ab-4c67-a372-fd5074f5d6ff { display:none !important; }}
#s-190c2a27-1bea-4054-91e0-7be159afb070 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-190c2a27-1bea-4054-91e0-7be159afb070:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 0.6) !important;}#s-190c2a27-1bea-4054-91e0-7be159afb070:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 1) !important;}@media (min-width: 1200px){#s-190c2a27-1bea-4054-91e0-7be159afb070 {
  display: none;
}
#s-190c2a27-1bea-4054-91e0-7be159afb070, #wrap-s-190c2a27-1bea-4054-91e0-7be159afb070 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-190c2a27-1bea-4054-91e0-7be159afb070 {
  display: none;
}
#s-190c2a27-1bea-4054-91e0-7be159afb070, #wrap-s-190c2a27-1bea-4054-91e0-7be159afb070 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-190c2a27-1bea-4054-91e0-7be159afb070 {
  display: none;
}
#s-190c2a27-1bea-4054-91e0-7be159afb070, #wrap-s-190c2a27-1bea-4054-91e0-7be159afb070 { display:none !important; }}@media (max-width: 767px){#s-190c2a27-1bea-4054-91e0-7be159afb070 {
  display: none;
}
#s-190c2a27-1bea-4054-91e0-7be159afb070, #wrap-s-190c2a27-1bea-4054-91e0-7be159afb070 { display:none !important; }}

  #s-190c2a27-1bea-4054-91e0-7be159afb070-root {
    text-align: center;
  }


#s-190c2a27-1bea-4054-91e0-7be159afb070.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-190c2a27-1bea-4054-91e0-7be159afb070-root {
    text-align: center;
  }


#s-190c2a27-1bea-4054-91e0-7be159afb070.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-190c2a27-1bea-4054-91e0-7be159afb070-root {
    text-align: center;
  }


#s-190c2a27-1bea-4054-91e0-7be159afb070.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-190c2a27-1bea-4054-91e0-7be159afb070-root {
    text-align: center;
  }


#s-190c2a27-1bea-4054-91e0-7be159afb070.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-190c2a27-1bea-4054-91e0-7be159afb070-root {
    text-align: center;
  }


#s-190c2a27-1bea-4054-91e0-7be159afb070.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-93d87fd7-6809-4d59-9618-8515b6efad78 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 980px;
}
@media (min-width: 1200px){#s-93d87fd7-6809-4d59-9618-8515b6efad78 {
  display: none;
}
#s-93d87fd7-6809-4d59-9618-8515b6efad78, #wrap-s-93d87fd7-6809-4d59-9618-8515b6efad78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93d87fd7-6809-4d59-9618-8515b6efad78 {
  display: none;
}
#s-93d87fd7-6809-4d59-9618-8515b6efad78, #wrap-s-93d87fd7-6809-4d59-9618-8515b6efad78 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93d87fd7-6809-4d59-9618-8515b6efad78 {
  display: none;
}
#s-93d87fd7-6809-4d59-9618-8515b6efad78, #wrap-s-93d87fd7-6809-4d59-9618-8515b6efad78 { display:none !important; }}@media (max-width: 767px){#s-93d87fd7-6809-4d59-9618-8515b6efad78 {
  display: none;
}
#s-93d87fd7-6809-4d59-9618-8515b6efad78, #wrap-s-93d87fd7-6809-4d59-9618-8515b6efad78 { display:none !important; }}
@media (min-width: 0px) {
[id="s-93d87fd7-6809-4d59-9618-8515b6efad78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93d87fd7-6809-4d59-9618-8515b6efad78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93d87fd7-6809-4d59-9618-8515b6efad78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93d87fd7-6809-4d59-9618-8515b6efad78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 {
  padding-top: 45px;
padding-left: 20px;
padding-bottom: 45px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 {
  display: none;
}
#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84, #wrap-s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 {
  display: none;
}
#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84, #wrap-s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 {
  display: none;
}
#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84, #wrap-s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 { display:none !important; }}@media (max-width: 767px){#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 {
  margin-bottom: 30px;
display: none;
}
#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84, #wrap-s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 { display:none !important; }}







#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-e0eb56b9-9c2f-4029-afb2-19ee74cebd84.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f8d6e4f2-4757-413b-9032-3e0c396b3d13 {
  margin-bottom: 30px;
}

#s-6d7922f7-a116-4b1f-8eeb-f8d3006e87f4 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-6d7922f7-a116-4b1f-8eeb-f8d3006e87f4 {
  margin-bottom: 10px;
}
}
#s-d4d5dc6d-727e-46f8-9f0b-4f126c7f2fd7 {
  margin-bottom: 30px;
}

#s-21388e06-4d29-49a5-8d3b-b2252d2d3f35 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 1);
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-21388e06-4d29-49a5-8d3b-b2252d2d3f35:hover {background-color: rgba(0, 0, 0, 0.41) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-21388e06-4d29-49a5-8d3b-b2252d2d3f35:active {background-color: rgba(0, 0, 0, 0.37) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-21388e06-4d29-49a5-8d3b-b2252d2d3f35-root {
    text-align: center;
  }


#s-21388e06-4d29-49a5-8d3b-b2252d2d3f35.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21388e06-4d29-49a5-8d3b-b2252d2d3f35-root {
    text-align: center;
  }


#s-21388e06-4d29-49a5-8d3b-b2252d2d3f35.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21388e06-4d29-49a5-8d3b-b2252d2d3f35-root {
    text-align: center;
  }


#s-21388e06-4d29-49a5-8d3b-b2252d2d3f35.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21388e06-4d29-49a5-8d3b-b2252d2d3f35-root {
    text-align: center;
  }


#s-21388e06-4d29-49a5-8d3b-b2252d2d3f35.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21388e06-4d29-49a5-8d3b-b2252d2d3f35-root {
    text-align: center;
  }


#s-21388e06-4d29-49a5-8d3b-b2252d2d3f35.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-38c11836-5a22-4954-87b5-b03ae8f77fe0 {
  margin-bottom: 10px;
}

#s-3ea2be39-4545-4ac6-a0c6-c6a7746fe589 {
  margin-bottom: 30px;
}

#s-f66ee44f-9e58-4929-b0d9-3c39e953f71b {
  margin-bottom: 10px;
}

#s-fc5b88c9-c660-4f12-86e3-33f59e9f4f62 {
  margin-bottom: 40px;
}

#s-3a4cc832-be2e-4d4c-a375-6b49a6f64511 {
  margin-bottom: 10px;
}

#s-6b430e28-6d17-427a-bb1b-9d8477407561 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(237, 237, 237, 1);
text-align: center;
text-decoration: none;
color: rgba(80, 80, 80, 1);
background-image: none;
hover-type: color;
}
#s-6b430e28-6d17-427a-bb1b-9d8477407561:hover {background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(80, 80, 80, 0.6) !important;
background-image: none !important;
hover-type: color !important;}#s-6b430e28-6d17-427a-bb1b-9d8477407561:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6b430e28-6d17-427a-bb1b-9d8477407561 {
  display: none;
}
#s-6b430e28-6d17-427a-bb1b-9d8477407561, #wrap-s-6b430e28-6d17-427a-bb1b-9d8477407561 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b430e28-6d17-427a-bb1b-9d8477407561 {
  display: none;
}
#s-6b430e28-6d17-427a-bb1b-9d8477407561, #wrap-s-6b430e28-6d17-427a-bb1b-9d8477407561 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b430e28-6d17-427a-bb1b-9d8477407561 {
  display: none;
}
#s-6b430e28-6d17-427a-bb1b-9d8477407561, #wrap-s-6b430e28-6d17-427a-bb1b-9d8477407561 { display:none !important; }}@media (max-width: 767px){#s-6b430e28-6d17-427a-bb1b-9d8477407561 {
  display: none;
}
#s-6b430e28-6d17-427a-bb1b-9d8477407561, #wrap-s-6b430e28-6d17-427a-bb1b-9d8477407561 { display:none !important; }}

  #s-6b430e28-6d17-427a-bb1b-9d8477407561-root {
    text-align: center;
  }


#s-6b430e28-6d17-427a-bb1b-9d8477407561.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b430e28-6d17-427a-bb1b-9d8477407561-root {
    text-align: center;
  }


#s-6b430e28-6d17-427a-bb1b-9d8477407561.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b430e28-6d17-427a-bb1b-9d8477407561-root {
    text-align: center;
  }


#s-6b430e28-6d17-427a-bb1b-9d8477407561.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b430e28-6d17-427a-bb1b-9d8477407561-root {
    text-align: center;
  }


#s-6b430e28-6d17-427a-bb1b-9d8477407561.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b430e28-6d17-427a-bb1b-9d8477407561-root {
    text-align: center;
  }


#s-6b430e28-6d17-427a-bb1b-9d8477407561.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d9ac19e5-f954-4bce-983c-d0e1db631c62 {
  padding-top: 10px;
}
@media (min-width: 1200px){#s-d9ac19e5-f954-4bce-983c-d0e1db631c62 {
  display: none;
}
#s-d9ac19e5-f954-4bce-983c-d0e1db631c62, #wrap-s-d9ac19e5-f954-4bce-983c-d0e1db631c62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9ac19e5-f954-4bce-983c-d0e1db631c62 {
  display: none;
}
#s-d9ac19e5-f954-4bce-983c-d0e1db631c62, #wrap-s-d9ac19e5-f954-4bce-983c-d0e1db631c62 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9ac19e5-f954-4bce-983c-d0e1db631c62 {
  display: none;
}
#s-d9ac19e5-f954-4bce-983c-d0e1db631c62, #wrap-s-d9ac19e5-f954-4bce-983c-d0e1db631c62 { display:none !important; }}@media (max-width: 767px){#s-d9ac19e5-f954-4bce-983c-d0e1db631c62 {
  display: none;
}
#s-d9ac19e5-f954-4bce-983c-d0e1db631c62, #wrap-s-d9ac19e5-f954-4bce-983c-d0e1db631c62 { display:none !important; }}
#s-57eed468-9bb1-450b-9ed0-aa92e2ae2894 {
  margin-bottom: 40px;
}

#s-9c6ac755-39e8-4082-8dac-f0368898095b {
  padding-top: 45px;
padding-left: 40px;
padding-bottom: 45px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9c6ac755-39e8-4082-8dac-f0368898095b {
  display: none;
}
#s-9c6ac755-39e8-4082-8dac-f0368898095b, #wrap-s-9c6ac755-39e8-4082-8dac-f0368898095b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c6ac755-39e8-4082-8dac-f0368898095b {
  display: none;
}
#s-9c6ac755-39e8-4082-8dac-f0368898095b, #wrap-s-9c6ac755-39e8-4082-8dac-f0368898095b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c6ac755-39e8-4082-8dac-f0368898095b {
  display: none;
}
#s-9c6ac755-39e8-4082-8dac-f0368898095b, #wrap-s-9c6ac755-39e8-4082-8dac-f0368898095b { display:none !important; }}@media (max-width: 767px){#s-9c6ac755-39e8-4082-8dac-f0368898095b {
  margin-bottom: 30px;
}
}







#s-9c6ac755-39e8-4082-8dac-f0368898095b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9c6ac755-39e8-4082-8dac-f0368898095b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-09e97001-35c9-4e74-baa2-41a48e0a9ef8 {
  margin-bottom: 30px;
}

#s-3031abd3-7e44-4a11-b1d2-5d9d6b6d7028 {
  margin-bottom: 20px;
}

#s-6c3aebd2-9116-4ae0-81a4-8e22c42253c4 {
  margin-bottom: 20px;
}

#s-a7303ed0-76d9-4477-b187-ec8ccace9bd3 {
  margin-bottom: 20px;
}

#s-3212de2f-f29d-4412-a0d4-cfe73c8ec58d {
  margin-bottom: 20px;
}

#s-f45c92bc-1408-4784-9c90-22eb1abfe680 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(237, 237, 237, 1);
text-align: center;
text-decoration: none;
color: rgba(80, 80, 80, 1);
background-image: none;
hover-type: color;
}
#s-f45c92bc-1408-4784-9c90-22eb1abfe680:hover {background-color: rgba(255, 255, 255, 0.6) !important;
text-decoration: none !important;
color: rgba(80, 80, 80, 0.6) !important;
background-image: none !important;
hover-type: color !important;}#s-f45c92bc-1408-4784-9c90-22eb1abfe680:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f45c92bc-1408-4784-9c90-22eb1abfe680 {
  display: none;
}
#s-f45c92bc-1408-4784-9c90-22eb1abfe680, #wrap-s-f45c92bc-1408-4784-9c90-22eb1abfe680 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f45c92bc-1408-4784-9c90-22eb1abfe680 {
  display: none;
}
#s-f45c92bc-1408-4784-9c90-22eb1abfe680, #wrap-s-f45c92bc-1408-4784-9c90-22eb1abfe680 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f45c92bc-1408-4784-9c90-22eb1abfe680 {
  display: none;
}
#s-f45c92bc-1408-4784-9c90-22eb1abfe680, #wrap-s-f45c92bc-1408-4784-9c90-22eb1abfe680 { display:none !important; }}@media (max-width: 767px){#s-f45c92bc-1408-4784-9c90-22eb1abfe680 {
  display: none;
}
#s-f45c92bc-1408-4784-9c90-22eb1abfe680, #wrap-s-f45c92bc-1408-4784-9c90-22eb1abfe680 { display:none !important; }}

  #s-f45c92bc-1408-4784-9c90-22eb1abfe680-root {
    text-align: center;
  }


#s-f45c92bc-1408-4784-9c90-22eb1abfe680.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f45c92bc-1408-4784-9c90-22eb1abfe680-root {
    text-align: center;
  }


#s-f45c92bc-1408-4784-9c90-22eb1abfe680.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f45c92bc-1408-4784-9c90-22eb1abfe680-root {
    text-align: center;
  }


#s-f45c92bc-1408-4784-9c90-22eb1abfe680.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f45c92bc-1408-4784-9c90-22eb1abfe680-root {
    text-align: center;
  }


#s-f45c92bc-1408-4784-9c90-22eb1abfe680.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f45c92bc-1408-4784-9c90-22eb1abfe680-root {
    text-align: center;
  }


#s-f45c92bc-1408-4784-9c90-22eb1abfe680.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ccd12577-38e5-43d4-ab89-94e214d6be5d {
  padding-top: 10px;
}
@media (min-width: 1200px){#s-ccd12577-38e5-43d4-ab89-94e214d6be5d {
  display: none;
}
#s-ccd12577-38e5-43d4-ab89-94e214d6be5d, #wrap-s-ccd12577-38e5-43d4-ab89-94e214d6be5d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccd12577-38e5-43d4-ab89-94e214d6be5d {
  display: none;
}
#s-ccd12577-38e5-43d4-ab89-94e214d6be5d, #wrap-s-ccd12577-38e5-43d4-ab89-94e214d6be5d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccd12577-38e5-43d4-ab89-94e214d6be5d {
  display: none;
}
#s-ccd12577-38e5-43d4-ab89-94e214d6be5d, #wrap-s-ccd12577-38e5-43d4-ab89-94e214d6be5d { display:none !important; }}@media (max-width: 767px){#s-ccd12577-38e5-43d4-ab89-94e214d6be5d {
  display: none;
}
#s-ccd12577-38e5-43d4-ab89-94e214d6be5d, #wrap-s-ccd12577-38e5-43d4-ab89-94e214d6be5d { display:none !important; }}
#s-e5772615-0d28-4312-8cb9-214b6a5b92ec {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 45px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 352px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e5772615-0d28-4312-8cb9-214b6a5b92ec {
  display: none;
}
#s-e5772615-0d28-4312-8cb9-214b6a5b92ec, #wrap-s-e5772615-0d28-4312-8cb9-214b6a5b92ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5772615-0d28-4312-8cb9-214b6a5b92ec {
  display: none;
}
#s-e5772615-0d28-4312-8cb9-214b6a5b92ec, #wrap-s-e5772615-0d28-4312-8cb9-214b6a5b92ec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5772615-0d28-4312-8cb9-214b6a5b92ec {
  display: none;
}
#s-e5772615-0d28-4312-8cb9-214b6a5b92ec, #wrap-s-e5772615-0d28-4312-8cb9-214b6a5b92ec { display:none !important; }}@media (max-width: 767px){#s-e5772615-0d28-4312-8cb9-214b6a5b92ec {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-e5772615-0d28-4312-8cb9-214b6a5b92ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5772615-0d28-4312-8cb9-214b6a5b92ec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-81c5f6ec-ac15-4eb1-85fb-06eb5d77aa0e {
  margin-bottom: 30px;
}

#s-1e1bd39f-63c7-42eb-b83b-74d5e5b08309 {
  margin-bottom: 20px;
}

#s-fef89884-c8b2-4e7c-b48d-908213cdd215 {
  margin-bottom: 20px;
}

#s-b555b0d0-2798-4be1-b5e2-ea65d9eb055c {
  margin-bottom: 20px;
}

#s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 18px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
max-width: 170px;
}
@media (min-width: 1200px){#s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c {
  display: none;
}
#s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c, #wrap-s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c {
  display: none;
}
#s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c, #wrap-s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c {
  display: none;
}
#s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c, #wrap-s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c { display:none !important; }}@media (max-width: 767px){#s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c {
  display: none;
}
#s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c, #wrap-s-de7ed726-c7e5-4d4b-a8bb-266d9c9f2a0c { display:none !important; }}
#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 0.6) !important;}#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 1) !important;}@media (min-width: 1200px){#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243 {
  display: none;
}
#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243, #wrap-s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243 {
  display: none;
}
#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243, #wrap-s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243 {
  display: none;
}
#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243, #wrap-s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243 { display:none !important; }}@media (max-width: 767px){#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243 {
  display: none;
}
#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243, #wrap-s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243 { display:none !important; }}

  #s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243-root {
    text-align: center;
  }


#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243-root {
    text-align: center;
  }


#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243-root {
    text-align: center;
  }


#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243-root {
    text-align: center;
  }


#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243-root {
    text-align: center;
  }


#s-9ef3fe4f-3922-44c5-a092-7fcaa7c23243.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 45px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 {
  display: none;
}
#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447, #wrap-s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 {
  display: none;
}
#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447, #wrap-s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 {
  display: none;
}
#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447, #wrap-s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 { display:none !important; }}@media (max-width: 767px){#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447, #wrap-s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 { display:none !important; }}







#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65383b92-8d9b-46b8-b9c0-34f8ff68f447.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88eeecb0-8d27-4290-9fe7-94408a9868b5 {
  margin-bottom: 30px;
}

#s-527c0ac0-4512-4193-8c7f-cb503fb172bb {
  margin-bottom: 10px;
}

#s-2a19e1ad-8185-439a-89b1-83f55bd3a390 {
  margin-bottom: 30px;
}

#s-d257782c-76d2-428a-8d1f-d34d108ba80b {
  margin-bottom: 10px;
}

#s-c120c1c9-35dd-4760-b741-d4b3a54fff54 {
  margin-bottom: 30px;
}

#s-27062243-5fe4-4e9a-9dc4-8d7ce04acf1c {
  margin-bottom: 10px;
}

#s-28b85be9-0fea-43a6-896a-06ec928dc89e {
  margin-bottom: 30px;
}

#s-dc3d0b3a-7743-407c-8add-e61801083ced {
  margin-bottom: 10px;
}

#s-0c64f3c6-ca33-41a0-844c-2e4711f93146 {
  margin-bottom: 30px;
}

#s-101a5374-a819-486c-bb1e-134dbf9e54ef {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 18px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
max-width: 170px;
}
@media (min-width: 1200px){#s-101a5374-a819-486c-bb1e-134dbf9e54ef {
  display: none;
}
#s-101a5374-a819-486c-bb1e-134dbf9e54ef, #wrap-s-101a5374-a819-486c-bb1e-134dbf9e54ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-101a5374-a819-486c-bb1e-134dbf9e54ef {
  display: none;
}
#s-101a5374-a819-486c-bb1e-134dbf9e54ef, #wrap-s-101a5374-a819-486c-bb1e-134dbf9e54ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-101a5374-a819-486c-bb1e-134dbf9e54ef {
  display: none;
}
#s-101a5374-a819-486c-bb1e-134dbf9e54ef, #wrap-s-101a5374-a819-486c-bb1e-134dbf9e54ef { display:none !important; }}@media (max-width: 767px){#s-101a5374-a819-486c-bb1e-134dbf9e54ef {
  display: none;
}
#s-101a5374-a819-486c-bb1e-134dbf9e54ef, #wrap-s-101a5374-a819-486c-bb1e-134dbf9e54ef { display:none !important; }}
#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(199, 199, 199, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 0.6) !important;}#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(80, 80, 80, 1) !important;}@media (min-width: 1200px){#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980 {
  display: none;
}
#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980, #wrap-s-130381fe-0a8f-4b37-92c9-fcf8f05c5980 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980 {
  display: none;
}
#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980, #wrap-s-130381fe-0a8f-4b37-92c9-fcf8f05c5980 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980 {
  display: none;
}
#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980, #wrap-s-130381fe-0a8f-4b37-92c9-fcf8f05c5980 { display:none !important; }}@media (max-width: 767px){#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980 {
  display: none;
}
#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980, #wrap-s-130381fe-0a8f-4b37-92c9-fcf8f05c5980 { display:none !important; }}

  #s-130381fe-0a8f-4b37-92c9-fcf8f05c5980-root {
    text-align: center;
  }


#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-130381fe-0a8f-4b37-92c9-fcf8f05c5980-root {
    text-align: center;
  }


#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-130381fe-0a8f-4b37-92c9-fcf8f05c5980-root {
    text-align: center;
  }


#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-130381fe-0a8f-4b37-92c9-fcf8f05c5980-root {
    text-align: center;
  }


#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-130381fe-0a8f-4b37-92c9-fcf8f05c5980-root {
    text-align: center;
  }


#s-130381fe-0a8f-4b37-92c9-fcf8f05c5980.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 750px;
}
@media (min-width: 1200px){#s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4 {
  display: none;
}
#s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4, #wrap-s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4 {
  display: none;
}
#s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4, #wrap-s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4 {
  display: none;
}
#s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4, #wrap-s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4 { display:none !important; }}@media (max-width: 767px){#s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4 {
  padding-left: 10px;
padding-right: 10px;
display: none;
}
#s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4, #wrap-s-ac832e10-07d3-4d39-a3fe-8ce3d3dc67a4 { display:none !important; }}
#s-041c0c90-9982-48ac-a1fb-ed78402428d4 {
  border-style: solid;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(80, 80, 80, 0.4);
border-radius: 26px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(80, 80, 80, 1);
}
#s-041c0c90-9982-48ac-a1fb-ed78402428d4:hover {background-color: rgba(0, 0, 0, 0.41) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-041c0c90-9982-48ac-a1fb-ed78402428d4:active {background-color: rgba(0, 0, 0, 0.37) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-041c0c90-9982-48ac-a1fb-ed78402428d4 {
  display: none;
}
#s-041c0c90-9982-48ac-a1fb-ed78402428d4, #wrap-s-041c0c90-9982-48ac-a1fb-ed78402428d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-041c0c90-9982-48ac-a1fb-ed78402428d4 {
  display: none;
}
#s-041c0c90-9982-48ac-a1fb-ed78402428d4, #wrap-s-041c0c90-9982-48ac-a1fb-ed78402428d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-041c0c90-9982-48ac-a1fb-ed78402428d4 {
  display: none;
}
#s-041c0c90-9982-48ac-a1fb-ed78402428d4, #wrap-s-041c0c90-9982-48ac-a1fb-ed78402428d4 { display:none !important; }}@media (max-width: 767px){#s-041c0c90-9982-48ac-a1fb-ed78402428d4 {
  display: none;
}
#s-041c0c90-9982-48ac-a1fb-ed78402428d4, #wrap-s-041c0c90-9982-48ac-a1fb-ed78402428d4 { display:none !important; }}

  #s-041c0c90-9982-48ac-a1fb-ed78402428d4-root {
    text-align: center;
  }


#s-041c0c90-9982-48ac-a1fb-ed78402428d4.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-041c0c90-9982-48ac-a1fb-ed78402428d4-root {
    text-align: center;
  }


#s-041c0c90-9982-48ac-a1fb-ed78402428d4.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-041c0c90-9982-48ac-a1fb-ed78402428d4-root {
    text-align: center;
  }


#s-041c0c90-9982-48ac-a1fb-ed78402428d4.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-041c0c90-9982-48ac-a1fb-ed78402428d4-root {
    text-align: center;
  }


#s-041c0c90-9982-48ac-a1fb-ed78402428d4.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-041c0c90-9982-48ac-a1fb-ed78402428d4-root {
    text-align: center;
  }


#s-041c0c90-9982-48ac-a1fb-ed78402428d4.shg-btn {
  color: rgba(80, 80, 80, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-59770986-0eeb-468a-a826-416b104fff38 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-59770986-0eeb-468a-a826-416b104fff38 {
  display: none;
}
#s-59770986-0eeb-468a-a826-416b104fff38, #wrap-s-59770986-0eeb-468a-a826-416b104fff38 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59770986-0eeb-468a-a826-416b104fff38 {
  display: none;
}
#s-59770986-0eeb-468a-a826-416b104fff38, #wrap-s-59770986-0eeb-468a-a826-416b104fff38 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59770986-0eeb-468a-a826-416b104fff38 {
  display: none;
}
#s-59770986-0eeb-468a-a826-416b104fff38, #wrap-s-59770986-0eeb-468a-a826-416b104fff38 { display:none !important; }}@media (max-width: 767px){#s-59770986-0eeb-468a-a826-416b104fff38 {
  display: none;
}
#s-59770986-0eeb-468a-a826-416b104fff38, #wrap-s-59770986-0eeb-468a-a826-416b104fff38 { display:none !important; }}
#s-03cc19bd-97d0-4f87-8582-b162bad4bed7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 540px;
background-color: rgba(247, 247, 243, 1);
}








#s-03cc19bd-97d0-4f87-8582-b162bad4bed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03cc19bd-97d0-4f87-8582-b162bad4bed7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0779ddd6-2862-4e34-8591-aa49079d83e7 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0779ddd6-2862-4e34-8591-aa49079d83e7 .shogun-heading-component h2 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.8em;
  
  
}



    .tk_blog_re_contents {
        padding-bottom: 60px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .tk_blog_re_contents h3{
        text-align: center;
    }

    .tk_blog_re_contents h4 {
        font-size: 15px!important;
        margin: 10px 0!important;
        letter-spacing: 1.2px;
        font-weight: 600!important;
    }

    .tk_blog_re_contents_inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .tk_blog_re_contents_box img {
        width: 100%;
    }

    .tk_blog_re_contents_box {
        max-width: 500px;
        padding: 20px;
        display: flex;
        justify-content: center;
    }

    .tk_blog_re_contents_box a{
        text-decoration: none!important;
    }


    @media screen and (max-width: 640px) {
        .tk_blog_re_contents_inner {
            display: block;
        }

        .tk_blog_re_contents_box {
            display: flex;
            justify-content: center;
            max-width: 100%;
            padding: 5px 10px 24px;
        }
    }
#s-f46f840c-1901-4ca4-b8ad-cafd1b8d366f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-fe2ad8e6-ac92-418b-8f34-c143595f8c17 {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}
