.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-e0c59662-29c1-4e1c-9e7a-2d103b4a6cf7 {
  min-height: 50px;
}








#s-e0c59662-29c1-4e1c-9e7a-2d103b4a6cf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0c59662-29c1-4e1c-9e7a-2d103b4a6cf7.shg-box.shg-c {
  justify-content: center;
}

#s-e0d6d589-bffd-4fd0-baa8-541c56e4a634 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -35px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}

#s-e0d6d589-bffd-4fd0-baa8-541c56e4a634 {
  background-image: url(https://i.shgcdn.com/e9d63b2b-ba72-440b-9033-139c9cbb7a80/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e0d6d589-bffd-4fd0-baa8-541c56e4a634 > .shg-box-overlay {
  background-color: rgba(55, 69, 50, 0.66);
  opacity: 0;
  display: block;
}#s-e0d6d589-bffd-4fd0-baa8-541c56e4a634.shg-box.shg-c {
  justify-content: center;
}

#s-990b1298-c09a-47b9-8e57-347325b9548a {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1200px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-5cfe1432-0a7d-462b-9a45-425347409b9c {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-5cfe1432-0a7d-462b-9a45-425347409b9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cfe1432-0a7d-462b-9a45-425347409b9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5cfe1432-0a7d-462b-9a45-425347409b9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5cfe1432-0a7d-462b-9a45-425347409b9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5cfe1432-0a7d-462b-9a45-425347409b9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cfe1432-0a7d-462b-9a45-425347409b9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5cfe1432-0a7d-462b-9a45-425347409b9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-e7728e63-6db2-4b7d-b1bf-e9b15d4c880b {
  min-height: 50px;
}








#s-e7728e63-6db2-4b7d-b1bf-e9b15d4c880b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7728e63-6db2-4b7d-b1bf-e9b15d4c880b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

.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;
  
  
  text-transform: none;
  
  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-e8d2276d-3acd-45ce-9a5c-592a0d890a83 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: left;
background-color: rgba(106, 132, 95, 0);
}

#s-e8d2276d-3acd-45ce-9a5c-592a0d890a83 .shogun-heading-component h3 {
  color: rgba(238, 238, 238, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-1c1e05bf-f785-45b2-a509-3b583d7a63da {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1c1e05bf-f785-45b2-a509-3b583d7a63da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c1e05bf-f785-45b2-a509-3b583d7a63da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c1e05bf-f785-45b2-a509-3b583d7a63da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c1e05bf-f785-45b2-a509-3b583d7a63da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c1e05bf-f785-45b2-a509-3b583d7a63da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c1e05bf-f785-45b2-a509-3b583d7a63da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c1e05bf-f785-45b2-a509-3b583d7a63da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a4327c3a-7571-454a-b75a-c51d52782294 .shogun-icon-wrapper {
  text-align: left;
}


#s-a4327c3a-7571-454a-b75a-c51d52782294 .shogun-icon-wrapper > .shogun-icon {

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

#s-75670363-5903-4af2-9844-a6b3de26194e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-75670363-5903-4af2-9844-a6b3de26194e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-75670363-5903-4af2-9844-a6b3de26194e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75670363-5903-4af2-9844-a6b3de26194e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75670363-5903-4af2-9844-a6b3de26194e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75670363-5903-4af2-9844-a6b3de26194e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75670363-5903-4af2-9844-a6b3de26194e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75670363-5903-4af2-9844-a6b3de26194e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0408362f-d29d-4234-8108-b7c1229f58da .shogun-icon-wrapper {
  text-align: left;
}


#s-0408362f-d29d-4234-8108-b7c1229f58da .shogun-icon-wrapper > .shogun-icon {

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

#s-8912362a-bac0-4666-9fa0-2be634709819 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8912362a-bac0-4666-9fa0-2be634709819"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8912362a-bac0-4666-9fa0-2be634709819"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8912362a-bac0-4666-9fa0-2be634709819"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8912362a-bac0-4666-9fa0-2be634709819"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8912362a-bac0-4666-9fa0-2be634709819"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8912362a-bac0-4666-9fa0-2be634709819"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8912362a-bac0-4666-9fa0-2be634709819"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-96209f81-cbfa-4c52-94d3-6d538448c4db .shogun-icon-wrapper {
  text-align: left;
}


#s-96209f81-cbfa-4c52-94d3-6d538448c4db .shogun-icon-wrapper > .shogun-icon {

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

#s-60d746b5-59f5-49d7-b670-a93c23465bff {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-60d746b5-59f5-49d7-b670-a93c23465bff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-60d746b5-59f5-49d7-b670-a93c23465bff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60d746b5-59f5-49d7-b670-a93c23465bff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60d746b5-59f5-49d7-b670-a93c23465bff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60d746b5-59f5-49d7-b670-a93c23465bff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60d746b5-59f5-49d7-b670-a93c23465bff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-60d746b5-59f5-49d7-b670-a93c23465bff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-60372af4-12d5-42f3-a1c4-0170cc0632f0 .shogun-icon-wrapper {
  text-align: left;
}


#s-60372af4-12d5-42f3-a1c4-0170cc0632f0 .shogun-icon-wrapper > .shogun-icon {

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

#s-7bcc38da-dc6d-4e97-a7e5-9afc9e7fb7f0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7bcc38da-dc6d-4e97-a7e5-9afc9e7fb7f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7bcc38da-dc6d-4e97-a7e5-9afc9e7fb7f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bcc38da-dc6d-4e97-a7e5-9afc9e7fb7f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bcc38da-dc6d-4e97-a7e5-9afc9e7fb7f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bcc38da-dc6d-4e97-a7e5-9afc9e7fb7f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bcc38da-dc6d-4e97-a7e5-9afc9e7fb7f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bcc38da-dc6d-4e97-a7e5-9afc9e7fb7f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-4c4a7115-bb0a-48d4-b2f1-6fcd294b8a0b .shogun-icon-wrapper {
  text-align: left;
}


#s-4c4a7115-bb0a-48d4-b2f1-6fcd294b8a0b .shogun-icon-wrapper > .shogun-icon {

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

#s-25adac4d-ebd9-4ef0-9345-82fc98a94341 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-25adac4d-ebd9-4ef0-9345-82fc98a94341"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-25adac4d-ebd9-4ef0-9345-82fc98a94341"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25adac4d-ebd9-4ef0-9345-82fc98a94341"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25adac4d-ebd9-4ef0-9345-82fc98a94341"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25adac4d-ebd9-4ef0-9345-82fc98a94341"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25adac4d-ebd9-4ef0-9345-82fc98a94341"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25adac4d-ebd9-4ef0-9345-82fc98a94341"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-79031d10-e9a2-4ff4-b3d3-4279bbf76864 .shogun-icon-wrapper {
  text-align: left;
}


#s-79031d10-e9a2-4ff4-b3d3-4279bbf76864 .shogun-icon-wrapper > .shogun-icon {

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

#s-812b0fca-b951-41b2-9bba-15711e27308b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-812b0fca-b951-41b2-9bba-15711e27308b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-812b0fca-b951-41b2-9bba-15711e27308b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-812b0fca-b951-41b2-9bba-15711e27308b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-812b0fca-b951-41b2-9bba-15711e27308b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-812b0fca-b951-41b2-9bba-15711e27308b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-812b0fca-b951-41b2-9bba-15711e27308b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-812b0fca-b951-41b2-9bba-15711e27308b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-07dd918e-9f9e-4f1d-a681-c7c2cb091671 .shogun-icon-wrapper {
  text-align: left;
}


#s-07dd918e-9f9e-4f1d-a681-c7c2cb091671 .shogun-icon-wrapper > .shogun-icon {

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

#s-ae927be9-3423-4690-9e56-fc2c91f39d17 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae927be9-3423-4690-9e56-fc2c91f39d17 .shogun-heading-component h2 {
  color: rgba(9, 83, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-28c4e1fc-a5b6-4794-bb5f-1158f77868c8 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 900px;
}

#s-6fde2c62-3f80-4395-a626-ff6935b07def {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-6fde2c62-3f80-4395-a626-ff6935b07def > .shg-box-overlay {
  background-color: rgba(55, 69, 50, 1);
  opacity: 0.6;
  display: block;
}#s-6fde2c62-3f80-4395-a626-ff6935b07def.shg-box.shg-c {
  justify-content: center;
}

#s-4b845e74-4a76-4ad0-a283-5d1780e3ddab {
  margin-top: 35px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 15px;
padding-left: 1%;
padding-bottom: 15px;
padding-right: 1%;
min-height: 50px;
max-width: 1000px;
}








#s-4b845e74-4a76-4ad0-a283-5d1780e3ddab > .shg-box-overlay {
  background-color: rgba(180, 101, 0, 1);
  opacity: 0;
  display: block;
}#s-4b845e74-4a76-4ad0-a283-5d1780e3ddab.shg-box.shg-c {
  justify-content: center;
}

#s-7e757562-7e8e-4567-9f11-ccf3255bbfe5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 145, 0, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-7e757562-7e8e-4567-9f11-ccf3255bbfe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e757562-7e8e-4567-9f11-ccf3255bbfe5.shg-box.shg-c {
  justify-content: center;
}

#s-2373c342-a88e-4086-9e29-19f9c5d8be5a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2373c342-a88e-4086-9e29-19f9c5d8be5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2373c342-a88e-4086-9e29-19f9c5d8be5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2373c342-a88e-4086-9e29-19f9c5d8be5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2373c342-a88e-4086-9e29-19f9c5d8be5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2373c342-a88e-4086-9e29-19f9c5d8be5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2373c342-a88e-4086-9e29-19f9c5d8be5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-2373c342-a88e-4086-9e29-19f9c5d8be5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-abfb50ea-ed17-4e1f-a14c-98ba94c8d9d9 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-abfb50ea-ed17-4e1f-a14c-98ba94c8d9d9 .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  font-family: "Aclonica";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-572c1397-4005-4047-9fc4-adf2de742b11 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-572c1397-4005-4047-9fc4-adf2de742b11 {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-572c1397-4005-4047-9fc4-adf2de742b11 img.shogun-image,
  #s-572c1397-4005-4047-9fc4-adf2de742b11 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-572c1397-4005-4047-9fc4-adf2de742b11 {
    width: 100%;
    height: auto;
  }



  #s-572c1397-4005-4047-9fc4-adf2de742b11 img.shogun-image {
    

    
    
    
  }


#s-572c1397-4005-4047-9fc4-adf2de742b11 .shogun-image-content {
  
    justify-content: center;
  
}

#s-50ef5ea5-fd2b-4ade-a8c8-b5b85fdd456f {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50ef5ea5-fd2b-4ade-a8c8-b5b85fdd456f .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e7e0aec8-7e3b-4c70-8c93-b31e5e3d0500 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7e0aec8-7e3b-4c70-8c93-b31e5e3d0500 {
  
}
}@media (max-width: 767px){#s-e7e0aec8-7e3b-4c70-8c93-b31e5e3d0500 {
  
}
}
@media (min-width: 0px) {
[id="s-e7e0aec8-7e3b-4c70-8c93-b31e5e3d0500"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e7e0aec8-7e3b-4c70-8c93-b31e5e3d0500"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e7e0aec8-7e3b-4c70-8c93-b31e5e3d0500"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7e0aec8-7e3b-4c70-8c93-b31e5e3d0500"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ccc7021d-09c7-410e-949c-bece75c32472 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-ccc7021d-09c7-410e-949c-bece75c32472 {
  overflow: hidden;
  
  
}







  #s-ccc7021d-09c7-410e-949c-bece75c32472 img.shogun-image {
    

    
    
    
  }


#s-ccc7021d-09c7-410e-949c-bece75c32472 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a912f52b-3a2e-46b1-ba19-a67f0ff4f4b2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-a912f52b-3a2e-46b1-ba19-a67f0ff4f4b2 {
  overflow: hidden;
  
  
}







  #s-a912f52b-3a2e-46b1-ba19-a67f0ff4f4b2 img.shogun-image {
    

    
    
    
  }


#s-a912f52b-3a2e-46b1-ba19-a67f0ff4f4b2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a1f81331-f6f6-4f7a-afc0-2f516bf2f1c4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-a1f81331-f6f6-4f7a-afc0-2f516bf2f1c4 {
  overflow: hidden;
  
  
}







  #s-a1f81331-f6f6-4f7a-afc0-2f516bf2f1c4 img.shogun-image {
    

    
    
    
  }


#s-a1f81331-f6f6-4f7a-afc0-2f516bf2f1c4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1b88094b-f120-4e3e-aec3-d3192610df44 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1b88094b-f120-4e3e-aec3-d3192610df44 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-1b88094b-f120-4e3e-aec3-d3192610df44 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-1b88094b-f120-4e3e-aec3-d3192610df44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b88094b-f120-4e3e-aec3-d3192610df44.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

.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-4b6de92a-bf4c-46f6-835f-168a266c39d9 {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(9, 83, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-4b6de92a-bf4c-46f6-835f-168a266c39d9:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b6de92a-bf4c-46f6-835f-168a266c39d9:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzRlMTMzMjctYzNiOC00ZmJiLWEwMzItNTkxNDk4ZjkyMzFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NGUxMzMyNy1jM2I4LTRmYmItYTAzMi01OTE0OThmOTIzMWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-4b6de92a-bf4c-46f6-835f-168a266c39d9-root {
    text-align: center;
  }


#s-4b6de92a-bf4c-46f6-835f-168a266c39d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b6de92a-bf4c-46f6-835f-168a266c39d9-root {
    text-align: center;
  }


#s-4b6de92a-bf4c-46f6-835f-168a266c39d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b6de92a-bf4c-46f6-835f-168a266c39d9-root {
    text-align: center;
  }


#s-4b6de92a-bf4c-46f6-835f-168a266c39d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b6de92a-bf4c-46f6-835f-168a266c39d9-root {
    text-align: center;
  }


#s-4b6de92a-bf4c-46f6-835f-168a266c39d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b6de92a-bf4c-46f6-835f-168a266c39d9-root {
    text-align: center;
  }


#s-4b6de92a-bf4c-46f6-835f-168a266c39d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-0b635f94-753b-47d7-9917-81e54c29356a {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-0b635f94-753b-47d7-9917-81e54c29356a:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b635f94-753b-47d7-9917-81e54c29356a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2RkYjEyYjItNWRiYy00YjA0LWI1NDItNGU2NTYyZDQ4NDc5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZGRiMTJiMi01ZGJjLTRiMDQtYjU0Mi00ZTY1NjJkNDg0NzkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-0b635f94-753b-47d7-9917-81e54c29356a-root {
    text-align: center;
  }


#s-0b635f94-753b-47d7-9917-81e54c29356a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b635f94-753b-47d7-9917-81e54c29356a-root {
    text-align: center;
  }


#s-0b635f94-753b-47d7-9917-81e54c29356a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b635f94-753b-47d7-9917-81e54c29356a-root {
    text-align: center;
  }


#s-0b635f94-753b-47d7-9917-81e54c29356a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b635f94-753b-47d7-9917-81e54c29356a-root {
    text-align: center;
  }


#s-0b635f94-753b-47d7-9917-81e54c29356a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b635f94-753b-47d7-9917-81e54c29356a-root {
    text-align: center;
  }


#s-0b635f94-753b-47d7-9917-81e54c29356a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-3b36bcfb-953c-4c56-ba25-a7962af2c7c7 hr {
  border-top: 1px solid rgba(221, 221, 221, 0.36);
}

#s-feaef4cf-01da-46c3-915f-cf3fee3a31a7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 153, 0, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-feaef4cf-01da-46c3-915f-cf3fee3a31a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-feaef4cf-01da-46c3-915f-cf3fee3a31a7.shg-box.shg-c {
  justify-content: center;
}

#s-43be0adb-ccc1-4baf-b87a-5c080dd15e35 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-43be0adb-ccc1-4baf-b87a-5c080dd15e35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43be0adb-ccc1-4baf-b87a-5c080dd15e35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-43be0adb-ccc1-4baf-b87a-5c080dd15e35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-43be0adb-ccc1-4baf-b87a-5c080dd15e35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-43be0adb-ccc1-4baf-b87a-5c080dd15e35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-43be0adb-ccc1-4baf-b87a-5c080dd15e35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-43be0adb-ccc1-4baf-b87a-5c080dd15e35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2e38ffec-c4dc-4746-befb-3d71fd9f7498 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2e38ffec-c4dc-4746-befb-3d71fd9f7498 .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  font-family: "Aclonica";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-771297a2-7fa3-48d9-b12e-83c093eb24b1 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-771297a2-7fa3-48d9-b12e-83c093eb24b1 {
  margin-left: auto;
margin-right: auto;
}
}
#s-771297a2-7fa3-48d9-b12e-83c093eb24b1 {
  overflow: hidden;
  
  
      max-width: 1080px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-771297a2-7fa3-48d9-b12e-83c093eb24b1 img.shogun-image,
  #s-771297a2-7fa3-48d9-b12e-83c093eb24b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-771297a2-7fa3-48d9-b12e-83c093eb24b1 {
    width: 100%;
    height: auto;
  }



  #s-771297a2-7fa3-48d9-b12e-83c093eb24b1 img.shogun-image {
    

    
    
    
  }


#s-771297a2-7fa3-48d9-b12e-83c093eb24b1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-58f42755-a0d3-4504-82dc-c6c7779b201c {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58f42755-a0d3-4504-82dc-c6c7779b201c .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-31143574-b839-469b-8628-abfca89fcc5c {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-31143574-b839-469b-8628-abfca89fcc5c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-31143574-b839-469b-8628-abfca89fcc5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-31143574-b839-469b-8628-abfca89fcc5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-31143574-b839-469b-8628-abfca89fcc5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ddc16c5f-e2ca-4007-9c0e-9088a06c7dda {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-ddc16c5f-e2ca-4007-9c0e-9088a06c7dda {
  overflow: hidden;
  
  
}







  #s-ddc16c5f-e2ca-4007-9c0e-9088a06c7dda img.shogun-image {
    

    
    
    
  }


#s-ddc16c5f-e2ca-4007-9c0e-9088a06c7dda .shogun-image-content {
  
    justify-content: center;
  
}

#s-e1ff9f6e-d5fc-40d2-9370-424cc3974564 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-e1ff9f6e-d5fc-40d2-9370-424cc3974564 {
  overflow: hidden;
  
  
}







  #s-e1ff9f6e-d5fc-40d2-9370-424cc3974564 img.shogun-image {
    

    
    
    
  }


#s-e1ff9f6e-d5fc-40d2-9370-424cc3974564 .shogun-image-content {
  
    justify-content: center;
  
}

#s-62021b8b-5567-4f16-8b75-b1e25ac5b416 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-62021b8b-5567-4f16-8b75-b1e25ac5b416 {
  overflow: hidden;
  
  
}







  #s-62021b8b-5567-4f16-8b75-b1e25ac5b416 img.shogun-image {
    

    
    
    
  }


#s-62021b8b-5567-4f16-8b75-b1e25ac5b416 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f61ca4a-a116-4bec-8b66-db6eb0aa3c78 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2f61ca4a-a116-4bec-8b66-db6eb0aa3c78 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-2f61ca4a-a116-4bec-8b66-db6eb0aa3c78 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-2f61ca4a-a116-4bec-8b66-db6eb0aa3c78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f61ca4a-a116-4bec-8b66-db6eb0aa3c78.shg-box.shg-c {
  justify-content: center;
}

#s-8a94834f-45a1-4226-ad15-db8342840dad {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(9, 83, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-8a94834f-45a1-4226-ad15-db8342840dad:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a94834f-45a1-4226-ad15-db8342840dad:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2FiNTU5NDAtNzI0OC00YjNhLTkzMmEtMjNkZjEzOGQ1N2JkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YWI1NTk0MC03MjQ4LTRiM2EtOTMyYS0yM2RmMTM4ZDU3YmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-8a94834f-45a1-4226-ad15-db8342840dad-root {
    text-align: center;
  }


#s-8a94834f-45a1-4226-ad15-db8342840dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a94834f-45a1-4226-ad15-db8342840dad-root {
    text-align: center;
  }


#s-8a94834f-45a1-4226-ad15-db8342840dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a94834f-45a1-4226-ad15-db8342840dad-root {
    text-align: center;
  }


#s-8a94834f-45a1-4226-ad15-db8342840dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a94834f-45a1-4226-ad15-db8342840dad-root {
    text-align: center;
  }


#s-8a94834f-45a1-4226-ad15-db8342840dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a94834f-45a1-4226-ad15-db8342840dad-root {
    text-align: center;
  }


#s-8a94834f-45a1-4226-ad15-db8342840dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-864b7dab-a20f-4bbe-832b-74af4fdf9620 {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-864b7dab-a20f-4bbe-832b-74af4fdf9620:hover {background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-864b7dab-a20f-4bbe-832b-74af4fdf9620:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGVkZjE3OGEtNWU5Zi00ODY2LTgyNTQtMzQzNDAzYzAyZDMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZWRmMTc4YS01ZTlmLTQ4NjYtODI1NC0zNDM0MDNjMDJkMzApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-864b7dab-a20f-4bbe-832b-74af4fdf9620-root {
    text-align: center;
  }


#s-864b7dab-a20f-4bbe-832b-74af4fdf9620.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-864b7dab-a20f-4bbe-832b-74af4fdf9620-root {
    text-align: center;
  }


#s-864b7dab-a20f-4bbe-832b-74af4fdf9620.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-864b7dab-a20f-4bbe-832b-74af4fdf9620-root {
    text-align: center;
  }


#s-864b7dab-a20f-4bbe-832b-74af4fdf9620.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-864b7dab-a20f-4bbe-832b-74af4fdf9620-root {
    text-align: center;
  }


#s-864b7dab-a20f-4bbe-832b-74af4fdf9620.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-864b7dab-a20f-4bbe-832b-74af4fdf9620-root {
    text-align: center;
  }


#s-864b7dab-a20f-4bbe-832b-74af4fdf9620.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-70070cdd-f655-4bf3-be24-67b8ca4c9b6e {
  margin-left: auto;
margin-right: auto;
}

#s-70070cdd-f655-4bf3-be24-67b8ca4c9b6e hr {
  border-top: 2px solid #ddd;
}

#s-1739320f-e707-42cc-997e-1cb74d90c18d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(9, 83, 33, 1);
border-style: dashed;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 145, 0, 1);
}








#s-1739320f-e707-42cc-997e-1cb74d90c18d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1739320f-e707-42cc-997e-1cb74d90c18d.shg-box.shg-c {
  justify-content: center;
}

#s-c3b86252-3d3e-4646-a6df-fe1e2d6b21bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c3b86252-3d3e-4646-a6df-fe1e2d6b21bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3b86252-3d3e-4646-a6df-fe1e2d6b21bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c3b86252-3d3e-4646-a6df-fe1e2d6b21bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c3b86252-3d3e-4646-a6df-fe1e2d6b21bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c3b86252-3d3e-4646-a6df-fe1e2d6b21bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3b86252-3d3e-4646-a6df-fe1e2d6b21bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c3b86252-3d3e-4646-a6df-fe1e2d6b21bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e7e42c3c-95f3-48ba-ae60-dfd6e43e744d {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7e42c3c-95f3-48ba-ae60-dfd6e43e744d .shogun-heading-component h1 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  font-family: "Aclonica";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-b65ac9fa-618b-4d47-af4b-b1fb1d9ead21 {
  text-align: center;
}
@media (max-width: 767px){#s-b65ac9fa-618b-4d47-af4b-b1fb1d9ead21 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}
}
#s-b65ac9fa-618b-4d47-af4b-b1fb1d9ead21 {
  overflow: hidden;
  
  
}







  #s-b65ac9fa-618b-4d47-af4b-b1fb1d9ead21 img.shogun-image {
    

    
    
    
  }


#s-b65ac9fa-618b-4d47-af4b-b1fb1d9ead21 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fbc0abd0-f61f-4fdf-8a1b-b75dc7ffb9a7 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbc0abd0-f61f-4fdf-8a1b-b75dc7ffb9a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-55ee7595-83cc-44bc-bca0-4313d3277533 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-55ee7595-83cc-44bc-bca0-4313d3277533"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-55ee7595-83cc-44bc-bca0-4313d3277533"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55ee7595-83cc-44bc-bca0-4313d3277533"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55ee7595-83cc-44bc-bca0-4313d3277533"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1ebd445c-aaa4-4ec0-ba59-f4da80b88cd1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-1ebd445c-aaa4-4ec0-ba59-f4da80b88cd1 {
  overflow: hidden;
  
  
}







  #s-1ebd445c-aaa4-4ec0-ba59-f4da80b88cd1 img.shogun-image {
    

    
    
    
  }


#s-1ebd445c-aaa4-4ec0-ba59-f4da80b88cd1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5438249c-f32c-442f-a9e4-b5122cebdacf {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-5438249c-f32c-442f-a9e4-b5122cebdacf {
  overflow: hidden;
  
  
}







  #s-5438249c-f32c-442f-a9e4-b5122cebdacf img.shogun-image {
    

    
    
    
  }


#s-5438249c-f32c-442f-a9e4-b5122cebdacf .shogun-image-content {
  
    justify-content: center;
  
}

#s-d8343c8b-60f4-45fc-a2c4-9934c4aa808c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-d8343c8b-60f4-45fc-a2c4-9934c4aa808c {
  overflow: hidden;
  
  
}







  #s-d8343c8b-60f4-45fc-a2c4-9934c4aa808c img.shogun-image {
    

    
    
    
  }


#s-d8343c8b-60f4-45fc-a2c4-9934c4aa808c .shogun-image-content {
  
    justify-content: center;
  
}

#s-32ae6e67-7a75-4258-a7ad-272c3d4131df {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-32ae6e67-7a75-4258-a7ad-272c3d4131df {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-32ae6e67-7a75-4258-a7ad-272c3d4131df {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-32ae6e67-7a75-4258-a7ad-272c3d4131df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32ae6e67-7a75-4258-a7ad-272c3d4131df.shg-box.shg-c {
  justify-content: center;
}

#s-c7e09199-1d97-4fdc-9799-7921423de044 {
  box-shadow:1px 1px 1px 1px rgba(255, 153, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 145, 0, 1);
}
#s-c7e09199-1d97-4fdc-9799-7921423de044:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7e09199-1d97-4fdc-9799-7921423de044:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTA5Nzk1MTUtZjJjOS00ZDA2LThiYmMtY2RlMmQ4MzFhMmVhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDk3OTUxNS1mMmM5LTRkMDYtOGJiYy1jZGUyZDgzMWEyZWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-c7e09199-1d97-4fdc-9799-7921423de044-root {
    text-align: center;
  }


#s-c7e09199-1d97-4fdc-9799-7921423de044.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7e09199-1d97-4fdc-9799-7921423de044-root {
    text-align: center;
  }


#s-c7e09199-1d97-4fdc-9799-7921423de044.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7e09199-1d97-4fdc-9799-7921423de044-root {
    text-align: center;
  }


#s-c7e09199-1d97-4fdc-9799-7921423de044.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7e09199-1d97-4fdc-9799-7921423de044-root {
    text-align: center;
  }


#s-c7e09199-1d97-4fdc-9799-7921423de044.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7e09199-1d97-4fdc-9799-7921423de044-root {
    text-align: center;
  }


#s-c7e09199-1d97-4fdc-9799-7921423de044.shg-btn {
  color: rgba(255, 145, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-040f23f0-9c20-4769-9479-83f2e757c56a hr {
  border-top: 1px solid rgba(221, 221, 221, 0.36);
}

#s-3d493820-5a86-491a-a9fc-3b82fb2b825e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 153, 0, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3d493820-5a86-491a-a9fc-3b82fb2b825e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d493820-5a86-491a-a9fc-3b82fb2b825e.shg-box.shg-c {
  justify-content: center;
}

#s-dc14d191-5b77-47fe-a7ba-5e270d595140 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dc14d191-5b77-47fe-a7ba-5e270d595140"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc14d191-5b77-47fe-a7ba-5e270d595140"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dc14d191-5b77-47fe-a7ba-5e270d595140"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dc14d191-5b77-47fe-a7ba-5e270d595140"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dc14d191-5b77-47fe-a7ba-5e270d595140"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc14d191-5b77-47fe-a7ba-5e270d595140"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-dc14d191-5b77-47fe-a7ba-5e270d595140"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a71c48ba-4a7d-4b73-bac3-a71d5abe7954 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a71c48ba-4a7d-4b73-bac3-a71d5abe7954 .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  font-family: "Aclonica";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-6fd133eb-129a-46bc-836c-744a8add0892 {
  text-align: center;
}
@media (max-width: 767px){#s-6fd133eb-129a-46bc-836c-744a8add0892 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}
}
#s-6fd133eb-129a-46bc-836c-744a8add0892 {
  overflow: hidden;
  
  
}







  #s-6fd133eb-129a-46bc-836c-744a8add0892 img.shogun-image {
    

    
    
    
  }


#s-6fd133eb-129a-46bc-836c-744a8add0892 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b148e31a-08ce-40f7-9290-b3c62d8d8790 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b148e31a-08ce-40f7-9290-b3c62d8d8790 .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2f83bf46-781e-40ff-9212-8edaca097f8a {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-2f83bf46-781e-40ff-9212-8edaca097f8a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2f83bf46-781e-40ff-9212-8edaca097f8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f83bf46-781e-40ff-9212-8edaca097f8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f83bf46-781e-40ff-9212-8edaca097f8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a0ca4c5-eebb-4ffc-8041-2a949675b2c1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-8a0ca4c5-eebb-4ffc-8041-2a949675b2c1 {
  overflow: hidden;
  
  
}







  #s-8a0ca4c5-eebb-4ffc-8041-2a949675b2c1 img.shogun-image {
    

    
    
    
  }


#s-8a0ca4c5-eebb-4ffc-8041-2a949675b2c1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-54913c6c-7d3b-41c0-af20-935d80beb236 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-54913c6c-7d3b-41c0-af20-935d80beb236 {
  overflow: hidden;
  
  
}







  #s-54913c6c-7d3b-41c0-af20-935d80beb236 img.shogun-image {
    

    
    
    
  }


#s-54913c6c-7d3b-41c0-af20-935d80beb236 .shogun-image-content {
  
    justify-content: center;
  
}

#s-91b9207e-b810-47de-94ae-ec89bda3a281 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-91b9207e-b810-47de-94ae-ec89bda3a281 {
  overflow: hidden;
  
  
}







  #s-91b9207e-b810-47de-94ae-ec89bda3a281 img.shogun-image {
    

    
    
    
  }


#s-91b9207e-b810-47de-94ae-ec89bda3a281 .shogun-image-content {
  
    justify-content: center;
  
}

#s-aadb3961-155f-45e7-938e-a73d4bfb992e {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-aadb3961-155f-45e7-938e-a73d4bfb992e {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-aadb3961-155f-45e7-938e-a73d4bfb992e {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-aadb3961-155f-45e7-938e-a73d4bfb992e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aadb3961-155f-45e7-938e-a73d4bfb992e.shg-box.shg-c {
  justify-content: center;
}

#s-59cbd818-8252-4a41-a850-c8c23e7627aa {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-59cbd818-8252-4a41-a850-c8c23e7627aa:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-59cbd818-8252-4a41-a850-c8c23e7627aa:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjUzYWIwNDktMjNiOC00OTQzLWEzNjEtZjgyNjQ2YzQzMjUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNTNhYjA0OS0yM2I4LTQ5NDMtYTM2MS1mODI2NDZjNDMyNTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-59cbd818-8252-4a41-a850-c8c23e7627aa-root {
    text-align: center;
  }


#s-59cbd818-8252-4a41-a850-c8c23e7627aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-59cbd818-8252-4a41-a850-c8c23e7627aa-root {
    text-align: center;
  }


#s-59cbd818-8252-4a41-a850-c8c23e7627aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-59cbd818-8252-4a41-a850-c8c23e7627aa-root {
    text-align: center;
  }


#s-59cbd818-8252-4a41-a850-c8c23e7627aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-59cbd818-8252-4a41-a850-c8c23e7627aa-root {
    text-align: center;
  }


#s-59cbd818-8252-4a41-a850-c8c23e7627aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-59cbd818-8252-4a41-a850-c8c23e7627aa-root {
    text-align: center;
  }


#s-59cbd818-8252-4a41-a850-c8c23e7627aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-5e726358-0066-414c-a5c9-35980015c85f hr {
  border-top: 1px solid rgba(221, 221, 221, 0.36);
}

#s-75861044-2e91-4325-99ec-d9b8ced72c2c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 153, 0, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-75861044-2e91-4325-99ec-d9b8ced72c2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75861044-2e91-4325-99ec-d9b8ced72c2c.shg-box.shg-c {
  justify-content: center;
}

#s-30aeac2c-bc83-4999-8fea-0a443443daf0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-30aeac2c-bc83-4999-8fea-0a443443daf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30aeac2c-bc83-4999-8fea-0a443443daf0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-30aeac2c-bc83-4999-8fea-0a443443daf0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-30aeac2c-bc83-4999-8fea-0a443443daf0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-30aeac2c-bc83-4999-8fea-0a443443daf0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-30aeac2c-bc83-4999-8fea-0a443443daf0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-30aeac2c-bc83-4999-8fea-0a443443daf0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5fe804bb-063a-45db-8c80-6acfd20a8804 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5fe804bb-063a-45db-8c80-6acfd20a8804 .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  font-family: "Aclonica";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-cf796bf3-b130-4920-9b09-73f6311c3b0f {
  text-align: center;
}
@media (max-width: 767px){#s-cf796bf3-b130-4920-9b09-73f6311c3b0f {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}
}
#s-cf796bf3-b130-4920-9b09-73f6311c3b0f {
  overflow: hidden;
  
  
}







  #s-cf796bf3-b130-4920-9b09-73f6311c3b0f img.shogun-image {
    

    
    
    
  }


#s-cf796bf3-b130-4920-9b09-73f6311c3b0f .shogun-image-content {
  
    justify-content: center;
  
}

#s-3f9125d2-ffdf-43d9-b2d0-16ab8419bf0c {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f9125d2-ffdf-43d9-b2d0-16ab8419bf0c .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-657ac6b4-ba12-4f3b-bf3e-1ca27332f84e {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-657ac6b4-ba12-4f3b-bf3e-1ca27332f84e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-657ac6b4-ba12-4f3b-bf3e-1ca27332f84e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-657ac6b4-ba12-4f3b-bf3e-1ca27332f84e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-657ac6b4-ba12-4f3b-bf3e-1ca27332f84e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7d7a14dd-9ab3-4132-8d2d-72a2a092eb5b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-7d7a14dd-9ab3-4132-8d2d-72a2a092eb5b {
  overflow: hidden;
  
  
}







  #s-7d7a14dd-9ab3-4132-8d2d-72a2a092eb5b img.shogun-image {
    

    
    
    
  }


#s-7d7a14dd-9ab3-4132-8d2d-72a2a092eb5b .shogun-image-content {
  
    justify-content: center;
  
}

#s-c3294591-b732-4acb-b42b-53f1ad1f5c85 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-c3294591-b732-4acb-b42b-53f1ad1f5c85 {
  overflow: hidden;
  
  
}







  #s-c3294591-b732-4acb-b42b-53f1ad1f5c85 img.shogun-image {
    

    
    
    
  }


#s-c3294591-b732-4acb-b42b-53f1ad1f5c85 .shogun-image-content {
  
    justify-content: center;
  
}

#s-57fbe602-e30b-42fd-8d39-ac98dd11b41a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-57fbe602-e30b-42fd-8d39-ac98dd11b41a {
  overflow: hidden;
  
  
}







  #s-57fbe602-e30b-42fd-8d39-ac98dd11b41a img.shogun-image {
    

    
    
    
  }


#s-57fbe602-e30b-42fd-8d39-ac98dd11b41a .shogun-image-content {
  
    justify-content: center;
  
}

#s-c83de307-8a94-4ce2-bc01-c03d962791a1 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c83de307-8a94-4ce2-bc01-c03d962791a1 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-c83de307-8a94-4ce2-bc01-c03d962791a1 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-c83de307-8a94-4ce2-bc01-c03d962791a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c83de307-8a94-4ce2-bc01-c03d962791a1.shg-box.shg-c {
  justify-content: center;
}

#s-9c409bc5-657f-4899-86e1-cb69130eec2e {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(9, 83, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-9c409bc5-657f-4899-86e1-cb69130eec2e:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9c409bc5-657f-4899-86e1-cb69130eec2e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmZlZTg1YjktYjM5NC00OWNjLTk5MDAtMzc5OWQ2YzgyNzhkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZmVlODViOS1iMzk0LTQ5Y2MtOTkwMC0zNzk5ZDZjODI3OGQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-9c409bc5-657f-4899-86e1-cb69130eec2e-root {
    text-align: center;
  }


#s-9c409bc5-657f-4899-86e1-cb69130eec2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c409bc5-657f-4899-86e1-cb69130eec2e-root {
    text-align: center;
  }


#s-9c409bc5-657f-4899-86e1-cb69130eec2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c409bc5-657f-4899-86e1-cb69130eec2e-root {
    text-align: center;
  }


#s-9c409bc5-657f-4899-86e1-cb69130eec2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c409bc5-657f-4899-86e1-cb69130eec2e-root {
    text-align: center;
  }


#s-9c409bc5-657f-4899-86e1-cb69130eec2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c409bc5-657f-4899-86e1-cb69130eec2e-root {
    text-align: center;
  }


#s-9c409bc5-657f-4899-86e1-cb69130eec2e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-d8784d18-220c-414d-bebe-7af3189ea672 {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-d8784d18-220c-414d-bebe-7af3189ea672:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8784d18-220c-414d-bebe-7af3189ea672:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2Q4N2JkNjQtYjRlMC00ZjkyLTgwNTItNTQ3NzQzYjE1OWUyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZDg3YmQ2NC1iNGUwLTRmOTItODA1Mi01NDc3NDNiMTU5ZTIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-d8784d18-220c-414d-bebe-7af3189ea672-root {
    text-align: center;
  }


#s-d8784d18-220c-414d-bebe-7af3189ea672.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8784d18-220c-414d-bebe-7af3189ea672-root {
    text-align: center;
  }


#s-d8784d18-220c-414d-bebe-7af3189ea672.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8784d18-220c-414d-bebe-7af3189ea672-root {
    text-align: center;
  }


#s-d8784d18-220c-414d-bebe-7af3189ea672.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8784d18-220c-414d-bebe-7af3189ea672-root {
    text-align: center;
  }


#s-d8784d18-220c-414d-bebe-7af3189ea672.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8784d18-220c-414d-bebe-7af3189ea672-root {
    text-align: center;
  }


#s-d8784d18-220c-414d-bebe-7af3189ea672.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-562a827b-1a08-4a3b-91d0-7c1a4b4812e3 hr {
  border-top: 1px solid rgba(221, 221, 221, 0.36);
}

#s-a55eebd1-de74-49ca-a556-1aa64a53e335 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 153, 0, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a55eebd1-de74-49ca-a556-1aa64a53e335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a55eebd1-de74-49ca-a556-1aa64a53e335.shg-box.shg-c {
  justify-content: center;
}

#s-e53dd8b9-1754-4b46-b712-e990bb65f115 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e53dd8b9-1754-4b46-b712-e990bb65f115"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e53dd8b9-1754-4b46-b712-e990bb65f115"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e53dd8b9-1754-4b46-b712-e990bb65f115"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e53dd8b9-1754-4b46-b712-e990bb65f115"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e53dd8b9-1754-4b46-b712-e990bb65f115"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e53dd8b9-1754-4b46-b712-e990bb65f115"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-e53dd8b9-1754-4b46-b712-e990bb65f115"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6041fe05-1b45-48a1-bb75-298430ae481d {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6041fe05-1b45-48a1-bb75-298430ae481d .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  font-family: "Aclonica";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-ccdecfa5-1e6f-40fc-acf4-9d6fd5637c57 {
  text-align: center;
}
@media (max-width: 767px){#s-ccdecfa5-1e6f-40fc-acf4-9d6fd5637c57 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}
}
#s-ccdecfa5-1e6f-40fc-acf4-9d6fd5637c57 {
  overflow: hidden;
  
  
}







  #s-ccdecfa5-1e6f-40fc-acf4-9d6fd5637c57 img.shogun-image {
    

    
    
    
  }


#s-ccdecfa5-1e6f-40fc-acf4-9d6fd5637c57 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8d6db3e6-175a-4c8c-916e-6f615cd53e4d {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d6db3e6-175a-4c8c-916e-6f615cd53e4d .shogun-heading-component h1 {
  color: rgba(255, 145, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ef281fb9-8cb9-4644-b677-620bde415648 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-ef281fb9-8cb9-4644-b677-620bde415648"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ef281fb9-8cb9-4644-b677-620bde415648"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef281fb9-8cb9-4644-b677-620bde415648"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef281fb9-8cb9-4644-b677-620bde415648"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9a5481c1-bd13-4fbc-9a49-10215cb5b5ea {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-9a5481c1-bd13-4fbc-9a49-10215cb5b5ea {
  overflow: hidden;
  
  
}







  #s-9a5481c1-bd13-4fbc-9a49-10215cb5b5ea img.shogun-image {
    

    
    
    
  }


#s-9a5481c1-bd13-4fbc-9a49-10215cb5b5ea .shogun-image-content {
  
    justify-content: center;
  
}

#s-786ad295-0ec7-4b2c-9f46-b94aeee44813 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-786ad295-0ec7-4b2c-9f46-b94aeee44813 {
  overflow: hidden;
  
  
}







  #s-786ad295-0ec7-4b2c-9f46-b94aeee44813 img.shogun-image {
    

    
    
    
  }


#s-786ad295-0ec7-4b2c-9f46-b94aeee44813 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f27a2790-02a7-4f02-925e-16746017b9b7 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
text-align: center;
}

#s-f27a2790-02a7-4f02-925e-16746017b9b7 {
  overflow: hidden;
  
  
}







  #s-f27a2790-02a7-4f02-925e-16746017b9b7 img.shogun-image {
    

    
    
    
  }


#s-f27a2790-02a7-4f02-925e-16746017b9b7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b8aeed3a-0eb7-48d1-864d-1dee43f32c01 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b8aeed3a-0eb7-48d1-864d-1dee43f32c01 {
  margin-top: 50px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-b8aeed3a-0eb7-48d1-864d-1dee43f32c01 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-b8aeed3a-0eb7-48d1-864d-1dee43f32c01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8aeed3a-0eb7-48d1-864d-1dee43f32c01.shg-box.shg-c {
  justify-content: center;
}

#s-3ac72c97-d964-477e-99bd-a1c508f55055 {
  box-shadow:0px 0px 0px 0px rgba(180, 101, 0, 1);
margin-top: 5px;
margin-bottom: 5px;
padding-top: 7px;
padding-left: 25px;
padding-bottom: 7px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 41px;
background-color: rgba(255, 145, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 0px;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
}
#s-3ac72c97-d964-477e-99bd-a1c508f55055:hover {box-shadow:0px 0px 0px 0px  !important;
background-color: rgba(180, 101, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3ac72c97-d964-477e-99bd-a1c508f55055:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWE1NDQ4NDgtODI2Ny00MjZhLWFlNjctMjA0NDU4OTJmNmFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRkMTk3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYTU0NDg0OC04MjY3LTQyNmEtYWU2Ny0yMDQ0NTg5MmY2YWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdd197"}, {"id"=>2, "pos"=>1, "color"=>"#fdd197"}] !important;}

  #s-3ac72c97-d964-477e-99bd-a1c508f55055-root {
    text-align: center;
  }


#s-3ac72c97-d964-477e-99bd-a1c508f55055.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ac72c97-d964-477e-99bd-a1c508f55055-root {
    text-align: center;
  }


#s-3ac72c97-d964-477e-99bd-a1c508f55055.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ac72c97-d964-477e-99bd-a1c508f55055-root {
    text-align: center;
  }


#s-3ac72c97-d964-477e-99bd-a1c508f55055.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ac72c97-d964-477e-99bd-a1c508f55055-root {
    text-align: center;
  }


#s-3ac72c97-d964-477e-99bd-a1c508f55055.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ac72c97-d964-477e-99bd-a1c508f55055-root {
    text-align: center;
  }


#s-3ac72c97-d964-477e-99bd-a1c508f55055.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-01f4abf5-0dc2-4ee2-a435-4ab625f4ca47 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(238, 232, 218, 0.51);
}








#s-01f4abf5-0dc2-4ee2-a435-4ab625f4ca47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01f4abf5-0dc2-4ee2-a435-4ab625f4ca47.shg-box.shg-c {
  justify-content: center;
}

#s-adfc51cc-0e4a-49e2-9230-7797b70dac7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adfc51cc-0e4a-49e2-9230-7797b70dac7b .shogun-heading-component h2 {
  color: rgba(55, 69, 50, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-0fc6eecc-0b1d-4e5e-99fa-4f07fc7a640e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 960px;
}

@media (min-width: 0px) {
[id="s-0fc6eecc-0b1d-4e5e-99fa-4f07fc7a640e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fc6eecc-0b1d-4e5e-99fa-4f07fc7a640e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0fc6eecc-0b1d-4e5e-99fa-4f07fc7a640e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fc6eecc-0b1d-4e5e-99fa-4f07fc7a640e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0188a620-dfbc-447c-af40-88d66c0cefa7 {
  text-align: center;
}

#s-9036b5c8-7f42-4bc9-b262-2802cc93cdbe {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 48px;
text-align: center;
}

#s-9036b5c8-7f42-4bc9-b262-2802cc93cdbe {
  overflow: hidden;
  
  
}







  #s-9036b5c8-7f42-4bc9-b262-2802cc93cdbe img.shogun-image {
    

    
    
    
  }


#s-9036b5c8-7f42-4bc9-b262-2802cc93cdbe .shogun-image-content {
  
    justify-content: center;
  
}

#s-c61d72e8-89ca-45cb-b4ff-81eac6d656d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c61d72e8-89ca-45cb-b4ff-81eac6d656d1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3a8305ce-e027-437b-897e-df4ef60ebb9f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 48px;
text-align: center;
}

#s-3a8305ce-e027-437b-897e-df4ef60ebb9f {
  overflow: hidden;
  
  
}







  #s-3a8305ce-e027-437b-897e-df4ef60ebb9f img.shogun-image {
    

    
    
    
  }


#s-3a8305ce-e027-437b-897e-df4ef60ebb9f .shogun-image-content {
  
    justify-content: center;
  
}

#s-37acf77a-19f5-4208-901e-21d97e43e948 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-37acf77a-19f5-4208-901e-21d97e43e948 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-d6b4da31-c36c-4d81-ac6b-c9067c6b235f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 48px;
text-align: center;
}

#s-d6b4da31-c36c-4d81-ac6b-c9067c6b235f {
  overflow: hidden;
  
  
}







  #s-d6b4da31-c36c-4d81-ac6b-c9067c6b235f img.shogun-image {
    

    
    
    
  }


#s-d6b4da31-c36c-4d81-ac6b-c9067c6b235f .shogun-image-content {
  
    justify-content: center;
  
}

#s-8782f069-bfec-48fb-8c93-389635126587 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8782f069-bfec-48fb-8c93-389635126587 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-625969cb-5ef3-497f-a5b7-5440855de361 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-625969cb-5ef3-497f-a5b7-5440855de361 .shogun-heading-component h1 {
  color: rgba(9, 83, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c737ebe5-bae0-41bd-bd25-e6a951e66a31 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 41px;
background-color: rgba(255, 153, 0, 1);
text-align: center;
text-decoration: none;
}
#s-c737ebe5-bae0-41bd-bd25-e6a951e66a31:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c737ebe5-bae0-41bd-bd25-e6a951e66a31:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c737ebe5-bae0-41bd-bd25-e6a951e66a31-root {
    text-align: center;
  }


#s-c737ebe5-bae0-41bd-bd25-e6a951e66a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c737ebe5-bae0-41bd-bd25-e6a951e66a31-root {
    text-align: center;
  }


#s-c737ebe5-bae0-41bd-bd25-e6a951e66a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c737ebe5-bae0-41bd-bd25-e6a951e66a31-root {
    text-align: center;
  }


#s-c737ebe5-bae0-41bd-bd25-e6a951e66a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c737ebe5-bae0-41bd-bd25-e6a951e66a31-root {
    text-align: center;
  }


#s-c737ebe5-bae0-41bd-bd25-e6a951e66a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c737ebe5-bae0-41bd-bd25-e6a951e66a31-root {
    text-align: center;
  }


#s-c737ebe5-bae0-41bd-bd25-e6a951e66a31.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-03726091-f84b-4951-9864-303fe1c1674b hr {
  border-top: 2px solid #ddd;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
  }
}
