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

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

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

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

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

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

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

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

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

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

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

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

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(26, 26, 26, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3039e97-add4-4793-bac3-5d871a13070d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-e3039e97-add4-4793-bac3-5d871a13070d {
  display: none;
}
#s-e3039e97-add4-4793-bac3-5d871a13070d, #wrap-s-e3039e97-add4-4793-bac3-5d871a13070d { display:none !important; }}
#s-e3039e97-add4-4793-bac3-5d871a13070d {
  background-image: url(https://i.shgcdn.com/f210f680-0140-4997-8ccc-3c77b3daaee7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e3039e97-add4-4793-bac3-5d871a13070d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e3039e97-add4-4793-bac3-5d871a13070d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f711fb77-c168-42e2-b395-06ce1a7d4d26 {
  margin-top: -77px;
margin-bottom: -77px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 272px;
padding-right: 36%;
}
@media (min-width: 1200px){#s-f711fb77-c168-42e2-b395-06ce1a7d4d26 {
  display: none;
}
#s-f711fb77-c168-42e2-b395-06ce1a7d4d26, #wrap-s-f711fb77-c168-42e2-b395-06ce1a7d4d26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f711fb77-c168-42e2-b395-06ce1a7d4d26 {
  display: none;
}
#s-f711fb77-c168-42e2-b395-06ce1a7d4d26, #wrap-s-f711fb77-c168-42e2-b395-06ce1a7d4d26 { display:none !important; }}@media (max-width: 767px){#s-f711fb77-c168-42e2-b395-06ce1a7d4d26 {
  display: none;
}
#s-f711fb77-c168-42e2-b395-06ce1a7d4d26, #wrap-s-f711fb77-c168-42e2-b395-06ce1a7d4d26 { display:none !important; }}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media (min-width: 1200px){#s-614fe1a7-a9bc-43cc-980f-8ca3010301be {
  display: none;
}
#s-614fe1a7-a9bc-43cc-980f-8ca3010301be, #wrap-s-614fe1a7-a9bc-43cc-980f-8ca3010301be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-614fe1a7-a9bc-43cc-980f-8ca3010301be {
  display: none;
}
#s-614fe1a7-a9bc-43cc-980f-8ca3010301be, #wrap-s-614fe1a7-a9bc-43cc-980f-8ca3010301be { display:none !important; }}@media (max-width: 767px){#s-614fe1a7-a9bc-43cc-980f-8ca3010301be {
  display: none;
}
#s-614fe1a7-a9bc-43cc-980f-8ca3010301be, #wrap-s-614fe1a7-a9bc-43cc-980f-8ca3010301be { display:none !important; }}
@media (min-width: 0px) {
[id="s-614fe1a7-a9bc-43cc-980f-8ca3010301be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-614fe1a7-a9bc-43cc-980f-8ca3010301be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-614fe1a7-a9bc-43cc-980f-8ca3010301be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-614fe1a7-a9bc-43cc-980f-8ca3010301be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-a677dbfc-4943-4fe0-8bc8-a530f213a472 {
  box-shadow:1px 1px 5px 3px rgba(87, 85, 85, 0.77);
margin-left: 0px;
margin-right: 33%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(0, 40, 86, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a677dbfc-4943-4fe0-8bc8-a530f213a472:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a677dbfc-4943-4fe0-8bc8-a530f213a472:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a677dbfc-4943-4fe0-8bc8-a530f213a472 {
  display: none;
}
#s-a677dbfc-4943-4fe0-8bc8-a530f213a472, #wrap-s-a677dbfc-4943-4fe0-8bc8-a530f213a472 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a677dbfc-4943-4fe0-8bc8-a530f213a472 {
  display: none;
}
#s-a677dbfc-4943-4fe0-8bc8-a530f213a472, #wrap-s-a677dbfc-4943-4fe0-8bc8-a530f213a472 { display:none !important; }}@media (max-width: 767px){#s-a677dbfc-4943-4fe0-8bc8-a530f213a472 {
  display: none;
}
#s-a677dbfc-4943-4fe0-8bc8-a530f213a472, #wrap-s-a677dbfc-4943-4fe0-8bc8-a530f213a472 { display:none !important; }}

  #s-a677dbfc-4943-4fe0-8bc8-a530f213a472-root {
    text-align: center;
  }


#s-a677dbfc-4943-4fe0-8bc8-a530f213a472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a677dbfc-4943-4fe0-8bc8-a530f213a472-root {
    text-align: center;
  }


#s-a677dbfc-4943-4fe0-8bc8-a530f213a472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a677dbfc-4943-4fe0-8bc8-a530f213a472-root {
    text-align: center;
  }


#s-a677dbfc-4943-4fe0-8bc8-a530f213a472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a677dbfc-4943-4fe0-8bc8-a530f213a472-root {
    text-align: center;
  }


#s-a677dbfc-4943-4fe0-8bc8-a530f213a472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a677dbfc-4943-4fe0-8bc8-a530f213a472-root {
    text-align: center;
  }


#s-a677dbfc-4943-4fe0-8bc8-a530f213a472.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991 {
  box-shadow:1px 1px 5px 3px rgba(87, 85, 85, 0.77);
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(0, 40, 86, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991 {
  display: none;
}
#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991, #wrap-s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991 { display:none !important; }}

  #s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991-root {
    text-align: center;
  }


#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991-root {
    text-align: center;
  }


#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991-root {
    text-align: center;
  }


#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991-root {
    text-align: center;
  }


#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991-root {
    text-align: center;
  }


#s-74d61dcc-e6b8-4298-ac8f-9766eeeb5991.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-16a4a438-d8e5-4306-95af-0086c2a4a3ef {
  margin-top: 150px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-16a4a438-d8e5-4306-95af-0086c2a4a3ef {
  display: none;
}
#s-16a4a438-d8e5-4306-95af-0086c2a4a3ef, #wrap-s-16a4a438-d8e5-4306-95af-0086c2a4a3ef { display:none !important; }}
@media (min-width: 0px) {
[id="s-16a4a438-d8e5-4306-95af-0086c2a4a3ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16a4a438-d8e5-4306-95af-0086c2a4a3ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16a4a438-d8e5-4306-95af-0086c2a4a3ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16a4a438-d8e5-4306-95af-0086c2a4a3ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c0e74e75-0958-4587-9bcb-8f910682a2f0 {
  box-shadow:1px 1px 5px 3px rgba(87, 85, 85, 0.77);
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(0, 40, 86, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c0e74e75-0958-4587-9bcb-8f910682a2f0:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-c0e74e75-0958-4587-9bcb-8f910682a2f0:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-c0e74e75-0958-4587-9bcb-8f910682a2f0-root {
    text-align: center;
  }


#s-c0e74e75-0958-4587-9bcb-8f910682a2f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c0e74e75-0958-4587-9bcb-8f910682a2f0-root {
    text-align: center;
  }


#s-c0e74e75-0958-4587-9bcb-8f910682a2f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0e74e75-0958-4587-9bcb-8f910682a2f0-root {
    text-align: center;
  }


#s-c0e74e75-0958-4587-9bcb-8f910682a2f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0e74e75-0958-4587-9bcb-8f910682a2f0-root {
    text-align: center;
  }


#s-c0e74e75-0958-4587-9bcb-8f910682a2f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c0e74e75-0958-4587-9bcb-8f910682a2f0-root {
    text-align: center;
  }


#s-c0e74e75-0958-4587-9bcb-8f910682a2f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a {
  display: none;
}
#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a, #wrap-s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a {
  display: none;
}
#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a, #wrap-s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a {
  display: none;
}
#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a, #wrap-s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a { display:none !important; }}
#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a {
  background-image: url(https://i.shgcdn.com/f210f680-0140-4997-8ccc-3c77b3daaee7/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9c921ff5-eec7-4a00-9d40-3bbbd140cc1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eccd8ade-1f9a-468f-89cb-7d7d1edcf5ff {
  margin-top: 228px;
min-height: 50px;
background-color: rgba(71, 87, 123, 0.82);
}








#s-eccd8ade-1f9a-468f-89cb-7d7d1edcf5ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eccd8ade-1f9a-468f-89cb-7d7d1edcf5ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-3e9c2f7e-5af8-48f4-8448-ba8157680e00 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
text-align: center;
}

#s-3e9c2f7e-5af8-48f4-8448-ba8157680e00 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-6b1970b0-dfb3-4c42-a3c2-041838b709c1 {
  box-shadow:1px 1px 5px 2px rgba(255, 255, 255, 0.5);
margin-left: 0px;
margin-bottom: 24px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-6b1970b0-dfb3-4c42-a3c2-041838b709c1:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6b1970b0-dfb3-4c42-a3c2-041838b709c1:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-6b1970b0-dfb3-4c42-a3c2-041838b709c1-root {
    text-align: center;
  }


#s-6b1970b0-dfb3-4c42-a3c2-041838b709c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b1970b0-dfb3-4c42-a3c2-041838b709c1-root {
    text-align: center;
  }


#s-6b1970b0-dfb3-4c42-a3c2-041838b709c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b1970b0-dfb3-4c42-a3c2-041838b709c1-root {
    text-align: center;
  }


#s-6b1970b0-dfb3-4c42-a3c2-041838b709c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b1970b0-dfb3-4c42-a3c2-041838b709c1-root {
    text-align: center;
  }


#s-6b1970b0-dfb3-4c42-a3c2-041838b709c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b1970b0-dfb3-4c42-a3c2-041838b709c1-root {
    text-align: center;
  }


#s-6b1970b0-dfb3-4c42-a3c2-041838b709c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c {
  display: none;
}
#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c, #wrap-s-bb6deccb-0080-4c32-ac5f-4baff8ab753c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c {
  display: none;
}
#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c, #wrap-s-bb6deccb-0080-4c32-ac5f-4baff8ab753c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c {
  display: none;
}
#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c, #wrap-s-bb6deccb-0080-4c32-ac5f-4baff8ab753c { display:none !important; }}
#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c .shg-sld-nav-button.shg-sld-left,
#s-bb6deccb-0080-4c32-ac5f-4baff8ab753c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-90e8e0ce-e651-4d28-9fcd-c7be785f06e7 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-90e8e0ce-e651-4d28-9fcd-c7be785f06e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90e8e0ce-e651-4d28-9fcd-c7be785f06e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ad1ce24f-ded1-436e-a00c-e1effacb5a6b {
  text-align: center;
}







  #s-ad1ce24f-ded1-436e-a00c-e1effacb5a6b img.shogun-image {
    

    
    
    
  }


#s-ad1ce24f-ded1-436e-a00c-e1effacb5a6b .shogun-image-content {
  
    align-items: center;
  
}

#s-f87553c1-7abc-4927-9a8e-99f68aac9066 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f87553c1-7abc-4927-9a8e-99f68aac9066 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7668d2a8-9c22-4946-82f7-692e88c78fcb {
  margin-left: 20px;
margin-right: 20px;
}

#s-77bd1986-25e0-4c2b-aec3-2eb03e098b98 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-77bd1986-25e0-4c2b-aec3-2eb03e098b98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77bd1986-25e0-4c2b-aec3-2eb03e098b98.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-97d3596c-0d3a-4710-bf22-7d42bace8638 {
  text-align: center;
}







  #s-97d3596c-0d3a-4710-bf22-7d42bace8638 img.shogun-image {
    

    
    
    
  }


#s-97d3596c-0d3a-4710-bf22-7d42bace8638 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b1c58bb-5638-4006-809f-b286d9067467 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b1c58bb-5638-4006-809f-b286d9067467 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d6a15ffd-6eaf-4fbf-a84e-3250efb688b8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-8b6a82a2-9831-4c82-bb8f-3e8f2c9f204a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-8b6a82a2-9831-4c82-bb8f-3e8f2c9f204a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b6a82a2-9831-4c82-bb8f-3e8f2c9f204a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad1f0418-43e9-4734-b8de-40ac154c77e9 {
  text-align: center;
}







  #s-ad1f0418-43e9-4734-b8de-40ac154c77e9 img.shogun-image {
    

    
    
    
  }


#s-ad1f0418-43e9-4734-b8de-40ac154c77e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef56a20a-d967-4dff-85b5-d86c6fb72ec8 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef56a20a-d967-4dff-85b5-d86c6fb72ec8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cd90e49d-7bb6-44eb-a26a-5a577f7b0718 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b8064b03-7dac-41e0-ae77-919704f65e70 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b8064b03-7dac-41e0-ae77-919704f65e70 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8064b03-7dac-41e0-ae77-919704f65e70 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8064b03-7dac-41e0-ae77-919704f65e70 {
  
}
}@media (max-width: 767px){#s-b8064b03-7dac-41e0-ae77-919704f65e70 {
  display: none;
}
#s-b8064b03-7dac-41e0-ae77-919704f65e70, #wrap-s-b8064b03-7dac-41e0-ae77-919704f65e70 { display:none !important; }}







#s-b8064b03-7dac-41e0-ae77-919704f65e70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8064b03-7dac-41e0-ae77-919704f65e70.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fddcc730-6607-45a7-bea6-d1010007532a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fddcc730-6607-45a7-bea6-d1010007532a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fddcc730-6607-45a7-bea6-d1010007532a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fddcc730-6607-45a7-bea6-d1010007532a {
  
}
}@media (max-width: 767px){#s-fddcc730-6607-45a7-bea6-d1010007532a {
  
}
}







#s-fddcc730-6607-45a7-bea6-d1010007532a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fddcc730-6607-45a7-bea6-d1010007532a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cf17ffd-9d45-407b-8052-21ca72f96d96 {
  margin-left: 33px;
margin-right: 33px;
}

@media (min-width: 0px) {
[id="s-8cf17ffd-9d45-407b-8052-21ca72f96d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cf17ffd-9d45-407b-8052-21ca72f96d96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8cf17ffd-9d45-407b-8052-21ca72f96d96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cf17ffd-9d45-407b-8052-21ca72f96d96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6f15a1e2-a197-493d-88bb-74cb41daa9a2 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-6f15a1e2-a197-493d-88bb-74cb41daa9a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f15a1e2-a197-493d-88bb-74cb41daa9a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-34057340-bd8b-4555-97b7-62266a3a2b17 {
  text-align: center;
}







  #s-34057340-bd8b-4555-97b7-62266a3a2b17 img.shogun-image {
    

    
    
    
  }


#s-34057340-bd8b-4555-97b7-62266a3a2b17 .shogun-image-content {
  
    align-items: center;
  
}

#s-dec110e6-8257-4f73-9e5b-51fadc867dbe {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dec110e6-8257-4f73-9e5b-51fadc867dbe .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-95df62af-cf1f-459d-b2e5-74cabab40ff1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c9a745d8-6ba1-4c57-bc05-c80ef62c996d {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-c9a745d8-6ba1-4c57-bc05-c80ef62c996d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9a745d8-6ba1-4c57-bc05-c80ef62c996d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-18fa9034-7afd-46b3-aa5f-882f35a11712 {
  text-align: center;
}







  #s-18fa9034-7afd-46b3-aa5f-882f35a11712 img.shogun-image {
    

    
    
    
  }


#s-18fa9034-7afd-46b3-aa5f-882f35a11712 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f39c3e5-d45a-4883-987d-6a289064b55f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f39c3e5-d45a-4883-987d-6a289064b55f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-08dd4d7e-565d-4b7f-95aa-190190b84152 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f35bcdd5-733a-4d19-be21-ed6878180578 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-f35bcdd5-733a-4d19-be21-ed6878180578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f35bcdd5-733a-4d19-be21-ed6878180578.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e8ca36e-b416-4717-b5c4-27118c9719ca {
  text-align: center;
}







  #s-5e8ca36e-b416-4717-b5c4-27118c9719ca img.shogun-image {
    

    
    
    
  }


#s-5e8ca36e-b416-4717-b5c4-27118c9719ca .shogun-image-content {
  
    align-items: center;
  
}

#s-85b0dbfd-e620-41d0-bd6a-34755e98590a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85b0dbfd-e620-41d0-bd6a-34755e98590a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f8308e57-be23-437a-81c6-1f1bf6b5bec5 {
  margin-left: 20px;
margin-right: 20px;
}

#s-393f98f0-cd68-4231-8001-525746460849 {
  margin-top: 27px;
}

@media (min-width: 0px) {
[id="s-393f98f0-cd68-4231-8001-525746460849"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-393f98f0-cd68-4231-8001-525746460849"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-393f98f0-cd68-4231-8001-525746460849"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-393f98f0-cd68-4231-8001-525746460849"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-393f98f0-cd68-4231-8001-525746460849"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-393f98f0-cd68-4231-8001-525746460849"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-393f98f0-cd68-4231-8001-525746460849"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

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

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

#s-7da1c305-79ca-470e-aaf3-1398178dfa65 {
  padding-top: 13px;
opacity: 0;
}

#s-7da1c305-79ca-470e-aaf3-1398178dfa65 hr {
  border-top: 2px solid #ddd;
}

#s-a60992d1-b818-4420-b3c5-f99404017669 {
  padding-bottom: 10px;
text-align: center;
}

#s-a60992d1-b818-4420-b3c5-f99404017669 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-46744435-dd92-4c87-a52e-1ce044705d4f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-46744435-dd92-4c87-a52e-1ce044705d4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46744435-dd92-4c87-a52e-1ce044705d4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46744435-dd92-4c87-a52e-1ce044705d4f {
  
}
}@media (max-width: 767px){#s-46744435-dd92-4c87-a52e-1ce044705d4f {
  
}
}







#s-46744435-dd92-4c87-a52e-1ce044705d4f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-46744435-dd92-4c87-a52e-1ce044705d4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bd6d3ca-079b-43f0-8068-ca916f70b1cf {
  margin-left: 33px;
margin-right: 33px;
}

@media (min-width: 0px) {
[id="s-5bd6d3ca-079b-43f0-8068-ca916f70b1cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bd6d3ca-079b-43f0-8068-ca916f70b1cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5bd6d3ca-079b-43f0-8068-ca916f70b1cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bd6d3ca-079b-43f0-8068-ca916f70b1cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-153c4276-4859-4c88-a69a-6a48b5e9b536 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-153c4276-4859-4c88-a69a-6a48b5e9b536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-153c4276-4859-4c88-a69a-6a48b5e9b536.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c168a37-7c38-43cb-9cd3-19032b3d2fea {
  text-align: center;
}







  #s-1c168a37-7c38-43cb-9cd3-19032b3d2fea img.shogun-image {
    

    
    
    
  }


#s-1c168a37-7c38-43cb-9cd3-19032b3d2fea .shogun-image-content {
  
    align-items: center;
  
}

#s-e37f9370-06be-4069-a49a-12fbb3bf4058 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e37f9370-06be-4069-a49a-12fbb3bf4058 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-61f13520-2b8e-4f45-8e5c-94414872c749 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ad0049e7-9f99-45b1-8a94-a882d23f2a31 {
  box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.5);
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-ad0049e7-9f99-45b1-8a94-a882d23f2a31:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-ad0049e7-9f99-45b1-8a94-a882d23f2a31:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-ad0049e7-9f99-45b1-8a94-a882d23f2a31-root {
    text-align: center;
  }


#s-ad0049e7-9f99-45b1-8a94-a882d23f2a31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad0049e7-9f99-45b1-8a94-a882d23f2a31-root {
    text-align: center;
  }


#s-ad0049e7-9f99-45b1-8a94-a882d23f2a31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad0049e7-9f99-45b1-8a94-a882d23f2a31-root {
    text-align: center;
  }


#s-ad0049e7-9f99-45b1-8a94-a882d23f2a31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad0049e7-9f99-45b1-8a94-a882d23f2a31-root {
    text-align: center;
  }


#s-ad0049e7-9f99-45b1-8a94-a882d23f2a31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad0049e7-9f99-45b1-8a94-a882d23f2a31-root {
    text-align: center;
  }


#s-ad0049e7-9f99-45b1-8a94-a882d23f2a31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-a592108c-b598-4bf7-b3b9-8d92cdf62600 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-a592108c-b598-4bf7-b3b9-8d92cdf62600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a592108c-b598-4bf7-b3b9-8d92cdf62600.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-34a9ba4d-33b5-42d7-bf92-4ea210fa43ec {
  text-align: center;
}







  #s-34a9ba4d-33b5-42d7-bf92-4ea210fa43ec img.shogun-image {
    

    
    
    
  }


#s-34a9ba4d-33b5-42d7-bf92-4ea210fa43ec .shogun-image-content {
  
    align-items: center;
  
}

#s-a0dc42c1-5335-46b5-b4bf-c6e4979487c7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0dc42c1-5335-46b5-b4bf-c6e4979487c7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a080a93e-bfc9-4229-ab19-f83650e4b701 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd {
  box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.5);
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd-root {
    text-align: center;
  }


#s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd-root {
    text-align: center;
  }


#s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd-root {
    text-align: center;
  }


#s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd-root {
    text-align: center;
  }


#s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd-root {
    text-align: center;
  }


#s-ee81ae3c-07d0-419d-9cbb-865ca25a80fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-49d1da1a-5ca0-45c1-b01a-75c170f3c0d3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-49d1da1a-5ca0-45c1-b01a-75c170f3c0d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49d1da1a-5ca0-45c1-b01a-75c170f3c0d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d688d6b2-ca86-4261-a6ae-74642d195bba {
  text-align: center;
}







  #s-d688d6b2-ca86-4261-a6ae-74642d195bba img.shogun-image {
    

    
    
    
  }


#s-d688d6b2-ca86-4261-a6ae-74642d195bba .shogun-image-content {
  
    align-items: center;
  
}

#s-625756da-cff9-4183-84c0-c03f38369b3a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-625756da-cff9-4183-84c0-c03f38369b3a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2f6ebbf8-2e9c-475f-b9f7-9c0eca24530a {
  margin-left: 20px;
margin-right: 20px;
}

#s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca {
  box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.5);
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca-root {
    text-align: center;
  }


#s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca-root {
    text-align: center;
  }


#s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca-root {
    text-align: center;
  }


#s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca-root {
    text-align: center;
  }


#s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca-root {
    text-align: center;
  }


#s-bb34381e-bdaa-4c45-8b9b-cb68476ac0ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-4e24f84c-d823-4fcd-b092-78647962a616 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4e24f84c-d823-4fcd-b092-78647962a616 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-86001f1f-02e1-4175-87e9-204658f307fd {
  margin-top: 27px;
}

@media (min-width: 0px) {
[id="s-86001f1f-02e1-4175-87e9-204658f307fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86001f1f-02e1-4175-87e9-204658f307fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-86001f1f-02e1-4175-87e9-204658f307fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86001f1f-02e1-4175-87e9-204658f307fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-86001f1f-02e1-4175-87e9-204658f307fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86001f1f-02e1-4175-87e9-204658f307fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-86001f1f-02e1-4175-87e9-204658f307fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-eef1a3ab-5b03-459e-93ae-5d3535cf44c3 {
  padding-top: 13px;
opacity: 0;
}

#s-eef1a3ab-5b03-459e-93ae-5d3535cf44c3 hr {
  border-top: 2px solid #ddd;
}

#s-027d6ce2-cacb-4b48-9062-5ebe0df1cccd {
  padding-bottom: 10px;
text-align: center;
}

#s-027d6ce2-cacb-4b48-9062-5ebe0df1cccd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-350836a3-4565-4995-8ca6-93497f34a3b6 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-350836a3-4565-4995-8ca6-93497f34a3b6 {
  display: none;
}
#s-350836a3-4565-4995-8ca6-93497f34a3b6, #wrap-s-350836a3-4565-4995-8ca6-93497f34a3b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-350836a3-4565-4995-8ca6-93497f34a3b6 {
  display: none;
}
#s-350836a3-4565-4995-8ca6-93497f34a3b6, #wrap-s-350836a3-4565-4995-8ca6-93497f34a3b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-350836a3-4565-4995-8ca6-93497f34a3b6 {
  display: none;
}
#s-350836a3-4565-4995-8ca6-93497f34a3b6, #wrap-s-350836a3-4565-4995-8ca6-93497f34a3b6 { display:none !important; }}
#s-350836a3-4565-4995-8ca6-93497f34a3b6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-350836a3-4565-4995-8ca6-93497f34a3b6 .shg-sld-nav-button.shg-sld-left,
#s-350836a3-4565-4995-8ca6-93497f34a3b6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-456a3bc4-7cc7-4ce5-8083-f15823b4dd27 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-456a3bc4-7cc7-4ce5-8083-f15823b4dd27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-456a3bc4-7cc7-4ce5-8083-f15823b4dd27.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c66942c-4efb-4280-8262-5e48d7a80757 {
  text-align: center;
}







  #s-1c66942c-4efb-4280-8262-5e48d7a80757 img.shogun-image {
    

    
    
    
  }


#s-1c66942c-4efb-4280-8262-5e48d7a80757 .shogun-image-content {
  
    align-items: center;
  
}

#s-793931a5-3a2f-417e-bb45-56ab36a9b28a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-793931a5-3a2f-417e-bb45-56ab36a9b28a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-4bb15d4b-235d-48bf-bd51-0bb28e7dc025 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e3851064-6b9d-400b-8849-b802b2cfa438 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-e3851064-6b9d-400b-8849-b802b2cfa438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3851064-6b9d-400b-8849-b802b2cfa438.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5ad68cf8-6a89-400f-825e-f5a4e2fcdd85 {
  text-align: center;
}







  #s-5ad68cf8-6a89-400f-825e-f5a4e2fcdd85 img.shogun-image {
    

    
    
    
  }


#s-5ad68cf8-6a89-400f-825e-f5a4e2fcdd85 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ed3208a-b6ae-4bc9-b4bf-feefa01ddba3 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ed3208a-b6ae-4bc9-b4bf-feefa01ddba3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-47e5e56c-4db9-453f-bc12-3c54c931e084 {
  margin-left: 20px;
margin-right: 20px;
}

#s-314598d2-96b4-4a62-8382-2f11ce9af780 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-314598d2-96b4-4a62-8382-2f11ce9af780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-314598d2-96b4-4a62-8382-2f11ce9af780.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-90dd5231-3490-4c70-936d-559bb3dedcf8 {
  text-align: center;
}







  #s-90dd5231-3490-4c70-936d-559bb3dedcf8 img.shogun-image {
    

    
    
    
  }


#s-90dd5231-3490-4c70-936d-559bb3dedcf8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0135fbc2-da14-43c2-9be0-ef610771d551 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0135fbc2-da14-43c2-9be0-ef610771d551 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c8c81e98-642a-4e55-8bdb-c311904f9982 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f8249ae9-72c9-4263-8b38-98d0c2fa7a36 {
  min-height: 50px;
}








#s-f8249ae9-72c9-4263-8b38-98d0c2fa7a36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8249ae9-72c9-4263-8b38-98d0c2fa7a36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5417c82c-ed56-490c-92c5-387bdc88daef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5417c82c-ed56-490c-92c5-387bdc88daef {
  display: none;
}
#s-5417c82c-ed56-490c-92c5-387bdc88daef, #wrap-s-5417c82c-ed56-490c-92c5-387bdc88daef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5417c82c-ed56-490c-92c5-387bdc88daef {
  display: none;
}
#s-5417c82c-ed56-490c-92c5-387bdc88daef, #wrap-s-5417c82c-ed56-490c-92c5-387bdc88daef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5417c82c-ed56-490c-92c5-387bdc88daef {
  display: none;
}
#s-5417c82c-ed56-490c-92c5-387bdc88daef, #wrap-s-5417c82c-ed56-490c-92c5-387bdc88daef { display:none !important; }}
#s-5417c82c-ed56-490c-92c5-387bdc88daef .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b0852ac0-2ce2-4557-8d6e-7e4691f8743e {
  padding-top: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b0852ac0-2ce2-4557-8d6e-7e4691f8743e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0852ac0-2ce2-4557-8d6e-7e4691f8743e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0852ac0-2ce2-4557-8d6e-7e4691f8743e {
  
}
}@media (max-width: 767px){#s-b0852ac0-2ce2-4557-8d6e-7e4691f8743e {
  
}
}







#s-b0852ac0-2ce2-4557-8d6e-7e4691f8743e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0852ac0-2ce2-4557-8d6e-7e4691f8743e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d9de54dc-d5f9-4275-8a73-8b3cd027f0c6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d9de54dc-d5f9-4275-8a73-8b3cd027f0c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9de54dc-d5f9-4275-8a73-8b3cd027f0c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9de54dc-d5f9-4275-8a73-8b3cd027f0c6 {
  
}
}@media (max-width: 767px){#s-d9de54dc-d5f9-4275-8a73-8b3cd027f0c6 {
  
}
}







#s-d9de54dc-d5f9-4275-8a73-8b3cd027f0c6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d9de54dc-d5f9-4275-8a73-8b3cd027f0c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88c2e024-a5e9-492b-bd1d-0429ba8147ef {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-88c2e024-a5e9-492b-bd1d-0429ba8147ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88c2e024-a5e9-492b-bd1d-0429ba8147ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88c2e024-a5e9-492b-bd1d-0429ba8147ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88c2e024-a5e9-492b-bd1d-0429ba8147ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-88c2e024-a5e9-492b-bd1d-0429ba8147ef"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4e552f61-2191-4646-9752-ec3ba32d6dcf {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-4e552f61-2191-4646-9752-ec3ba32d6dcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e552f61-2191-4646-9752-ec3ba32d6dcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c3607d3-2f2b-46d5-baf0-e18da7a6fee0 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7c3607d3-2f2b-46d5-baf0-e18da7a6fee0 {
  display: none;
}
#s-7c3607d3-2f2b-46d5-baf0-e18da7a6fee0, #wrap-s-7c3607d3-2f2b-46d5-baf0-e18da7a6fee0 { display:none !important; }}
#s-7c3607d3-2f2b-46d5-baf0-e18da7a6fee0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f434b77d-e8f3-4db6-8c29-b794a8805243 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-f434b77d-e8f3-4db6-8c29-b794a8805243 {
  display: none;
}
#s-f434b77d-e8f3-4db6-8c29-b794a8805243, #wrap-s-f434b77d-e8f3-4db6-8c29-b794a8805243 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f434b77d-e8f3-4db6-8c29-b794a8805243 {
  display: none;
}
#s-f434b77d-e8f3-4db6-8c29-b794a8805243, #wrap-s-f434b77d-e8f3-4db6-8c29-b794a8805243 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f434b77d-e8f3-4db6-8c29-b794a8805243 {
  display: none;
}
#s-f434b77d-e8f3-4db6-8c29-b794a8805243, #wrap-s-f434b77d-e8f3-4db6-8c29-b794a8805243 { display:none !important; }}
#s-f434b77d-e8f3-4db6-8c29-b794a8805243 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-c0509612-50f5-4360-8e75-2d3529a6c8fa {
  margin-left: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c0509612-50f5-4360-8e75-2d3529a6c8fa hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-e3593ccf-d9f0-4db5-84a3-a40ac45b65dd {
  margin-left: 50px;
margin-right: 50px;
}

#s-31d3b937-2d45-4e55-ac4e-b65633a41a33 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-31d3b937-2d45-4e55-ac4e-b65633a41a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31d3b937-2d45-4e55-ac4e-b65633a41a33.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ce641f87-5544-47b9-9be9-97d0b22a4ba2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ce641f87-5544-47b9-9be9-97d0b22a4ba2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce641f87-5544-47b9-9be9-97d0b22a4ba2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce641f87-5544-47b9-9be9-97d0b22a4ba2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce641f87-5544-47b9-9be9-97d0b22a4ba2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-06f5f564-214f-41f9-84f0-9781f3f7931c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-06f5f564-214f-41f9-84f0-9781f3f7931c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06f5f564-214f-41f9-84f0-9781f3f7931c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3a94b4f3-8579-49ad-b83b-a3ad39a77c13 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-3a94b4f3-8579-49ad-b83b-a3ad39a77c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a94b4f3-8579-49ad-b83b-a3ad39a77c13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f476fbf4-3de3-4fd7-b40a-2d135be890c6 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f476fbf4-3de3-4fd7-b40a-2d135be890c6 {
  display: none;
}
#s-f476fbf4-3de3-4fd7-b40a-2d135be890c6, #wrap-s-f476fbf4-3de3-4fd7-b40a-2d135be890c6 { display:none !important; }}
#s-f476fbf4-3de3-4fd7-b40a-2d135be890c6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-6cea228d-5fcf-4f94-abe8-aa093cf73180 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6cea228d-5fcf-4f94-abe8-aa093cf73180 {
  display: none;
}
#s-6cea228d-5fcf-4f94-abe8-aa093cf73180, #wrap-s-6cea228d-5fcf-4f94-abe8-aa093cf73180 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6cea228d-5fcf-4f94-abe8-aa093cf73180 {
  display: none;
}
#s-6cea228d-5fcf-4f94-abe8-aa093cf73180, #wrap-s-6cea228d-5fcf-4f94-abe8-aa093cf73180 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6cea228d-5fcf-4f94-abe8-aa093cf73180 {
  display: none;
}
#s-6cea228d-5fcf-4f94-abe8-aa093cf73180, #wrap-s-6cea228d-5fcf-4f94-abe8-aa093cf73180 { display:none !important; }}
#s-6cea228d-5fcf-4f94-abe8-aa093cf73180 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}



#s-9080cfdb-eb8b-4094-9219-615585cf9ddf {
  margin-left: 50px;
margin-right: 50px;
}

#s-9080cfdb-eb8b-4094-9219-615585cf9ddf hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-294c98cb-0030-4d6a-b45c-db8196f62ff5 {
  margin-left: 50px;
margin-right: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px){#s-c1686af2-c411-410a-83db-7b7133a54df1 {
  display: none;
}
#s-c1686af2-c411-410a-83db-7b7133a54df1, #wrap-s-c1686af2-c411-410a-83db-7b7133a54df1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1686af2-c411-410a-83db-7b7133a54df1 {
  display: none;
}
#s-c1686af2-c411-410a-83db-7b7133a54df1, #wrap-s-c1686af2-c411-410a-83db-7b7133a54df1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1686af2-c411-410a-83db-7b7133a54df1 {
  display: none;
}
#s-c1686af2-c411-410a-83db-7b7133a54df1, #wrap-s-c1686af2-c411-410a-83db-7b7133a54df1 { display:none !important; }}
#s-c1686af2-c411-410a-83db-7b7133a54df1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-c1686af2-c411-410a-83db-7b7133a54df1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-c1686af2-c411-410a-83db-7b7133a54df1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c1686af2-c411-410a-83db-7b7133a54df1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c1686af2-c411-410a-83db-7b7133a54df1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: 200;
  font-style: ;
  font-size: 20px;
}

#s-c1686af2-c411-410a-83db-7b7133a54df1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-2834543e-54a3-46d5-803c-2e3efbfba328 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-2834543e-54a3-46d5-803c-2e3efbfba328 {
  display: none;
}
#s-2834543e-54a3-46d5-803c-2e3efbfba328, #wrap-s-2834543e-54a3-46d5-803c-2e3efbfba328 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2834543e-54a3-46d5-803c-2e3efbfba328 {
  display: none;
}
#s-2834543e-54a3-46d5-803c-2e3efbfba328, #wrap-s-2834543e-54a3-46d5-803c-2e3efbfba328 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2834543e-54a3-46d5-803c-2e3efbfba328 {
  display: none;
}
#s-2834543e-54a3-46d5-803c-2e3efbfba328, #wrap-s-2834543e-54a3-46d5-803c-2e3efbfba328 { display:none !important; }}
#s-a633fa45-1e14-4f0e-848c-76c7f31e28bb {
  margin-top: 65px;
margin-left: 10px;
margin-bottom: 65px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-a633fa45-1e14-4f0e-848c-76c7f31e28bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a633fa45-1e14-4f0e-848c-76c7f31e28bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a633fa45-1e14-4f0e-848c-76c7f31e28bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a633fa45-1e14-4f0e-848c-76c7f31e28bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-95a3fce3-724d-4272-9726-93c2fa1ddad2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
min-height: 380px;
background-position: -32px center;
}








#s-95a3fce3-724d-4272-9726-93c2fa1ddad2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-95a3fce3-724d-4272-9726-93c2fa1ddad2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7834a3f-59e0-4643-a6f0-36c1674fbf55 {
  margin-top: 85px;
padding-top: 10px;
text-align: center;
}

#s-d7834a3f-59e0-4643-a6f0-36c1674fbf55 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-888cf8bf-bcd8-4dca-895e-14c1ed19447a {
  box-shadow:1px 1px 5px 2px rgba(255, 255, 255, 0.5);
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 41px;
padding-bottom: 10px;
padding-right: 41px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-888cf8bf-bcd8-4dca-895e-14c1ed19447a:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-888cf8bf-bcd8-4dca-895e-14c1ed19447a:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-888cf8bf-bcd8-4dca-895e-14c1ed19447a-root {
    text-align: center;
  }


#s-888cf8bf-bcd8-4dca-895e-14c1ed19447a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-888cf8bf-bcd8-4dca-895e-14c1ed19447a-root {
    text-align: center;
  }


#s-888cf8bf-bcd8-4dca-895e-14c1ed19447a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-888cf8bf-bcd8-4dca-895e-14c1ed19447a-root {
    text-align: center;
  }


#s-888cf8bf-bcd8-4dca-895e-14c1ed19447a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-888cf8bf-bcd8-4dca-895e-14c1ed19447a-root {
    text-align: center;
  }


#s-888cf8bf-bcd8-4dca-895e-14c1ed19447a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-888cf8bf-bcd8-4dca-895e-14c1ed19447a-root {
    text-align: center;
  }


#s-888cf8bf-bcd8-4dca-895e-14c1ed19447a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-e6eabf36-7cd1-40a5-9570-9f0ddc5a681b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
min-height: 380px;
background-position: center center;
}








#s-e6eabf36-7cd1-40a5-9570-9f0ddc5a681b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-e6eabf36-7cd1-40a5-9570-9f0ddc5a681b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-154de907-571b-4e6e-a4d8-801c30dc0687 {
  margin-top: 85px;
padding-top: 10px;
text-align: center;
}

#s-154de907-571b-4e6e-a4d8-801c30dc0687 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-6565247e-ada2-4d01-9ecc-403a0393f8e8 {
  box-shadow:1px 1px 5px 2px rgba(255, 255, 255, 0.5);
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 41px;
padding-bottom: 10px;
padding-right: 41px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-6565247e-ada2-4d01-9ecc-403a0393f8e8:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-6565247e-ada2-4d01-9ecc-403a0393f8e8:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-6565247e-ada2-4d01-9ecc-403a0393f8e8-root {
    text-align: center;
  }


#s-6565247e-ada2-4d01-9ecc-403a0393f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6565247e-ada2-4d01-9ecc-403a0393f8e8-root {
    text-align: center;
  }


#s-6565247e-ada2-4d01-9ecc-403a0393f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6565247e-ada2-4d01-9ecc-403a0393f8e8-root {
    text-align: center;
  }


#s-6565247e-ada2-4d01-9ecc-403a0393f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6565247e-ada2-4d01-9ecc-403a0393f8e8-root {
    text-align: center;
  }


#s-6565247e-ada2-4d01-9ecc-403a0393f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6565247e-ada2-4d01-9ecc-403a0393f8e8-root {
    text-align: center;
  }


#s-6565247e-ada2-4d01-9ecc-403a0393f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
#s-0ca0a7e8-9cb8-4ffd-924f-c5700d23a3d4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
min-height: 380px;
background-position: center center;
}








#s-0ca0a7e8-9cb8-4ffd-924f-c5700d23a3d4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-0ca0a7e8-9cb8-4ffd-924f-c5700d23a3d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c76aca24-5d77-4174-8ff1-6245876f9f68 {
  margin-top: 85px;
padding-top: 10px;
text-align: center;
}

#s-c76aca24-5d77-4174-8ff1-6245876f9f68 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}



#s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a {
  box-shadow:1px 1px 5px 2px rgba(255, 255, 255, 0.5);
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 41px;
padding-bottom: 10px;
padding-right: 41px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a-root {
    text-align: center;
  }


#s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a-root {
    text-align: center;
  }


#s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a-root {
    text-align: center;
  }


#s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a-root {
    text-align: center;
  }


#s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a-root {
    text-align: center;
  }


#s-a04dd023-46f5-4fa6-bfa3-0a645ff1b34a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea {
  display: none;
}
#s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea, #wrap-s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea { display:none !important; }}
@media (min-width: 0px) {
[id="s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e9ef31c-3d7c-4970-8db3-e85fa51148ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e9bdc303-baf8-4ff8-9728-432bd1ae38f4 {
  padding-top: 13px;
}

#s-e9bdc303-baf8-4ff8-9728-432bd1ae38f4 hr {
  border-top: 2px solid #ddd;
}

#s-36478990-8879-44be-8690-3e1976da346b {
  padding-bottom: 10px;
text-align: center;
}

#s-36478990-8879-44be-8690-3e1976da346b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-8a073bb4-1780-4612-859f-d8e50c9cb6dc {
  padding-top: 13px;
}

#s-8a073bb4-1780-4612-859f-d8e50c9cb6dc hr {
  border-top: 2px solid #ddd;
}

@media (max-width: 767px){#s-d492894f-3b5d-4e61-8501-f10aa8f9bab8 {
  display: none;
}
#s-d492894f-3b5d-4e61-8501-f10aa8f9bab8, #wrap-s-d492894f-3b5d-4e61-8501-f10aa8f9bab8 { display:none !important; }}
#s-d492894f-3b5d-4e61-8501-f10aa8f9bab8 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-97e94f80-f33a-493c-8dc5-4af8e79d40ac {
  padding-left: 120px;
padding-right: 120px;
}
@media (max-width: 767px){#s-97e94f80-f33a-493c-8dc5-4af8e79d40ac {
  display: none;
}
#s-97e94f80-f33a-493c-8dc5-4af8e79d40ac, #wrap-s-97e94f80-f33a-493c-8dc5-4af8e79d40ac { display:none !important; }}
@media (min-width: 0px) {
[id="s-97e94f80-f33a-493c-8dc5-4af8e79d40ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-97e94f80-f33a-493c-8dc5-4af8e79d40ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-97e94f80-f33a-493c-8dc5-4af8e79d40ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-97e94f80-f33a-493c-8dc5-4af8e79d40ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2783487f-d210-46b3-bf23-7345da381550 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (max-width: 767px){#s-abecec93-6faf-4700-a7d4-67668094a8a7 {
  display: none;
}
#s-abecec93-6faf-4700-a7d4-67668094a8a7, #wrap-s-abecec93-6faf-4700-a7d4-67668094a8a7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-abecec93-6faf-4700-a7d4-67668094a8a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abecec93-6faf-4700-a7d4-67668094a8a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-abecec93-6faf-4700-a7d4-67668094a8a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abecec93-6faf-4700-a7d4-67668094a8a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-abecec93-6faf-4700-a7d4-67668094a8a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abecec93-6faf-4700-a7d4-67668094a8a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-abecec93-6faf-4700-a7d4-67668094a8a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-33f4f0f2-46f6-491b-86c7-cb3a8463f00d {
  padding-top: 13px;
}

#s-33f4f0f2-46f6-491b-86c7-cb3a8463f00d hr {
  border-top: 2px solid #ddd;
}

#s-3b48df7c-30ff-4621-9e30-eb51e6d6c38a {
  padding-bottom: 10px;
text-align: center;
}

#s-3b48df7c-30ff-4621-9e30-eb51e6d6c38a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 41px;
  
  
  
}



#s-7501ee6a-5dce-4e72-bf76-70b063e8f99c {
  padding-top: 13px;
}

#s-7501ee6a-5dce-4e72-bf76-70b063e8f99c hr {
  border-top: 2px solid #ddd;
}

#s-91a71e87-4003-4ce7-8e33-8a2145165a49 {
  margin-top: 30px;
min-height: 50px;
}
@media (min-width: 1200px){#s-91a71e87-4003-4ce7-8e33-8a2145165a49 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91a71e87-4003-4ce7-8e33-8a2145165a49 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91a71e87-4003-4ce7-8e33-8a2145165a49 {
  
}
}@media (max-width: 767px){#s-91a71e87-4003-4ce7-8e33-8a2145165a49 {
  
}
}







#s-91a71e87-4003-4ce7-8e33-8a2145165a49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a71e87-4003-4ce7-8e33-8a2145165a49.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db38a4f9-e042-4dd3-9f8c-c65ac14c5628 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-db38a4f9-e042-4dd3-9f8c-c65ac14c5628 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db38a4f9-e042-4dd3-9f8c-c65ac14c5628 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db38a4f9-e042-4dd3-9f8c-c65ac14c5628 {
  
}
}@media (max-width: 767px){#s-db38a4f9-e042-4dd3-9f8c-c65ac14c5628 {
  
}
}







#s-db38a4f9-e042-4dd3-9f8c-c65ac14c5628 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-db38a4f9-e042-4dd3-9f8c-c65ac14c5628.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37033a52-e0cc-4038-b506-f2268a575f63 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-37033a52-e0cc-4038-b506-f2268a575f63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37033a52-e0cc-4038-b506-f2268a575f63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37033a52-e0cc-4038-b506-f2268a575f63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37033a52-e0cc-4038-b506-f2268a575f63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37033a52-e0cc-4038-b506-f2268a575f63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37033a52-e0cc-4038-b506-f2268a575f63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-37033a52-e0cc-4038-b506-f2268a575f63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-37033a52-e0cc-4038-b506-f2268a575f63"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-43a47b79-4cd2-49fc-9c16-4f5e40258317 {
  margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 350px;
opacity: 1;
background-color: rgba(97, 96, 96, 0.45);
}








#s-43a47b79-4cd2-49fc-9c16-4f5e40258317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43a47b79-4cd2-49fc-9c16-4f5e40258317.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc5ae614-c515-4c75-bf22-a783c33c077e {
  margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bc5ae614-c515-4c75-bf22-a783c33c077e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc5ae614-c515-4c75-bf22-a783c33c077e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc5ae614-c515-4c75-bf22-a783c33c077e {
  
}
}@media (max-width: 767px){#s-bc5ae614-c515-4c75-bf22-a783c33c077e {
  display: none;
}
#s-bc5ae614-c515-4c75-bf22-a783c33c077e, #wrap-s-bc5ae614-c515-4c75-bf22-a783c33c077e { display:none !important; }}
#s-bc5ae614-c515-4c75-bf22-a783c33c077e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-c31b21bf-433b-4086-aba7-f17bbfb669a2 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 30px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 11px;
text-align: center;
background-color: rgba(255, 249, 249, 0);
}
@media (min-width: 1200px){#s-c31b21bf-433b-4086-aba7-f17bbfb669a2 {
  display: none;
}
#s-c31b21bf-433b-4086-aba7-f17bbfb669a2, #wrap-s-c31b21bf-433b-4086-aba7-f17bbfb669a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c31b21bf-433b-4086-aba7-f17bbfb669a2 {
  display: none;
}
#s-c31b21bf-433b-4086-aba7-f17bbfb669a2, #wrap-s-c31b21bf-433b-4086-aba7-f17bbfb669a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c31b21bf-433b-4086-aba7-f17bbfb669a2 {
  display: none;
}
#s-c31b21bf-433b-4086-aba7-f17bbfb669a2, #wrap-s-c31b21bf-433b-4086-aba7-f17bbfb669a2 { display:none !important; }}@media (max-width: 767px){#s-c31b21bf-433b-4086-aba7-f17bbfb669a2 {
  
}
}
#s-c31b21bf-433b-4086-aba7-f17bbfb669a2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  200 ;
  font-family: "Oswald";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1em;
  
  
}



#s-d57f9856-256c-4af0-a156-409ba873f182 {
  margin-bottom: -7px;
}
@media (max-width: 767px){#s-d57f9856-256c-4af0-a156-409ba873f182 {
  display: none;
}
#s-d57f9856-256c-4af0-a156-409ba873f182, #wrap-s-d57f9856-256c-4af0-a156-409ba873f182 { display:none !important; }}
#s-8276dd4d-3350-4b38-9612-ed8daae37e3c {
  margin-bottom: -7px;
}
@media (min-width: 1200px){#s-8276dd4d-3350-4b38-9612-ed8daae37e3c {
  display: none;
}
#s-8276dd4d-3350-4b38-9612-ed8daae37e3c, #wrap-s-8276dd4d-3350-4b38-9612-ed8daae37e3c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8276dd4d-3350-4b38-9612-ed8daae37e3c {
  display: none;
}
#s-8276dd4d-3350-4b38-9612-ed8daae37e3c, #wrap-s-8276dd4d-3350-4b38-9612-ed8daae37e3c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8276dd4d-3350-4b38-9612-ed8daae37e3c {
  display: none;
}
#s-8276dd4d-3350-4b38-9612-ed8daae37e3c, #wrap-s-8276dd4d-3350-4b38-9612-ed8daae37e3c { display:none !important; }}
#s-68e0b529-5857-44b9-bdec-d8c7839f58ac {
  box-shadow:1px 1px 5px 2px rgba(255, 255, 255, 0.5);
margin-top: 11px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 41px;
padding-bottom: 10px;
padding-right: 41px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 3px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 0);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-68e0b529-5857-44b9-bdec-d8c7839f58ac:hover {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-68e0b529-5857-44b9-bdec-d8c7839f58ac:active {border-style: solid !important;
border-color: rgba(215, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-68e0b529-5857-44b9-bdec-d8c7839f58ac-root {
    text-align: center;
  }


#s-68e0b529-5857-44b9-bdec-d8c7839f58ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-68e0b529-5857-44b9-bdec-d8c7839f58ac-root {
    text-align: center;
  }


#s-68e0b529-5857-44b9-bdec-d8c7839f58ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68e0b529-5857-44b9-bdec-d8c7839f58ac-root {
    text-align: center;
  }


#s-68e0b529-5857-44b9-bdec-d8c7839f58ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68e0b529-5857-44b9-bdec-d8c7839f58ac-root {
    text-align: center;
  }


#s-68e0b529-5857-44b9-bdec-d8c7839f58ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-68e0b529-5857-44b9-bdec-d8c7839f58ac-root {
    text-align: center;
  }


#s-68e0b529-5857-44b9-bdec-d8c7839f58ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-weight: 200;
  
  font-family: Oswald;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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