.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-30aebf8e-8ed3-4f25-bc8b-f76acbbc3c03 {
  min-height: 50px;
}
@media (max-width: 767px){#s-30aebf8e-8ed3-4f25-bc8b-f76acbbc3c03 {
  display: none;
}
#s-30aebf8e-8ed3-4f25-bc8b-f76acbbc3c03, #wrap-s-30aebf8e-8ed3-4f25-bc8b-f76acbbc3c03 { display:none !important; }}







#s-30aebf8e-8ed3-4f25-bc8b-f76acbbc3c03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30aebf8e-8ed3-4f25-bc8b-f76acbbc3c03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-00a28c92-a4d9-43ac-a2d4-2af1f75ad58e {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-00a28c92-a4d9-43ac-a2d4-2af1f75ad58e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-00a28c92-a4d9-43ac-a2d4-2af1f75ad58e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00a28c92-a4d9-43ac-a2d4-2af1f75ad58e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00a28c92-a4d9-43ac-a2d4-2af1f75ad58e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00a28c92-a4d9-43ac-a2d4-2af1f75ad58e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00a28c92-a4d9-43ac-a2d4-2af1f75ad58e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00a28c92-a4d9-43ac-a2d4-2af1f75ad58e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-2538fb3e-230e-469f-ade6-a4734989f320 {
  margin-top: 4px;
text-align: center;
}
@media (max-width: 767px){#s-2538fb3e-230e-469f-ade6-a4734989f320 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-2538fb3e-230e-469f-ade6-a4734989f320 .shogun-icon-wrapper {
  text-align: left;
}


#s-2538fb3e-230e-469f-ade6-a4734989f320 .shogun-icon-wrapper > .shogun-icon {

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

.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-2066c4c8-6651-428f-82f4-8f72cc6bc84b {
  text-align: left;
}
@media (max-width: 767px){#s-2066c4c8-6651-428f-82f4-8f72cc6bc84b {
  margin-left: -67%;
margin-right: 0%;
}
}
#s-2066c4c8-6651-428f-82f4-8f72cc6bc84b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-a1b317d8-2c1c-4308-b4ac-cdef05885032 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-a1b317d8-2c1c-4308-b4ac-cdef05885032"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a1b317d8-2c1c-4308-b4ac-cdef05885032"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a1b317d8-2c1c-4308-b4ac-cdef05885032"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a1b317d8-2c1c-4308-b4ac-cdef05885032"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a1b317d8-2c1c-4308-b4ac-cdef05885032"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1b317d8-2c1c-4308-b4ac-cdef05885032"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a1b317d8-2c1c-4308-b4ac-cdef05885032"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-65e5f3a2-1327-4207-b3db-58f6cdcf7ce7 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-65e5f3a2-1327-4207-b3db-58f6cdcf7ce7 .shogun-icon-wrapper {
  text-align: left;
}


#s-65e5f3a2-1327-4207-b3db-58f6cdcf7ce7 .shogun-icon-wrapper > .shogun-icon {

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

#s-adc2927f-6700-427a-8618-bf72d1cd30bf {
  margin-top: 5px;
margin-bottom: 0px;
text-align: left;
}

#s-adc2927f-6700-427a-8618-bf72d1cd30bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-6bfb5aab-a315-4f59-8059-062856985254 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-6bfb5aab-a315-4f59-8059-062856985254"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6bfb5aab-a315-4f59-8059-062856985254"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6bfb5aab-a315-4f59-8059-062856985254"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6bfb5aab-a315-4f59-8059-062856985254"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6bfb5aab-a315-4f59-8059-062856985254"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bfb5aab-a315-4f59-8059-062856985254"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6bfb5aab-a315-4f59-8059-062856985254"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-2ea781bd-cf67-4bee-b717-860761317b2d .shogun-icon-wrapper {
  text-align: left;
}


#s-2ea781bd-cf67-4bee-b717-860761317b2d .shogun-icon-wrapper > .shogun-icon {

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

#s-6c22a03e-a1ef-4591-aa51-7b603b2ade4a {
  margin-top: 5px;
text-align: left;
}

#s-6c22a03e-a1ef-4591-aa51-7b603b2ade4a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-3a0fef03-5b79-433f-b5e9-1b6f64731055 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-3a0fef03-5b79-433f-b5e9-1b6f64731055"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3a0fef03-5b79-433f-b5e9-1b6f64731055"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3a0fef03-5b79-433f-b5e9-1b6f64731055"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a0fef03-5b79-433f-b5e9-1b6f64731055"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3a0fef03-5b79-433f-b5e9-1b6f64731055"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a0fef03-5b79-433f-b5e9-1b6f64731055"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3a0fef03-5b79-433f-b5e9-1b6f64731055"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-2c8cf55c-81ea-44dd-bcdb-6a9989d12bcd {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2c8cf55c-81ea-44dd-bcdb-6a9989d12bcd .shogun-icon-wrapper {
  text-align: left;
}


#s-2c8cf55c-81ea-44dd-bcdb-6a9989d12bcd .shogun-icon-wrapper > .shogun-icon {

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

#s-cf08d0ce-0a80-4161-8e86-77d497ddf766 {
  margin-top: 5px;
margin-bottom: 0px;
text-align: left;
}

#s-cf08d0ce-0a80-4161-8e86-77d497ddf766 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-c527702c-ddaa-43ee-b69c-76d0a1200d4f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c527702c-ddaa-43ee-b69c-76d0a1200d4f {
  display: none;
}
#s-c527702c-ddaa-43ee-b69c-76d0a1200d4f, #wrap-s-c527702c-ddaa-43ee-b69c-76d0a1200d4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c527702c-ddaa-43ee-b69c-76d0a1200d4f {
  display: none;
}
#s-c527702c-ddaa-43ee-b69c-76d0a1200d4f, #wrap-s-c527702c-ddaa-43ee-b69c-76d0a1200d4f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c527702c-ddaa-43ee-b69c-76d0a1200d4f {
  display: none;
}
#s-c527702c-ddaa-43ee-b69c-76d0a1200d4f, #wrap-s-c527702c-ddaa-43ee-b69c-76d0a1200d4f { display:none !important; }}







#s-c527702c-ddaa-43ee-b69c-76d0a1200d4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c527702c-ddaa-43ee-b69c-76d0a1200d4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5f174b1-07c5-43f9-ab4e-0fb2fe742fe3 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-e5f174b1-07c5-43f9-ab4e-0fb2fe742fe3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e5f174b1-07c5-43f9-ab4e-0fb2fe742fe3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e5f174b1-07c5-43f9-ab4e-0fb2fe742fe3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5f174b1-07c5-43f9-ab4e-0fb2fe742fe3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0234396d-3d08-4e05-a62b-7d71cc291423 {
  margin-top: 4px;
text-align: center;
}
@media (max-width: 767px){#s-0234396d-3d08-4e05-a62b-7d71cc291423 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-0234396d-3d08-4e05-a62b-7d71cc291423 .shogun-icon-wrapper {
  text-align: left;
}


#s-0234396d-3d08-4e05-a62b-7d71cc291423 .shogun-icon-wrapper > .shogun-icon {

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

#s-2e0eec1b-7a9b-4566-91ca-2759fd2a8192 {
  text-align: left;
}
@media (max-width: 767px){#s-2e0eec1b-7a9b-4566-91ca-2759fd2a8192 {
  margin-left: -70%;
margin-right: 0%;
}
}
#s-2e0eec1b-7a9b-4566-91ca-2759fd2a8192 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-7a4248e4-f327-4f6d-826d-c62ae8b1eff6 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-7a4248e4-f327-4f6d-826d-c62ae8b1eff6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7a4248e4-f327-4f6d-826d-c62ae8b1eff6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a4248e4-f327-4f6d-826d-c62ae8b1eff6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a4248e4-f327-4f6d-826d-c62ae8b1eff6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4654faae-2dfe-43b0-b286-d2518bced084 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-4654faae-2dfe-43b0-b286-d2518bced084 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-4654faae-2dfe-43b0-b286-d2518bced084 .shogun-icon-wrapper {
  text-align: left;
}


#s-4654faae-2dfe-43b0-b286-d2518bced084 .shogun-icon-wrapper > .shogun-icon {

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

#s-3226d3c1-3b6c-4857-9959-cd6f4fa3b026 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3226d3c1-3b6c-4857-9959-cd6f4fa3b026 {
  margin-left: -70%;
}
}
#s-3226d3c1-3b6c-4857-9959-cd6f4fa3b026 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-f6688ac3-718f-4e92-bbf2-e160dd313abd {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-f6688ac3-718f-4e92-bbf2-e160dd313abd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f6688ac3-718f-4e92-bbf2-e160dd313abd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6688ac3-718f-4e92-bbf2-e160dd313abd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6688ac3-718f-4e92-bbf2-e160dd313abd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1a8f7550-6322-49be-b0bf-f6e234219a53 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-1a8f7550-6322-49be-b0bf-f6e234219a53 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-1a8f7550-6322-49be-b0bf-f6e234219a53 .shogun-icon-wrapper {
  text-align: left;
}


#s-1a8f7550-6322-49be-b0bf-f6e234219a53 .shogun-icon-wrapper > .shogun-icon {

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

#s-a270b867-d31b-40db-b44c-0c25f9c4ba2a {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a270b867-d31b-40db-b44c-0c25f9c4ba2a {
  margin-left: -70%;
}
}
#s-a270b867-d31b-40db-b44c-0c25f9c4ba2a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-84668775-ef05-409e-bffe-ee173f5a3d95 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-84668775-ef05-409e-bffe-ee173f5a3d95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-84668775-ef05-409e-bffe-ee173f5a3d95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84668775-ef05-409e-bffe-ee173f5a3d95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84668775-ef05-409e-bffe-ee173f5a3d95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a1d97c5d-4c1a-4002-ad13-3ef6763704a2 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-a1d97c5d-4c1a-4002-ad13-3ef6763704a2 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-a1d97c5d-4c1a-4002-ad13-3ef6763704a2 .shogun-icon-wrapper {
  text-align: left;
}


#s-a1d97c5d-4c1a-4002-ad13-3ef6763704a2 .shogun-icon-wrapper > .shogun-icon {

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

#s-a5502fd3-5cc7-48bc-a543-8f6755157f1b {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a5502fd3-5cc7-48bc-a543-8f6755157f1b {
  margin-left: -70%;
}
}
#s-a5502fd3-5cc7-48bc-a543-8f6755157f1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-67b5cd26-d31d-49de-b976-75d2c6064d53 {
  margin-top: 5%;
margin-bottom: 10%;
}


  #s-67b5cd26-d31d-49de-b976-75d2c6064d53 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-67b5cd26-d31d-49de-b976-75d2c6064d53 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-67b5cd26-d31d-49de-b976-75d2c6064d53 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(136, 140, 143, 1);
  font-family: Open Sans;
  font-weight: 300;
  font-style: ;
  font-size: 12px;
}

#s-67b5cd26-d31d-49de-b976-75d2c6064d53 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-67b5cd26-d31d-49de-b976-75d2c6064d53 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-67b5cd26-d31d-49de-b976-75d2c6064d53 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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-134978ce-8b8a-474f-b201-3432bb97487a {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

#s-82c75a34-8ff2-43d9-857e-993176aa49e6 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

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

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

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

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

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

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

#s-fa720e31-ebe8-4391-852b-ffef37f4b6e9 {
  margin-top: 5%;
margin-left: 11%;
margin-bottom: 5%;
margin-right: 11%;
}

#s-fa720e31-ebe8-4391-852b-ffef37f4b6e9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-fa720e31-ebe8-4391-852b-ffef37f4b6e9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fa720e31-ebe8-4391-852b-ffef37f4b6e9 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-fa720e31-ebe8-4391-852b-ffef37f4b6e9 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-fa720e31-ebe8-4391-852b-ffef37f4b6e9 td.shogun-table-column, #s-fa720e31-ebe8-4391-852b-ffef37f4b6e9 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-98c4af43-cb92-4b9c-b39f-63990bac3d2d {
  margin-top: 13px;
margin-left: 3%;
margin-bottom: 13px;
margin-right: 3%;
}

#s-a0d2ad0b-50b2-43f0-b53b-3a8f49d886fb {
  margin-left: 3%;
margin-right: 3%;
}

#s-a0d2ad0b-50b2-43f0-b53b-3a8f49d886fb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-a0d2ad0b-50b2-43f0-b53b-3a8f49d886fb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a0d2ad0b-50b2-43f0-b53b-3a8f49d886fb td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a0d2ad0b-50b2-43f0-b53b-3a8f49d886fb td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a0d2ad0b-50b2-43f0-b53b-3a8f49d886fb td.shogun-table-column, #s-a0d2ad0b-50b2-43f0-b53b-3a8f49d886fb td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-d56b6a33-f4dc-40c0-b97f-8b3f712da5be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d56b6a33-f4dc-40c0-b97f-8b3f712da5be .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-37781dc6-e281-47d9-8cce-518a18f09643 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37781dc6-e281-47d9-8cce-518a18f09643 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-ddbded8d-9390-42d4-bdc4-5a07361e8fd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ddbded8d-9390-42d4-bdc4-5a07361e8fd7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-d955f9c5-b89b-4c58-acd6-110d467723b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d955f9c5-b89b-4c58-acd6-110d467723b4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-df557eeb-bf2c-4067-86c7-07f99aa9812e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df557eeb-bf2c-4067-86c7-07f99aa9812e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-f1ebc3f4-639e-43d8-86c3-8bfe3af3768b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1ebc3f4-639e-43d8-86c3-8bfe3af3768b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-8a2b80f7-79c5-4374-b0f0-cd7e3eccb8be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a2b80f7-79c5-4374-b0f0-cd7e3eccb8be .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-6a40326b-e355-4dc9-b070-e0532e8463d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a40326b-e355-4dc9-b070-e0532e8463d5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-9ba384e2-2e5a-43c3-9d6f-7e2bf1c95a1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ba384e2-2e5a-43c3-9d6f-7e2bf1c95a1a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-90f96c7b-310e-43e7-99f0-d56382e195df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90f96c7b-310e-43e7-99f0-d56382e195df .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-98f75fb9-ff5d-43eb-8007-68491e8e3271 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98f75fb9-ff5d-43eb-8007-68491e8e3271 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-0f425606-9033-4836-9186-02aee6aea6bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f425606-9033-4836-9186-02aee6aea6bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-0b1151ec-9163-42b8-8772-e6e7af263d3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b1151ec-9163-42b8-8772-e6e7af263d3e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-9e9eb214-a678-4bbc-8034-3773ba0bab8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e9eb214-a678-4bbc-8034-3773ba0bab8f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-2983c717-fb51-419c-ae97-55a6e0df6073 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2983c717-fb51-419c-ae97-55a6e0df6073 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-c41a25bc-5c3b-43ba-8414-16983be5d3f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c41a25bc-5c3b-43ba-8414-16983be5d3f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-bedd192e-3091-4ac7-b608-46bf8add67d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bedd192e-3091-4ac7-b608-46bf8add67d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-3acc9525-a6c2-410c-913d-e1ff2606bffe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3acc9525-a6c2-410c-913d-e1ff2606bffe .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-df345907-f03d-4dd0-8987-b3dcf26807e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df345907-f03d-4dd0-8987-b3dcf26807e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-c9644913-a0cf-4f7b-990a-ad9b12eb2f88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9644913-a0cf-4f7b-990a-ad9b12eb2f88 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-c3e188a9-62b0-4cd3-9491-e90d4b435702 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3e188a9-62b0-4cd3-9491-e90d4b435702 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-c6b5ad2a-1ef2-43c1-8eab-87e03c815e4a {
  min-height: 50px;
}
@media (max-width: 767px){#s-c6b5ad2a-1ef2-43c1-8eab-87e03c815e4a {
  
}
}







#s-c6b5ad2a-1ef2-43c1-8eab-87e03c815e4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6b5ad2a-1ef2-43c1-8eab-87e03c815e4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4e4bf03-9df0-46db-9c3d-3adbb9b367b9 {
  min-height: 720px;
}








#s-a4e4bf03-9df0-46db-9c3d-3adbb9b367b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4e4bf03-9df0-46db-9c3d-3adbb9b367b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdedb4eb-b753-42ea-b46e-e2d2ac8c4967 {
  margin-top: 3%;
}

@media (min-width: 0px) {
[id="s-cdedb4eb-b753-42ea-b46e-e2d2ac8c4967"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdedb4eb-b753-42ea-b46e-e2d2ac8c4967"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cdedb4eb-b753-42ea-b46e-e2d2ac8c4967"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdedb4eb-b753-42ea-b46e-e2d2ac8c4967"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-cdedb4eb-b753-42ea-b46e-e2d2ac8c4967"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d7e9ae25-c956-49b4-a00a-f5e926141166 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-d7e9ae25-c956-49b4-a00a-f5e926141166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7e9ae25-c956-49b4-a00a-f5e926141166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59dcae38-2df8-4cd9-870e-924618b56f39 {
  margin-top: 30%;
margin-bottom: 30%;
min-height: 0px;
}
@media (max-width: 767px){#s-59dcae38-2df8-4cd9-870e-924618b56f39 {
  
}
}







#s-59dcae38-2df8-4cd9-870e-924618b56f39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59dcae38-2df8-4cd9-870e-924618b56f39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e855b08-994d-4949-80e2-b9f99118a6af {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e855b08-994d-4949-80e2-b9f99118a6af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-293eae30-7ae7-452b-ba3f-965e304fe7b2 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-d72e95a7-94db-4fc1-aab6-6de62d28ada7 {
  margin-bottom: 0px;
background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-d72e95a7-94db-4fc1-aab6-6de62d28ada7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d72e95a7-94db-4fc1-aab6-6de62d28ada7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d72e95a7-94db-4fc1-aab6-6de62d28ada7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d72e95a7-94db-4fc1-aab6-6de62d28ada7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7453d39f-4d5d-4630-b123-9de29d6bff31 {
  margin-top: 10%;
margin-bottom: 10%;
min-height: 0px;
}








#s-7453d39f-4d5d-4630-b123-9de29d6bff31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7453d39f-4d5d-4630-b123-9de29d6bff31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9ad8516-e701-4f1a-9540-c8552996f1b6 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9ad8516-e701-4f1a-9540-c8552996f1b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-aae64aa0-c49d-4023-b6df-3997b6ae8aef {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-c0b70531-c0b3-4e37-8ca5-84b904e0c718 {
  min-height: 500px;
}








#s-c0b70531-c0b3-4e37-8ca5-84b904e0c718 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0b70531-c0b3-4e37-8ca5-84b904e0c718.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97d5df38-162a-4dfd-a05f-cd77cec46c29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97d5df38-162a-4dfd-a05f-cd77cec46c29 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 0.7);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 6px;
  
}



#s-281ee188-cb59-4af5-8512-dea6e2494f4c {
  margin-bottom: 3%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-281ee188-cb59-4af5-8512-dea6e2494f4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-281ee188-cb59-4af5-8512-dea6e2494f4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-281ee188-cb59-4af5-8512-dea6e2494f4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-281ee188-cb59-4af5-8512-dea6e2494f4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-281ee188-cb59-4af5-8512-dea6e2494f4c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ce9357af-5141-48ba-aee9-3e007f1f559c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 900px;
background-position: center center;
}








#s-ce9357af-5141-48ba-aee9-3e007f1f559c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce9357af-5141-48ba-aee9-3e007f1f559c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c9a2b96-9659-4da1-bcaa-e82bfcc745a2 {
  margin-top: 40%;
margin-bottom: 40%;
}








#s-7c9a2b96-9659-4da1-bcaa-e82bfcc745a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c9a2b96-9659-4da1-bcaa-e82bfcc745a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ca80d06e-a200-4619-b9b4-87ebd68e496b {
  margin-top: 7%;
margin-left: 29%;
margin-bottom: 7%;
margin-right: 29%;
text-align: center;
}
@media (max-width: 767px){#s-ca80d06e-a200-4619-b9b4-87ebd68e496b {
  
}
}






  #s-ca80d06e-a200-4619-b9b4-87ebd68e496b img.shogun-image {
    

    
    
    
  }


#s-ca80d06e-a200-4619-b9b4-87ebd68e496b .shogun-image-content {
  
    align-items: center;
  
}

#s-130d1548-e307-45ba-8fdd-185f1d584166 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 10%;
padding-right: 10%;
}

/*
  $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}