.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-013804fa-b899-475b-9706-9b353f06104e {
  min-height: 50px;
}
@media (max-width: 767px){#s-013804fa-b899-475b-9706-9b353f06104e {
  display: none;
}
#s-013804fa-b899-475b-9706-9b353f06104e, #wrap-s-013804fa-b899-475b-9706-9b353f06104e { display:none !important; }}







#s-013804fa-b899-475b-9706-9b353f06104e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-013804fa-b899-475b-9706-9b353f06104e.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-4fe4297e-d77d-4fac-a80b-72a37c266883 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-4fe4297e-d77d-4fac-a80b-72a37c266883"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4fe4297e-d77d-4fac-a80b-72a37c266883"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4fe4297e-d77d-4fac-a80b-72a37c266883"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4fe4297e-d77d-4fac-a80b-72a37c266883"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4fe4297e-d77d-4fac-a80b-72a37c266883"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fe4297e-d77d-4fac-a80b-72a37c266883"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4fe4297e-d77d-4fac-a80b-72a37c266883"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-1e93faf5-6993-46d8-a9ca-d4c87e050db6 {
  margin-top: 4px;
text-align: center;
}
@media (max-width: 767px){#s-1e93faf5-6993-46d8-a9ca-d4c87e050db6 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-1e93faf5-6993-46d8-a9ca-d4c87e050db6 .shogun-icon-wrapper {
  text-align: left;
}


#s-1e93faf5-6993-46d8-a9ca-d4c87e050db6 .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-3a085dbb-c522-4542-a514-6e2bec3a80a1 {
  text-align: left;
}
@media (max-width: 767px){#s-3a085dbb-c522-4542-a514-6e2bec3a80a1 {
  margin-left: -67%;
margin-right: 0%;
}
}
#s-3a085dbb-c522-4542-a514-6e2bec3a80a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-17837e01-8c29-4056-9a40-f2df9975099a {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-17837e01-8c29-4056-9a40-f2df9975099a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-17837e01-8c29-4056-9a40-f2df9975099a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17837e01-8c29-4056-9a40-f2df9975099a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-17837e01-8c29-4056-9a40-f2df9975099a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17837e01-8c29-4056-9a40-f2df9975099a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-17837e01-8c29-4056-9a40-f2df9975099a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-17837e01-8c29-4056-9a40-f2df9975099a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-b037f265-ae63-41d6-8f86-a96c48317d1e {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b037f265-ae63-41d6-8f86-a96c48317d1e .shogun-icon-wrapper {
  text-align: left;
}


#s-b037f265-ae63-41d6-8f86-a96c48317d1e .shogun-icon-wrapper > .shogun-icon {

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

#s-c7db3d15-9b20-480b-98b1-d57e3b88ca74 {
  margin-top: 5px;
margin-bottom: 0px;
text-align: left;
}

#s-c7db3d15-9b20-480b-98b1-d57e3b88ca74 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-d469119b-c4f6-4d49-8bb2-46ef000fb848 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-d469119b-c4f6-4d49-8bb2-46ef000fb848"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d469119b-c4f6-4d49-8bb2-46ef000fb848"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d469119b-c4f6-4d49-8bb2-46ef000fb848"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d469119b-c4f6-4d49-8bb2-46ef000fb848"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d469119b-c4f6-4d49-8bb2-46ef000fb848"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d469119b-c4f6-4d49-8bb2-46ef000fb848"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d469119b-c4f6-4d49-8bb2-46ef000fb848"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-a6d2b953-83de-4a28-851b-f35ab57ae221 .shogun-icon-wrapper {
  text-align: left;
}


#s-a6d2b953-83de-4a28-851b-f35ab57ae221 .shogun-icon-wrapper > .shogun-icon {

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

#s-982f9a59-bfce-410d-8f46-667ff7790523 {
  margin-top: 5px;
text-align: left;
}

#s-982f9a59-bfce-410d-8f46-667ff7790523 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-5618f451-9c8e-4743-ac9c-e8eb8f5b484e {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-5618f451-9c8e-4743-ac9c-e8eb8f5b484e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5618f451-9c8e-4743-ac9c-e8eb8f5b484e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5618f451-9c8e-4743-ac9c-e8eb8f5b484e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5618f451-9c8e-4743-ac9c-e8eb8f5b484e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5618f451-9c8e-4743-ac9c-e8eb8f5b484e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5618f451-9c8e-4743-ac9c-e8eb8f5b484e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5618f451-9c8e-4743-ac9c-e8eb8f5b484e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-3c6d9e14-eebb-4fe6-8493-72ef9ec0cc39 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3c6d9e14-eebb-4fe6-8493-72ef9ec0cc39 .shogun-icon-wrapper {
  text-align: left;
}


#s-3c6d9e14-eebb-4fe6-8493-72ef9ec0cc39 .shogun-icon-wrapper > .shogun-icon {

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

#s-ce4e1cc6-2a56-4624-85a6-42cdcc476050 {
  margin-top: 5px;
margin-bottom: 0px;
text-align: left;
}

#s-ce4e1cc6-2a56-4624-85a6-42cdcc476050 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-c7a192ee-37d6-4839-bc37-35390128939b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c7a192ee-37d6-4839-bc37-35390128939b {
  display: none;
}
#s-c7a192ee-37d6-4839-bc37-35390128939b, #wrap-s-c7a192ee-37d6-4839-bc37-35390128939b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7a192ee-37d6-4839-bc37-35390128939b {
  display: none;
}
#s-c7a192ee-37d6-4839-bc37-35390128939b, #wrap-s-c7a192ee-37d6-4839-bc37-35390128939b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7a192ee-37d6-4839-bc37-35390128939b {
  display: none;
}
#s-c7a192ee-37d6-4839-bc37-35390128939b, #wrap-s-c7a192ee-37d6-4839-bc37-35390128939b { display:none !important; }}







#s-c7a192ee-37d6-4839-bc37-35390128939b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7a192ee-37d6-4839-bc37-35390128939b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40cc7363-0cc1-4dd0-8edb-1fcf9d4c242e {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-40cc7363-0cc1-4dd0-8edb-1fcf9d4c242e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-40cc7363-0cc1-4dd0-8edb-1fcf9d4c242e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-40cc7363-0cc1-4dd0-8edb-1fcf9d4c242e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-40cc7363-0cc1-4dd0-8edb-1fcf9d4c242e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bffcdcbd-2623-467f-8a2a-581f8321b461 {
  margin-top: 4px;
text-align: center;
}
@media (max-width: 767px){#s-bffcdcbd-2623-467f-8a2a-581f8321b461 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-bffcdcbd-2623-467f-8a2a-581f8321b461 .shogun-icon-wrapper {
  text-align: left;
}


#s-bffcdcbd-2623-467f-8a2a-581f8321b461 .shogun-icon-wrapper > .shogun-icon {

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

#s-535422c7-0cdc-4ee7-852f-e50defa409c3 {
  text-align: left;
}
@media (max-width: 767px){#s-535422c7-0cdc-4ee7-852f-e50defa409c3 {
  margin-left: -70%;
margin-right: 0%;
}
}
#s-535422c7-0cdc-4ee7-852f-e50defa409c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-94193d2c-b53b-49d6-bdc6-3fdd589590a1 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-94193d2c-b53b-49d6-bdc6-3fdd589590a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-94193d2c-b53b-49d6-bdc6-3fdd589590a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-94193d2c-b53b-49d6-bdc6-3fdd589590a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-94193d2c-b53b-49d6-bdc6-3fdd589590a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f7106497-8cd4-44dc-b16b-b2bb48592350 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-f7106497-8cd4-44dc-b16b-b2bb48592350 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-f7106497-8cd4-44dc-b16b-b2bb48592350 .shogun-icon-wrapper {
  text-align: left;
}


#s-f7106497-8cd4-44dc-b16b-b2bb48592350 .shogun-icon-wrapper > .shogun-icon {

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

#s-1bc3f6ab-8b7b-419a-a777-131ec982d3a4 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1bc3f6ab-8b7b-419a-a777-131ec982d3a4 {
  margin-left: -70%;
}
}
#s-1bc3f6ab-8b7b-419a-a777-131ec982d3a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-021557c2-e38f-407c-bed8-1fd7d9b452a6 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-021557c2-e38f-407c-bed8-1fd7d9b452a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-021557c2-e38f-407c-bed8-1fd7d9b452a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-021557c2-e38f-407c-bed8-1fd7d9b452a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-021557c2-e38f-407c-bed8-1fd7d9b452a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d4358351-3322-476b-846a-a0a3a44e1208 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-d4358351-3322-476b-846a-a0a3a44e1208 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-d4358351-3322-476b-846a-a0a3a44e1208 .shogun-icon-wrapper {
  text-align: left;
}


#s-d4358351-3322-476b-846a-a0a3a44e1208 .shogun-icon-wrapper > .shogun-icon {

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

#s-3d0d4566-ca1f-463b-971d-4cf055bca4a5 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3d0d4566-ca1f-463b-971d-4cf055bca4a5 {
  margin-left: -70%;
}
}
#s-3d0d4566-ca1f-463b-971d-4cf055bca4a5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



#s-e6027bf8-6edd-4805-b6ca-bd8cf47f73b3 {
  margin-top: 4px;
margin-bottom: 4px;
}

@media (min-width: 0px) {
[id="s-e6027bf8-6edd-4805-b6ca-bd8cf47f73b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e6027bf8-6edd-4805-b6ca-bd8cf47f73b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6027bf8-6edd-4805-b6ca-bd8cf47f73b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6027bf8-6edd-4805-b6ca-bd8cf47f73b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f0308e10-01e7-496a-a102-38220fd38607 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-f0308e10-01e7-496a-a102-38220fd38607 {
  margin-left: 10%;
margin-right: 27%;
}
}
#s-f0308e10-01e7-496a-a102-38220fd38607 .shogun-icon-wrapper {
  text-align: left;
}


#s-f0308e10-01e7-496a-a102-38220fd38607 .shogun-icon-wrapper > .shogun-icon {

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

#s-f5ebe662-184b-47c2-80c9-7ac16f87ae09 {
  margin-top: 5px;
margin-left: -60%;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f5ebe662-184b-47c2-80c9-7ac16f87ae09 {
  margin-left: -70%;
}
}
#s-f5ebe662-184b-47c2-80c9-7ac16f87ae09 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-96d53679-f8d1-4fe3-aba4-01730d7a70c2 {
  margin-top: 7%;
margin-bottom: 7%;
}

#s-96d53679-f8d1-4fe3-aba4-01730d7a70c2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(208, 208, 208, 0);
}

#s-96d53679-f8d1-4fe3-aba4-01730d7a70c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 17px;
}

#s-96d53679-f8d1-4fe3-aba4-01730d7a70c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(53, 54, 55, 1);
}

#s-96d53679-f8d1-4fe3-aba4-01730d7a70c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(208, 208, 208, 0);
}

#s-96d53679-f8d1-4fe3-aba4-01730d7a70c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(53, 54, 55, 1);
  text-align: left;
  font-family: Quicksand;
  font-weight: 300;
  font-style: ;
  font-size: 14px;
}

#s-96d53679-f8d1-4fe3-aba4-01730d7a70c2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
.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-53250775-1be6-44db-ab05-9b1c85b7681e {
  margin-top: 5%;
margin-left: 11%;
margin-bottom: 5%;
margin-right: 11%;
}

#s-53250775-1be6-44db-ab05-9b1c85b7681e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-53250775-1be6-44db-ab05-9b1c85b7681e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-53250775-1be6-44db-ab05-9b1c85b7681e 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-53250775-1be6-44db-ab05-9b1c85b7681e td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-53250775-1be6-44db-ab05-9b1c85b7681e td.shogun-table-column, #s-53250775-1be6-44db-ab05-9b1c85b7681e td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-166c6190-99c8-4464-abf6-764b5feaa68b {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

#s-c03de084-98f5-4010-a4e8-f1680b5cb54f {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}

#s-5ac0aa28-ac73-4161-b4d7-b7e26f3364ef {
  margin-top: 13px;
margin-left: 3%;
margin-bottom: 13px;
margin-right: 3%;
}

#s-77b4f5a5-56d5-4eea-825d-0d69885adede {
  margin-left: 3%;
margin-right: 3%;
}

#s-77b4f5a5-56d5-4eea-825d-0d69885adede .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-77b4f5a5-56d5-4eea-825d-0d69885adede table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-77b4f5a5-56d5-4eea-825d-0d69885adede 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-77b4f5a5-56d5-4eea-825d-0d69885adede td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-77b4f5a5-56d5-4eea-825d-0d69885adede td.shogun-table-column, #s-77b4f5a5-56d5-4eea-825d-0d69885adede td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-564210c3-d197-4e16-b79b-471f7e8e1c6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-564210c3-d197-4e16-b79b-471f7e8e1c6d .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-7b5f8636-1d83-461e-a107-9ba858fb7fe9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b5f8636-1d83-461e-a107-9ba858fb7fe9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-e5fd065e-d33b-4314-894e-22c33ac67eee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5fd065e-d33b-4314-894e-22c33ac67eee .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-2fc73e7d-94ed-48e6-93c7-b8e24dc79883 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fc73e7d-94ed-48e6-93c7-b8e24dc79883 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-4df6545a-1d7f-486c-87c6-41974a553b20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4df6545a-1d7f-486c-87c6-41974a553b20 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-cea725f6-0740-4316-a9b2-a9576c71720a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cea725f6-0740-4316-a9b2-a9576c71720a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-4a81b2b1-7808-49c3-9a1a-107a2117a6c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a81b2b1-7808-49c3-9a1a-107a2117a6c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-e4031814-e64f-4ab8-9e15-49c4c70910e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4031814-e64f-4ab8-9e15-49c4c70910e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-f254ba98-343a-4c7a-ac1b-c1504ca225c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f254ba98-343a-4c7a-ac1b-c1504ca225c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-26d39f16-2e29-4a50-8b80-5ffa6d49256e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26d39f16-2e29-4a50-8b80-5ffa6d49256e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-b8b5682c-ad61-4f09-95af-b1a31dd57671 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8b5682c-ad61-4f09-95af-b1a31dd57671 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-c943c6cc-f869-46ba-95ea-f192361039e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c943c6cc-f869-46ba-95ea-f192361039e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-2696650a-ed22-4137-bfc6-3c972b4f0183 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2696650a-ed22-4137-bfc6-3c972b4f0183 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-89dd7e23-3919-476b-9086-40cf1fdd7bdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89dd7e23-3919-476b-9086-40cf1fdd7bdf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-7c891382-82ef-46d6-8b4a-82b6634e5ddb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c891382-82ef-46d6-8b4a-82b6634e5ddb .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-839fa6dc-550d-4dce-8d20-49aa0f69cda7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-839fa6dc-550d-4dce-8d20-49aa0f69cda7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-3ce99424-9df8-4ec8-9258-b46903316a74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ce99424-9df8-4ec8-9258-b46903316a74 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-9f46aa1d-5e62-4e36-ba29-57055f99aa1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f46aa1d-5e62-4e36-ba29-57055f99aa1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-36573fd7-a280-4038-896c-d1294df35057 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-36573fd7-a280-4038-896c-d1294df35057 {
  display: none;
}
#s-36573fd7-a280-4038-896c-d1294df35057, #wrap-s-36573fd7-a280-4038-896c-d1294df35057 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36573fd7-a280-4038-896c-d1294df35057 {
  display: none;
}
#s-36573fd7-a280-4038-896c-d1294df35057, #wrap-s-36573fd7-a280-4038-896c-d1294df35057 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36573fd7-a280-4038-896c-d1294df35057 {
  display: none;
}
#s-36573fd7-a280-4038-896c-d1294df35057, #wrap-s-36573fd7-a280-4038-896c-d1294df35057 { display:none !important; }}@media (max-width: 767px){#s-36573fd7-a280-4038-896c-d1294df35057 {
  
}
}







#s-36573fd7-a280-4038-896c-d1294df35057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36573fd7-a280-4038-896c-d1294df35057.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d8ecdc4-b6c8-47c1-b164-c16b5b9b675d {
  margin-top: 3%;
}

@media (min-width: 0px) {
[id="s-1d8ecdc4-b6c8-47c1-b164-c16b5b9b675d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d8ecdc4-b6c8-47c1-b164-c16b5b9b675d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d8ecdc4-b6c8-47c1-b164-c16b5b9b675d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d8ecdc4-b6c8-47c1-b164-c16b5b9b675d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1d8ecdc4-b6c8-47c1-b164-c16b5b9b675d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-80b74d5c-e5ff-4970-ae3a-90a7f2aec0f2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-80b74d5c-e5ff-4970-ae3a-90a7f2aec0f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b74d5c-e5ff-4970-ae3a-90a7f2aec0f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6360e337-9012-4d19-959c-dcc3824b807b {
  min-height: 800px;
}








#s-6360e337-9012-4d19-959c-dcc3824b807b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6360e337-9012-4d19-959c-dcc3824b807b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebb7a5eb-7eeb-43fc-8b9d-5954f99a316e {
  margin-top: 15%;
margin-left: 10%;
margin-bottom: 15%;
margin-right: 10%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ebb7a5eb-7eeb-43fc-8b9d-5954f99a316e {
  
}
}







#s-ebb7a5eb-7eeb-43fc-8b9d-5954f99a316e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebb7a5eb-7eeb-43fc-8b9d-5954f99a316e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b2b49b7-0df5-44c4-b213-80065d93ef78 {
  margin-top: 50px;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7b2b49b7-0df5-44c4-b213-80065d93ef78 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-fb8441c1-99f5-4e57-96ff-4f73c66a19ad {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 10%;
padding-right: 10%;
}

#s-39c53e15-bb8e-4f82-8590-32db8c3785ef {
  margin-bottom: 0px;
background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-39c53e15-bb8e-4f82-8590-32db8c3785ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39c53e15-bb8e-4f82-8590-32db8c3785ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39c53e15-bb8e-4f82-8590-32db8c3785ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39c53e15-bb8e-4f82-8590-32db8c3785ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b95ff72d-81d2-473a-848b-5d2340930e53 {
  margin-top: 5%;
margin-bottom: 15px;
min-height: 400px;
}








#s-b95ff72d-81d2-473a-848b-5d2340930e53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b95ff72d-81d2-473a-848b-5d2340930e53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28a51841-1244-4d1c-8a9b-cba48da7bba7 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-28a51841-1244-4d1c-8a9b-cba48da7bba7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-02f2f830-cf8c-4fd7-a0bd-23835c18f0a9 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-d708a76e-0591-40ad-b817-3b8116090769 {
  min-height: 480px;
}








#s-d708a76e-0591-40ad-b817-3b8116090769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d708a76e-0591-40ad-b817-3b8116090769.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ecc5e57-7b76-4fe4-8049-64d67c89a8f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ecc5e57-7b76-4fe4-8049-64d67c89a8f5 .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;
  
}


@media (max-width: 767px){#s-2ecc5e57-7b76-4fe4-8049-64d67c89a8f5 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 0.7);
  font-weight:  normal ;
  font-family: "Bebas Neue";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 6px;
  
}


}
#s-120d4875-dbfc-4693-97ae-b37da8858360 {
  margin-bottom: 3%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-120d4875-dbfc-4693-97ae-b37da8858360"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-120d4875-dbfc-4693-97ae-b37da8858360"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-120d4875-dbfc-4693-97ae-b37da8858360"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-120d4875-dbfc-4693-97ae-b37da8858360"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-120d4875-dbfc-4693-97ae-b37da8858360"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4bb38985-b9ea-4234-9d1b-c64e8c7197d9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-4bb38985-b9ea-4234-9d1b-c64e8c7197d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bb38985-b9ea-4234-9d1b-c64e8c7197d9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1a3e382d-20aa-4244-8cd1-6ef38e41168d {
  margin-top: 35%;
margin-bottom: 35%;
}








#s-1a3e382d-20aa-4244-8cd1-6ef38e41168d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a3e382d-20aa-4244-8cd1-6ef38e41168d.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-f5ce8916-da98-45a8-8188-0b13ba8915eb {
  margin-top: 7%;
margin-left: 29%;
margin-bottom: 7%;
margin-right: 29%;
text-align: center;
}
@media (max-width: 767px){#s-f5ce8916-da98-45a8-8188-0b13ba8915eb {
  
}
}






  #s-f5ce8916-da98-45a8-8188-0b13ba8915eb img.shogun-image {
    

    
    
    
  }


#s-f5ce8916-da98-45a8-8188-0b13ba8915eb .shogun-image-content {
  
    align-items: center;
  
}

#s-cbed85da-b231-4610-811b-9a6776c77abc {
  margin-left: 4%;
margin-right: 4%;
padding-left: 10%;
padding-right: 10%;
}

#s-4c076eba-eda2-4c34-a792-f0e3888766eb {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
}
@media (max-width: 767px){#s-4c076eba-eda2-4c34-a792-f0e3888766eb {
  display: none;
}
#s-4c076eba-eda2-4c34-a792-f0e3888766eb, #wrap-s-4c076eba-eda2-4c34-a792-f0e3888766eb { display:none !important; }}







#s-4c076eba-eda2-4c34-a792-f0e3888766eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c076eba-eda2-4c34-a792-f0e3888766eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ef0e0b6-5d8e-4ae5-9d14-b54d101d9fc1 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 600px;
}
@media (max-width: 767px){#s-5ef0e0b6-5d8e-4ae5-9d14-b54d101d9fc1 {
  display: none;
}
#s-5ef0e0b6-5d8e-4ae5-9d14-b54d101d9fc1, #wrap-s-5ef0e0b6-5d8e-4ae5-9d14-b54d101d9fc1 { display:none !important; }}







#s-5ef0e0b6-5d8e-4ae5-9d14-b54d101d9fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ef0e0b6-5d8e-4ae5-9d14-b54d101d9fc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f63397a-4669-4f54-94c8-89eea9bb4e46 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4f63397a-4669-4f54-94c8-89eea9bb4e46 {
  display: none;
}
#s-4f63397a-4669-4f54-94c8-89eea9bb4e46, #wrap-s-4f63397a-4669-4f54-94c8-89eea9bb4e46 { display:none !important; }}







#s-4f63397a-4669-4f54-94c8-89eea9bb4e46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f63397a-4669-4f54-94c8-89eea9bb4e46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7822a79-e459-47a1-b289-f6e805f7253f {
  margin-top: 3%;
}

@media (min-width: 0px) {
[id="s-f7822a79-e459-47a1-b289-f6e805f7253f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7822a79-e459-47a1-b289-f6e805f7253f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7822a79-e459-47a1-b289-f6e805f7253f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7822a79-e459-47a1-b289-f6e805f7253f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f7822a79-e459-47a1-b289-f6e805f7253f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e8bdb297-178b-4ce6-882d-bedbe9803134 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-e8bdb297-178b-4ce6-882d-bedbe9803134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8bdb297-178b-4ce6-882d-bedbe9803134.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ce26d72-c61c-4046-b69d-bdfc41675642 {
  margin-top: 20%;
margin-bottom: 20%;
min-height: 0px;
}
@media (max-width: 767px){#s-9ce26d72-c61c-4046-b69d-bdfc41675642 {
  
}
}







#s-9ce26d72-c61c-4046-b69d-bdfc41675642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ce26d72-c61c-4046-b69d-bdfc41675642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d8fb4d1-361c-4da9-8bc9-25e4465662cd {
  margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d8fb4d1-361c-4da9-8bc9-25e4465662cd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-155dd7c9-09d7-479a-9299-fd6625e14ca5 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-56c0f0f4-b3ec-4d5b-87af-7137a656dfe6 {
  margin-bottom: 0px;
background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-56c0f0f4-b3ec-4d5b-87af-7137a656dfe6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56c0f0f4-b3ec-4d5b-87af-7137a656dfe6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56c0f0f4-b3ec-4d5b-87af-7137a656dfe6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56c0f0f4-b3ec-4d5b-87af-7137a656dfe6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d7cc1de1-bb04-4821-861f-b76859ab4f64 {
  margin-top: 15%;
margin-bottom: 15px;
min-height: 0px;
}








#s-d7cc1de1-bb04-4821-861f-b76859ab4f64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7cc1de1-bb04-4821-861f-b76859ab4f64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af4aab65-6f7b-4a89-abce-3600f41e2970 {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af4aab65-6f7b-4a89-abce-3600f41e2970 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 2px;
  
}



#s-beb960c6-4656-4e39-962c-6cc68ef14e24 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-a796ee2d-1410-480c-ad08-9184524f7f22 {
  min-height: 480px;
}








#s-a796ee2d-1410-480c-ad08-9184524f7f22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a796ee2d-1410-480c-ad08-9184524f7f22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-109a188b-c006-46ac-bfab-951924f93248 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-109a188b-c006-46ac-bfab-951924f93248 .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-404a0efa-1e44-4fb1-8e01-8f848b87a247 {
  margin-bottom: 3%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-404a0efa-1e44-4fb1-8e01-8f848b87a247"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-404a0efa-1e44-4fb1-8e01-8f848b87a247"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-404a0efa-1e44-4fb1-8e01-8f848b87a247"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-404a0efa-1e44-4fb1-8e01-8f848b87a247"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-404a0efa-1e44-4fb1-8e01-8f848b87a247"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0bac7d05-53a7-4367-b654-9f399721ec2f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}








#s-0bac7d05-53a7-4367-b654-9f399721ec2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bac7d05-53a7-4367-b654-9f399721ec2f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2f379e27-fc04-4c0d-bb21-c837a2213fae {
  margin-top: 35%;
margin-bottom: 35%;
}








#s-2f379e27-fc04-4c0d-bb21-c837a2213fae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f379e27-fc04-4c0d-bb21-c837a2213fae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2bd7741-223c-4167-895c-75f48b414128 {
  margin-top: 7%;
margin-left: 29%;
margin-bottom: 7%;
margin-right: 29%;
text-align: center;
}
@media (max-width: 767px){#s-a2bd7741-223c-4167-895c-75f48b414128 {
  
}
}






  #s-a2bd7741-223c-4167-895c-75f48b414128 img.shogun-image {
    

    
    
    
  }


#s-a2bd7741-223c-4167-895c-75f48b414128 .shogun-image-content {
  
    align-items: center;
  
}

#s-2530e586-eb38-41ad-a7bd-20d1e0d70229 {
  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}