.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-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  
}
}@media (max-width: 767px){#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  
}
}
#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 {
  background-image: url(https://i.shgcdn.com/b2a01aa8-fbdf-4db6-89cd-ec9b66fe552b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0 > .shg-box-overlay {
  background-color: rgba(17, 184, 255, 1);
  opacity: 0;
  display: block;
}#s-690ff8df-d065-4d96-9478-f3f4d7c8b5e0.shg-box.shg-c {
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 2203px;
text-align: center;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2203px;

      
    max-width: 2203px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2203px;

      
    max-width: 2203px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2203px;

      
    max-width: 2203px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2203px;

      
    max-width: 2203px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2203px;

      
    max-width: 2203px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aceee5-d653-434a-be32-9cc9e00fe9d0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.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-8b6cb776-52e2-475e-b9c9-ee24ac1c1e99 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-228e4308-8e71-442a-9b9e-11adb320d39f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-228e4308-8e71-442a-9b9e-11adb320d39f {
  display: none;
}
#s-228e4308-8e71-442a-9b9e-11adb320d39f, #wrap-s-228e4308-8e71-442a-9b9e-11adb320d39f, #wrap-content-s-228e4308-8e71-442a-9b9e-11adb320d39f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-228e4308-8e71-442a-9b9e-11adb320d39f {
  display: none;
}
#s-228e4308-8e71-442a-9b9e-11adb320d39f, #wrap-s-228e4308-8e71-442a-9b9e-11adb320d39f, #wrap-content-s-228e4308-8e71-442a-9b9e-11adb320d39f { display: none !important; }}







#s-228e4308-8e71-442a-9b9e-11adb320d39f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-228e4308-8e71-442a-9b9e-11adb320d39f.shg-box.shg-c {
  justify-content: center;
}

#s-526b45b7-ab23-45b5-a5a7-29b3eee0bf3e {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-526b45b7-ab23-45b5-a5a7-29b3eee0bf3e {
  display: none;
}
#s-526b45b7-ab23-45b5-a5a7-29b3eee0bf3e, #wrap-s-526b45b7-ab23-45b5-a5a7-29b3eee0bf3e, #wrap-content-s-526b45b7-ab23-45b5-a5a7-29b3eee0bf3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-526b45b7-ab23-45b5-a5a7-29b3eee0bf3e {
  display: none;
}
#s-526b45b7-ab23-45b5-a5a7-29b3eee0bf3e, #wrap-s-526b45b7-ab23-45b5-a5a7-29b3eee0bf3e, #wrap-content-s-526b45b7-ab23-45b5-a5a7-29b3eee0bf3e { display: none !important; }}
.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-7647d45c-0b39-4290-90c4-0d36c93c86e5 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7647d45c-0b39-4290-90c4-0d36c93c86e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7647d45c-0b39-4290-90c4-0d36c93c86e5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7647d45c-0b39-4290-90c4-0d36c93c86e5 {
  display: none;
}
#s-7647d45c-0b39-4290-90c4-0d36c93c86e5, #wrap-s-7647d45c-0b39-4290-90c4-0d36c93c86e5, #wrap-content-s-7647d45c-0b39-4290-90c4-0d36c93c86e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7647d45c-0b39-4290-90c4-0d36c93c86e5 {
  display: none;
}
#s-7647d45c-0b39-4290-90c4-0d36c93c86e5, #wrap-s-7647d45c-0b39-4290-90c4-0d36c93c86e5, #wrap-content-s-7647d45c-0b39-4290-90c4-0d36c93c86e5 { display: none !important; }}

  #s-7647d45c-0b39-4290-90c4-0d36c93c86e5-root {
    text-align: center;
  }


#s-7647d45c-0b39-4290-90c4-0d36c93c86e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7647d45c-0b39-4290-90c4-0d36c93c86e5-root {
    text-align: center;
  }


#s-7647d45c-0b39-4290-90c4-0d36c93c86e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7647d45c-0b39-4290-90c4-0d36c93c86e5-root {
    text-align: center;
  }


#s-7647d45c-0b39-4290-90c4-0d36c93c86e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7647d45c-0b39-4290-90c4-0d36c93c86e5-root {
    text-align: center;
  }


#s-7647d45c-0b39-4290-90c4-0d36c93c86e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7647d45c-0b39-4290-90c4-0d36c93c86e5-root {
    text-align: center;
  }


#s-7647d45c-0b39-4290-90c4-0d36c93c86e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-0c29e9f2-5428-405c-9964-c4e1898317b8 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-0c29e9f2-5428-405c-9964-c4e1898317b8 {
  display: none;
}
#s-0c29e9f2-5428-405c-9964-c4e1898317b8, #wrap-s-0c29e9f2-5428-405c-9964-c4e1898317b8, #wrap-content-s-0c29e9f2-5428-405c-9964-c4e1898317b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c29e9f2-5428-405c-9964-c4e1898317b8 {
  display: none;
}
#s-0c29e9f2-5428-405c-9964-c4e1898317b8, #wrap-s-0c29e9f2-5428-405c-9964-c4e1898317b8, #wrap-content-s-0c29e9f2-5428-405c-9964-c4e1898317b8 { display: none !important; }}
#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a {
  display: none;
}
#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a, #wrap-s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a, #wrap-content-s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a {
  display: none;
}
#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a, #wrap-s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a, #wrap-content-s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a { display: none !important; }}

  #s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a-root {
    text-align: center;
  }


#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a-root {
    text-align: center;
  }


#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a-root {
    text-align: center;
  }


#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a-root {
    text-align: center;
  }


#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a-root {
    text-align: center;
  }


#s-1811a8ac-7c6e-4cf5-9fe7-6598dd2e832a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-0dc9b56d-2f34-4147-97be-8509d9a3a534 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-0dc9b56d-2f34-4147-97be-8509d9a3a534 {
  display: none;
}
#s-0dc9b56d-2f34-4147-97be-8509d9a3a534, #wrap-s-0dc9b56d-2f34-4147-97be-8509d9a3a534, #wrap-content-s-0dc9b56d-2f34-4147-97be-8509d9a3a534 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0dc9b56d-2f34-4147-97be-8509d9a3a534 {
  display: none;
}
#s-0dc9b56d-2f34-4147-97be-8509d9a3a534, #wrap-s-0dc9b56d-2f34-4147-97be-8509d9a3a534, #wrap-content-s-0dc9b56d-2f34-4147-97be-8509d9a3a534 { display: none !important; }}
#s-9cf39749-a5c4-4006-84ed-39129b34922a {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(238, 25, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9cf39749-a5c4-4006-84ed-39129b34922a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9cf39749-a5c4-4006-84ed-39129b34922a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9cf39749-a5c4-4006-84ed-39129b34922a {
  display: none;
}
#s-9cf39749-a5c4-4006-84ed-39129b34922a, #wrap-s-9cf39749-a5c4-4006-84ed-39129b34922a, #wrap-content-s-9cf39749-a5c4-4006-84ed-39129b34922a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cf39749-a5c4-4006-84ed-39129b34922a {
  display: none;
}
#s-9cf39749-a5c4-4006-84ed-39129b34922a, #wrap-s-9cf39749-a5c4-4006-84ed-39129b34922a, #wrap-content-s-9cf39749-a5c4-4006-84ed-39129b34922a { display: none !important; }}

  #s-9cf39749-a5c4-4006-84ed-39129b34922a-root {
    text-align: center;
  }


#s-9cf39749-a5c4-4006-84ed-39129b34922a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9cf39749-a5c4-4006-84ed-39129b34922a-root {
    text-align: center;
  }


#s-9cf39749-a5c4-4006-84ed-39129b34922a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9cf39749-a5c4-4006-84ed-39129b34922a-root {
    text-align: center;
  }


#s-9cf39749-a5c4-4006-84ed-39129b34922a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9cf39749-a5c4-4006-84ed-39129b34922a-root {
    text-align: center;
  }


#s-9cf39749-a5c4-4006-84ed-39129b34922a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9cf39749-a5c4-4006-84ed-39129b34922a-root {
    text-align: center;
  }


#s-9cf39749-a5c4-4006-84ed-39129b34922a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-b5c6a1de-207e-47b9-bb7f-06cfe4dea7cc {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-b5c6a1de-207e-47b9-bb7f-06cfe4dea7cc {
  display: none;
}
#s-b5c6a1de-207e-47b9-bb7f-06cfe4dea7cc, #wrap-s-b5c6a1de-207e-47b9-bb7f-06cfe4dea7cc, #wrap-content-s-b5c6a1de-207e-47b9-bb7f-06cfe4dea7cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5c6a1de-207e-47b9-bb7f-06cfe4dea7cc {
  display: none;
}
#s-b5c6a1de-207e-47b9-bb7f-06cfe4dea7cc, #wrap-s-b5c6a1de-207e-47b9-bb7f-06cfe4dea7cc, #wrap-content-s-b5c6a1de-207e-47b9-bb7f-06cfe4dea7cc { display: none !important; }}
#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNhODkxMGEtNDZlYS00ZjQ3LThiMGMtN2E0Yjk3NjQ2NzE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNjBjM2FkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFkNmQ0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2E4OTEwYS00NmVhLTRmNDctOGIwYy03YTRiOTc2NDY3MTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#60c3ad"}, {"id"=>2, "pos"=>1, "color"=>"#dad6d4"}];
}
#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641 {
  display: none;
}
#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641, #wrap-s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641, #wrap-content-s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641 {
  display: none;
}
#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641, #wrap-s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641, #wrap-content-s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641 { display: none !important; }}

  #s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641-root {
    text-align: center;
  }


#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641-root {
    text-align: center;
  }


#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641-root {
    text-align: center;
  }


#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641-root {
    text-align: center;
  }


#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641-root {
    text-align: center;
  }


#s-b4ba9c0b-7040-427e-ba4a-3abb2bb7e641.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-4590138c-1f2a-4c68-a6d6-439bfe12c01b {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-4590138c-1f2a-4c68-a6d6-439bfe12c01b {
  display: none;
}
#s-4590138c-1f2a-4c68-a6d6-439bfe12c01b, #wrap-s-4590138c-1f2a-4c68-a6d6-439bfe12c01b, #wrap-content-s-4590138c-1f2a-4c68-a6d6-439bfe12c01b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4590138c-1f2a-4c68-a6d6-439bfe12c01b {
  display: none;
}
#s-4590138c-1f2a-4c68-a6d6-439bfe12c01b, #wrap-s-4590138c-1f2a-4c68-a6d6-439bfe12c01b, #wrap-content-s-4590138c-1f2a-4c68-a6d6-439bfe12c01b { display: none !important; }}
#s-b7446c51-5e98-483d-9138-4b18b64a298e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTFiYmY3MTQtYjM3ZS00Y2Q4LTkyOWItZDc0NDhhYjQ5ZGE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmYwMDA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2MjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MWJiZjcxNC1iMzdlLTRjZDgtOTI5Yi1kNzQ0OGFiNDlkYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff0004"}, {"id"=>2, "pos"=>1, "color"=>"#ff6200"}];
}
#s-b7446c51-5e98-483d-9138-4b18b64a298e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7446c51-5e98-483d-9138-4b18b64a298e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b7446c51-5e98-483d-9138-4b18b64a298e {
  display: none;
}
#s-b7446c51-5e98-483d-9138-4b18b64a298e, #wrap-s-b7446c51-5e98-483d-9138-4b18b64a298e, #wrap-content-s-b7446c51-5e98-483d-9138-4b18b64a298e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7446c51-5e98-483d-9138-4b18b64a298e {
  display: none;
}
#s-b7446c51-5e98-483d-9138-4b18b64a298e, #wrap-s-b7446c51-5e98-483d-9138-4b18b64a298e, #wrap-content-s-b7446c51-5e98-483d-9138-4b18b64a298e { display: none !important; }}

  #s-b7446c51-5e98-483d-9138-4b18b64a298e-root {
    text-align: center;
  }


#s-b7446c51-5e98-483d-9138-4b18b64a298e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7446c51-5e98-483d-9138-4b18b64a298e-root {
    text-align: center;
  }


#s-b7446c51-5e98-483d-9138-4b18b64a298e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7446c51-5e98-483d-9138-4b18b64a298e-root {
    text-align: center;
  }


#s-b7446c51-5e98-483d-9138-4b18b64a298e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7446c51-5e98-483d-9138-4b18b64a298e-root {
    text-align: center;
  }


#s-b7446c51-5e98-483d-9138-4b18b64a298e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7446c51-5e98-483d-9138-4b18b64a298e-root {
    text-align: center;
  }


#s-b7446c51-5e98-483d-9138-4b18b64a298e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-d18b610b-5e1f-4c7d-9916-1cbd5edcf10b {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-d18b610b-5e1f-4c7d-9916-1cbd5edcf10b {
  display: none;
}
#s-d18b610b-5e1f-4c7d-9916-1cbd5edcf10b, #wrap-s-d18b610b-5e1f-4c7d-9916-1cbd5edcf10b, #wrap-content-s-d18b610b-5e1f-4c7d-9916-1cbd5edcf10b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d18b610b-5e1f-4c7d-9916-1cbd5edcf10b {
  display: none;
}
#s-d18b610b-5e1f-4c7d-9916-1cbd5edcf10b, #wrap-s-d18b610b-5e1f-4c7d-9916-1cbd5edcf10b, #wrap-content-s-d18b610b-5e1f-4c7d-9916-1cbd5edcf10b { display: none !important; }}
#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2I4ZmM2MjAtNTdjNS00MzA4LThlYTEtZjVhYzdlMzdiMWYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmYwMDA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2MjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYjhmYzYyMC01N2M1LTQzMDgtOGVhMS1mNWFjN2UzN2IxZjMpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff0004"}, {"id"=>2, "pos"=>1, "color"=>"#ff6200"}];
}
#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee {
  display: none;
}
#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee, #wrap-s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee, #wrap-content-s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee {
  display: none;
}
#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee, #wrap-s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee, #wrap-content-s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee { display: none !important; }}

  #s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee-root {
    text-align: center;
  }


#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee-root {
    text-align: center;
  }


#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee-root {
    text-align: center;
  }


#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee-root {
    text-align: center;
  }


#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee-root {
    text-align: center;
  }


#s-344f035c-78a3-42c1-bfe8-ddd38be2d3ee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-beac17c8-7b15-4c31-8e22-b9b3daf41aa2 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-beac17c8-7b15-4c31-8e22-b9b3daf41aa2 {
  display: none;
}
#s-beac17c8-7b15-4c31-8e22-b9b3daf41aa2, #wrap-s-beac17c8-7b15-4c31-8e22-b9b3daf41aa2, #wrap-content-s-beac17c8-7b15-4c31-8e22-b9b3daf41aa2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-beac17c8-7b15-4c31-8e22-b9b3daf41aa2 {
  display: none;
}
#s-beac17c8-7b15-4c31-8e22-b9b3daf41aa2, #wrap-s-beac17c8-7b15-4c31-8e22-b9b3daf41aa2, #wrap-content-s-beac17c8-7b15-4c31-8e22-b9b3daf41aa2 { display: none !important; }}
#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTMxNzAxZjAtMjgzMS00NjM4LWFhOGItNjM0NWE2N2E3N2JmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmYwMDA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2MjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMzE3MDFmMC0yODMxLTQ2MzgtYWE4Yi02MzQ1YTY3YTc3YmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff0004"}, {"id"=>2, "pos"=>1, "color"=>"#ff6200"}];
}
#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905 {
  display: none;
}
#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905, #wrap-s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905, #wrap-content-s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905 {
  display: none;
}
#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905, #wrap-s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905, #wrap-content-s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905 { display: none !important; }}

  #s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905-root {
    text-align: center;
  }


#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905-root {
    text-align: center;
  }


#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905-root {
    text-align: center;
  }


#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905-root {
    text-align: center;
  }


#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905-root {
    text-align: center;
  }


#s-f780c3f0-3fec-4d62-a5b6-8e92e2a26905.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-c2174877-ceba-40c9-a7f7-02211144d44d {
  margin-left: 5%;
margin-right: 5%;
}

#s-2f729303-fdde-447c-93b5-432143bb4fb6 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-2f729303-fdde-447c-93b5-432143bb4fb6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2f729303-fdde-447c-93b5-432143bb4fb6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2f729303-fdde-447c-93b5-432143bb4fb6 {
  display: none;
}
#s-2f729303-fdde-447c-93b5-432143bb4fb6, #wrap-s-2f729303-fdde-447c-93b5-432143bb4fb6, #wrap-content-s-2f729303-fdde-447c-93b5-432143bb4fb6 { display: none !important; }}@media (max-width: 767px){#s-2f729303-fdde-447c-93b5-432143bb4fb6 {
  display: none;
}
#s-2f729303-fdde-447c-93b5-432143bb4fb6, #wrap-s-2f729303-fdde-447c-93b5-432143bb4fb6, #wrap-content-s-2f729303-fdde-447c-93b5-432143bb4fb6 { display: none !important; }}







#s-2f729303-fdde-447c-93b5-432143bb4fb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f729303-fdde-447c-93b5-432143bb4fb6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-07255eba-f345-4c76-bf39-dc87033b1aee {
  min-height: 50px;
}
@media (min-width: 1200px){#s-07255eba-f345-4c76-bf39-dc87033b1aee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07255eba-f345-4c76-bf39-dc87033b1aee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07255eba-f345-4c76-bf39-dc87033b1aee {
  
}
}@media (max-width: 767px){#s-07255eba-f345-4c76-bf39-dc87033b1aee {
  display: none;
}
#s-07255eba-f345-4c76-bf39-dc87033b1aee, #wrap-s-07255eba-f345-4c76-bf39-dc87033b1aee, #wrap-content-s-07255eba-f345-4c76-bf39-dc87033b1aee { display: none !important; }}







#s-07255eba-f345-4c76-bf39-dc87033b1aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07255eba-f345-4c76-bf39-dc87033b1aee.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b38186be-47d6-4d6b-8cab-f77ac44f4ec6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b38186be-47d6-4d6b-8cab-f77ac44f4ec6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b38186be-47d6-4d6b-8cab-f77ac44f4ec6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b38186be-47d6-4d6b-8cab-f77ac44f4ec6 {
  
}
}@media (max-width: 767px){#s-b38186be-47d6-4d6b-8cab-f77ac44f4ec6 {
  
}
}







#s-b38186be-47d6-4d6b-8cab-f77ac44f4ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b38186be-47d6-4d6b-8cab-f77ac44f4ec6.shg-box.shg-c {
  justify-content: flex-start;
}

.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-5100071c-cde3-47d8-bb8f-fbcce685faf3 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-5100071c-cde3-47d8-bb8f-fbcce685faf3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5100071c-cde3-47d8-bb8f-fbcce685faf3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5100071c-cde3-47d8-bb8f-fbcce685faf3 {
  
}
}@media (max-width: 767px){#s-5100071c-cde3-47d8-bb8f-fbcce685faf3 {
  
}
}
@media (min-width: 0px) {
[id="s-5100071c-cde3-47d8-bb8f-fbcce685faf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5100071c-cde3-47d8-bb8f-fbcce685faf3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-5100071c-cde3-47d8-bb8f-fbcce685faf3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-5100071c-cde3-47d8-bb8f-fbcce685faf3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-5e7861f7-fa2f-4ed0-b884-0f0cd77fbe7f {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(238, 25, 35, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5e7861f7-fa2f-4ed0-b884-0f0cd77fbe7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e7861f7-fa2f-4ed0-b884-0f0cd77fbe7f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d04eab09-1e63-4697-817e-b04de9014bd8 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-d04eab09-1e63-4697-817e-b04de9014bd8 > .shg-box-overlay {
  background-color: rgba(209, 201, 201, 1);
  opacity: 0.5;
  display: block;
}#s-d04eab09-1e63-4697-817e-b04de9014bd8.shg-box.shg-c {
  justify-content: flex-start;
}

.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-f7f0a7bb-a290-492b-9169-25b59e4df645 {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 44px;
padding-bottom: 44px;
text-align: center;
}

#s-f7f0a7bb-a290-492b-9169-25b59e4df645 {
  overflow: hidden;
  
  
}







  #s-f7f0a7bb-a290-492b-9169-25b59e4df645 img.shogun-image {
    

    
    
    
  }


#s-f7f0a7bb-a290-492b-9169-25b59e4df645 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fe39f43d-373b-4be9-9cf0-0afab48eb672 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0ffe9630-64fc-40b1-acbb-a0d472081ab1 {
  margin-top: 180px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 27, 27, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0ffe9630-64fc-40b1-acbb-a0d472081ab1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ffe9630-64fc-40b1-acbb-a0d472081ab1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ffe9630-64fc-40b1-acbb-a0d472081ab1-root {
    text-align: center;
  }


#s-0ffe9630-64fc-40b1-acbb-a0d472081ab1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ffe9630-64fc-40b1-acbb-a0d472081ab1-root {
    text-align: center;
  }


#s-0ffe9630-64fc-40b1-acbb-a0d472081ab1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ffe9630-64fc-40b1-acbb-a0d472081ab1-root {
    text-align: center;
  }


#s-0ffe9630-64fc-40b1-acbb-a0d472081ab1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ffe9630-64fc-40b1-acbb-a0d472081ab1-root {
    text-align: center;
  }


#s-0ffe9630-64fc-40b1-acbb-a0d472081ab1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ffe9630-64fc-40b1-acbb-a0d472081ab1-root {
    text-align: center;
  }


#s-0ffe9630-64fc-40b1-acbb-a0d472081ab1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-df40dd90-f263-4e38-bac8-dabd918a02d1 {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(238, 25, 35, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-df40dd90-f263-4e38-bac8-dabd918a02d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df40dd90-f263-4e38-bac8-dabd918a02d1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b186662b-f35f-4dc1-b99e-1c4f27df6db8 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-b186662b-f35f-4dc1-b99e-1c4f27df6db8 > .shg-box-overlay {
  background-color: rgba(209, 201, 201, 1);
  opacity: 0.5;
  display: block;
}#s-b186662b-f35f-4dc1-b99e-1c4f27df6db8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b3bb96fd-3c54-448c-9134-a313ae779ab2 {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 44px;
padding-bottom: 44px;
text-align: center;
}

#s-b3bb96fd-3c54-448c-9134-a313ae779ab2 {
  overflow: hidden;
  
  
}







  #s-b3bb96fd-3c54-448c-9134-a313ae779ab2 img.shogun-image {
    

    
    
    
  }


#s-b3bb96fd-3c54-448c-9134-a313ae779ab2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e6929bf4-bb3a-44f7-8b80-68fa470519c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-724814a7-cb19-4c2e-9dbd-2f7c2d030523 {
  margin-top: 180px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 27, 27, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-724814a7-cb19-4c2e-9dbd-2f7c2d030523:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-724814a7-cb19-4c2e-9dbd-2f7c2d030523:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-724814a7-cb19-4c2e-9dbd-2f7c2d030523-root {
    text-align: center;
  }


#s-724814a7-cb19-4c2e-9dbd-2f7c2d030523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-724814a7-cb19-4c2e-9dbd-2f7c2d030523-root {
    text-align: center;
  }


#s-724814a7-cb19-4c2e-9dbd-2f7c2d030523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-724814a7-cb19-4c2e-9dbd-2f7c2d030523-root {
    text-align: center;
  }


#s-724814a7-cb19-4c2e-9dbd-2f7c2d030523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-724814a7-cb19-4c2e-9dbd-2f7c2d030523-root {
    text-align: center;
  }


#s-724814a7-cb19-4c2e-9dbd-2f7c2d030523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-724814a7-cb19-4c2e-9dbd-2f7c2d030523-root {
    text-align: center;
  }


#s-724814a7-cb19-4c2e-9dbd-2f7c2d030523.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-5f588949-8326-47a2-8c09-677a4773829a {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-5f588949-8326-47a2-8c09-677a4773829a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5f588949-8326-47a2-8c09-677a4773829a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5f588949-8326-47a2-8c09-677a4773829a {
  
}
}@media (max-width: 767px){#s-5f588949-8326-47a2-8c09-677a4773829a {
  
}
}
@media (min-width: 0px) {
[id="s-5f588949-8326-47a2-8c09-677a4773829a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f588949-8326-47a2-8c09-677a4773829a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-5f588949-8326-47a2-8c09-677a4773829a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f588949-8326-47a2-8c09-677a4773829a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-c673c8c0-c486-4e68-a50a-1dc09927227a {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(238, 25, 35, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c673c8c0-c486-4e68-a50a-1dc09927227a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c673c8c0-c486-4e68-a50a-1dc09927227a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-44a9efc5-fd78-4415-94a6-bf1f484be295 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-44a9efc5-fd78-4415-94a6-bf1f484be295 > .shg-box-overlay {
  background-color: rgba(209, 201, 201, 1);
  opacity: 0.5;
  display: block;
}#s-44a9efc5-fd78-4415-94a6-bf1f484be295.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2b5e9965-31bf-4be2-b73d-c1331f4eadc7 {
  margin-top: 25px;
margin-bottom: 0px;
padding-top: 44px;
padding-bottom: 44px;
text-align: center;
}

#s-2b5e9965-31bf-4be2-b73d-c1331f4eadc7 {
  overflow: hidden;
  
  
}







  #s-2b5e9965-31bf-4be2-b73d-c1331f4eadc7 img.shogun-image {
    

    
    
    
  }


#s-2b5e9965-31bf-4be2-b73d-c1331f4eadc7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-24b909a1-4f2e-48c3-af2a-6cc777eb36df {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-929fc098-7f03-4229-82be-3929945d9cf3 {
  margin-top: 180px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(240, 27, 27, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-929fc098-7f03-4229-82be-3929945d9cf3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-929fc098-7f03-4229-82be-3929945d9cf3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-929fc098-7f03-4229-82be-3929945d9cf3-root {
    text-align: center;
  }


#s-929fc098-7f03-4229-82be-3929945d9cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-929fc098-7f03-4229-82be-3929945d9cf3-root {
    text-align: center;
  }


#s-929fc098-7f03-4229-82be-3929945d9cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-929fc098-7f03-4229-82be-3929945d9cf3-root {
    text-align: center;
  }


#s-929fc098-7f03-4229-82be-3929945d9cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-929fc098-7f03-4229-82be-3929945d9cf3-root {
    text-align: center;
  }


#s-929fc098-7f03-4229-82be-3929945d9cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-929fc098-7f03-4229-82be-3929945d9cf3-root {
    text-align: center;
  }


#s-929fc098-7f03-4229-82be-3929945d9cf3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-4fe2bd82-2228-484f-8760-137104413c7f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 7px;
margin-right: 0px;
padding-bottom: 6px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(96, 195, 173, 1);
border-style: solid;
min-height: 400px;
background-position: center center;
}








#s-4fe2bd82-2228-484f-8760-137104413c7f > .shg-box-overlay {
  background-color: rgba(209, 201, 201, 1);
  opacity: 0.5;
  display: block;
}#s-4fe2bd82-2228-484f-8760-137104413c7f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cd32b6ef-1642-4e9a-9cfa-0cc93169b1e3 {
  margin-top: 25px;
text-align: center;
}

#s-cd32b6ef-1642-4e9a-9cfa-0cc93169b1e3 {
  overflow: hidden;
  
  
}







  #s-cd32b6ef-1642-4e9a-9cfa-0cc93169b1e3 img.shogun-image {
    

    
    
    
  }


#s-cd32b6ef-1642-4e9a-9cfa-0cc93169b1e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-38d3444c-4d25-487d-b99d-652efa5ea54b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTJmODM2ZjctODE1Ny00NWViLTlhNzAtYWFkZmUxYTBmMmZiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNjBjM2FkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFkNmQ0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMmY4MzZmNy04MTU3LTQ1ZWItOWE3MC1hYWRmZTFhMGYyZmIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 180px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#60c3ad"}, {"id"=>2, "pos"=>1, "color"=>"#dad6d4"}];
}
#s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc-root {
    text-align: center;
  }


#s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc-root {
    text-align: center;
  }


#s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc-root {
    text-align: center;
  }


#s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc-root {
    text-align: center;
  }


#s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc-root {
    text-align: center;
  }


#s-0cb8662b-3f83-4b80-8f63-fb7fa5db96dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-25bff3e5-bb75-4425-8cd4-a6c379eedb83 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-25bff3e5-bb75-4425-8cd4-a6c379eedb83 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25bff3e5-bb75-4425-8cd4-a6c379eedb83 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-25bff3e5-bb75-4425-8cd4-a6c379eedb83 {
  display: none;
}
#s-25bff3e5-bb75-4425-8cd4-a6c379eedb83, #wrap-s-25bff3e5-bb75-4425-8cd4-a6c379eedb83, #wrap-content-s-25bff3e5-bb75-4425-8cd4-a6c379eedb83 { display: none !important; }}@media (max-width: 767px){#s-25bff3e5-bb75-4425-8cd4-a6c379eedb83 {
  display: none;
}
#s-25bff3e5-bb75-4425-8cd4-a6c379eedb83, #wrap-s-25bff3e5-bb75-4425-8cd4-a6c379eedb83, #wrap-content-s-25bff3e5-bb75-4425-8cd4-a6c379eedb83 { display: none !important; }}







#s-25bff3e5-bb75-4425-8cd4-a6c379eedb83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25bff3e5-bb75-4425-8cd4-a6c379eedb83.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ad4bb34f-ef92-4df5-817f-274e200ab1f2 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-ad4bb34f-ef92-4df5-817f-274e200ab1f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad4bb34f-ef92-4df5-817f-274e200ab1f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad4bb34f-ef92-4df5-817f-274e200ab1f2 {
  
}
}@media (max-width: 767px){#s-ad4bb34f-ef92-4df5-817f-274e200ab1f2 {
  
}
}
@media (min-width: 0px) {
[id="s-ad4bb34f-ef92-4df5-817f-274e200ab1f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad4bb34f-ef92-4df5-817f-274e200ab1f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-ad4bb34f-ef92-4df5-817f-274e200ab1f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-ad4bb34f-ef92-4df5-817f-274e200ab1f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-a87e28d0-080e-41f5-b65f-6a7b11fd9c62 {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(238, 25, 35, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a87e28d0-080e-41f5-b65f-6a7b11fd9c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a87e28d0-080e-41f5-b65f-6a7b11fd9c62.shg-box.shg-c {
  justify-content: flex-start;
}

#s-acfe9c9e-6319-49a2-8617-6c0c13ce4794 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-acfe9c9e-6319-49a2-8617-6c0c13ce4794 > .shg-box-overlay {
  background-color: rgba(209, 201, 201, 1);
  opacity: 0.5;
  display: block;
}#s-acfe9c9e-6319-49a2-8617-6c0c13ce4794.shg-box.shg-c {
  justify-content: flex-start;
}

#s-18e7e1a3-23ed-4899-a649-ac3abf636978 {
  margin-top: 25px;
text-align: center;
}

#s-18e7e1a3-23ed-4899-a649-ac3abf636978 {
  overflow: hidden;
  
  
}







  #s-18e7e1a3-23ed-4899-a649-ac3abf636978 img.shogun-image {
    

    
    
    
  }


#s-18e7e1a3-23ed-4899-a649-ac3abf636978 .shogun-image-content {
  
    justify-content: center;
  
}

#s-edb76264-8440-4ba6-baa8-af2f7a6ce301 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7d203fef-1a30-4e68-86b8-da64a3f4801e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzFlOWEyOGQtNjhkYy00YWU4LWJiZGYtODAxMDc5YTEwNjBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmYwMDA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2MjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMWU5YTI4ZC02OGRjLTRhZTgtYmJkZi04MDEwNzlhMTA2MGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 180px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff0004"}, {"id"=>2, "pos"=>1, "color"=>"#ff6200"}];
}
#s-7d203fef-1a30-4e68-86b8-da64a3f4801e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d203fef-1a30-4e68-86b8-da64a3f4801e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d203fef-1a30-4e68-86b8-da64a3f4801e-root {
    text-align: center;
  }


#s-7d203fef-1a30-4e68-86b8-da64a3f4801e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d203fef-1a30-4e68-86b8-da64a3f4801e-root {
    text-align: center;
  }


#s-7d203fef-1a30-4e68-86b8-da64a3f4801e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d203fef-1a30-4e68-86b8-da64a3f4801e-root {
    text-align: center;
  }


#s-7d203fef-1a30-4e68-86b8-da64a3f4801e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d203fef-1a30-4e68-86b8-da64a3f4801e-root {
    text-align: center;
  }


#s-7d203fef-1a30-4e68-86b8-da64a3f4801e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d203fef-1a30-4e68-86b8-da64a3f4801e-root {
    text-align: center;
  }


#s-7d203fef-1a30-4e68-86b8-da64a3f4801e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-00ec243f-8bbb-4d36-ba62-166eff71d495 {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 0, 4, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-00ec243f-8bbb-4d36-ba62-166eff71d495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00ec243f-8bbb-4d36-ba62-166eff71d495.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ac38ef3a-bd33-407c-8c59-73e2dec8a8fa {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-ac38ef3a-bd33-407c-8c59-73e2dec8a8fa > .shg-box-overlay {
  background-color: rgba(209, 201, 201, 1);
  opacity: 0.5;
  display: block;
}#s-ac38ef3a-bd33-407c-8c59-73e2dec8a8fa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d706e68d-06c1-4f4e-abcb-3526fe80898a {
  text-align: center;
}

#s-d706e68d-06c1-4f4e-abcb-3526fe80898a {
  overflow: hidden;
  
  
}







  #s-d706e68d-06c1-4f4e-abcb-3526fe80898a img.shogun-image {
    

    
    
    
  }


#s-d706e68d-06c1-4f4e-abcb-3526fe80898a .shogun-image-content {
  
    justify-content: center;
  
}

#s-9c3ff593-bfc6-468a-9a9e-8d80cafd9f7a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGFlNTk1MDYtZTM2ZS00ODQ0LWFmOWEtMWYyOTNhYWQxZTJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmYwMDA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2MjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YWU1OTUwNi1lMzZlLTQ4NDQtYWY5YS0xZjI5M2FhZDFlMmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 180px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff0004"}, {"id"=>2, "pos"=>1, "color"=>"#ff6200"}];
}
#s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1-root {
    text-align: center;
  }


#s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1-root {
    text-align: center;
  }


#s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1-root {
    text-align: center;
  }


#s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1-root {
    text-align: center;
  }


#s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1-root {
    text-align: center;
  }


#s-f7be3ca9-bcb0-42bb-b1b6-bd9e54c8e3f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615 {
  display: none;
}
#s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615, #wrap-s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615, #wrap-content-s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615 { display: none !important; }}@media (max-width: 767px){#s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615 {
  display: none;
}
#s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615, #wrap-s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615, #wrap-content-s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615 { display: none !important; }}







#s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a6bf7ff-71ac-440a-9dae-2b91eac2a615.shg-box.shg-c {
  justify-content: flex-start;
}

#s-044b73da-c3b8-4479-a786-baa7620a274b {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-044b73da-c3b8-4479-a786-baa7620a274b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-044b73da-c3b8-4479-a786-baa7620a274b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-044b73da-c3b8-4479-a786-baa7620a274b {
  
}
}@media (max-width: 767px){#s-044b73da-c3b8-4479-a786-baa7620a274b {
  
}
}
@media (min-width: 0px) {
[id="s-044b73da-c3b8-4479-a786-baa7620a274b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-044b73da-c3b8-4479-a786-baa7620a274b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-044b73da-c3b8-4479-a786-baa7620a274b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-044b73da-c3b8-4479-a786-baa7620a274b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-24a07955-2c26-4ccc-94f3-40ff9de4c59e {
  margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 0, 4, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-24a07955-2c26-4ccc-94f3-40ff9de4c59e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24a07955-2c26-4ccc-94f3-40ff9de4c59e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c6674bfc-c519-4f57-bdc9-01f0484eaeba {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-c6674bfc-c519-4f57-bdc9-01f0484eaeba > .shg-box-overlay {
  background-color: rgba(209, 201, 201, 1);
  opacity: 0.5;
  display: block;
}#s-c6674bfc-c519-4f57-bdc9-01f0484eaeba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4e8c981a-7730-43e3-87a2-a1c56a759beb {
  text-align: center;
}

#s-4e8c981a-7730-43e3-87a2-a1c56a759beb {
  overflow: hidden;
  
  
}







  #s-4e8c981a-7730-43e3-87a2-a1c56a759beb img.shogun-image {
    

    
    
    
  }


#s-4e8c981a-7730-43e3-87a2-a1c56a759beb .shogun-image-content {
  
    justify-content: center;
  
}

#s-0b85f7eb-e288-4c21-ab1c-7a0fd49f1b41 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2e5b4557-8259-4f17-be2e-514bad85026a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDgwMTg5ODktYTRjZC00ZTJiLWIxNDYtNDg4NmRkOTQyZTFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmYwMDA0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY2MjAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwODAxODk4OS1hNGNkLTRlMmItYjE0Ni00ODg2ZGQ5NDJlMWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 180px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ff0004"}, {"id"=>2, "pos"=>1, "color"=>"#ff6200"}];
}
#s-2e5b4557-8259-4f17-be2e-514bad85026a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e5b4557-8259-4f17-be2e-514bad85026a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e5b4557-8259-4f17-be2e-514bad85026a-root {
    text-align: center;
  }


#s-2e5b4557-8259-4f17-be2e-514bad85026a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e5b4557-8259-4f17-be2e-514bad85026a-root {
    text-align: center;
  }


#s-2e5b4557-8259-4f17-be2e-514bad85026a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e5b4557-8259-4f17-be2e-514bad85026a-root {
    text-align: center;
  }


#s-2e5b4557-8259-4f17-be2e-514bad85026a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e5b4557-8259-4f17-be2e-514bad85026a-root {
    text-align: center;
  }


#s-2e5b4557-8259-4f17-be2e-514bad85026a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e5b4557-8259-4f17-be2e-514bad85026a-root {
    text-align: center;
  }


#s-2e5b4557-8259-4f17-be2e-514bad85026a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
/*
  $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;
}
