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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-01fb113e-a34a-4978-9302-7ba4bde8918a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-01fb113e-a34a-4978-9302-7ba4bde8918a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01fb113e-a34a-4978-9302-7ba4bde8918a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-714d6fab-dd59-4eeb-a1bf-f74a0addd1cf {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-714d6fab-dd59-4eeb-a1bf-f74a0addd1cf .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



.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-cd3a4544-3d96-483f-8be3-fabaac7cdf27 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 7%;
padding-bottom: 0%;
padding-right: 7%;
}

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

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

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

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

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

#s-3cb7e054-3783-40d8-be80-d12d7430966f {
  margin-top: 0%;
margin-left: 50px;
margin-bottom: 0%;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
}
@media (max-width: 767px){#s-3cb7e054-3783-40d8-be80-d12d7430966f {
  display: none;
}
#s-3cb7e054-3783-40d8-be80-d12d7430966f, #wrap-s-3cb7e054-3783-40d8-be80-d12d7430966f { display: none !important; }}
@media (min-width: 0px) {
[id="s-3cb7e054-3783-40d8-be80-d12d7430966f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3cb7e054-3783-40d8-be80-d12d7430966f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3cb7e054-3783-40d8-be80-d12d7430966f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cb7e054-3783-40d8-be80-d12d7430966f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-02603529-3996-4555-8a56-d1cbecc7a803 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}








#s-02603529-3996-4555-8a56-d1cbecc7a803 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02603529-3996-4555-8a56-d1cbecc7a803.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-146f7e3f-0005-436d-97a4-5919abdfd949 {
  margin-left: 20px;
margin-right: 20px;
}

#s-146f7e3f-0005-436d-97a4-5919abdfd949 .shogun-icon-wrapper {
  text-align: center;
}


#s-146f7e3f-0005-436d-97a4-5919abdfd949 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ec383f41-c206-4ca0-9606-5ad458807e68 {
  margin-top: 2%;
margin-left: 20px;
margin-bottom: 0%;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-ec383f41-c206-4ca0-9606-5ad458807e68 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-c4333f46-b158-4296-90c1-380b59c5fbbc {
  margin-left: 20px;
margin-right: 20px;
}

#s-e8e0d357-f3af-4fdb-9eaa-d27e0e00281e {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}








#s-e8e0d357-f3af-4fdb-9eaa-d27e0e00281e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8e0d357-f3af-4fdb-9eaa-d27e0e00281e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e53eec4-ba4c-4226-9885-291c300da5e4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-3e53eec4-ba4c-4226-9885-291c300da5e4 .shogun-icon-wrapper {
  text-align: center;
}


#s-3e53eec4-ba4c-4226-9885-291c300da5e4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a33aaf44-a065-4ad4-8764-7bd6925c8e4a {
  margin-top: 2%;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-a33aaf44-a065-4ad4-8764-7bd6925c8e4a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-25233490-6ad1-4a55-8684-331e4b040909 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c49fc01b-c6a0-4f75-b5aa-27577608cd8c {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}








#s-c49fc01b-c6a0-4f75-b5aa-27577608cd8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c49fc01b-c6a0-4f75-b5aa-27577608cd8c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e725843-9ae1-4390-a8b1-a52ed92a1be7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4e725843-9ae1-4390-a8b1-a52ed92a1be7 .shogun-icon-wrapper {
  text-align: center;
}


#s-4e725843-9ae1-4390-a8b1-a52ed92a1be7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d086b669-e729-42d5-b432-216b24a0a434 {
  margin-top: 2%;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-d086b669-e729-42d5-b432-216b24a0a434 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-15b6535f-e5f0-4c18-b1ee-ca0e144e61ea {
  margin-left: 20px;
margin-right: 20px;
}

#s-1014b1f0-1c03-4273-8ba2-8b03e5ad96d5 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}








#s-1014b1f0-1c03-4273-8ba2-8b03e5ad96d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1014b1f0-1c03-4273-8ba2-8b03e5ad96d5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f816c366-d5a7-4356-b82c-cb66026b7c73 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f816c366-d5a7-4356-b82c-cb66026b7c73 .shogun-icon-wrapper {
  text-align: center;
}


#s-f816c366-d5a7-4356-b82c-cb66026b7c73 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-352acced-d16f-46f4-82a1-9a4fd9e816ea {
  margin-top: 2%;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-352acced-d16f-46f4-82a1-9a4fd9e816ea .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-7342e50e-9ece-4c12-bbef-6b6c5841565e {
  margin-left: 20px;
margin-right: 20px;
}

#s-ac3bec97-6723-44ef-a678-c91c6ac9365e {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}
@media (min-width: 1200px){#s-ac3bec97-6723-44ef-a678-c91c6ac9365e {
  display: none;
}
#s-ac3bec97-6723-44ef-a678-c91c6ac9365e, #wrap-s-ac3bec97-6723-44ef-a678-c91c6ac9365e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac3bec97-6723-44ef-a678-c91c6ac9365e {
  display: none;
}
#s-ac3bec97-6723-44ef-a678-c91c6ac9365e, #wrap-s-ac3bec97-6723-44ef-a678-c91c6ac9365e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac3bec97-6723-44ef-a678-c91c6ac9365e {
  display: none;
}
#s-ac3bec97-6723-44ef-a678-c91c6ac9365e, #wrap-s-ac3bec97-6723-44ef-a678-c91c6ac9365e { display: none !important; }}







#s-ac3bec97-6723-44ef-a678-c91c6ac9365e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac3bec97-6723-44ef-a678-c91c6ac9365e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d98f8346-ba15-40c1-8fc8-eba60628030c {
  margin-left: 20px;
margin-right: 20px;
}

#s-d98f8346-ba15-40c1-8fc8-eba60628030c .shogun-icon-wrapper {
  text-align: center;
}


#s-d98f8346-ba15-40c1-8fc8-eba60628030c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-980f8a2c-e725-4a5e-a56b-e059ee082e40 {
  margin-top: 2%;
margin-left: 20px;
margin-bottom: 0%;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-980f8a2c-e725-4a5e-a56b-e059ee082e40 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-8448f703-d06c-4131-920c-ecb9463ddca1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-26cef25b-9dac-4c1e-8249-8ee72842c85b {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}
@media (min-width: 1200px){#s-26cef25b-9dac-4c1e-8249-8ee72842c85b {
  display: none;
}
#s-26cef25b-9dac-4c1e-8249-8ee72842c85b, #wrap-s-26cef25b-9dac-4c1e-8249-8ee72842c85b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26cef25b-9dac-4c1e-8249-8ee72842c85b {
  display: none;
}
#s-26cef25b-9dac-4c1e-8249-8ee72842c85b, #wrap-s-26cef25b-9dac-4c1e-8249-8ee72842c85b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26cef25b-9dac-4c1e-8249-8ee72842c85b {
  display: none;
}
#s-26cef25b-9dac-4c1e-8249-8ee72842c85b, #wrap-s-26cef25b-9dac-4c1e-8249-8ee72842c85b { display: none !important; }}







#s-26cef25b-9dac-4c1e-8249-8ee72842c85b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26cef25b-9dac-4c1e-8249-8ee72842c85b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f60bd37f-a842-48cf-aeef-c956e5bdb6ad {
  margin-left: 20px;
margin-right: 20px;
}

#s-f60bd37f-a842-48cf-aeef-c956e5bdb6ad .shogun-icon-wrapper {
  text-align: center;
}


#s-f60bd37f-a842-48cf-aeef-c956e5bdb6ad .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-66337885-2fe7-498c-a7a3-621cc04b9da2 {
  margin-top: 2%;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-66337885-2fe7-498c-a7a3-621cc04b9da2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-09841b2e-bb2e-4cd3-94dc-92fc2c8dc2d1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-bd0126d0-9645-4210-a59f-5ab10037da75 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}
@media (min-width: 1200px){#s-bd0126d0-9645-4210-a59f-5ab10037da75 {
  display: none;
}
#s-bd0126d0-9645-4210-a59f-5ab10037da75, #wrap-s-bd0126d0-9645-4210-a59f-5ab10037da75 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd0126d0-9645-4210-a59f-5ab10037da75 {
  display: none;
}
#s-bd0126d0-9645-4210-a59f-5ab10037da75, #wrap-s-bd0126d0-9645-4210-a59f-5ab10037da75 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd0126d0-9645-4210-a59f-5ab10037da75 {
  display: none;
}
#s-bd0126d0-9645-4210-a59f-5ab10037da75, #wrap-s-bd0126d0-9645-4210-a59f-5ab10037da75 { display: none !important; }}







#s-bd0126d0-9645-4210-a59f-5ab10037da75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd0126d0-9645-4210-a59f-5ab10037da75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f7adbf52-41d0-49b0-8b6b-8fc14615d077 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f7adbf52-41d0-49b0-8b6b-8fc14615d077 .shogun-icon-wrapper {
  text-align: center;
}


#s-f7adbf52-41d0-49b0-8b6b-8fc14615d077 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-989043f5-1a90-40b7-83e4-70291b1b564b {
  margin-top: 2%;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-989043f5-1a90-40b7-83e4-70291b1b564b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-fc5876b6-a87a-4fa7-8c1e-80c15c62eee2 {
  margin-left: 20px;
margin-right: 20px;
}

#s-0b4d1b18-1ec1-4e1b-859a-724619368568 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}
@media (min-width: 1200px){#s-0b4d1b18-1ec1-4e1b-859a-724619368568 {
  display: none;
}
#s-0b4d1b18-1ec1-4e1b-859a-724619368568, #wrap-s-0b4d1b18-1ec1-4e1b-859a-724619368568 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b4d1b18-1ec1-4e1b-859a-724619368568 {
  display: none;
}
#s-0b4d1b18-1ec1-4e1b-859a-724619368568, #wrap-s-0b4d1b18-1ec1-4e1b-859a-724619368568 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b4d1b18-1ec1-4e1b-859a-724619368568 {
  display: none;
}
#s-0b4d1b18-1ec1-4e1b-859a-724619368568, #wrap-s-0b4d1b18-1ec1-4e1b-859a-724619368568 { display: none !important; }}







#s-0b4d1b18-1ec1-4e1b-859a-724619368568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b4d1b18-1ec1-4e1b-859a-724619368568.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-703ca06d-6ae9-4135-bdfa-86d015f0b003 {
  margin-left: 20px;
margin-right: 20px;
}

#s-703ca06d-6ae9-4135-bdfa-86d015f0b003 .shogun-icon-wrapper {
  text-align: center;
}


#s-703ca06d-6ae9-4135-bdfa-86d015f0b003 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-667b9f29-69ee-4fcd-b9f9-44f5c27e94d1 {
  margin-top: 2%;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-667b9f29-69ee-4fcd-b9f9-44f5c27e94d1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-93a8e18c-f6f2-4c0d-9bb9-59192646b775 {
  margin-left: 20px;
margin-right: 20px;
}

#s-15458717-b4a5-4932-af57-f18c3739ba18 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 7%;
padding-bottom: 0%;
padding-right: 7%;
}

#s-03fcc3e1-d890-474b-b6a5-bae3bcf54313 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2%;
padding-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-03fcc3e1-d890-474b-b6a5-bae3bcf54313"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03fcc3e1-d890-474b-b6a5-bae3bcf54313"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03fcc3e1-d890-474b-b6a5-bae3bcf54313"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03fcc3e1-d890-474b-b6a5-bae3bcf54313"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

#s-5cb61bed-6735-4258-9042-a15edde563c0 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5cb61bed-6735-4258-9042-a15edde563c0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-5cb61bed-6735-4258-9042-a15edde563c0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-5cb61bed-6735-4258-9042-a15edde563c0 {
  
}
}@media (max-width: 767px){#s-5cb61bed-6735-4258-9042-a15edde563c0 {
  display: none;
}
#s-5cb61bed-6735-4258-9042-a15edde563c0, #wrap-s-5cb61bed-6735-4258-9042-a15edde563c0 { display: none !important; }}

  #s-5cb61bed-6735-4258-9042-a15edde563c0-root {
    text-align: right;
  }


#s-5cb61bed-6735-4258-9042-a15edde563c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5cb61bed-6735-4258-9042-a15edde563c0-root {
    text-align: right;
  }


#s-5cb61bed-6735-4258-9042-a15edde563c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cb61bed-6735-4258-9042-a15edde563c0-root {
    text-align: right;
  }


#s-5cb61bed-6735-4258-9042-a15edde563c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cb61bed-6735-4258-9042-a15edde563c0-root {
    text-align: right;
  }


#s-5cb61bed-6735-4258-9042-a15edde563c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5cb61bed-6735-4258-9042-a15edde563c0-root {
    text-align: right;
  }


#s-5cb61bed-6735-4258-9042-a15edde563c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-695a600d-d493-44e9-afd6-984b5260928d {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-695a600d-d493-44e9-afd6-984b5260928d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-695a600d-d493-44e9-afd6-984b5260928d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-695a600d-d493-44e9-afd6-984b5260928d {
  display: none;
}
#s-695a600d-d493-44e9-afd6-984b5260928d, #wrap-s-695a600d-d493-44e9-afd6-984b5260928d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-695a600d-d493-44e9-afd6-984b5260928d {
  display: none;
}
#s-695a600d-d493-44e9-afd6-984b5260928d, #wrap-s-695a600d-d493-44e9-afd6-984b5260928d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-695a600d-d493-44e9-afd6-984b5260928d {
  display: none;
}
#s-695a600d-d493-44e9-afd6-984b5260928d, #wrap-s-695a600d-d493-44e9-afd6-984b5260928d { display: none !important; }}

  #s-695a600d-d493-44e9-afd6-984b5260928d-root {
    text-align: center;
  }


#s-695a600d-d493-44e9-afd6-984b5260928d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-695a600d-d493-44e9-afd6-984b5260928d-root {
    text-align: center;
  }


#s-695a600d-d493-44e9-afd6-984b5260928d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-695a600d-d493-44e9-afd6-984b5260928d-root {
    text-align: center;
  }


#s-695a600d-d493-44e9-afd6-984b5260928d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-695a600d-d493-44e9-afd6-984b5260928d-root {
    text-align: center;
  }


#s-695a600d-d493-44e9-afd6-984b5260928d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-695a600d-d493-44e9-afd6-984b5260928d-root {
    text-align: center;
  }


#s-695a600d-d493-44e9-afd6-984b5260928d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-bf8237e3-aeb9-4de6-945b-85b72a45b104 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bf8237e3-aeb9-4de6-945b-85b72a45b104:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-bf8237e3-aeb9-4de6-945b-85b72a45b104:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 992px) and (max-width: 1199px){#s-bf8237e3-aeb9-4de6-945b-85b72a45b104 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf8237e3-aeb9-4de6-945b-85b72a45b104 {
  
}
}@media (max-width: 767px){#s-bf8237e3-aeb9-4de6-945b-85b72a45b104 {
  display: none;
}
#s-bf8237e3-aeb9-4de6-945b-85b72a45b104, #wrap-s-bf8237e3-aeb9-4de6-945b-85b72a45b104 { display: none !important; }}

  #s-bf8237e3-aeb9-4de6-945b-85b72a45b104-root {
    text-align: left;
  }


#s-bf8237e3-aeb9-4de6-945b-85b72a45b104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf8237e3-aeb9-4de6-945b-85b72a45b104-root {
    text-align: left;
  }


#s-bf8237e3-aeb9-4de6-945b-85b72a45b104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf8237e3-aeb9-4de6-945b-85b72a45b104-root {
    text-align: left;
  }


#s-bf8237e3-aeb9-4de6-945b-85b72a45b104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf8237e3-aeb9-4de6-945b-85b72a45b104-root {
    text-align: left;
  }


#s-bf8237e3-aeb9-4de6-945b-85b72a45b104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf8237e3-aeb9-4de6-945b-85b72a45b104-root {
    text-align: left;
  }


#s-bf8237e3-aeb9-4de6-945b-85b72a45b104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3 {
  display: none;
}
#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3, #wrap-s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3 {
  display: none;
}
#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3, #wrap-s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3 {
  display: none;
}
#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3, #wrap-s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3 { display: none !important; }}

  #s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3-root {
    text-align: center;
  }


#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3-root {
    text-align: center;
  }


#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3-root {
    text-align: center;
  }


#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3-root {
    text-align: center;
  }


#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3-root {
    text-align: center;
  }


#s-b73b4dfb-8df6-4946-ab6b-d2909e3e49c3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-4920d925-0c17-476d-883f-dda0f41a57bc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4920d925-0c17-476d-883f-dda0f41a57bc {
  
}
}@media (max-width: 767px){#s-4920d925-0c17-476d-883f-dda0f41a57bc {
  
}
}
#s-423254ef-dbd8-439c-996b-3002e54c1398 {
  background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 55px;
background-color: rgba(0, 0, 0, 1);
background-position: center center;
background-repeat: repeat;
}








#s-423254ef-dbd8-439c-996b-3002e54c1398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-423254ef-dbd8-439c-996b-3002e54c1398.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a98a0a1c-4c0d-4fd8-87d1-93f456d9c0e7 {
  box-shadow:0px 0px 4px 1px rgba(0, 0, 0, 0.17);
margin-top: 4%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a98a0a1c-4c0d-4fd8-87d1-93f456d9c0e7 {
  display: none;
}
#s-a98a0a1c-4c0d-4fd8-87d1-93f456d9c0e7, #wrap-s-a98a0a1c-4c0d-4fd8-87d1-93f456d9c0e7 { display: none !important; }}







#s-a98a0a1c-4c0d-4fd8-87d1-93f456d9c0e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a98a0a1c-4c0d-4fd8-87d1-93f456d9c0e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eea4d379-d69d-43ea-b193-a19ba2be632f {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-eea4d379-d69d-43ea-b193-a19ba2be632f .shogun-heading-component h1 {
  color: rgba(6, 6, 6, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-747b3437-1571-4025-9703-7be0c0122bd3 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
}

#s-7a0a35a2-e364-4e30-afda-b56d5dc62a0a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.29);
margin-top: -15px;
margin-left: 5%;
margin-bottom: 7px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(240, 240, 240, 0);
}

#s-aba34f2b-0c50-4e67-b076-3159e5869470 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-aba34f2b-0c50-4e67-b076-3159e5869470 {
  display: none;
}
#s-aba34f2b-0c50-4e67-b076-3159e5869470, #wrap-s-aba34f2b-0c50-4e67-b076-3159e5869470 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aba34f2b-0c50-4e67-b076-3159e5869470 {
  display: none;
}
#s-aba34f2b-0c50-4e67-b076-3159e5869470, #wrap-s-aba34f2b-0c50-4e67-b076-3159e5869470 { display: none !important; }}
#s-608c4216-2942-404b-a364-2b241bf3da63 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-608c4216-2942-404b-a364-2b241bf3da63 {
  display: none;
}
#s-608c4216-2942-404b-a364-2b241bf3da63, #wrap-s-608c4216-2942-404b-a364-2b241bf3da63 { display: none !important; }}@media (max-width: 767px){#s-608c4216-2942-404b-a364-2b241bf3da63 {
  display: none;
}
#s-608c4216-2942-404b-a364-2b241bf3da63, #wrap-s-608c4216-2942-404b-a364-2b241bf3da63 { display: none !important; }}
#s-8003780a-fffc-4529-89fd-3e68df9872a6 {
  margin-top: 0%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8003780a-fffc-4529-89fd-3e68df9872a6:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-8003780a-fffc-4529-89fd-3e68df9872a6:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 992px) and (max-width: 1199px){#s-8003780a-fffc-4529-89fd-3e68df9872a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8003780a-fffc-4529-89fd-3e68df9872a6 {
  
}
}@media (max-width: 767px){#s-8003780a-fffc-4529-89fd-3e68df9872a6 {
  display: none;
}
#s-8003780a-fffc-4529-89fd-3e68df9872a6, #wrap-s-8003780a-fffc-4529-89fd-3e68df9872a6 { display: none !important; }}

  #s-8003780a-fffc-4529-89fd-3e68df9872a6-root {
    text-align: center;
  }


#s-8003780a-fffc-4529-89fd-3e68df9872a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8003780a-fffc-4529-89fd-3e68df9872a6-root {
    text-align: center;
  }


#s-8003780a-fffc-4529-89fd-3e68df9872a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8003780a-fffc-4529-89fd-3e68df9872a6-root {
    text-align: center;
  }


#s-8003780a-fffc-4529-89fd-3e68df9872a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8003780a-fffc-4529-89fd-3e68df9872a6-root {
    text-align: center;
  }


#s-8003780a-fffc-4529-89fd-3e68df9872a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8003780a-fffc-4529-89fd-3e68df9872a6-root {
    text-align: center;
  }


#s-8003780a-fffc-4529-89fd-3e68df9872a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-47596835-3c1c-4903-854f-253c1e223603 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-47596835-3c1c-4903-854f-253c1e223603:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-47596835-3c1c-4903-854f-253c1e223603:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-47596835-3c1c-4903-854f-253c1e223603 {
  display: none;
}
#s-47596835-3c1c-4903-854f-253c1e223603, #wrap-s-47596835-3c1c-4903-854f-253c1e223603 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47596835-3c1c-4903-854f-253c1e223603 {
  display: none;
}
#s-47596835-3c1c-4903-854f-253c1e223603, #wrap-s-47596835-3c1c-4903-854f-253c1e223603 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47596835-3c1c-4903-854f-253c1e223603 {
  display: none;
}
#s-47596835-3c1c-4903-854f-253c1e223603, #wrap-s-47596835-3c1c-4903-854f-253c1e223603 { display: none !important; }}

  #s-47596835-3c1c-4903-854f-253c1e223603-root {
    text-align: center;
  }


#s-47596835-3c1c-4903-854f-253c1e223603.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47596835-3c1c-4903-854f-253c1e223603-root {
    text-align: center;
  }


#s-47596835-3c1c-4903-854f-253c1e223603.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47596835-3c1c-4903-854f-253c1e223603-root {
    text-align: center;
  }


#s-47596835-3c1c-4903-854f-253c1e223603.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47596835-3c1c-4903-854f-253c1e223603-root {
    text-align: center;
  }


#s-47596835-3c1c-4903-854f-253c1e223603.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47596835-3c1c-4903-854f-253c1e223603-root {
    text-align: center;
  }


#s-47596835-3c1c-4903-854f-253c1e223603.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-d55c82ba-f34a-43f1-8024-d33997777dc8 {
  margin-left: auto;
margin-right: auto;
padding-left: 7%;
padding-right: 7%;
}

#s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646 {
  box-shadow:0px 0px 4px 1px rgba(0, 0, 0, 0.17);
margin-top: 4%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646 {
  display: none;
}
#s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646, #wrap-s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646 {
  display: none;
}
#s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646, #wrap-s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646 {
  display: none;
}
#s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646, #wrap-s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646 { display: none !important; }}







#s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd7d2f59-fcf1-4370-b3bb-8a90aca3c646.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8412e3f3-ba76-4105-9f9f-3687992333bd {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-8412e3f3-ba76-4105-9f9f-3687992333bd .shogun-heading-component h1 {
  color: rgba(6, 6, 6, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-7a6b78f0-11d9-48a2-8035-376b8fce452e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
}

#s-5186f0fe-272c-4665-9f2b-852090e409c9 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.29);
margin-top: -15px;
margin-left: 5%;
margin-bottom: 7px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(240, 240, 240, 0);
}

#s-2f3572d3-f848-469b-968c-46bdfcb301cb {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-2f3572d3-f848-469b-968c-46bdfcb301cb {
  display: none;
}
#s-2f3572d3-f848-469b-968c-46bdfcb301cb, #wrap-s-2f3572d3-f848-469b-968c-46bdfcb301cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f3572d3-f848-469b-968c-46bdfcb301cb {
  display: none;
}
#s-2f3572d3-f848-469b-968c-46bdfcb301cb, #wrap-s-2f3572d3-f848-469b-968c-46bdfcb301cb { display: none !important; }}
#s-522dff36-2d86-4cfc-ba02-9a6b3950d229 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-522dff36-2d86-4cfc-ba02-9a6b3950d229 {
  display: none;
}
#s-522dff36-2d86-4cfc-ba02-9a6b3950d229, #wrap-s-522dff36-2d86-4cfc-ba02-9a6b3950d229 { display: none !important; }}@media (max-width: 767px){#s-522dff36-2d86-4cfc-ba02-9a6b3950d229 {
  display: none;
}
#s-522dff36-2d86-4cfc-ba02-9a6b3950d229, #wrap-s-522dff36-2d86-4cfc-ba02-9a6b3950d229 { display: none !important; }}
#s-f628b2ff-f789-496b-9d3e-b7ac9628c974 {
  margin-top: 0%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f628b2ff-f789-496b-9d3e-b7ac9628c974:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f628b2ff-f789-496b-9d3e-b7ac9628c974:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 992px) and (max-width: 1199px){#s-f628b2ff-f789-496b-9d3e-b7ac9628c974 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f628b2ff-f789-496b-9d3e-b7ac9628c974 {
  
}
}@media (max-width: 767px){#s-f628b2ff-f789-496b-9d3e-b7ac9628c974 {
  display: none;
}
#s-f628b2ff-f789-496b-9d3e-b7ac9628c974, #wrap-s-f628b2ff-f789-496b-9d3e-b7ac9628c974 { display: none !important; }}

  #s-f628b2ff-f789-496b-9d3e-b7ac9628c974-root {
    text-align: center;
  }


#s-f628b2ff-f789-496b-9d3e-b7ac9628c974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f628b2ff-f789-496b-9d3e-b7ac9628c974-root {
    text-align: center;
  }


#s-f628b2ff-f789-496b-9d3e-b7ac9628c974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f628b2ff-f789-496b-9d3e-b7ac9628c974-root {
    text-align: center;
  }


#s-f628b2ff-f789-496b-9d3e-b7ac9628c974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f628b2ff-f789-496b-9d3e-b7ac9628c974-root {
    text-align: center;
  }


#s-f628b2ff-f789-496b-9d3e-b7ac9628c974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f628b2ff-f789-496b-9d3e-b7ac9628c974-root {
    text-align: center;
  }


#s-f628b2ff-f789-496b-9d3e-b7ac9628c974.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-1444277d-abe0-4333-ba91-98ae41073337 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(255, 192, 51, 1);
border-style: solid;
border-radius: 100px;
background-color: rgba(255, 192, 51, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1444277d-abe0-4333-ba91-98ae41073337:hover {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-1444277d-abe0-4333-ba91-98ae41073337:active {background-color: rgba(255, 192, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(2, 2, 2, 1) !important;}@media (min-width: 1200px){#s-1444277d-abe0-4333-ba91-98ae41073337 {
  display: none;
}
#s-1444277d-abe0-4333-ba91-98ae41073337, #wrap-s-1444277d-abe0-4333-ba91-98ae41073337 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1444277d-abe0-4333-ba91-98ae41073337 {
  display: none;
}
#s-1444277d-abe0-4333-ba91-98ae41073337, #wrap-s-1444277d-abe0-4333-ba91-98ae41073337 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1444277d-abe0-4333-ba91-98ae41073337 {
  display: none;
}
#s-1444277d-abe0-4333-ba91-98ae41073337, #wrap-s-1444277d-abe0-4333-ba91-98ae41073337 { display: none !important; }}

  #s-1444277d-abe0-4333-ba91-98ae41073337-root {
    text-align: center;
  }


#s-1444277d-abe0-4333-ba91-98ae41073337.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1444277d-abe0-4333-ba91-98ae41073337-root {
    text-align: center;
  }


#s-1444277d-abe0-4333-ba91-98ae41073337.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1444277d-abe0-4333-ba91-98ae41073337-root {
    text-align: center;
  }


#s-1444277d-abe0-4333-ba91-98ae41073337.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1444277d-abe0-4333-ba91-98ae41073337-root {
    text-align: center;
  }


#s-1444277d-abe0-4333-ba91-98ae41073337.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1444277d-abe0-4333-ba91-98ae41073337-root {
    text-align: center;
  }


#s-1444277d-abe0-4333-ba91-98ae41073337.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-3d7ab919-808e-4458-8e37-c4e6169c32d2 {
  margin-left: auto;
margin-right: auto;
padding-left: 7%;
padding-right: 7%;
}

#s-2ba750a1-e683-43b0-b48a-a648077ea8f8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
}

#s-a5ab03c5-beba-488e-aebf-bf41fc6db356 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 192, 51, 1);
}








#s-a5ab03c5-beba-488e-aebf-bf41fc6db356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5ab03c5-beba-488e-aebf-bf41fc6db356.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-557bfe67-fb2e-4680-bd41-6ec7a87c5fe0 {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-557bfe67-fb2e-4680-bd41-6ec7a87c5fe0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  
  
}



#s-7b8b3bd6-d6a3-4507-91d6-4c9739b73994 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-7b8b3bd6-d6a3-4507-91d6-4c9739b73994 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b8b3bd6-d6a3-4507-91d6-4c9739b73994 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b8b3bd6-d6a3-4507-91d6-4c9739b73994 {
  
}
}@media (max-width: 767px){#s-7b8b3bd6-d6a3-4507-91d6-4c9739b73994 {
  
}
}
@media (min-width: 0px) {
[id="s-7b8b3bd6-d6a3-4507-91d6-4c9739b73994"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b8b3bd6-d6a3-4507-91d6-4c9739b73994"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-7b8b3bd6-d6a3-4507-91d6-4c9739b73994"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-7b8b3bd6-d6a3-4507-91d6-4c9739b73994"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-b910c056-ea1e-4450-97dd-7f97f43ea138 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b910c056-ea1e-4450-97dd-7f97f43ea138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b910c056-ea1e-4450-97dd-7f97f43ea138.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e126944b-6e12-47ef-9194-0e2aad3aa744 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-e126944b-6e12-47ef-9194-0e2aad3aa744 .shogun-icon-wrapper {
  text-align: center;
}


#s-e126944b-6e12-47ef-9194-0e2aad3aa744 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a66729f0-3b74-4eb8-a9cb-15709e24d6d6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-a66729f0-3b74-4eb8-a9cb-15709e24d6d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a66729f0-3b74-4eb8-a9cb-15709e24d6d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a66729f0-3b74-4eb8-a9cb-15709e24d6d6 {
  
}
}@media (max-width: 767px){#s-a66729f0-3b74-4eb8-a9cb-15709e24d6d6 {
  
}
}
#s-83411a00-78f8-4489-904e-8009b5e01d95 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-83411a00-78f8-4489-904e-8009b5e01d95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83411a00-78f8-4489-904e-8009b5e01d95.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fc78a991-d1e5-4a82-b678-e38bbadae9d1 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-fc78a991-d1e5-4a82-b678-e38bbadae9d1 .shogun-icon-wrapper {
  text-align: center;
}


#s-fc78a991-d1e5-4a82-b678-e38bbadae9d1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-74e58dba-42de-4a67-8f6b-ac50caf54665 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-74e58dba-42de-4a67-8f6b-ac50caf54665 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74e58dba-42de-4a67-8f6b-ac50caf54665 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74e58dba-42de-4a67-8f6b-ac50caf54665 {
  
}
}@media (max-width: 767px){#s-74e58dba-42de-4a67-8f6b-ac50caf54665 {
  
}
}
#s-a23a9f45-32e4-45aa-81c6-54f8d8584889 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a23a9f45-32e4-45aa-81c6-54f8d8584889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a23a9f45-32e4-45aa-81c6-54f8d8584889.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-da3bd7f1-5ba8-4b9c-9d08-7cdf7da72126 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-da3bd7f1-5ba8-4b9c-9d08-7cdf7da72126 .shogun-icon-wrapper {
  text-align: center;
}


#s-da3bd7f1-5ba8-4b9c-9d08-7cdf7da72126 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-353d49af-654a-438a-852d-e465a130a8b4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-353d49af-654a-438a-852d-e465a130a8b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-353d49af-654a-438a-852d-e465a130a8b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-353d49af-654a-438a-852d-e465a130a8b4 {
  
}
}@media (max-width: 767px){#s-353d49af-654a-438a-852d-e465a130a8b4 {
  
}
}
#s-b79a1bfd-0aa9-4c33-9ada-952a2867f1a9 {
  background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 55px;
background-color: rgba(243, 243, 243, 1);
background-position: center center;
background-repeat: repeat;
}








#s-b79a1bfd-0aa9-4c33-9ada-952a2867f1a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b79a1bfd-0aa9-4c33-9ada-952a2867f1a9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4b152b68-a7ad-4c96-88a9-ba4d7f2adcd6 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-4b152b68-a7ad-4c96-88a9-ba4d7f2adcd6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-0d2ea601-210c-42de-a8bc-92f16b9eb331 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f579b303-b28f-47cd-b1fa-56ec50a0167c {
  margin-top: 0%;
margin-left: 50px;
margin-bottom: 0%;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
}

@media (min-width: 0px) {
[id="s-f579b303-b28f-47cd-b1fa-56ec50a0167c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f579b303-b28f-47cd-b1fa-56ec50a0167c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f579b303-b28f-47cd-b1fa-56ec50a0167c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f579b303-b28f-47cd-b1fa-56ec50a0167c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9791fb3a-d141-41a6-9268-8181702efb90 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}








#s-9791fb3a-d141-41a6-9268-8181702efb90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9791fb3a-d141-41a6-9268-8181702efb90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0c8990d9-1bb5-4385-be07-edbf604dc523 {
  margin-left: 20px;
margin-right: 20px;
}

#s-0c8990d9-1bb5-4385-be07-edbf604dc523 .shogun-icon-wrapper {
  text-align: center;
}


#s-0c8990d9-1bb5-4385-be07-edbf604dc523 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-3ca35089-80d7-4782-abcb-c57fb2f4bad6 {
  margin-top: 2%;
margin-left: 20px;
margin-bottom: 0%;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3ca35089-80d7-4782-abcb-c57fb2f4bad6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-c44ff708-53be-4416-9c8c-c4eba4747175 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ee9b378e-b840-4455-a9ae-abdaeb4020f2 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}








#s-ee9b378e-b840-4455-a9ae-abdaeb4020f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee9b378e-b840-4455-a9ae-abdaeb4020f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60877882-1f6c-4008-b852-b90f21b26e06 {
  margin-left: 20px;
margin-right: 20px;
}

#s-60877882-1f6c-4008-b852-b90f21b26e06 .shogun-icon-wrapper {
  text-align: center;
}


#s-60877882-1f6c-4008-b852-b90f21b26e06 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-87d06f15-a195-42c1-bd3d-10d715e2b89d {
  margin-top: 2%;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-87d06f15-a195-42c1-bd3d-10d715e2b89d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-1dd92a1d-8ea1-4765-8fbe-65cdb51dc4fb {
  margin-left: 20px;
margin-right: 20px;
}

#s-3f71e381-c636-4841-9c0f-88e9a9467c8c {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 0);
border-style: none;
min-height: 50px;
}








#s-3f71e381-c636-4841-9c0f-88e9a9467c8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f71e381-c636-4841-9c0f-88e9a9467c8c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3faa1b98-029e-45a9-a2a7-d17467d531d8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-3faa1b98-029e-45a9-a2a7-d17467d531d8 .shogun-icon-wrapper {
  text-align: center;
}


#s-3faa1b98-029e-45a9-a2a7-d17467d531d8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-95b16729-514c-4479-911b-b3776f4d2fd8 {
  margin-top: 2%;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-95b16729-514c-4479-911b-b3776f4d2fd8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-c2363d01-23e4-4030-8173-b81dae0726b6 {
  margin-left: 20px;
margin-right: 20px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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

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