<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; .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-24d439e8-a44b-4ec5-91ce-a5d47bf9654a {
  margin-bottom: 0px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-24d439e8-a44b-4ec5-91ce-a5d47bf9654a &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24d439e8-a44b-4ec5-91ce-a5d47bf9654a.shg-box.shg-c {
  justify-content: center;
}

#s-69e0b38c-ba20-4fb0-a644-3997c3b750a5 {
  background-repeat: no-repeat;
}

#s-69e0b38c-ba20-4fb0-a644-3997c3b750a5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjk0M2Q3ZWEtNTRiNC00ZmM0LTllMzAtNzVkY2EzZTViZTNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4YTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjI1NDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMTYyMjM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNkODQzMTU7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzI5NDNkN2VhLTU0YjQtNGZjNC05ZTMwLTc1ZGNhM2U1YmUzZikiLz48L3N2Zz4=);
}








#s-69e0b38c-ba20-4fb0-a644-3997c3b750a5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69e0b38c-ba20-4fb0-a644-3997c3b750a5.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 {
  
  
  
}

#s-11276463-f9a5-4404-9094-0c35fdc00b3b {
  padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-11276463-f9a5-4404-9094-0c35fdc00b3b {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-11276463-f9a5-4404-9094-0c35fdc00b3b &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11276463-f9a5-4404-9094-0c35fdc00b3b.shg-box.shg-c {
  justify-content: center;
}








#s-cb7eb7d9-4737-43b0-be43-500837af0449 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb7eb7d9-4737-43b0-be43-500837af0449.shg-box.shg-c {
  justify-content: center;
}

#s-18236dc0-8030-4e2f-928d-c67b666d5117 {
  background-repeat: no-repeat;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}

#s-18236dc0-8030-4e2f-928d-c67b666d5117 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGJhYzMxYzktZWFjNC00Y2ExLWE5YjMtNWY1ZmVlNjM1ZWQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY4YTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjI1NDU0NTQ1NDU0NTQ1NDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMTYyMjM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNkODQzMTU7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzBiYWMzMWM5LWVhYzQtNGNhMS1hOWIzLTVmNWZlZTYzNWVkNCkiLz48L3N2Zz4=);
}








#s-18236dc0-8030-4e2f-928d-c67b666d5117 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18236dc0-8030-4e2f-928d-c67b666d5117.shg-box.shg-c {
  justify-content: center;
}

#s-71cb2b6d-0eff-46f8-b6a9-95ada69363cb {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(245, 245, 245, 0);
}

#s-71cb2b6d-0eff-46f8-b6a9-95ada69363cb .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  font-size: 16px;
  
  
  
  
  
  
  
  
}

#s-71cb2b6d-0eff-46f8-b6a9-95ada69363cb .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  
  color: rgba(51, 223, 51, 1);
  font-family: Poppins;
  
  
  
  
}

#s-71cb2b6d-0eff-46f8-b6a9-95ada69363cb .shogun-form-success-msg &gt; svg {
  margin-right: 4px;
  stroke: rgba(51, 223, 51, 1);
}

#s-71cb2b6d-0eff-46f8-b6a9-95ada69363cb .shogun-form-error-msg-container, #s-71cb2b6d-0eff-46f8-b6a9-95ada69363cb .shogun-form-field-error-msg-container {
  display: none;
}

#s-71cb2b6d-0eff-46f8-b6a9-95ada69363cb .shogun-form-error-msg {
  font-size: 14px;
  
  color: rgba(140, 0, 0, 1);
  font-family: Poppins;
  
  
  
  
}

#s-71cb2b6d-0eff-46f8-b6a9-95ada69363cb .shogun-form-field-error-msg &gt; svg {
  margin-right: 4px;
  stroke: rgba(140, 0, 0, 1);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row &gt; * {
  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 &gt; div:empty {
  display: block;
}

@media (min-width: 0px) {
[id="s-90914062-40f6-4cf2-a6d2-ce5b2f410f9e"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90914062-40f6-4cf2-a6d2-ce5b2f410f9e"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-90914062-40f6-4cf2-a6d2-ce5b2f410f9e"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-90914062-40f6-4cf2-a6d2-ce5b2f410f9e"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-c17bf971-25fb-4f20-8999-ace2125fdd02  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-c17bf971-25fb-4f20-8999-ace2125fdd02  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-c17bf971-25fb-4f20-8999-ace2125fdd02  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}


#s-c17bf971-25fb-4f20-8999-ace2125fdd02 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}



#s-c17bf971-25fb-4f20-8999-ace2125fdd02 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}


#s-099ad1cd-7fa8-4b0d-8c53-ed45b8b8c9f6  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-099ad1cd-7fa8-4b0d-8c53-ed45b8b8c9f6  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-099ad1cd-7fa8-4b0d-8c53-ed45b8b8c9f6  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}


#s-099ad1cd-7fa8-4b0d-8c53-ed45b8b8c9f6 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}



#s-099ad1cd-7fa8-4b0d-8c53-ed45b8b8c9f6 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}


#s-f71801d2-7d5c-46b3-b912-dd544a36d792  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-f71801d2-7d5c-46b3-b912-dd544a36d792  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-f71801d2-7d5c-46b3-b912-dd544a36d792  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}


#s-f71801d2-7d5c-46b3-b912-dd544a36d792 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}



#s-f71801d2-7d5c-46b3-b912-dd544a36d792 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}


#s-ba1493b0-b9e0-4319-a4d6-6c4a1156a3de {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-ba1493b0-b9e0-4319-a4d6-6c4a1156a3de"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba1493b0-b9e0-4319-a4d6-6c4a1156a3de"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ba1493b0-b9e0-4319-a4d6-6c4a1156a3de"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ba1493b0-b9e0-4319-a4d6-6c4a1156a3de"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d7fd6f87-dbcd-477b-af25-866688e6f3a1  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-d7fd6f87-dbcd-477b-af25-866688e6f3a1  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}

#s-d7fd6f87-dbcd-477b-af25-866688e6f3a1  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}


#s-d7fd6f87-dbcd-477b-af25-866688e6f3a1 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}



#s-d7fd6f87-dbcd-477b-af25-866688e6f3a1 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}


#s-fe71958f-ff35-47aa-94e3-20a9c100b3f7  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-fe71958f-ff35-47aa-94e3-20a9c100b3f7  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}

#s-fe71958f-ff35-47aa-94e3-20a9c100b3f7  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}


#s-fe71958f-ff35-47aa-94e3-20a9c100b3f7 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}



#s-fe71958f-ff35-47aa-94e3-20a9c100b3f7 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}


#s-0070f5da-eabb-4b63-9b74-2e608d90ceb2  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-0070f5da-eabb-4b63-9b74-2e608d90ceb2  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}

#s-0070f5da-eabb-4b63-9b74-2e608d90ceb2  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}


#s-0070f5da-eabb-4b63-9b74-2e608d90ceb2 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}



#s-0070f5da-eabb-4b63-9b74-2e608d90ceb2 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}


#s-1d666c45-ddcb-4bd1-a7f5-bc101927a3d6 {
  margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-1d666c45-ddcb-4bd1-a7f5-bc101927a3d6"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d666c45-ddcb-4bd1-a7f5-bc101927a3d6"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1d666c45-ddcb-4bd1-a7f5-bc101927a3d6"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1d666c45-ddcb-4bd1-a7f5-bc101927a3d6"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-45856217-2af0-453e-9ddb-35214017e860  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-45856217-2af0-453e-9ddb-35214017e860  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}

#s-45856217-2af0-453e-9ddb-35214017e860  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}


#s-45856217-2af0-453e-9ddb-35214017e860 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}



#s-45856217-2af0-453e-9ddb-35214017e860 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}


.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-a2b46189-c322-49bb-804c-ade74638eb00 select.is-placeholder-selected {
  color: #000 !important;
  font-weight:  normal  !important;
  
  
  
  
  
}

#s-a2b46189-c322-49bb-804c-ade74638eb00 .shogun-form-dropdown &gt; select {
  display: block;
  width: 100%;
  cursor: initial;

  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(74, 74, 74, 1);
  border-width: 1px;
  
  

  font-family: Poppins;
  font-size: 16px;
  
  
  
  
  
}

#s-a2b46189-c322-49bb-804c-ade74638eb00 .shogun-form-dropdown &gt; select:focus {
  outline: none;
}


  #s-a2b46189-c322-49bb-804c-ade74638eb00 .shogun-form-dropdown &gt; select:hover {
    
    border-color: #000;
    border-width: 1px;
    
    
  }



  #s-a2b46189-c322-49bb-804c-ade74638eb00 .shogun-form-dropdown &gt; select:focus {
     
     border-color: #000;
     border-width: 1px;
     
     
  }


#s-55bfd0f0-eeef-406c-9ea7-51e56285b5b7  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Poppins;
  
  
  
}

#s-55bfd0f0-eeef-406c-9ea7-51e56285b5b7  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}

#s-55bfd0f0-eeef-406c-9ea7-51e56285b5b7  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  
  color: rgba(74, 74, 74, 1);
  font-family: Open Sans;
  
  
  
}


#s-55bfd0f0-eeef-406c-9ea7-51e56285b5b7 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}



#s-55bfd0f0-eeef-406c-9ea7-51e56285b5b7 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(74, 74, 74, 1);
  
  
  color: rgba(74, 74, 74, 1);
}


#s-d58bee3b-c8d7-4b4a-a5ac-2fa3487a8375 {
  padding-top: 5px;
}

.shogun-recaptcha-error-msg {
  visibility: hidden;
}

#s-6498b701-7142-4282-b173-9ddde37a9f07 {
  margin-top: 25px;
margin-bottom: 25px;
}

.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-5989f4ba-1fb3-41aa-8811-f58600ccbc04 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTY1MGVhNmQtYmIwOC00OGIwLWJhZGItNGFmMTcyNGNiYWFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjUxMzYzNjM2MzYzNjM2MzciIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTEzNjM2MzYzNjM2MzYzNyIgc3R5bGU9InN0b3AtY29sb3I6I2IzYjNiMztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjOTY1MGVhNmQtYmIwOC00OGIwLWJhZGItNGFmMTcyNGNiYWFjKSIvPjwvc3ZnPg==);
background-repeat: no-repeat;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
color: rgba(74, 74, 74, 1);
text-align: center;
cursor: pointer;
background-gradient: [{"id"=&gt;1, "pos"=&gt;0.5136363636363637, "color"=&gt;"#ffffff"}, {"id"=&gt;3, "pos"=&gt;0.9136363636363637, "color"=&gt;"#b3b3b3"}];
hover-type: gradient;
font-family: Poppins;
font-size: 16px;
font-weight: normal;
font-variant: normal;
}
#s-5989f4ba-1fb3-41aa-8811-f58600ccbc04:hover {background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5989f4ba-1fb3-41aa-8811-f58600ccbc04:active {background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}
#s-5989f4ba-1fb3-41aa-8811-f58600ccbc04[disabled],
#s-5989f4ba-1fb3-41aa-8811-f58600ccbc04[disabled]:hover,
#s-5989f4ba-1fb3-41aa-8811-f58600ccbc04[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-5989f4ba-1fb3-41aa-8811-f58600ccbc04 {
  display:  inline-block ;
  width:  auto ;
}


/*
  $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 --&gt; */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* &lt;-- 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;
  }
}
</pre></body></html>