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

.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-b9e2e835-b72d-416e-ac6b-abc6ac5b1bc6 {
  min-height: 50px;
}








#s-b9e2e835-b72d-416e-ac6b-abc6ac5b1bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9e2e835-b72d-416e-ac6b-abc6ac5b1bc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52bbe09f-c4db-40e8-aa3f-ec60665de16a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (max-width: 767px){#s-52bbe09f-c4db-40e8-aa3f-ec60665de16a {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-52bbe09f-c4db-40e8-aa3f-ec60665de16a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52bbe09f-c4db-40e8-aa3f-ec60665de16a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b {
  display: none;
}
#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b, #wrap-s-54d37187-880b-49b3-a7eb-fe28e7b4af6b, #wrap-content-s-54d37187-880b-49b3-a7eb-fe28e7b4af6b { display: none !important; }}@media (max-width: 767px){#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b {
  display: none;
}
#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b, #wrap-s-54d37187-880b-49b3-a7eb-fe28e7b4af6b, #wrap-content-s-54d37187-880b-49b3-a7eb-fe28e7b4af6b { display: none !important; }}
@media (min-width: 0px) {
[id="s-54d37187-880b-49b3-a7eb-fe28e7b4af6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-54d37187-880b-49b3-a7eb-fe28e7b4af6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54d37187-880b-49b3-a7eb-fe28e7b4af6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54d37187-880b-49b3-a7eb-fe28e7b4af6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e710fd70-d7d8-41d9-9632-b4d4d2db5bad {
  margin-left: 10%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e710fd70-d7d8-41d9-9632-b4d4d2db5bad {
  margin-right: 4%;
}
}







#s-e710fd70-d7d8-41d9-9632-b4d4d2db5bad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e710fd70-d7d8-41d9-9632-b4d4d2db5bad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-1e50765a-82c9-4a20-a2d4-234720aafd55 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 3px;
padding-left: 15px;
padding-bottom: 3px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(51, 18, 121, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1e50765a-82c9-4a20-a2d4-234720aafd55:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(51, 18, 121, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1e50765a-82c9-4a20-a2d4-234720aafd55:active {background-color: rgba(51, 18, 121, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-1e50765a-82c9-4a20-a2d4-234720aafd55 {
  border-style: solid;
border-color: rgba(0, 0, 0, 1);
background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
color: rgba(247, 249, 53, 1);
}
#s-1e50765a-82c9-4a20-a2d4-234720aafd55:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(247, 249, 53, 1) !important;}#s-1e50765a-82c9-4a20-a2d4-234720aafd55:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(247, 249, 53, 1) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-1e50765a-82c9-4a20-a2d4-234720aafd55 {
  background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
color: rgba(247, 249, 53, 1);
}
#s-1e50765a-82c9-4a20-a2d4-234720aafd55:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(247, 249, 53, 1) !important;}#s-1e50765a-82c9-4a20-a2d4-234720aafd55:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(247, 249, 53, 1) !important;}}@media (max-width: 767px){#s-1e50765a-82c9-4a20-a2d4-234720aafd55 {
  
}
}

  #s-1e50765a-82c9-4a20-a2d4-234720aafd55-root {
    text-align: left;
  }


#s-1e50765a-82c9-4a20-a2d4-234720aafd55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e50765a-82c9-4a20-a2d4-234720aafd55-root {
    text-align: left;
  }


#s-1e50765a-82c9-4a20-a2d4-234720aafd55.shg-btn {
  color: rgba(247, 249, 53, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e50765a-82c9-4a20-a2d4-234720aafd55-root {
    text-align: left;
  }


#s-1e50765a-82c9-4a20-a2d4-234720aafd55.shg-btn {
  color: rgba(247, 249, 53, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e50765a-82c9-4a20-a2d4-234720aafd55-root {
    text-align: left;
  }


#s-1e50765a-82c9-4a20-a2d4-234720aafd55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e50765a-82c9-4a20-a2d4-234720aafd55-root {
    text-align: left;
  }


#s-1e50765a-82c9-4a20-a2d4-234720aafd55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.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-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  display: none;
}
#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-content-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  display: none;
}
#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-content-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 { display: none !important; }}@media (max-width: 767px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  display: none;
}
#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-content-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 { display: none !important; }}
#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 .shogun-heading-component h1 {
  color: rgba(252, 251, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 47px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: left;
}


@media (min-width: 1200px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 .shogun-heading-component h1 {
  color: rgba(252, 251, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  text-align: left;
}


}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 {
  display: none;
}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-content-s-3bf845eb-b135-4528-8f5e-7bb80c327590 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 {
  display: none;
}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-content-s-3bf845eb-b135-4528-8f5e-7bb80c327590 { display: none !important; }}@media (max-width: 767px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 {
  display: none;
}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-content-s-3bf845eb-b135-4528-8f5e-7bb80c327590 { display: none !important; }}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: left;
}


@media (min-width: 1200px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  letter-spacing: 0.4px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: left;
}


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

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

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

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

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

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

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 {
  margin-top: 20px;
}
}
#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 td.shogun-table-row {
  background-color: rgba(51, 18, 121, 1);
  padding: 1px;
}

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 td.shogun-table-column, #s-bb36f9b5-064f-4364-93c5-f1b745a033c5 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

.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-d2b5c21c-6af1-4268-9e42-9467ffffdc26 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-d2b5c21c-6af1-4268-9e42-9467ffffdc26 {
  margin-left: 5px;
}
}
#s-f6d2c64d-df59-4d67-bb6c-1f6d00e80ad5 {
  margin-top: -10px;
min-height: 50px;
}








#s-f6d2c64d-df59-4d67-bb6c-1f6d00e80ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6d2c64d-df59-4d67-bb6c-1f6d00e80ad5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-2618d9ae-9f5e-49e7-9fa9-796bd02c4930 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-2618d9ae-9f5e-49e7-9fa9-796bd02c4930 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2618d9ae-9f5e-49e7-9fa9-796bd02c4930 img.shogun-image {
    

    
    
    
  }


#s-2618d9ae-9f5e-49e7-9fa9-796bd02c4930 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0d7e089a-445e-491c-9a1c-b6201b7ee84b {
  margin-top: -10px;
}
@media (max-width: 767px){#s-0d7e089a-445e-491c-9a1c-b6201b7ee84b {
  margin-left: 5px;
}
}
#s-2d94b060-e7d0-4847-8f6c-234096e3fbce {
  margin-top: -10px;
min-height: 50px;
}








#s-2d94b060-e7d0-4847-8f6c-234096e3fbce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d94b060-e7d0-4847-8f6c-234096e3fbce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d37ae33b-21a8-42de-9ebd-88021ddb2cc3 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-d37ae33b-21a8-42de-9ebd-88021ddb2cc3 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-d37ae33b-21a8-42de-9ebd-88021ddb2cc3 img.shogun-image {
    

    
    
    
  }


#s-d37ae33b-21a8-42de-9ebd-88021ddb2cc3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ee3f5e0b-89dc-4ffe-b714-d760f44369c1 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-ee3f5e0b-89dc-4ffe-b714-d760f44369c1 {
  margin-left: 5px;
}
}
#s-8c0c59bd-4404-42fd-bf1d-e193d8d8db84 {
  margin-top: -10px;
min-height: 50px;
}








#s-8c0c59bd-4404-42fd-bf1d-e193d8d8db84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c0c59bd-4404-42fd-bf1d-e193d8d8db84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a092aea-b21b-411f-8144-70e3479cf6ea {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-8a092aea-b21b-411f-8144-70e3479cf6ea {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-8a092aea-b21b-411f-8144-70e3479cf6ea img.shogun-image {
    

    
    
    
  }


#s-8a092aea-b21b-411f-8144-70e3479cf6ea .shogun-image-content {
  
    justify-content: center;
  
}

#s-03322d25-a0b5-4550-894d-b3d4e9f63314 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-03322d25-a0b5-4550-894d-b3d4e9f63314 {
  margin-left: 5px;
}
}
#s-4a7b4628-ad23-4757-97cd-7641efa07a07 {
  margin-top: -10px;
min-height: 50px;
}








#s-4a7b4628-ad23-4757-97cd-7641efa07a07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a7b4628-ad23-4757-97cd-7641efa07a07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0182ab7c-ce62-4c3a-a296-25b7b51fe8a5 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-0182ab7c-ce62-4c3a-a296-25b7b51fe8a5 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-0182ab7c-ce62-4c3a-a296-25b7b51fe8a5 img.shogun-image {
    

    
    
    
  }


#s-0182ab7c-ce62-4c3a-a296-25b7b51fe8a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8fb2c4ab-b50f-4970-beaf-8960dd5b20dd {
  margin-top: -10px;
min-height: 50px;
}
@media (max-width: 767px){#s-8fb2c4ab-b50f-4970-beaf-8960dd5b20dd {
  margin-left: 5px;
}
}







#s-8fb2c4ab-b50f-4970-beaf-8960dd5b20dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fb2c4ab-b50f-4970-beaf-8960dd5b20dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2ee8524-c113-4ff5-b6e5-ff3b4e828901 {
  margin-top: 0px;
}

#s-640c8a9e-91ed-4c8c-8e3d-0e6318ff0ea7 {
  margin-top: -10px;
min-height: 50px;
}








#s-640c8a9e-91ed-4c8c-8e3d-0e6318ff0ea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-640c8a9e-91ed-4c8c-8e3d-0e6318ff0ea7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6126e24a-17a4-4705-9fe2-a92dfeb2de7b {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-6126e24a-17a4-4705-9fe2-a92dfeb2de7b {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6126e24a-17a4-4705-9fe2-a92dfeb2de7b img.shogun-image {
    

    
    
    
  }


#s-6126e24a-17a4-4705-9fe2-a92dfeb2de7b .shogun-image-content {
  
    justify-content: center;
  
}

#s-bfd0e1ab-892d-4056-a486-4e5e66961139 {
  margin-top: -10px;
min-height: 50px;
}








#s-bfd0e1ab-892d-4056-a486-4e5e66961139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfd0e1ab-892d-4056-a486-4e5e66961139.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73c966fb-d3f5-4b3a-bdde-f66c618dfed7 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-73c966fb-d3f5-4b3a-bdde-f66c618dfed7 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-73c966fb-d3f5-4b3a-bdde-f66c618dfed7 img.shogun-image {
    

    
    
    
  }


#s-73c966fb-d3f5-4b3a-bdde-f66c618dfed7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ef0200a0-bd75-4325-a655-ccdbe36c3739 {
  margin-top: -10px;
min-height: 50px;
}
@media (max-width: 767px){#s-ef0200a0-bd75-4325-a655-ccdbe36c3739 {
  margin-left: 5px;
}
}







#s-ef0200a0-bd75-4325-a655-ccdbe36c3739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef0200a0-bd75-4325-a655-ccdbe36c3739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a71da88-0934-4b9d-a8fe-2f34619b139d {
  margin-top: -3px;
}

#s-1b0ded91-c2b9-4d6b-b18d-b962ca86f687 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-1b0ded91-c2b9-4d6b-b18d-b962ca86f687 {
  margin-left: 5px;
}
}
#s-096b274e-afe6-463d-8104-bca681d6ccb6 {
  margin-top: -10px;
min-height: 50px;
}








#s-096b274e-afe6-463d-8104-bca681d6ccb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-096b274e-afe6-463d-8104-bca681d6ccb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40c72847-465c-44e3-93c4-7d5b92c75c18 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-40c72847-465c-44e3-93c4-7d5b92c75c18 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-40c72847-465c-44e3-93c4-7d5b92c75c18 img.shogun-image {
    

    
    
    
  }


#s-40c72847-465c-44e3-93c4-7d5b92c75c18 .shogun-image-content {
  
    justify-content: center;
  
}

#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77 {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
color: rgba(51, 18, 121, 1);
background-image: none;
hover-type: color;
}
#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (min-width: 1200px){#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77 {
  padding-left: 25%;
padding-right: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77 {
  padding-left: 25%;
padding-right: 25%;
}
}

  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ad3b0350-2d32-48f2-82fe-f2800a4b0db0 {
  margin-top: 5px;
margin-left: 8%;
}

#s-bceef6a9-063d-40a7-a9a5-959ca471c5f8 {
  max-width: 3595px;
text-align: center;
}

#s-bceef6a9-063d-40a7-a9a5-959ca471c5f8 {
  overflow: hidden;
  
  
      max-width: 3595px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-bceef6a9-063d-40a7-a9a5-959ca471c5f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  display: none;
}
#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e, #wrap-s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e, #wrap-content-s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  display: none;
}
#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e, #wrap-s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e, #wrap-content-s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  padding-bottom: 20px;
}
}







#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86a9ef79-b6a5-4e02-9add-3a8a9858d4da {
  max-width: 3595px;
text-align: center;
}

#s-86a9ef79-b6a5-4e02-9add-3a8a9858d4da {
  overflow: hidden;
  
  
      max-width: 3595px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-86a9ef79-b6a5-4e02-9add-3a8a9858d4da .shogun-image-content {
  
    justify-content: center;
  
}

#s-f953f4cd-bc09-4589-babc-532cda3083ce {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 3px;
padding-left: 15px;
padding-bottom: 3px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(51, 18, 121, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f953f4cd-bc09-4589-babc-532cda3083ce:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(51, 18, 121, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f953f4cd-bc09-4589-babc-532cda3083ce:active {background-color: rgba(51, 18, 121, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-f953f4cd-bc09-4589-babc-532cda3083ce {
  border-style: solid;
border-color: rgba(0, 0, 0, 1);
background-image: none;
background-color: rgba(228, 229, 251, 1);
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-f953f4cd-bc09-4589-babc-532cda3083ce:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(228, 229, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-f953f4cd-bc09-4589-babc-532cda3083ce:active {background-color: rgba(228, 229, 251, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}}@media (min-width: 768px) and (max-width: 991px){#s-f953f4cd-bc09-4589-babc-532cda3083ce {
  margin-top: 15px;
margin-bottom: 5px;
background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
color: rgba(247, 249, 53, 1);
text-align: center;
}
#s-f953f4cd-bc09-4589-babc-532cda3083ce:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(247, 249, 53, 1) !important;}#s-f953f4cd-bc09-4589-babc-532cda3083ce:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(247, 249, 53, 1) !important;}}@media (max-width: 767px){#s-f953f4cd-bc09-4589-babc-532cda3083ce {
  margin-top: 15px;
margin-bottom: 0px;
background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
color: rgba(247, 249, 53, 1);
text-align: center;
}
#s-f953f4cd-bc09-4589-babc-532cda3083ce:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(247, 249, 53, 1) !important;}#s-f953f4cd-bc09-4589-babc-532cda3083ce:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(247, 249, 53, 1) !important;}}

  #s-f953f4cd-bc09-4589-babc-532cda3083ce-root {
    text-align: left;
  }


#s-f953f4cd-bc09-4589-babc-532cda3083ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f953f4cd-bc09-4589-babc-532cda3083ce-root {
    text-align: left;
  }


#s-f953f4cd-bc09-4589-babc-532cda3083ce.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f953f4cd-bc09-4589-babc-532cda3083ce-root {
    text-align: left;
  }


#s-f953f4cd-bc09-4589-babc-532cda3083ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f953f4cd-bc09-4589-babc-532cda3083ce-root {
    text-align: center;
  }


#s-f953f4cd-bc09-4589-babc-532cda3083ce.shg-btn {
  color: rgba(247, 249, 53, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f953f4cd-bc09-4589-babc-532cda3083ce-root {
    text-align: center;
  }


#s-f953f4cd-bc09-4589-babc-532cda3083ce.shg-btn {
  color: rgba(247, 249, 53, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  display: none;
}
#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef, #wrap-s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef, #wrap-content-s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  display: none;
}
#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef, #wrap-s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef, #wrap-content-s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
}
}
#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  
}


}
#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe {
  margin-top: 10px;
margin-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe {
  margin-left: 10%;
margin-right: 3%;
}
}
#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  background-color: rgba(228, 229, 251, 1);
  padding: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column, #s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
@media (min-width: 768px) and (max-width: 991px){#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  background-color: rgba(51, 18, 121, 1);
  padding: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column, #s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}@media (max-width: 767px){#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  background-color: rgba(51, 18, 121, 1);
  padding: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column, #s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}
#s-bd96a90e-3ac5-437c-b259-db119e85a57e {
  margin-top: -10px;
}
@media (max-width: 767px){#s-bd96a90e-3ac5-437c-b259-db119e85a57e {
  margin-left: 5px;
}
}
#s-cb19c3c7-96f2-4480-8a53-f95d60cb1ad1 {
  margin-top: -10px;
min-height: 50px;
}








#s-cb19c3c7-96f2-4480-8a53-f95d60cb1ad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb19c3c7-96f2-4480-8a53-f95d60cb1ad1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a9794d4-05c7-45bc-a710-937e66a7cf33 {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-7a9794d4-05c7-45bc-a710-937e66a7cf33 {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7a9794d4-05c7-45bc-a710-937e66a7cf33 img.shogun-image {
    

    
    
    
  }


#s-7a9794d4-05c7-45bc-a710-937e66a7cf33 .shogun-image-content {
  
    justify-content: center;
  
}

#s-81cf6d5b-13a4-43ff-aee4-0864746f725a {
  margin-top: -10px;
}
@media (max-width: 767px){#s-81cf6d5b-13a4-43ff-aee4-0864746f725a {
  margin-left: 5px;
}
}
#s-b945c1fd-7c67-4d0d-843b-a990727c641d {
  margin-top: -10px;
min-height: 50px;
}








#s-b945c1fd-7c67-4d0d-843b-a990727c641d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b945c1fd-7c67-4d0d-843b-a990727c641d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c02dcd00-6a44-437b-9c18-d99f22db919d {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-c02dcd00-6a44-437b-9c18-d99f22db919d {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c02dcd00-6a44-437b-9c18-d99f22db919d img.shogun-image {
    

    
    
    
  }


#s-c02dcd00-6a44-437b-9c18-d99f22db919d .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f89bc86-5d81-49f7-8b59-9162b683ee2a {
  margin-top: -10px;
}
@media (max-width: 767px){#s-7f89bc86-5d81-49f7-8b59-9162b683ee2a {
  margin-left: 5px;
}
}
#s-23de630e-31aa-48b3-8058-1c7a2fa298a9 {
  margin-top: -10px;
min-height: 50px;
}








#s-23de630e-31aa-48b3-8058-1c7a2fa298a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23de630e-31aa-48b3-8058-1c7a2fa298a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1fc11c3-eb05-433b-adf1-225c36e0afe9 {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-e1fc11c3-eb05-433b-adf1-225c36e0afe9 {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e1fc11c3-eb05-433b-adf1-225c36e0afe9 img.shogun-image {
    

    
    
    
  }


#s-e1fc11c3-eb05-433b-adf1-225c36e0afe9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b87d20ce-6767-4d4e-8668-dde70ae84985 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-b87d20ce-6767-4d4e-8668-dde70ae84985 {
  margin-left: 5px;
}
}
#s-b9b7522f-1eac-4252-8efd-5013d5c74525 {
  margin-top: -10px;
min-height: 50px;
}








#s-b9b7522f-1eac-4252-8efd-5013d5c74525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9b7522f-1eac-4252-8efd-5013d5c74525.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cd7c503-ba36-4a9f-8d45-c5427e0ee968 {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-5cd7c503-ba36-4a9f-8d45-c5427e0ee968 {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5cd7c503-ba36-4a9f-8d45-c5427e0ee968 img.shogun-image {
    

    
    
    
  }


#s-5cd7c503-ba36-4a9f-8d45-c5427e0ee968 .shogun-image-content {
  
    justify-content: center;
  
}

#s-479b0dd3-c94a-4291-8ac4-f7979e809c5b {
  margin-top: -10px;
min-height: 50px;
}
@media (max-width: 767px){#s-479b0dd3-c94a-4291-8ac4-f7979e809c5b {
  margin-left: 5px;
}
}







#s-479b0dd3-c94a-4291-8ac4-f7979e809c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-479b0dd3-c94a-4291-8ac4-f7979e809c5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b02e7f3e-fe96-440e-ba26-94666e3c8c40 {
  margin-top: 0px;
}

#s-87ab665b-dab9-4093-b907-3bea8408ec8a {
  margin-top: -10px;
min-height: 50px;
}








#s-87ab665b-dab9-4093-b907-3bea8408ec8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87ab665b-dab9-4093-b907-3bea8408ec8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd3f21b6-67cd-4fd5-b1a2-f7e89f041017 {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-bd3f21b6-67cd-4fd5-b1a2-f7e89f041017 {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-bd3f21b6-67cd-4fd5-b1a2-f7e89f041017 img.shogun-image {
    

    
    
    
  }


#s-bd3f21b6-67cd-4fd5-b1a2-f7e89f041017 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6a7d084a-9c77-4f56-be63-d26e35360773 {
  margin-top: -10px;
min-height: 50px;
}








#s-6a7d084a-9c77-4f56-be63-d26e35360773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a7d084a-9c77-4f56-be63-d26e35360773.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3b903c9-aa0a-4770-9504-82159a146150 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-e3b903c9-aa0a-4770-9504-82159a146150 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e3b903c9-aa0a-4770-9504-82159a146150 img.shogun-image {
    

    
    
    
  }


#s-e3b903c9-aa0a-4770-9504-82159a146150 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2da1f6e7-4e43-40a8-9854-2d3808cf6e4c {
  margin-top: -10px;
min-height: 50px;
}
@media (max-width: 767px){#s-2da1f6e7-4e43-40a8-9854-2d3808cf6e4c {
  margin-left: 5px;
}
}







#s-2da1f6e7-4e43-40a8-9854-2d3808cf6e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2da1f6e7-4e43-40a8-9854-2d3808cf6e4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-486301fd-2e94-4728-9da1-f360501e90df {
  margin-top: -3px;
}

#s-00c6da34-e140-4ce0-b150-365819560855 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-00c6da34-e140-4ce0-b150-365819560855 {
  margin-left: 5px;
}
}
#s-aa037c52-f8ba-4b7a-9a95-b38f7569860a {
  margin-top: -10px;
min-height: 50px;
}








#s-aa037c52-f8ba-4b7a-9a95-b38f7569860a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa037c52-f8ba-4b7a-9a95-b38f7569860a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a4be3ee-f414-4a7b-8c83-9a2183b80a66 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-6a4be3ee-f414-4a7b-8c83-9a2183b80a66 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6a4be3ee-f414-4a7b-8c83-9a2183b80a66 img.shogun-image {
    

    
    
    
  }


#s-6a4be3ee-f414-4a7b-8c83-9a2183b80a66 .shogun-image-content {
  
    justify-content: center;
  
}

#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08 {
  padding-left: 110px;
padding-right: 110px;
}
}

  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2374d1b1-7d0a-4a3c-a89d-305e4395411f {
  margin-top: 5px;
}
@media (max-width: 767px){#s-2374d1b1-7d0a-4a3c-a89d-305e4395411f {
  margin-left: 5px;
}
}
#s-69bfabfd-98ff-4cf7-996e-6645a6d935a5 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-69bfabfd-98ff-4cf7-996e-6645a6d935a5 {
  padding-bottom: 20px;
}
}







#s-69bfabfd-98ff-4cf7-996e-6645a6d935a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69bfabfd-98ff-4cf7-996e-6645a6d935a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 240px;
aspect-ratio: 1086/102;
text-align: center;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

@media (min-width: 1200px){#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}@media (max-width: 767px){#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}
#s-59f6855d-e980-432b-946b-f7b25b402603 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-59f6855d-e980-432b-946b-f7b25b402603 {
  display: none;
}
#s-59f6855d-e980-432b-946b-f7b25b402603, #wrap-s-59f6855d-e980-432b-946b-f7b25b402603, #wrap-content-s-59f6855d-e980-432b-946b-f7b25b402603 { display: none !important; }}
@media (min-width: 0px) {
[id="s-59f6855d-e980-432b-946b-f7b25b402603"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59f6855d-e980-432b-946b-f7b25b402603"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-59f6855d-e980-432b-946b-f7b25b402603"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-59f6855d-e980-432b-946b-f7b25b402603"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-a5b73d38-bdea-4410-b9aa-a6d9d421bfa0 {
  min-height: 50px;
}








#s-a5b73d38-bdea-4410-b9aa-a6d9d421bfa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5b73d38-bdea-4410-b9aa-a6d9d421bfa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bffad29-6540-4921-936c-433843fa03ff {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

#s-e3a9c987-8131-4eb8-acb2-89c5f4ac923c {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-e3a9c987-8131-4eb8-acb2-89c5f4ac923c {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e3a9c987-8131-4eb8-acb2-89c5f4ac923c img.shogun-image {
    

    
    
    
  }


#s-e3a9c987-8131-4eb8-acb2-89c5f4ac923c .shogun-image-content {
  
    justify-content: center;
  
}

#s-7c48b858-8dda-477e-8662-9c301bbb6d5a {
  min-height: 50px;
}








#s-7c48b858-8dda-477e-8662-9c301bbb6d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c48b858-8dda-477e-8662-9c301bbb6d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d7384ad-07b5-4b6d-8179-f28c74323f1f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-b99cd552-6c66-4ba7-9816-873cdb685856 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-b99cd552-6c66-4ba7-9816-873cdb685856 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-b99cd552-6c66-4ba7-9816-873cdb685856 img.shogun-image {
    

    
    
    
  }


#s-b99cd552-6c66-4ba7-9816-873cdb685856 .shogun-image-content {
  
    justify-content: center;
  
}

#s-06508c06-65d6-4fc5-af72-81fbb8bba505 {
  min-height: 50px;
}








#s-06508c06-65d6-4fc5-af72-81fbb8bba505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06508c06-65d6-4fc5-af72-81fbb8bba505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4037c878-f645-40c6-8e29-29d2232c7224 {
  margin-top: 5px;
margin-left: 5%;
margin-right: 5%;
}

#s-f5e407e6-f9b0-4fe7-9f53-c220c66d8d09 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-f5e407e6-f9b0-4fe7-9f53-c220c66d8d09 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f5e407e6-f9b0-4fe7-9f53-c220c66d8d09 img.shogun-image {
    

    
    
    
  }


#s-f5e407e6-f9b0-4fe7-9f53-c220c66d8d09 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

.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-1ca2e31f-0741-4ca0-9081-2078462fd58c {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-1ca2e31f-0741-4ca0-9081-2078462fd58c {
  display: none;
}
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-content-s-1ca2e31f-0741-4ca0-9081-2078462fd58c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ca2e31f-0741-4ca0-9081-2078462fd58c {
  display: none;
}
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-content-s-1ca2e31f-0741-4ca0-9081-2078462fd58c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ca2e31f-0741-4ca0-9081-2078462fd58c {
  display: none;
}
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-content-s-1ca2e31f-0741-4ca0-9081-2078462fd58c { display: none !important; }}
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ca2e31f-0741-4ca0-9081-2078462fd58c .shg-sld-nav-button.shg-sld-left,
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0c562f67-16dc-427a-b4a5-d38225529c37 {
  min-height: 50px;
}








#s-0c562f67-16dc-427a-b4a5-d38225529c37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c562f67-16dc-427a-b4a5-d38225529c37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4447dd7d-6d77-41fa-8594-0ff9d7dde058 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0%;
}

#s-4405ea7d-820a-45ea-8b97-e3ce936406d2 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-4405ea7d-820a-45ea-8b97-e3ce936406d2 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-4405ea7d-820a-45ea-8b97-e3ce936406d2 img.shogun-image {
    

    
    
    
  }


#s-4405ea7d-820a-45ea-8b97-e3ce936406d2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-597721b4-5930-40cc-b795-8cf7024f9581 {
  min-height: 50px;
}








#s-597721b4-5930-40cc-b795-8cf7024f9581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-597721b4-5930-40cc-b795-8cf7024f9581.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81f2adda-5ed5-472f-996f-7c02bf86cd30 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}

#s-7a386176-d3b9-434e-8897-667a633c96c5 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-7a386176-d3b9-434e-8897-667a633c96c5 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7a386176-d3b9-434e-8897-667a633c96c5 img.shogun-image {
    

    
    
    
  }


#s-7a386176-d3b9-434e-8897-667a633c96c5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3b4c9d88-c9e3-40c7-aee9-ff11987cafc5 {
  min-height: 50px;
}








#s-3b4c9d88-c9e3-40c7-aee9-ff11987cafc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b4c9d88-c9e3-40c7-aee9-ff11987cafc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-400c687e-17b4-4e9d-a74f-1d7bf736a959 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-a4563518-d077-4d17-b975-c9b14ba1065e {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-a4563518-d077-4d17-b975-c9b14ba1065e {
  overflow: hidden;
  
  
      max-width: 120px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-a4563518-d077-4d17-b975-c9b14ba1065e img.shogun-image {
    

    
    
    
  }


#s-a4563518-d077-4d17-b975-c9b14ba1065e .shogun-image-content {
  
    justify-content: center;
  
}

#s-1fe71026-e4a4-44ae-bbfc-b5a8213ae424 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(243, 242, 243, 1);
}
@media (min-width: 1200px){#s-1fe71026-e4a4-44ae-bbfc-b5a8213ae424 {
  background-color: rgba(228, 229, 251, 1);
}
}@media (max-width: 767px){#s-1fe71026-e4a4-44ae-bbfc-b5a8213ae424 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(228, 229, 251, 1);
}
}







#s-1fe71026-e4a4-44ae-bbfc-b5a8213ae424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fe71026-e4a4-44ae-bbfc-b5a8213ae424.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d972553-a452-4343-b1b3-6085325b9d9d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7c2c11f6-41db-45f4-ad3a-4feb815411d6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c2c11f6-41db-45f4-ad3a-4feb815411d6 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-7c2c11f6-41db-45f4-ad3a-4feb815411d6 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-7c2c11f6-41db-45f4-ad3a-4feb815411d6, #wrap-s-7c2c11f6-41db-45f4-ad3a-4feb815411d6, #wrap-content-s-7c2c11f6-41db-45f4-ad3a-4feb815411d6 { display: none !important; }}
#s-7c2c11f6-41db-45f4-ad3a-4feb815411d6 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7c2c11f6-41db-45f4-ad3a-4feb815411d6 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-7c2c11f6-41db-45f4-ad3a-4feb815411d6 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  
  
}


}
#s-e4ecad96-7c70-4c8b-be3c-412445265d0c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e4ecad96-7c70-4c8b-be3c-412445265d0c {
  display: none;
}
#s-e4ecad96-7c70-4c8b-be3c-412445265d0c, #wrap-s-e4ecad96-7c70-4c8b-be3c-412445265d0c, #wrap-content-s-e4ecad96-7c70-4c8b-be3c-412445265d0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4ecad96-7c70-4c8b-be3c-412445265d0c {
  display: none;
}
#s-e4ecad96-7c70-4c8b-be3c-412445265d0c, #wrap-s-e4ecad96-7c70-4c8b-be3c-412445265d0c, #wrap-content-s-e4ecad96-7c70-4c8b-be3c-412445265d0c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4ecad96-7c70-4c8b-be3c-412445265d0c {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-e4ecad96-7c70-4c8b-be3c-412445265d0c, #wrap-s-e4ecad96-7c70-4c8b-be3c-412445265d0c, #wrap-content-s-e4ecad96-7c70-4c8b-be3c-412445265d0c { display: none !important; }}@media (max-width: 767px){#s-e4ecad96-7c70-4c8b-be3c-412445265d0c {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-e4ecad96-7c70-4c8b-be3c-412445265d0c .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e4ecad96-7c70-4c8b-be3c-412445265d0c .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-e4ecad96-7c70-4c8b-be3c-412445265d0c .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}


}
#s-5da8a9b6-9dba-4502-9f0c-bcb029d87be9 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
text-align: left;
}

#s-f915f5b4-702a-4550-9630-d6030208fab2 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-f915f5b4-702a-4550-9630-d6030208fab2:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-f915f5b4-702a-4550-9630-d6030208fab2:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}

  #s-f915f5b4-702a-4550-9630-d6030208fab2-root {
    text-align: center;
  }


#s-f915f5b4-702a-4550-9630-d6030208fab2.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f915f5b4-702a-4550-9630-d6030208fab2-root {
    text-align: center;
  }


#s-f915f5b4-702a-4550-9630-d6030208fab2.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f915f5b4-702a-4550-9630-d6030208fab2-root {
    text-align: center;
  }


#s-f915f5b4-702a-4550-9630-d6030208fab2.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f915f5b4-702a-4550-9630-d6030208fab2-root {
    text-align: center;
  }


#s-f915f5b4-702a-4550-9630-d6030208fab2.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f915f5b4-702a-4550-9630-d6030208fab2-root {
    text-align: center;
  }


#s-f915f5b4-702a-4550-9630-d6030208fab2.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8e78dae1-ec29-4106-810e-9f082c5f74ee {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e78dae1-ec29-4106-810e-9f082c5f74ee {
  
}
}@media (max-width: 767px){#s-8e78dae1-ec29-4106-810e-9f082c5f74ee {
  
}
}







#s-8e78dae1-ec29-4106-810e-9f082c5f74ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e78dae1-ec29-4106-810e-9f082c5f74ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-809d4e38-69da-46fa-8fb6-805e45828163 {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (max-width: 767px){#s-809d4e38-69da-46fa-8fb6-805e45828163 {
  padding-top: 32px;
}
}







#s-809d4e38-69da-46fa-8fb6-805e45828163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-809d4e38-69da-46fa-8fb6-805e45828163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6 {
  display: none;
}
#s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6, #wrap-s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6, #wrap-content-s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6 { display: none !important; }}@media (max-width: 767px){#s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6 {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6, #wrap-s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6, #wrap-content-s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6 { display: none !important; }}
#s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-ba52b88b-f3bc-41c2-af67-d8a1eea7ddd6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 {
  display: none;
}
#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1, #wrap-s-4b61a924-dfa3-477a-9286-bc0c3341b6f1, #wrap-content-s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 {
  display: none;
}
#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1, #wrap-s-4b61a924-dfa3-477a-9286-bc0c3341b6f1, #wrap-content-s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 {
  
}
}@media (max-width: 767px){#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-4b61a924-dfa3-477a-9286-bc0c3341b6f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-0bda4ace-9d7d-433e-8490-1c807eb7dbb1 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1400px;
}
@media (max-width: 767px){#s-0bda4ace-9d7d-433e-8490-1c807eb7dbb1 {
  margin-top: 32px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-0bda4ace-9d7d-433e-8490-1c807eb7dbb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bda4ace-9d7d-433e-8490-1c807eb7dbb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0bda4ace-9d7d-433e-8490-1c807eb7dbb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0bda4ace-9d7d-433e-8490-1c807eb7dbb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ad627982-1ed8-413e-ac13-2438c5640097 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}

#s-950d40d2-42c7-412a-8ef8-d95604bd16d0 {
  margin-left: 10%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-950d40d2-42c7-412a-8ef8-d95604bd16d0 {
  display: none;
}
#s-950d40d2-42c7-412a-8ef8-d95604bd16d0, #wrap-s-950d40d2-42c7-412a-8ef8-d95604bd16d0, #wrap-content-s-950d40d2-42c7-412a-8ef8-d95604bd16d0 { display: none !important; }}@media (max-width: 767px){#s-950d40d2-42c7-412a-8ef8-d95604bd16d0 {
  display: none;
}
#s-950d40d2-42c7-412a-8ef8-d95604bd16d0, #wrap-s-950d40d2-42c7-412a-8ef8-d95604bd16d0, #wrap-content-s-950d40d2-42c7-412a-8ef8-d95604bd16d0 { display: none !important; }}







#s-950d40d2-42c7-412a-8ef8-d95604bd16d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-950d40d2-42c7-412a-8ef8-d95604bd16d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d2aa2b9-cdbd-4b3a-a4c8-8b08ec587552 {
  margin-top: 20px;
}

#s-030b73fb-ce95-49fc-8000-3bf006bea024 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
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;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-030b73fb-ce95-49fc-8000-3bf006bea024 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-030b73fb-ce95-49fc-8000-3bf006bea024.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  max-width: 120px;
text-align: left;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  margin: 0 !important;
  overflow: visible;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add background color handling */
  
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c046db49-ba26-473e-b2b1-d59c30c593cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
  box-sizing: border-box;
}



.s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  
}


@media (min-width: 1200px){#s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  margin: 0 !important;
  overflow: visible;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add background color handling */
  
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c046db49-ba26-473e-b2b1-d59c30c593cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
  box-sizing: border-box;
}



.s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  margin: 0 !important;
  overflow: visible;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add background color handling */
  
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c046db49-ba26-473e-b2b1-d59c30c593cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
  box-sizing: border-box;
}



.s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  margin: 0 !important;
  overflow: visible;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add background color handling */
  
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c046db49-ba26-473e-b2b1-d59c30c593cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
  box-sizing: border-box;
}



.s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  
}


}@media (max-width: 767px){#s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  margin: 0 !important;
  overflow: visible;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c046db49-ba26-473e-b2b1-d59c30c593cd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add background color handling */
  
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c046db49-ba26-473e-b2b1-d59c30c593cd .shogun-image-content {
  
    justify-content: center;
  
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c046db49-ba26-473e-b2b1-d59c30c593cd.shogun-image {
  box-sizing: border-box;
}



.s-c046db49-ba26-473e-b2b1-d59c30c593cd img.shogun-image {
  
}


}
#s-f0753637-0e74-4522-bab5-753a6ff0bd59 {
  margin-top: 5px;
}

#s-e31c9c8a-4849-4639-833b-98c7bca0fb24 {
  margin-top: 15px;
margin-bottom: -35px;
}

#s-a10e07cf-c2b7-406d-8369-633b180a8611 {
  margin-top: 32px;
margin-left: 3%;
margin-bottom: 32px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a10e07cf-c2b7-406d-8369-633b180a8611 {
  display: none;
}
#s-a10e07cf-c2b7-406d-8369-633b180a8611, #wrap-s-a10e07cf-c2b7-406d-8369-633b180a8611, #wrap-content-s-a10e07cf-c2b7-406d-8369-633b180a8611 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a10e07cf-c2b7-406d-8369-633b180a8611 {
  display: none;
}
#s-a10e07cf-c2b7-406d-8369-633b180a8611, #wrap-s-a10e07cf-c2b7-406d-8369-633b180a8611, #wrap-content-s-a10e07cf-c2b7-406d-8369-633b180a8611 { display: none !important; }}







#s-a10e07cf-c2b7-406d-8369-633b180a8611 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a10e07cf-c2b7-406d-8369-633b180a8611.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c0ec18b-ab9d-4dcf-93c3-3eb5c47ef539 {
  margin-top: -10px;
margin-bottom: -32px;
}
@media (max-width: 767px){#s-8c0ec18b-ab9d-4dcf-93c3-3eb5c47ef539 {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-8c0ec18b-ab9d-4dcf-93c3-3eb5c47ef539"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8c0ec18b-ab9d-4dcf-93c3-3eb5c47ef539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8c0ec18b-ab9d-4dcf-93c3-3eb5c47ef539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c0ec18b-ab9d-4dcf-93c3-3eb5c47ef539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f11dcbf0-a5d9-4f41-ac9e-1a13eb3ad149 {
  min-height: 50px;
}








#s-f11dcbf0-a5d9-4f41-ac9e-1a13eb3ad149 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f11dcbf0-a5d9-4f41-ac9e-1a13eb3ad149.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a057a0ce-c7cd-42ee-bf0d-f73354380294 {
  margin-top: 15px;
}

#s-c0d8d6fe-d3ce-4009-8afb-fca827f43bc1 {
  margin-left: -75%;
min-height: 50px;
}








#s-c0d8d6fe-d3ce-4009-8afb-fca827f43bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0d8d6fe-d3ce-4009-8afb-fca827f43bc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33792f8e-07f8-4381-9ab2-f92538fea663 {
  margin-top: 5px;
}

#s-c0935ebf-cd1f-4713-bea6-157e83e1a09d {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
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;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-c0935ebf-cd1f-4713-bea6-157e83e1a09d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0935ebf-cd1f-4713-bea6-157e83e1a09d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  max-width: 120px;
text-align: left;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
  box-sizing: border-box;
}



.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  
}


@media (min-width: 1200px){#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
  box-sizing: border-box;
}



.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
  box-sizing: border-box;
}



.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
  box-sizing: border-box;
}



.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  
}


}@media (max-width: 767px){#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f21a2b-b4c8-40f7-b692-3f33c6122302 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f21a2b-b4c8-40f7-b692-3f33c6122302.shogun-image {
  box-sizing: border-box;
}



.s-94f21a2b-b4c8-40f7-b692-3f33c6122302 img.shogun-image {
  
}


}
#s-2c687696-26c3-4fad-902f-257ee200e6f9 {
  margin-top: 5px;
}

#s-3aeed98e-1789-462d-8fe0-78e40ad34c1b {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-59cf096d-beab-4ec7-b764-803287d5cd47 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-59cf096d-beab-4ec7-b764-803287d5cd47 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-59cf096d-beab-4ec7-b764-803287d5cd47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59cf096d-beab-4ec7-b764-803287d5cd47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-487602fb-eb3b-422c-a15f-9767b316005a {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-487602fb-eb3b-422c-a15f-9767b316005a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-487602fb-eb3b-422c-a15f-9767b316005a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-487602fb-eb3b-422c-a15f-9767b316005a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-487602fb-eb3b-422c-a15f-9767b316005a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-487602fb-eb3b-422c-a15f-9767b316005a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0d4a1dd0-1e54-4578-9f79-76484582dc29 {
  margin-left: 5%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d4a1dd0-1e54-4578-9f79-76484582dc29 {
  display: none;
}
#s-0d4a1dd0-1e54-4578-9f79-76484582dc29, #wrap-s-0d4a1dd0-1e54-4578-9f79-76484582dc29, #wrap-content-s-0d4a1dd0-1e54-4578-9f79-76484582dc29 { display: none !important; }}@media (max-width: 767px){#s-0d4a1dd0-1e54-4578-9f79-76484582dc29 {
  display: none;
}
#s-0d4a1dd0-1e54-4578-9f79-76484582dc29, #wrap-s-0d4a1dd0-1e54-4578-9f79-76484582dc29, #wrap-content-s-0d4a1dd0-1e54-4578-9f79-76484582dc29 { display: none !important; }}







#s-0d4a1dd0-1e54-4578-9f79-76484582dc29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d4a1dd0-1e54-4578-9f79-76484582dc29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eefbe296-d2e1-4eb8-a577-9eb4f96ff8a1 {
  margin-top: 20px;
}

#s-db583a78-2e65-4f9f-ad77-b0d2041f241c {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-db583a78-2e65-4f9f-ad77-b0d2041f241c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db583a78-2e65-4f9f-ad77-b0d2041f241c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  max-width: 120px;
text-align: left;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
  box-sizing: border-box;
}



.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
  box-sizing: border-box;
}



.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
  box-sizing: border-box;
}



.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
  box-sizing: border-box;
}



.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9383d13c-59d8-45e2-b735-e3e5a1875fc3.shogun-image {
  box-sizing: border-box;
}



.s-9383d13c-59d8-45e2-b735-e3e5a1875fc3 img.shogun-image {
  
}


}
#s-f74e3e40-a196-43c8-a2c5-f95486375901 {
  margin-top: 5px;
}

#s-f048ac7e-a86c-4b57-8cbc-b89604c14a19 {
  margin-top: 5px;
margin-bottom: -35px;
}

#s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad {
  margin-top: 20px;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad {
  text-align: center;
}
}

  #s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad-root {
    text-align: left;
  }


#s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad-root {
    text-align: left;
  }


#s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad-root {
    text-align: left;
  }


#s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad-root {
    text-align: left;
  }


#s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad-root {
    text-align: center;
  }


#s-26eb0d77-e661-4d0f-87e9-47b32bc3d9ad.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f {
  margin-top: 32px;
margin-left: 3%;
margin-bottom: 32px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f {
  display: none;
}
#s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f, #wrap-s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f, #wrap-content-s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f {
  display: none;
}
#s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f, #wrap-s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f, #wrap-content-s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f { display: none !important; }}







#s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc5a15ea-8d02-41f2-a8f2-63c0eb6eee3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb0e5a0d-886c-4f11-bd7d-c16193c2b2ba {
  margin-top: -10px;
margin-bottom: -32px;
}
@media (max-width: 767px){#s-eb0e5a0d-886c-4f11-bd7d-c16193c2b2ba {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-eb0e5a0d-886c-4f11-bd7d-c16193c2b2ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-eb0e5a0d-886c-4f11-bd7d-c16193c2b2ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-eb0e5a0d-886c-4f11-bd7d-c16193c2b2ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb0e5a0d-886c-4f11-bd7d-c16193c2b2ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-abc60783-29a8-4fba-9e44-89c625265d3f {
  min-height: 50px;
}








#s-abc60783-29a8-4fba-9e44-89c625265d3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abc60783-29a8-4fba-9e44-89c625265d3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-33b5c641-edab-45f1-9457-338e9782d7c6 {
  margin-top: 15px;
}

#s-f79d388a-03c0-43f6-a90d-a8997bb7926c {
  margin-left: -73%;
min-height: 50px;
}








#s-f79d388a-03c0-43f6-a90d-a8997bb7926c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f79d388a-03c0-43f6-a90d-a8997bb7926c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd45e4b8-4f69-4573-8739-a47967148bc7 {
  margin-top: 5px;
}

#s-d27bad72-6df6-4300-9c91-7b60db470ff3 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-d27bad72-6df6-4300-9c91-7b60db470ff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d27bad72-6df6-4300-9c91-7b60db470ff3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  max-width: 120px;
text-align: left;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
  box-sizing: border-box;
}



.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
  box-sizing: border-box;
}



.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
  box-sizing: border-box;
}



.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
  box-sizing: border-box;
}



.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e2ad988-45ce-4ff3-9f37-0dfe52216959.shogun-image {
  box-sizing: border-box;
}



.s-2e2ad988-45ce-4ff3-9f37-0dfe52216959 img.shogun-image {
  
}


}
#s-8382fd23-a6d3-4d0e-b0d7-010448c02380 {
  margin-top: 5px;
}

#s-31d8b22d-8d53-49df-a0fc-a44dfe8d3e33 {
  margin-top: 5px;
margin-bottom: -40px;
}

#s-b67f27e3-919e-4c24-a4a7-fa3af9f69198 {
  margin-top: 20px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-b67f27e3-919e-4c24-a4a7-fa3af9f69198:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-b67f27e3-919e-4c24-a4a7-fa3af9f69198:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-b67f27e3-919e-4c24-a4a7-fa3af9f69198 {
  text-align: center;
}
}

  #s-b67f27e3-919e-4c24-a4a7-fa3af9f69198-root {
    text-align: left;
  }


#s-b67f27e3-919e-4c24-a4a7-fa3af9f69198.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b67f27e3-919e-4c24-a4a7-fa3af9f69198-root {
    text-align: left;
  }


#s-b67f27e3-919e-4c24-a4a7-fa3af9f69198.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b67f27e3-919e-4c24-a4a7-fa3af9f69198-root {
    text-align: left;
  }


#s-b67f27e3-919e-4c24-a4a7-fa3af9f69198.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b67f27e3-919e-4c24-a4a7-fa3af9f69198-root {
    text-align: left;
  }


#s-b67f27e3-919e-4c24-a4a7-fa3af9f69198.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b67f27e3-919e-4c24-a4a7-fa3af9f69198-root {
    text-align: center;
  }


#s-b67f27e3-919e-4c24-a4a7-fa3af9f69198.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-667b029e-74fe-4e4f-a2d8-2cb3944c2f8f {
  margin-left: 20%;
margin-right: auto;
max-width: 550px;
text-align: right;
}
@media (max-width: 767px){#s-667b029e-74fe-4e4f-a2d8-2cb3944c2f8f {
  margin-left: 0%;
}
}
#s-1a132001-5efc-4aa8-836c-4ceb4e0a4cbf {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (max-width: 767px){#s-1a132001-5efc-4aa8-836c-4ceb4e0a4cbf {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-1a132001-5efc-4aa8-836c-4ceb4e0a4cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a132001-5efc-4aa8-836c-4ceb4e0a4cbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b939135-d2a4-4661-abc1-2deede9ee2b2 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-5b939135-d2a4-4661-abc1-2deede9ee2b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b939135-d2a4-4661-abc1-2deede9ee2b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5b939135-d2a4-4661-abc1-2deede9ee2b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b939135-d2a4-4661-abc1-2deede9ee2b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4140e98e-19b3-4342-adda-e7dd4c751813 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}

#s-85c53337-329c-4beb-aa0b-498bd87b5c96 {
  margin-left: 10%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-85c53337-329c-4beb-aa0b-498bd87b5c96 {
  display: none;
}
#s-85c53337-329c-4beb-aa0b-498bd87b5c96, #wrap-s-85c53337-329c-4beb-aa0b-498bd87b5c96, #wrap-content-s-85c53337-329c-4beb-aa0b-498bd87b5c96 { display: none !important; }}@media (max-width: 767px){#s-85c53337-329c-4beb-aa0b-498bd87b5c96 {
  display: none;
}
#s-85c53337-329c-4beb-aa0b-498bd87b5c96, #wrap-s-85c53337-329c-4beb-aa0b-498bd87b5c96, #wrap-content-s-85c53337-329c-4beb-aa0b-498bd87b5c96 { display: none !important; }}







#s-85c53337-329c-4beb-aa0b-498bd87b5c96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85c53337-329c-4beb-aa0b-498bd87b5c96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d8ea725-b937-4bf5-88b9-92da5efde0f8 {
  margin-top: 20px;
}

#s-87559217-11e0-4317-8e4d-968215903234 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
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;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-87559217-11e0-4317-8e4d-968215903234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87559217-11e0-4317-8e4d-968215903234.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  max-width: 120px;
text-align: left;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
  box-sizing: border-box;
}



.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
  box-sizing: border-box;
}



.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
  box-sizing: border-box;
}



.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
  box-sizing: border-box;
}



.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  margin: 0 !important;
  overflow: visible;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add background color handling */
  
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1.shogun-image {
  box-sizing: border-box;
}



.s-d2c1ad17-27a8-401e-8ccd-c9b183a82de1 img.shogun-image {
  
}


}
#s-4169af15-c52f-4fe9-9301-f7e913c6d534 {
  margin-top: 5px;
}

#s-cad73803-c3cd-4c96-81ae-4cc2665ccc6b {
  margin-top: 5px;
margin-bottom: -35px;
}

#s-a0a3b0c5-1308-4707-aa03-d8154241f003 {
  margin-top: 32px;
margin-left: 3%;
margin-bottom: 32px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a0a3b0c5-1308-4707-aa03-d8154241f003 {
  display: none;
}
#s-a0a3b0c5-1308-4707-aa03-d8154241f003, #wrap-s-a0a3b0c5-1308-4707-aa03-d8154241f003, #wrap-content-s-a0a3b0c5-1308-4707-aa03-d8154241f003 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0a3b0c5-1308-4707-aa03-d8154241f003 {
  display: none;
}
#s-a0a3b0c5-1308-4707-aa03-d8154241f003, #wrap-s-a0a3b0c5-1308-4707-aa03-d8154241f003, #wrap-content-s-a0a3b0c5-1308-4707-aa03-d8154241f003 { display: none !important; }}







#s-a0a3b0c5-1308-4707-aa03-d8154241f003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0a3b0c5-1308-4707-aa03-d8154241f003.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a109f1b-6c4b-450f-bc26-f1edb7f93044 {
  margin-top: -10px;
margin-bottom: -32px;
}
@media (max-width: 767px){#s-7a109f1b-6c4b-450f-bc26-f1edb7f93044 {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-7a109f1b-6c4b-450f-bc26-f1edb7f93044"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7a109f1b-6c4b-450f-bc26-f1edb7f93044"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7a109f1b-6c4b-450f-bc26-f1edb7f93044"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a109f1b-6c4b-450f-bc26-f1edb7f93044"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1f0eafc0-d95b-4140-94da-2933bc31dfd4 {
  min-height: 50px;
}








#s-1f0eafc0-d95b-4140-94da-2933bc31dfd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f0eafc0-d95b-4140-94da-2933bc31dfd4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-906f8a2a-a523-4b4f-be1a-7f311ae6e4f3 {
  margin-top: 15px;
}

#s-53dfec96-f9e9-41c0-a19c-7267a1e9b4bb {
  margin-left: -73%;
min-height: 50px;
}








#s-53dfec96-f9e9-41c0-a19c-7267a1e9b4bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53dfec96-f9e9-41c0-a19c-7267a1e9b4bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee8559c3-ac4d-471c-bedc-39a9e65785c5 {
  margin-top: 5px;
}

#s-01a9e831-9702-4250-abec-9478a990ca2c {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
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;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-01a9e831-9702-4250-abec-9478a990ca2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01a9e831-9702-4250-abec-9478a990ca2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f {
  max-width: 120px;
text-align: left;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f {
  margin: 0 !important;
  overflow: visible;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add background color handling */
  
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-83ad6ca0-855d-45e0-a539-c1928889824f .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
  box-sizing: border-box;
}



.s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  
}


@media (min-width: 1200px){#s-83ad6ca0-855d-45e0-a539-c1928889824f {
  margin: 0 !important;
  overflow: visible;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add background color handling */
  
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-83ad6ca0-855d-45e0-a539-c1928889824f .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
  box-sizing: border-box;
}



.s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-83ad6ca0-855d-45e0-a539-c1928889824f {
  margin: 0 !important;
  overflow: visible;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add background color handling */
  
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-83ad6ca0-855d-45e0-a539-c1928889824f .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
  box-sizing: border-box;
}



.s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-83ad6ca0-855d-45e0-a539-c1928889824f {
  margin: 0 !important;
  overflow: visible;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add background color handling */
  
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-83ad6ca0-855d-45e0-a539-c1928889824f .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
  box-sizing: border-box;
}



.s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  
}


}@media (max-width: 767px){#s-83ad6ca0-855d-45e0-a539-c1928889824f {
  margin: 0 !important;
  overflow: visible;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83ad6ca0-855d-45e0-a539-c1928889824f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add background color handling */
  
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-83ad6ca0-855d-45e0-a539-c1928889824f .shogun-image-content {
  
    justify-content: center;
  
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83ad6ca0-855d-45e0-a539-c1928889824f.shogun-image {
  box-sizing: border-box;
}



.s-83ad6ca0-855d-45e0-a539-c1928889824f img.shogun-image {
  
}


}
#s-df97364a-a926-4873-ade2-6745b994c427 {
  margin-top: 5px;
}

#s-d9ab16cb-a1e0-4ecd-bbb4-2a5d1224f42d {
  margin-top: 5px;
margin-bottom: -40px;
}

#s-e1bd2ed6-696e-49fb-834d-c70d286f4e8a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-e1bd2ed6-696e-49fb-834d-c70d286f4e8a {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-e1bd2ed6-696e-49fb-834d-c70d286f4e8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1bd2ed6-696e-49fb-834d-c70d286f4e8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36b27a15-7b61-4b96-8066-61928ac84573 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-36b27a15-7b61-4b96-8066-61928ac84573"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36b27a15-7b61-4b96-8066-61928ac84573"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-36b27a15-7b61-4b96-8066-61928ac84573"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-36b27a15-7b61-4b96-8066-61928ac84573"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-36b27a15-7b61-4b96-8066-61928ac84573"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c9f55b64-89df-4ead-9b68-f622d59d20ba {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9f55b64-89df-4ead-9b68-f622d59d20ba {
  display: none;
}
#s-c9f55b64-89df-4ead-9b68-f622d59d20ba, #wrap-s-c9f55b64-89df-4ead-9b68-f622d59d20ba, #wrap-content-s-c9f55b64-89df-4ead-9b68-f622d59d20ba { display: none !important; }}@media (max-width: 767px){#s-c9f55b64-89df-4ead-9b68-f622d59d20ba {
  display: none;
}
#s-c9f55b64-89df-4ead-9b68-f622d59d20ba, #wrap-s-c9f55b64-89df-4ead-9b68-f622d59d20ba, #wrap-content-s-c9f55b64-89df-4ead-9b68-f622d59d20ba { display: none !important; }}







#s-c9f55b64-89df-4ead-9b68-f622d59d20ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9f55b64-89df-4ead-9b68-f622d59d20ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ef837e3-4965-476a-b77a-24596c7340bf {
  margin-top: 20px;
}

#s-ad72d544-6444-4a36-9ee3-aefd788ac3b0 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-ad72d544-6444-4a36-9ee3-aefd788ac3b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad72d544-6444-4a36-9ee3-aefd788ac3b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  max-width: 120px;
text-align: left;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
  box-sizing: border-box;
}



.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
  box-sizing: border-box;
}



.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
  box-sizing: border-box;
}



.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
  box-sizing: border-box;
}



.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27.shogun-image {
  box-sizing: border-box;
}



.s-b9fef8ac-4f59-4b86-967a-fd2680e0ec27 img.shogun-image {
  
}


}
#s-5f0cfadb-6827-4b62-873b-208183cb50f3 {
  margin-top: 5px;
}

#s-c006cc08-ff15-4543-8ecc-5541e7096fb3 {
  margin-top: 5px;
margin-bottom: -35px;
}

#s-3bc3f058-d1e9-46ac-a061-34c52c959537 {
  margin-top: 20px;
padding-top: 6px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-3bc3f058-d1e9-46ac-a061-34c52c959537:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-3bc3f058-d1e9-46ac-a061-34c52c959537:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-3bc3f058-d1e9-46ac-a061-34c52c959537 {
  text-align: center;
}
}

  #s-3bc3f058-d1e9-46ac-a061-34c52c959537-root {
    text-align: left;
  }


#s-3bc3f058-d1e9-46ac-a061-34c52c959537.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bc3f058-d1e9-46ac-a061-34c52c959537-root {
    text-align: left;
  }


#s-3bc3f058-d1e9-46ac-a061-34c52c959537.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bc3f058-d1e9-46ac-a061-34c52c959537-root {
    text-align: left;
  }


#s-3bc3f058-d1e9-46ac-a061-34c52c959537.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bc3f058-d1e9-46ac-a061-34c52c959537-root {
    text-align: left;
  }


#s-3bc3f058-d1e9-46ac-a061-34c52c959537.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bc3f058-d1e9-46ac-a061-34c52c959537-root {
    text-align: center;
  }


#s-3bc3f058-d1e9-46ac-a061-34c52c959537.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b11ae523-9e37-4897-9501-fae51711bc6a {
  margin-top: 32px;
margin-left: 3%;
margin-bottom: 32px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b11ae523-9e37-4897-9501-fae51711bc6a {
  display: none;
}
#s-b11ae523-9e37-4897-9501-fae51711bc6a, #wrap-s-b11ae523-9e37-4897-9501-fae51711bc6a, #wrap-content-s-b11ae523-9e37-4897-9501-fae51711bc6a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b11ae523-9e37-4897-9501-fae51711bc6a {
  display: none;
}
#s-b11ae523-9e37-4897-9501-fae51711bc6a, #wrap-s-b11ae523-9e37-4897-9501-fae51711bc6a, #wrap-content-s-b11ae523-9e37-4897-9501-fae51711bc6a { display: none !important; }}







#s-b11ae523-9e37-4897-9501-fae51711bc6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b11ae523-9e37-4897-9501-fae51711bc6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b68ffde6-99d6-4275-8687-bcdf34be996a {
  margin-top: -10px;
margin-bottom: -32px;
}
@media (max-width: 767px){#s-b68ffde6-99d6-4275-8687-bcdf34be996a {
  margin-left: -2%;
margin-bottom: 5px;
margin-right: -2%;
}
}
@media (min-width: 0px) {
[id="s-b68ffde6-99d6-4275-8687-bcdf34be996a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b68ffde6-99d6-4275-8687-bcdf34be996a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b68ffde6-99d6-4275-8687-bcdf34be996a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b68ffde6-99d6-4275-8687-bcdf34be996a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-04beb69f-1961-477e-a5aa-71f4dc042434 {
  min-height: 50px;
}








#s-04beb69f-1961-477e-a5aa-71f4dc042434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04beb69f-1961-477e-a5aa-71f4dc042434.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb6bf48a-1333-4e16-9c65-0fa99fd15724 {
  margin-top: 15px;
}

#s-41b7a78b-0323-4e90-aef1-ac44577b7dad {
  margin-left: -71%;
min-height: 50px;
}








#s-41b7a78b-0323-4e90-aef1-ac44577b7dad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41b7a78b-0323-4e90-aef1-ac44577b7dad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89a1ddeb-10b7-40ba-a9d4-1df77b6dcdae {
  margin-top: 5px;
}

#s-0f6e1eb7-5c08-4605-98d0-9685b2fd1969 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-0f6e1eb7-5c08-4605-98d0-9685b2fd1969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f6e1eb7-5c08-4605-98d0-9685b2fd1969.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  max-width: 120px;
text-align: left;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
  box-sizing: border-box;
}



.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
  box-sizing: border-box;
}



.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
  box-sizing: border-box;
}



.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
  box-sizing: border-box;
}



.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  margin: 0 !important;
  overflow: visible;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add background color handling */
  
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3.shogun-image {
  box-sizing: border-box;
}



.s-93ecfbf6-3661-4bc9-973f-b29b17ab36e3 img.shogun-image {
  
}


}
#s-bbdd5fc1-4a8a-4a88-ae00-20e39f18a57d {
  margin-top: 5px;
}

#s-38581ec4-7f7f-4b9a-8f0c-53c46fb11e08 {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-726a8072-3cb5-4407-9ee9-91fb34807d03 {
  margin-top: 20px;
padding-top: 8px;
padding-left: 30px;
padding-bottom: 8px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-726a8072-3cb5-4407-9ee9-91fb34807d03:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-726a8072-3cb5-4407-9ee9-91fb34807d03:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-726a8072-3cb5-4407-9ee9-91fb34807d03 {
  text-align: center;
}
}

  #s-726a8072-3cb5-4407-9ee9-91fb34807d03-root {
    text-align: left;
  }


#s-726a8072-3cb5-4407-9ee9-91fb34807d03.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-726a8072-3cb5-4407-9ee9-91fb34807d03-root {
    text-align: left;
  }


#s-726a8072-3cb5-4407-9ee9-91fb34807d03.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-726a8072-3cb5-4407-9ee9-91fb34807d03-root {
    text-align: left;
  }


#s-726a8072-3cb5-4407-9ee9-91fb34807d03.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-726a8072-3cb5-4407-9ee9-91fb34807d03-root {
    text-align: left;
  }


#s-726a8072-3cb5-4407-9ee9-91fb34807d03.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-726a8072-3cb5-4407-9ee9-91fb34807d03-root {
    text-align: center;
  }


#s-726a8072-3cb5-4407-9ee9-91fb34807d03.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b8839be7-b8ee-4f97-8db4-ddf3d1721394 {
  margin-left: 20%;
margin-right: auto;
max-width: 550px;
text-align: right;
}
@media (max-width: 767px){#s-b8839be7-b8ee-4f97-8db4-ddf3d1721394 {
  margin-left: 0%;
}
}
#s-d5adeecd-e26d-4541-8034-7992a2f1341c {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (max-width: 767px){#s-d5adeecd-e26d-4541-8034-7992a2f1341c {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-d5adeecd-e26d-4541-8034-7992a2f1341c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5adeecd-e26d-4541-8034-7992a2f1341c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9693ddc8-9565-4ce9-a924-7cf0f3fc81be {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-9693ddc8-9565-4ce9-a924-7cf0f3fc81be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9693ddc8-9565-4ce9-a924-7cf0f3fc81be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9693ddc8-9565-4ce9-a924-7cf0f3fc81be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9693ddc8-9565-4ce9-a924-7cf0f3fc81be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7fc13c28-4f54-4db5-86cd-dd71ac1de6ae {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}

#s-097ede45-2178-417b-9509-5af1d0ecfac8 {
  margin-left: 10%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-097ede45-2178-417b-9509-5af1d0ecfac8 {
  display: none;
}
#s-097ede45-2178-417b-9509-5af1d0ecfac8, #wrap-s-097ede45-2178-417b-9509-5af1d0ecfac8, #wrap-content-s-097ede45-2178-417b-9509-5af1d0ecfac8 { display: none !important; }}@media (max-width: 767px){#s-097ede45-2178-417b-9509-5af1d0ecfac8 {
  display: none;
}
#s-097ede45-2178-417b-9509-5af1d0ecfac8, #wrap-s-097ede45-2178-417b-9509-5af1d0ecfac8, #wrap-content-s-097ede45-2178-417b-9509-5af1d0ecfac8 { display: none !important; }}







#s-097ede45-2178-417b-9509-5af1d0ecfac8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-097ede45-2178-417b-9509-5af1d0ecfac8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4645aed-2462-4278-9675-9ef1b0f3ee15 {
  margin-top: 20px;
}

#s-114e7ad2-8d4a-4bda-8344-e14f2124af00 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
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;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-114e7ad2-8d4a-4bda-8344-e14f2124af00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-114e7ad2-8d4a-4bda-8344-e14f2124af00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  max-width: 120px;
text-align: left;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
  box-sizing: border-box;
}



.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  
}


@media (min-width: 1200px){#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
  box-sizing: border-box;
}



.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
  box-sizing: border-box;
}



.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
  box-sizing: border-box;
}



.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  
}


}@media (max-width: 767px){#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  margin: 0 !important;
  overflow: visible;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add background color handling */
  
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb20b816-adfb-4770-9ec6-f9ee68bb0635.shogun-image {
  box-sizing: border-box;
}



.s-eb20b816-adfb-4770-9ec6-f9ee68bb0635 img.shogun-image {
  
}


}
#s-9f4bb5b9-3dac-4e05-bb22-e7aaba36f121 {
  margin-top: 5px;
}

#s-744d5aff-f4c3-4a50-b219-2dfa0487d574 {
  margin-top: 8px;
margin-bottom: -35px;
}

#s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308 {
  margin-top: 32px;
margin-left: 3%;
margin-bottom: 32px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308 {
  display: none;
}
#s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308, #wrap-s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308, #wrap-content-s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308 {
  display: none;
}
#s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308, #wrap-s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308, #wrap-content-s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308 { display: none !important; }}







#s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6541c39-f9d6-4d5a-9f74-3e250b3fd308.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a694462-4fb7-4505-a942-3dff08d04cb8 {
  margin-top: -10px;
margin-bottom: -32px;
}
@media (max-width: 767px){#s-6a694462-4fb7-4505-a942-3dff08d04cb8 {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-6a694462-4fb7-4505-a942-3dff08d04cb8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6a694462-4fb7-4505-a942-3dff08d04cb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6a694462-4fb7-4505-a942-3dff08d04cb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a694462-4fb7-4505-a942-3dff08d04cb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e5115f64-c373-478a-b4a0-7eab39fb1c0b {
  min-height: 50px;
}








#s-e5115f64-c373-478a-b4a0-7eab39fb1c0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5115f64-c373-478a-b4a0-7eab39fb1c0b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-962e541a-e29c-4c9e-b227-8b1f293e065a {
  margin-top: 15px;
}

#s-ebc3b2c1-f9f7-40f9-9c83-941254eb5fbd {
  margin-left: -73%;
min-height: 50px;
}








#s-ebc3b2c1-f9f7-40f9-9c83-941254eb5fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ebc3b2c1-f9f7-40f9-9c83-941254eb5fbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6a52d23-2db6-4937-a114-03e30fc531df {
  margin-top: 5px;
}

#s-c8772d15-a8ce-4e97-91ba-42506f5def86 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
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;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-c8772d15-a8ce-4e97-91ba-42506f5def86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8772d15-a8ce-4e97-91ba-42506f5def86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  max-width: 120px;
text-align: left;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  margin: 0 !important;
  overflow: visible;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add background color handling */
  
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
  box-sizing: border-box;
}



.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  
}


@media (min-width: 1200px){#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  margin: 0 !important;
  overflow: visible;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add background color handling */
  
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
  box-sizing: border-box;
}



.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  margin: 0 !important;
  overflow: visible;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add background color handling */
  
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
  box-sizing: border-box;
}



.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  margin: 0 !important;
  overflow: visible;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add background color handling */
  
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
  box-sizing: border-box;
}



.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  
}


}@media (max-width: 767px){#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  margin: 0 !important;
  overflow: visible;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add background color handling */
  
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad.shogun-image {
  box-sizing: border-box;
}



.s-db1de0ee-5c2e-43de-b2e2-b29733bcb6ad img.shogun-image {
  
}


}
#s-0bae8fa6-ae63-4e22-8d24-cc740630bc2f {
  margin-top: 5px;
}

#s-c58195e4-5452-44b8-b739-c1dbe810388d {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-5ad41e99-480c-4c66-8e0f-3fbbb845ef9f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}
@media (max-width: 767px){#s-5ad41e99-480c-4c66-8e0f-3fbbb845ef9f {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-5ad41e99-480c-4c66-8e0f-3fbbb845ef9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ad41e99-480c-4c66-8e0f-3fbbb845ef9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3458cc39-2fe2-42e2-bdb8-3b1686162fe8 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-3458cc39-2fe2-42e2-bdb8-3b1686162fe8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3458cc39-2fe2-42e2-bdb8-3b1686162fe8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3458cc39-2fe2-42e2-bdb8-3b1686162fe8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3458cc39-2fe2-42e2-bdb8-3b1686162fe8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3458cc39-2fe2-42e2-bdb8-3b1686162fe8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07 {
  margin-left: 5%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07 {
  display: none;
}
#s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07, #wrap-s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07, #wrap-content-s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07 { display: none !important; }}@media (max-width: 767px){#s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07 {
  display: none;
}
#s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07, #wrap-s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07, #wrap-content-s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07 { display: none !important; }}







#s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e4f1c9f-cedf-41b2-ab90-a117a8caff07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09fccad7-95aa-4c60-b90a-0bfacd1ed812 {
  margin-top: 20px;
}

#s-e6aa610b-b21b-4ed4-876b-6987fe25330c {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-e6aa610b-b21b-4ed4-876b-6987fe25330c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6aa610b-b21b-4ed4-876b-6987fe25330c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 {
  max-width: 120px;
text-align: left;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 {
  margin: 0 !important;
  overflow: visible;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add background color handling */
  
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-85cce347-bb6f-479f-a424-70315fb96d82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
  box-sizing: border-box;
}



.s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  
}


@media (min-width: 1200px){#s-85cce347-bb6f-479f-a424-70315fb96d82 {
  margin: 0 !important;
  overflow: visible;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add background color handling */
  
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-85cce347-bb6f-479f-a424-70315fb96d82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
  box-sizing: border-box;
}



.s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-85cce347-bb6f-479f-a424-70315fb96d82 {
  margin: 0 !important;
  overflow: visible;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add background color handling */
  
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-85cce347-bb6f-479f-a424-70315fb96d82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
  box-sizing: border-box;
}



.s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-85cce347-bb6f-479f-a424-70315fb96d82 {
  margin: 0 !important;
  overflow: visible;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add background color handling */
  
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-85cce347-bb6f-479f-a424-70315fb96d82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
  box-sizing: border-box;
}



.s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  
}


}@media (max-width: 767px){#s-85cce347-bb6f-479f-a424-70315fb96d82 {
  margin: 0 !important;
  overflow: visible;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85cce347-bb6f-479f-a424-70315fb96d82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add background color handling */
  
}

#s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-85cce347-bb6f-479f-a424-70315fb96d82 .shogun-image-content {
  
    justify-content: center;
  
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85cce347-bb6f-479f-a424-70315fb96d82.shogun-image {
  box-sizing: border-box;
}



.s-85cce347-bb6f-479f-a424-70315fb96d82 img.shogun-image {
  
}


}
#s-fa3bd0ee-cfa1-4827-9879-cd52ddafd30c {
  margin-top: 5px;
}

#s-aa866f9e-9825-4a54-8717-03861463c870 {
  margin-top: 5px;
margin-bottom: -35px;
}

#s-f9895c3a-f35d-4645-8483-c6abe070da05 {
  margin-top: 20px;
padding-top: 6px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-f9895c3a-f35d-4645-8483-c6abe070da05:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-f9895c3a-f35d-4645-8483-c6abe070da05:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-f9895c3a-f35d-4645-8483-c6abe070da05 {
  text-align: center;
}
}

  #s-f9895c3a-f35d-4645-8483-c6abe070da05-root {
    text-align: left;
  }


#s-f9895c3a-f35d-4645-8483-c6abe070da05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f9895c3a-f35d-4645-8483-c6abe070da05-root {
    text-align: left;
  }


#s-f9895c3a-f35d-4645-8483-c6abe070da05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9895c3a-f35d-4645-8483-c6abe070da05-root {
    text-align: left;
  }


#s-f9895c3a-f35d-4645-8483-c6abe070da05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9895c3a-f35d-4645-8483-c6abe070da05-root {
    text-align: left;
  }


#s-f9895c3a-f35d-4645-8483-c6abe070da05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f9895c3a-f35d-4645-8483-c6abe070da05-root {
    text-align: center;
  }


#s-f9895c3a-f35d-4645-8483-c6abe070da05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43 {
  margin-top: 32px;
margin-left: 3%;
margin-bottom: 32px;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43 {
  display: none;
}
#s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43, #wrap-s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43, #wrap-content-s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43 {
  display: none;
}
#s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43, #wrap-s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43, #wrap-content-s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43 { display: none !important; }}







#s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae4f66c5-9df5-4419-9d12-1fa8405bcb43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b07c4f8a-a6dd-4bee-a62d-69f3c1ca04ea {
  margin-top: 5px;
}

#s-fd7f91e6-e3f5-46c0-b2fe-7145ecc9fb1d {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 18, 121, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 240, 255, 1);
}








#s-fd7f91e6-e3f5-46c0-b2fe-7145ecc9fb1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd7f91e6-e3f5-46c0-b2fe-7145ecc9fb1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  max-width: 120px;
text-align: left;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  margin: 0 !important;
  overflow: visible;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add background color handling */
  
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b1ce42f8-e279-4994-9cc7-b557c54164df .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
  box-sizing: border-box;
}



.s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  
}


@media (min-width: 1200px){#s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  margin: 0 !important;
  overflow: visible;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add background color handling */
  
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b1ce42f8-e279-4994-9cc7-b557c54164df .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
  box-sizing: border-box;
}



.s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  margin: 0 !important;
  overflow: visible;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add background color handling */
  
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b1ce42f8-e279-4994-9cc7-b557c54164df .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
  box-sizing: border-box;
}



.s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  margin: 0 !important;
  overflow: visible;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add background color handling */
  
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b1ce42f8-e279-4994-9cc7-b557c54164df .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
  box-sizing: border-box;
}



.s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  
}


}@media (max-width: 767px){#s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  margin: 0 !important;
  overflow: visible;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b1ce42f8-e279-4994-9cc7-b557c54164df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add background color handling */
  
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-b1ce42f8-e279-4994-9cc7-b557c54164df .shogun-image-content {
  
    justify-content: center;
  
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1ce42f8-e279-4994-9cc7-b557c54164df.shogun-image {
  box-sizing: border-box;
}



.s-b1ce42f8-e279-4994-9cc7-b557c54164df img.shogun-image {
  
}


}
#s-722c384e-01ce-471b-b9cf-ca886fabb790 {
  margin-top: 5px;
}

#s-ae1bde13-04cc-4f30-a15f-d91d33cfb333 {
  margin-top: 20px;
margin-bottom: -40px;
}

#s-191eee5f-d8af-4e3a-a034-9deb8e2e7bea {
  margin-left: 20%;
margin-right: auto;
max-width: 550px;
text-align: right;
}
@media (max-width: 767px){#s-191eee5f-d8af-4e3a-a034-9deb8e2e7bea {
  margin-left: 0%;
}
}
/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
