.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-099421da-ce1c-497e-adfb-e132ff37e1ff {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -2%;
margin-bottom: -2%;
padding-top: 10px;
padding-bottom: 0px;
min-height: 50%;
background-position: center center;
}

#s-099421da-ce1c-497e-adfb-e132ff37e1ff {
  background-image: url(https://i.shgcdn.com/7525b385-24cf-4cf1-ac44-3f3810596b71/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-099421da-ce1c-497e-adfb-e132ff37e1ff > .shg-box-overlay {
  background-color: rgba(243, 240, 240, 1);
  opacity: 0.9;
  display: block;
}#s-099421da-ce1c-497e-adfb-e132ff37e1ff.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-a8dff7d4-78c5-4f30-b0b2-9392c77abc1a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 4px;
text-align: center;
background-color: rgba(15, 94, 154, 0);
opacity: 1;
}

#s-a8dff7d4-78c5-4f30-b0b2-9392c77abc1a .shogun-heading-component h1 {
  color: rgba(21, 107, 175, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-a7049d38-861a-4f3f-b715-d7769082d3c0 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 4px;
text-align: center;
}

#s-a7049d38-861a-4f3f-b715-d7769082d3c0 .shogun-heading-component h2 {
  color: rgba(47, 49, 50, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-aad92175-ab9c-451b-9d4a-5b4c39852aa6 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
min-height: 4px;
text-align: center;
}

#s-aad92175-ab9c-451b-9d4a-5b4c39852aa6 .shogun-heading-component h3 {
  color: rgba(47, 49, 50, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



.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-a6ee7fff-3df0-4b40-bd5b-346a42bce4ae {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-a6ee7fff-3df0-4b40-bd5b-346a42bce4ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6ee7fff-3df0-4b40-bd5b-346a42bce4ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6ee7fff-3df0-4b40-bd5b-346a42bce4ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6ee7fff-3df0-4b40-bd5b-346a42bce4ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fce5be1f-9ca0-4897-93cf-be1f8362aa73 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fce5be1f-9ca0-4897-93cf-be1f8362aa73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fce5be1f-9ca0-4897-93cf-be1f8362aa73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fce5be1f-9ca0-4897-93cf-be1f8362aa73 {
  
}
}@media (max-width: 767px){#s-fce5be1f-9ca0-4897-93cf-be1f8362aa73 {
  
}
}
#s-fce5be1f-9ca0-4897-93cf-be1f8362aa73 .shogun-heading-component h3 {
  color: rgba(47, 49, 50, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a22862fd-d0ae-4b36-9786-24696da6d692 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a22862fd-d0ae-4b36-9786-24696da6d692 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a22862fd-d0ae-4b36-9786-24696da6d692 .shg-sld-nav-button.shg-sld-left,
#s-a22862fd-d0ae-4b36-9786-24696da6d692 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-abb69db5-0b7f-4810-ad79-90ff25b9e3d5 {
  text-align: center;
}

#s-abb69db5-0b7f-4810-ad79-90ff25b9e3d5 {
  overflow: hidden;
  
  
}







  #s-abb69db5-0b7f-4810-ad79-90ff25b9e3d5 img.shogun-image {
    

    
    
    
  }


#s-abb69db5-0b7f-4810-ad79-90ff25b9e3d5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9b4d49ec-065b-440a-874b-9af8898ee9dd {
  text-align: center;
}

#s-9b4d49ec-065b-440a-874b-9af8898ee9dd {
  overflow: hidden;
  
  
}







  #s-9b4d49ec-065b-440a-874b-9af8898ee9dd img.shogun-image {
    

    
    
    
  }


#s-9b4d49ec-065b-440a-874b-9af8898ee9dd .shogun-image-content {
  
    justify-content: center;
  
}

#s-6c44f42b-5d01-4ac8-9f9a-392f40509268 {
  text-align: center;
}

#s-6c44f42b-5d01-4ac8-9f9a-392f40509268 {
  overflow: hidden;
  
  
}







  #s-6c44f42b-5d01-4ac8-9f9a-392f40509268 img.shogun-image {
    

    
    
    
  }


#s-6c44f42b-5d01-4ac8-9f9a-392f40509268 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2c7c8cb2-29e2-486c-a824-e10401a88ba8 {
  text-align: center;
}

#s-2c7c8cb2-29e2-486c-a824-e10401a88ba8 {
  overflow: hidden;
  
  
}







  #s-2c7c8cb2-29e2-486c-a824-e10401a88ba8 img.shogun-image {
    

    
    
    
  }


#s-2c7c8cb2-29e2-486c-a824-e10401a88ba8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a6d2bda1-abad-4ede-a80f-894661029576 {
  text-align: center;
}

#s-a6d2bda1-abad-4ede-a80f-894661029576 {
  overflow: hidden;
  
  
}







  #s-a6d2bda1-abad-4ede-a80f-894661029576 img.shogun-image {
    

    
    
    
  }


#s-a6d2bda1-abad-4ede-a80f-894661029576 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c0def52c-e15a-4f16-b0c2-ceeffff753d8 {
  text-align: center;
}

#s-c0def52c-e15a-4f16-b0c2-ceeffff753d8 {
  overflow: hidden;
  
  
}








#s-c0def52c-e15a-4f16-b0c2-ceeffff753d8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1df3e0d4-e807-4ab8-b5a8-756fe6d1e170 {
  text-align: center;
}

#s-1df3e0d4-e807-4ab8-b5a8-756fe6d1e170 {
  overflow: hidden;
  
  
}







  #s-1df3e0d4-e807-4ab8-b5a8-756fe6d1e170 img.shogun-image {
    

    
    
    
  }


#s-1df3e0d4-e807-4ab8-b5a8-756fe6d1e170 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8c66c990-80bb-4b36-b87c-669bc1949c2b {
  text-align: center;
}

#s-8c66c990-80bb-4b36-b87c-669bc1949c2b {
  overflow: hidden;
  
  
}







  #s-8c66c990-80bb-4b36-b87c-669bc1949c2b img.shogun-image {
    

    
    
    
  }


#s-8c66c990-80bb-4b36-b87c-669bc1949c2b .shogun-image-content {
  
    justify-content: center;
  
}

#s-a60c1f43-9cac-40cf-a311-0f9210f4e184 {
  text-align: center;
}

#s-a60c1f43-9cac-40cf-a311-0f9210f4e184 {
  overflow: hidden;
  
  
}







  #s-a60c1f43-9cac-40cf-a311-0f9210f4e184 img.shogun-image {
    

    
    
    
  }


#s-a60c1f43-9cac-40cf-a311-0f9210f4e184 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f9f7ca86-cd61-4ad0-b1aa-8c8fb23e61ee {
  text-align: center;
}

#s-f9f7ca86-cd61-4ad0-b1aa-8c8fb23e61ee {
  overflow: hidden;
  
  
}







  #s-f9f7ca86-cd61-4ad0-b1aa-8c8fb23e61ee img.shogun-image {
    

    
    
    
  }


#s-f9f7ca86-cd61-4ad0-b1aa-8c8fb23e61ee .shogun-image-content {
  
    justify-content: center;
  
}

#s-d9d20f04-50ee-4398-8afd-64b4d598fa19 {
  text-align: center;
}

#s-d9d20f04-50ee-4398-8afd-64b4d598fa19 {
  overflow: hidden;
  
  
}







  #s-d9d20f04-50ee-4398-8afd-64b4d598fa19 img.shogun-image {
    

    
    
    
  }


#s-d9d20f04-50ee-4398-8afd-64b4d598fa19 .shogun-image-content {
  
    justify-content: center;
  
}

#s-83f5ac55-d060-47d2-9330-666be12205f5 {
  text-align: center;
}

#s-83f5ac55-d060-47d2-9330-666be12205f5 {
  overflow: hidden;
  
  
}







  #s-83f5ac55-d060-47d2-9330-666be12205f5 img.shogun-image {
    

    
    
    
  }


#s-83f5ac55-d060-47d2-9330-666be12205f5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-33f02d2d-0880-4c87-924f-49c0646258d2 {
  text-align: center;
}

#s-33f02d2d-0880-4c87-924f-49c0646258d2 {
  overflow: hidden;
  
  
}







  #s-33f02d2d-0880-4c87-924f-49c0646258d2 img.shogun-image {
    

    
    
    
  }


#s-33f02d2d-0880-4c87-924f-49c0646258d2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dd5b0e6e-a911-4430-ba6b-9a3419b7a21f {
  text-align: center;
}

#s-dd5b0e6e-a911-4430-ba6b-9a3419b7a21f {
  overflow: hidden;
  
  
}







  #s-dd5b0e6e-a911-4430-ba6b-9a3419b7a21f img.shogun-image {
    

    
    
    
  }


#s-dd5b0e6e-a911-4430-ba6b-9a3419b7a21f .shogun-image-content {
  
    justify-content: center;
  
}

#s-a4877b05-85d3-46b8-a8e6-8fd666904f69 {
  text-align: center;
}

#s-a4877b05-85d3-46b8-a8e6-8fd666904f69 {
  overflow: hidden;
  
  
}







  #s-a4877b05-85d3-46b8-a8e6-8fd666904f69 img.shogun-image {
    

    
    
    
  }


#s-a4877b05-85d3-46b8-a8e6-8fd666904f69 .shogun-image-content {
  
    justify-content: center;
  
}

#s-19adacb8-94b2-4924-804b-4b665cd29756 {
  text-align: center;
}

#s-19adacb8-94b2-4924-804b-4b665cd29756 {
  overflow: hidden;
  
  
}







  #s-19adacb8-94b2-4924-804b-4b665cd29756 img.shogun-image {
    

    
    
    
  }


#s-19adacb8-94b2-4924-804b-4b665cd29756 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f66076d7-f2a8-48d5-a5e5-334ab9fa6288 {
  text-align: center;
}

#s-f66076d7-f2a8-48d5-a5e5-334ab9fa6288 {
  overflow: hidden;
  
  
}







  #s-f66076d7-f2a8-48d5-a5e5-334ab9fa6288 img.shogun-image {
    

    
    
    
  }


#s-f66076d7-f2a8-48d5-a5e5-334ab9fa6288 .shogun-image-content {
  
    justify-content: center;
  
}

#s-52a415c5-4fda-49f6-b38d-d25f1ec03f2e {
  text-align: center;
}

#s-52a415c5-4fda-49f6-b38d-d25f1ec03f2e {
  overflow: hidden;
  
  
}







  #s-52a415c5-4fda-49f6-b38d-d25f1ec03f2e img.shogun-image {
    

    
    
    
  }


#s-52a415c5-4fda-49f6-b38d-d25f1ec03f2e .shogun-image-content {
  
    justify-content: center;
  
}

#s-ea558459-c9c4-42a4-96cf-cbc93e30a184 {
  text-align: center;
}

#s-ea558459-c9c4-42a4-96cf-cbc93e30a184 {
  overflow: hidden;
  
  
}







  #s-ea558459-c9c4-42a4-96cf-cbc93e30a184 img.shogun-image {
    

    
    
    
  }


#s-ea558459-c9c4-42a4-96cf-cbc93e30a184 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fc73731f-b258-40a6-8578-1f9bc0a3de1b {
  text-align: center;
}

#s-fc73731f-b258-40a6-8578-1f9bc0a3de1b {
  overflow: hidden;
  
  
}







  #s-fc73731f-b258-40a6-8578-1f9bc0a3de1b img.shogun-image {
    

    
    
    
  }


#s-fc73731f-b258-40a6-8578-1f9bc0a3de1b .shogun-image-content {
  
    justify-content: center;
  
}

#s-a7f6c3d9-2b5d-4f9f-9ed5-367e717016e4 {
  text-align: center;
}

#s-a7f6c3d9-2b5d-4f9f-9ed5-367e717016e4 {
  overflow: hidden;
  
  
}







  #s-a7f6c3d9-2b5d-4f9f-9ed5-367e717016e4 img.shogun-image {
    

    
    
    
  }


#s-a7f6c3d9-2b5d-4f9f-9ed5-367e717016e4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-13b3f65f-a994-43cc-8602-f0b305d04373 {
  text-align: center;
}

#s-13b3f65f-a994-43cc-8602-f0b305d04373 {
  overflow: hidden;
  
  
}







  #s-13b3f65f-a994-43cc-8602-f0b305d04373 img.shogun-image {
    

    
    
    
  }


#s-13b3f65f-a994-43cc-8602-f0b305d04373 .shogun-image-content {
  
    justify-content: center;
  
}

#s-13574337-3a0d-45a5-af99-7d4f2a28e1a3 {
  text-align: center;
}

#s-13574337-3a0d-45a5-af99-7d4f2a28e1a3 {
  overflow: hidden;
  
  
}







  #s-13574337-3a0d-45a5-af99-7d4f2a28e1a3 img.shogun-image {
    

    
    
    
  }


#s-13574337-3a0d-45a5-af99-7d4f2a28e1a3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6959b7cb-36c6-4d23-8cbf-b2194ed03adf {
  text-align: center;
}

#s-6959b7cb-36c6-4d23-8cbf-b2194ed03adf {
  overflow: hidden;
  
  
}







  #s-6959b7cb-36c6-4d23-8cbf-b2194ed03adf img.shogun-image {
    

    
    
    
  }


#s-6959b7cb-36c6-4d23-8cbf-b2194ed03adf .shogun-image-content {
  
    justify-content: center;
  
}

#s-f4a299b2-42b4-432a-9b6f-7c386c66fbce {
  text-align: center;
}

#s-f4a299b2-42b4-432a-9b6f-7c386c66fbce {
  overflow: hidden;
  
  
}







  #s-f4a299b2-42b4-432a-9b6f-7c386c66fbce img.shogun-image {
    

    
    
    
  }


#s-f4a299b2-42b4-432a-9b6f-7c386c66fbce .shogun-image-content {
  
    justify-content: center;
  
}

#s-a0394c1e-0d06-4289-9cc2-47f5d740f501 {
  text-align: center;
}

#s-a0394c1e-0d06-4289-9cc2-47f5d740f501 {
  overflow: hidden;
  
  
}







  #s-a0394c1e-0d06-4289-9cc2-47f5d740f501 img.shogun-image {
    

    
    
    
  }


#s-a0394c1e-0d06-4289-9cc2-47f5d740f501 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7db0b5d2-ceb0-4c87-9e50-a3d6e0ca4c70 {
  text-align: center;
}

#s-7db0b5d2-ceb0-4c87-9e50-a3d6e0ca4c70 {
  overflow: hidden;
  
  
}







  #s-7db0b5d2-ceb0-4c87-9e50-a3d6e0ca4c70 img.shogun-image {
    

    
    
    
  }


#s-7db0b5d2-ceb0-4c87-9e50-a3d6e0ca4c70 .shogun-image-content {
  
    justify-content: center;
  
}

#s-019ba90e-c4b6-4ffa-8766-0c514652c017 {
  text-align: center;
}

#s-019ba90e-c4b6-4ffa-8766-0c514652c017 {
  overflow: hidden;
  
  
}







  #s-019ba90e-c4b6-4ffa-8766-0c514652c017 img.shogun-image {
    

    
    
    
  }


#s-019ba90e-c4b6-4ffa-8766-0c514652c017 .shogun-image-content {
  
    justify-content: center;
  
}

#s-32330f18-962d-4d9d-9d6e-01b8e18110e3 {
  text-align: center;
}

#s-32330f18-962d-4d9d-9d6e-01b8e18110e3 {
  overflow: hidden;
  
  
}







  #s-32330f18-962d-4d9d-9d6e-01b8e18110e3 img.shogun-image {
    

    
    
    
  }


#s-32330f18-962d-4d9d-9d6e-01b8e18110e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-50f615f2-fc38-49eb-a745-7c81933bd389 {
  text-align: center;
}

#s-50f615f2-fc38-49eb-a745-7c81933bd389 {
  overflow: hidden;
  
  
}







  #s-50f615f2-fc38-49eb-a745-7c81933bd389 img.shogun-image {
    

    
    
    
  }


#s-50f615f2-fc38-49eb-a745-7c81933bd389 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9df3a0e6-128d-46d7-8b6f-0eadf678dd70 {
  text-align: center;
}

#s-9df3a0e6-128d-46d7-8b6f-0eadf678dd70 {
  overflow: hidden;
  
  
}







  #s-9df3a0e6-128d-46d7-8b6f-0eadf678dd70 img.shogun-image {
    

    
    
    
  }


#s-9df3a0e6-128d-46d7-8b6f-0eadf678dd70 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a98344d4-ba73-4a13-ba7d-d1fbcd518a1f {
  text-align: center;
}

#s-a98344d4-ba73-4a13-ba7d-d1fbcd518a1f {
  overflow: hidden;
  
  
}







  #s-a98344d4-ba73-4a13-ba7d-d1fbcd518a1f img.shogun-image {
    

    
    
    
  }


#s-a98344d4-ba73-4a13-ba7d-d1fbcd518a1f .shogun-image-content {
  
    justify-content: center;
  
}

#s-292f6133-3b7d-4805-a124-5a204a2a8742 {
  text-align: center;
}

#s-292f6133-3b7d-4805-a124-5a204a2a8742 {
  overflow: hidden;
  
  
}







  #s-292f6133-3b7d-4805-a124-5a204a2a8742 img.shogun-image {
    

    
    
    
  }


#s-292f6133-3b7d-4805-a124-5a204a2a8742 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4fe0fabf-59bd-490f-a7d0-88565cd24125 {
  text-align: center;
}

#s-4fe0fabf-59bd-490f-a7d0-88565cd24125 {
  overflow: hidden;
  
  
}







  #s-4fe0fabf-59bd-490f-a7d0-88565cd24125 img.shogun-image {
    

    
    
    
  }


#s-4fe0fabf-59bd-490f-a7d0-88565cd24125 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0c3423fe-a0ec-42b4-85f2-13c72f5927a5 {
  text-align: center;
}

#s-0c3423fe-a0ec-42b4-85f2-13c72f5927a5 {
  overflow: hidden;
  
  
}







  #s-0c3423fe-a0ec-42b4-85f2-13c72f5927a5 img.shogun-image {
    

    
    
    
  }


#s-0c3423fe-a0ec-42b4-85f2-13c72f5927a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-90ead943-64f2-4f0b-99bf-edb6461e96d0 {
  text-align: center;
}

#s-90ead943-64f2-4f0b-99bf-edb6461e96d0 {
  overflow: hidden;
  
  
}







  #s-90ead943-64f2-4f0b-99bf-edb6461e96d0 img.shogun-image {
    

    
    
    
  }


#s-90ead943-64f2-4f0b-99bf-edb6461e96d0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8809bce5-c10b-4a12-bae5-ec08f320b630 {
  text-align: center;
}

#s-8809bce5-c10b-4a12-bae5-ec08f320b630 {
  overflow: hidden;
  
  
}







  #s-8809bce5-c10b-4a12-bae5-ec08f320b630 img.shogun-image {
    

    
    
    
  }


#s-8809bce5-c10b-4a12-bae5-ec08f320b630 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5fd2ec33-5da9-425c-bf56-e0f514ace08a {
  text-align: center;
}

#s-5fd2ec33-5da9-425c-bf56-e0f514ace08a {
  overflow: hidden;
  
  
}







  #s-5fd2ec33-5da9-425c-bf56-e0f514ace08a img.shogun-image {
    

    
    
    
  }


#s-5fd2ec33-5da9-425c-bf56-e0f514ace08a .shogun-image-content {
  
    justify-content: center;
  
}

#s-c0fd58a9-fa9d-4930-9bae-d395102c5316 {
  text-align: center;
}

#s-c0fd58a9-fa9d-4930-9bae-d395102c5316 {
  overflow: hidden;
  
  
}







  #s-c0fd58a9-fa9d-4930-9bae-d395102c5316 img.shogun-image {
    

    
    
    
  }


#s-c0fd58a9-fa9d-4930-9bae-d395102c5316 .shogun-image-content {
  
    justify-content: center;
  
}

#s-975684d8-902d-4fe1-b723-5265201d4836 {
  text-align: center;
}

#s-975684d8-902d-4fe1-b723-5265201d4836 {
  overflow: hidden;
  
  
}







  #s-975684d8-902d-4fe1-b723-5265201d4836 img.shogun-image {
    

    
    
    
  }


#s-975684d8-902d-4fe1-b723-5265201d4836 .shogun-image-content {
  
    justify-content: center;
  
}

#s-81b94c68-7b2d-487d-8b4a-84fe839b79b7 {
  text-align: center;
}

#s-81b94c68-7b2d-487d-8b4a-84fe839b79b7 {
  overflow: hidden;
  
  
}







  #s-81b94c68-7b2d-487d-8b4a-84fe839b79b7 img.shogun-image {
    

    
    
    
  }


#s-81b94c68-7b2d-487d-8b4a-84fe839b79b7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b7ff13bb-e12a-4833-a0b0-bf45ca61499d {
  text-align: center;
}

#s-b7ff13bb-e12a-4833-a0b0-bf45ca61499d {
  overflow: hidden;
  
  
}







  #s-b7ff13bb-e12a-4833-a0b0-bf45ca61499d img.shogun-image {
    

    
    
    
  }


#s-b7ff13bb-e12a-4833-a0b0-bf45ca61499d .shogun-image-content {
  
    justify-content: center;
  
}

#s-20690c87-17ac-48ee-9677-198a01168355 {
  text-align: center;
}

#s-20690c87-17ac-48ee-9677-198a01168355 {
  overflow: hidden;
  
  
}







  #s-20690c87-17ac-48ee-9677-198a01168355 img.shogun-image {
    

    
    
    
  }


#s-20690c87-17ac-48ee-9677-198a01168355 .shogun-image-content {
  
    justify-content: center;
  
}

#s-74862719-b4cf-44e5-8e4b-80be68b33daf {
  text-align: center;
}

#s-74862719-b4cf-44e5-8e4b-80be68b33daf {
  overflow: hidden;
  
  
}







  #s-74862719-b4cf-44e5-8e4b-80be68b33daf img.shogun-image {
    

    
    
    
  }


#s-74862719-b4cf-44e5-8e4b-80be68b33daf .shogun-image-content {
  
    justify-content: center;
  
}

#s-2fc574a8-1d6d-44be-9387-41e85e4f129d {
  text-align: center;
}

#s-2fc574a8-1d6d-44be-9387-41e85e4f129d {
  overflow: hidden;
  
  
}







  #s-2fc574a8-1d6d-44be-9387-41e85e4f129d img.shogun-image {
    

    
    
    
  }


#s-2fc574a8-1d6d-44be-9387-41e85e4f129d .shogun-image-content {
  
    justify-content: center;
  
}

#s-2b3d098f-2ec9-415e-875c-5c1d17eabc60 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2b3d098f-2ec9-415e-875c-5c1d17eabc60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b3d098f-2ec9-415e-875c-5c1d17eabc60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b3d098f-2ec9-415e-875c-5c1d17eabc60 {
  
}
}@media (max-width: 767px){#s-2b3d098f-2ec9-415e-875c-5c1d17eabc60 {
  
}
}
#s-2b3d098f-2ec9-415e-875c-5c1d17eabc60 .shogun-heading-component h3 {
  color: rgba(47, 49, 50, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-3ff0d7c9-e8da-4c5e-95da-edae8f8740cd {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3ff0d7c9-e8da-4c5e-95da-edae8f8740cd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3ff0d7c9-e8da-4c5e-95da-edae8f8740cd .shg-sld-nav-button.shg-sld-left,
#s-3ff0d7c9-e8da-4c5e-95da-edae8f8740cd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3687040e-322e-4d46-b161-5df43a1a12bf {
  text-align: center;
}

#s-3687040e-322e-4d46-b161-5df43a1a12bf {
  overflow: hidden;
  
  
}







  #s-3687040e-322e-4d46-b161-5df43a1a12bf img.shogun-image {
    

    
    
    
  }


#s-3687040e-322e-4d46-b161-5df43a1a12bf .shogun-image-content {
  
    justify-content: center;
  
}

#s-6e5e6cf8-d4e5-4d29-b877-11a496b58221 {
  text-align: center;
}

#s-6e5e6cf8-d4e5-4d29-b877-11a496b58221 {
  overflow: hidden;
  
  
}







  #s-6e5e6cf8-d4e5-4d29-b877-11a496b58221 img.shogun-image {
    

    
    
    
  }


#s-6e5e6cf8-d4e5-4d29-b877-11a496b58221 .shogun-image-content {
  
    justify-content: center;
  
}

#s-57208537-0ac4-4ad6-a89f-553ae10e15a0 {
  text-align: center;
}

#s-57208537-0ac4-4ad6-a89f-553ae10e15a0 {
  overflow: hidden;
  
  
}








#s-57208537-0ac4-4ad6-a89f-553ae10e15a0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9fe565b3-61c3-490c-b8c2-30fcb83b1dec {
  text-align: center;
}

#s-9fe565b3-61c3-490c-b8c2-30fcb83b1dec {
  overflow: hidden;
  
  
}







  #s-9fe565b3-61c3-490c-b8c2-30fcb83b1dec img.shogun-image {
    

    
    
    
  }


#s-9fe565b3-61c3-490c-b8c2-30fcb83b1dec .shogun-image-content {
  
    justify-content: center;
  
}

#s-f851ceca-cbe4-4ce7-aa91-642bcb809dc0 {
  text-align: center;
}

#s-f851ceca-cbe4-4ce7-aa91-642bcb809dc0 {
  overflow: hidden;
  
  
}







  #s-f851ceca-cbe4-4ce7-aa91-642bcb809dc0 img.shogun-image {
    

    
    
    
  }


#s-f851ceca-cbe4-4ce7-aa91-642bcb809dc0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cc754df2-7b8b-440e-94d3-2692de559f56 {
  text-align: center;
}

#s-cc754df2-7b8b-440e-94d3-2692de559f56 {
  overflow: hidden;
  
  
}








#s-cc754df2-7b8b-440e-94d3-2692de559f56 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b640df49-3a12-4fe1-9226-5a383f4c38b8 {
  text-align: center;
}

#s-b640df49-3a12-4fe1-9226-5a383f4c38b8 {
  overflow: hidden;
  
  
}







  #s-b640df49-3a12-4fe1-9226-5a383f4c38b8 img.shogun-image {
    

    
    
    
  }


#s-b640df49-3a12-4fe1-9226-5a383f4c38b8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f2b1275f-3e39-404b-9f78-f0b256263a89 {
  text-align: center;
}

#s-f2b1275f-3e39-404b-9f78-f0b256263a89 {
  overflow: hidden;
  
  
}







  #s-f2b1275f-3e39-404b-9f78-f0b256263a89 img.shogun-image {
    

    
    
    
  }


#s-f2b1275f-3e39-404b-9f78-f0b256263a89 .shogun-image-content {
  
    justify-content: center;
  
}

#s-86ec495d-4a3b-4ca2-8029-39d98cc957b5 {
  text-align: center;
}

#s-86ec495d-4a3b-4ca2-8029-39d98cc957b5 {
  overflow: hidden;
  
  
}







  #s-86ec495d-4a3b-4ca2-8029-39d98cc957b5 img.shogun-image {
    

    
    
    
  }


#s-86ec495d-4a3b-4ca2-8029-39d98cc957b5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4ead2a82-8c45-435b-a01c-2a5ac0385352 {
  text-align: center;
}

#s-4ead2a82-8c45-435b-a01c-2a5ac0385352 {
  overflow: hidden;
  
  
}







  #s-4ead2a82-8c45-435b-a01c-2a5ac0385352 img.shogun-image {
    

    
    
    
  }


#s-4ead2a82-8c45-435b-a01c-2a5ac0385352 .shogun-image-content {
  
    justify-content: center;
  
}

#s-af59b5b5-0be4-483b-910c-e11b91e726da {
  text-align: center;
}

#s-af59b5b5-0be4-483b-910c-e11b91e726da {
  overflow: hidden;
  
  
}







  #s-af59b5b5-0be4-483b-910c-e11b91e726da img.shogun-image {
    

    
    
    
  }


#s-af59b5b5-0be4-483b-910c-e11b91e726da .shogun-image-content {
  
    justify-content: center;
  
}

#s-a506bf7e-e430-4b39-b55f-df151289dc65 {
  text-align: center;
}

#s-a506bf7e-e430-4b39-b55f-df151289dc65 {
  overflow: hidden;
  
  
}








#s-a506bf7e-e430-4b39-b55f-df151289dc65 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b18af47c-8a3b-487d-a891-9d89cdb0f9f2 {
  text-align: center;
}

#s-b18af47c-8a3b-487d-a891-9d89cdb0f9f2 {
  overflow: hidden;
  
  
}








#s-b18af47c-8a3b-487d-a891-9d89cdb0f9f2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f28e3c9-6e43-4eba-86d8-90ec8bc851c7 {
  text-align: center;
}

#s-8f28e3c9-6e43-4eba-86d8-90ec8bc851c7 {
  overflow: hidden;
  
  
}







  #s-8f28e3c9-6e43-4eba-86d8-90ec8bc851c7 img.shogun-image {
    

    
    
    
  }


#s-8f28e3c9-6e43-4eba-86d8-90ec8bc851c7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-608d32b7-7e0c-4c3d-8715-b5d75c5b7266 {
  text-align: center;
}

#s-608d32b7-7e0c-4c3d-8715-b5d75c5b7266 {
  overflow: hidden;
  
  
}







  #s-608d32b7-7e0c-4c3d-8715-b5d75c5b7266 img.shogun-image {
    

    
    
    
  }


#s-608d32b7-7e0c-4c3d-8715-b5d75c5b7266 .shogun-image-content {
  
    justify-content: center;
  
}

#s-efa1c922-2e4c-4e93-b4a5-06047fb60cfb {
  text-align: center;
}

#s-efa1c922-2e4c-4e93-b4a5-06047fb60cfb {
  overflow: hidden;
  
  
}







  #s-efa1c922-2e4c-4e93-b4a5-06047fb60cfb img.shogun-image {
    

    
    
    
  }


#s-efa1c922-2e4c-4e93-b4a5-06047fb60cfb .shogun-image-content {
  
    justify-content: center;
  
}

#s-93030610-071f-4fcd-97fd-c2748f5117f8 {
  text-align: center;
}

#s-93030610-071f-4fcd-97fd-c2748f5117f8 {
  overflow: hidden;
  
  
}







  #s-93030610-071f-4fcd-97fd-c2748f5117f8 img.shogun-image {
    

    
    
    
  }


#s-93030610-071f-4fcd-97fd-c2748f5117f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b1a2881d-01bb-4116-8e1a-7a65e1450da1 {
  text-align: center;
}

#s-b1a2881d-01bb-4116-8e1a-7a65e1450da1 {
  overflow: hidden;
  
  
}







  #s-b1a2881d-01bb-4116-8e1a-7a65e1450da1 img.shogun-image {
    

    
    
    
  }


#s-b1a2881d-01bb-4116-8e1a-7a65e1450da1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b89526b-bd00-40c8-a994-78c6dce8a081 {
  text-align: center;
}

#s-4b89526b-bd00-40c8-a994-78c6dce8a081 {
  overflow: hidden;
  
  
}







  #s-4b89526b-bd00-40c8-a994-78c6dce8a081 img.shogun-image {
    

    
    
    
  }


#s-4b89526b-bd00-40c8-a994-78c6dce8a081 .shogun-image-content {
  
    justify-content: center;
  
}

#s-525d9417-cc94-4a51-b723-47035334d2e3 {
  text-align: center;
}

#s-525d9417-cc94-4a51-b723-47035334d2e3 {
  overflow: hidden;
  
  
}







  #s-525d9417-cc94-4a51-b723-47035334d2e3 img.shogun-image {
    

    
    
    
  }


#s-525d9417-cc94-4a51-b723-47035334d2e3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-74823477-2f7a-469e-8767-dcd40ca43e86 {
  text-align: center;
}

#s-74823477-2f7a-469e-8767-dcd40ca43e86 {
  overflow: hidden;
  
  
}







  #s-74823477-2f7a-469e-8767-dcd40ca43e86 img.shogun-image {
    

    
    
    
  }


#s-74823477-2f7a-469e-8767-dcd40ca43e86 .shogun-image-content {
  
    justify-content: center;
  
}

#s-12006c33-90ab-4ede-9f09-7de7cabd874f {
  text-align: center;
}

#s-12006c33-90ab-4ede-9f09-7de7cabd874f {
  overflow: hidden;
  
  
}







  #s-12006c33-90ab-4ede-9f09-7de7cabd874f img.shogun-image {
    

    
    
    
  }


#s-12006c33-90ab-4ede-9f09-7de7cabd874f .shogun-image-content {
  
    justify-content: center;
  
}

#s-f8696191-baf1-4621-93cc-995433afc912 {
  text-align: center;
}

#s-f8696191-baf1-4621-93cc-995433afc912 {
  overflow: hidden;
  
  
}







  #s-f8696191-baf1-4621-93cc-995433afc912 img.shogun-image {
    

    
    
    
  }


#s-f8696191-baf1-4621-93cc-995433afc912 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d5cf3b9d-77b7-4d80-bda4-1058c4a41d0d {
  text-align: center;
}

#s-d5cf3b9d-77b7-4d80-bda4-1058c4a41d0d {
  overflow: hidden;
  
  
}







  #s-d5cf3b9d-77b7-4d80-bda4-1058c4a41d0d img.shogun-image {
    

    
    
    
  }


#s-d5cf3b9d-77b7-4d80-bda4-1058c4a41d0d .shogun-image-content {
  
    justify-content: center;
  
}

#s-17214e27-d2e1-471a-a20d-ee3ffda47b89 {
  text-align: center;
}

#s-17214e27-d2e1-471a-a20d-ee3ffda47b89 {
  overflow: hidden;
  
  
}







  #s-17214e27-d2e1-471a-a20d-ee3ffda47b89 img.shogun-image {
    

    
    
    
  }


#s-17214e27-d2e1-471a-a20d-ee3ffda47b89 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b3bb17ae-832c-4313-b11f-82270901c5c3 {
  min-height: 50px;
}








#s-b3bb17ae-832c-4313-b11f-82270901c5c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
  display: block;
}#s-b3bb17ae-832c-4313-b11f-82270901c5c3.shg-box.shg-c {
  justify-content: center;
}

#s-08375a8f-2075-464f-9db8-ae479d616794 {
  padding-top: 4%;
padding-left: 10%;
padding-bottom: 4%;
padding-right: 10%;
text-align: center;
}

#s-08375a8f-2075-464f-9db8-ae479d616794 {
  overflow: hidden;
  
  
}







  #s-08375a8f-2075-464f-9db8-ae479d616794 img.shogun-image {
    

    
    
    
  }


#s-08375a8f-2075-464f-9db8-ae479d616794 .shogun-image-content {
  
    justify-content: center;
  
}

#s-142da995-c164-4da9-a181-a26d3b480259 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0%;
margin-bottom: 0%;
padding-top: 4%;
padding-bottom: 4%;
min-height: 50%;
background-position: center center;
}








#s-142da995-c164-4da9-a181-a26d3b480259 > .shg-box-overlay {
  background-color: rgba(202, 227, 238, 1);
  opacity: 0.9;
  display: block;
}#s-142da995-c164-4da9-a181-a26d3b480259.shg-box.shg-c {
  justify-content: center;
}

#s-d471c7f6-d081-4103-b2a3-19f78bf408a1 {
  padding-left: 25%;
padding-right: 25%;
}

@media (min-width: 0px) {
[id="s-d471c7f6-d081-4103-b2a3-19f78bf408a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d471c7f6-d081-4103-b2a3-19f78bf408a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d471c7f6-d081-4103-b2a3-19f78bf408a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d471c7f6-d081-4103-b2a3-19f78bf408a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

.shg-btn-text {
  
  
}

.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-91dde784-c85a-4056-a418-09994e4bf8f3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 1%;
padding-left: 8%;
padding-bottom: 1%;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 2px;
text-align: center;
background-color: rgba(21, 107, 175, 0.64);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-91dde784-c85a-4056-a418-09994e4bf8f3:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 216, 161, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-91dde784-c85a-4056-a418-09994e4bf8f3:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(215, 215, 215, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-91dde784-c85a-4056-a418-09994e4bf8f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91dde784-c85a-4056-a418-09994e4bf8f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91dde784-c85a-4056-a418-09994e4bf8f3 {
  
}
}@media (max-width: 767px){#s-91dde784-c85a-4056-a418-09994e4bf8f3 {
  
}
}

  #s-91dde784-c85a-4056-a418-09994e4bf8f3-root {
    text-align: center;
  }


#s-91dde784-c85a-4056-a418-09994e4bf8f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91dde784-c85a-4056-a418-09994e4bf8f3-root {
    text-align: center;
  }


#s-91dde784-c85a-4056-a418-09994e4bf8f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91dde784-c85a-4056-a418-09994e4bf8f3-root {
    text-align: center;
  }


#s-91dde784-c85a-4056-a418-09994e4bf8f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91dde784-c85a-4056-a418-09994e4bf8f3-root {
    text-align: center;
  }


#s-91dde784-c85a-4056-a418-09994e4bf8f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91dde784-c85a-4056-a418-09994e4bf8f3-root {
    text-align: center;
  }


#s-91dde784-c85a-4056-a418-09994e4bf8f3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-2ec54de9-68b3-4338-be7b-109dd6824a63 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 1%;
padding-left: 8%;
padding-bottom: 1%;
padding-right: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
text-align: center;
background-color: rgba(21, 107, 175, 0.64);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2ec54de9-68b3-4338-be7b-109dd6824a63:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 216, 161, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-2ec54de9-68b3-4338-be7b-109dd6824a63:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(215, 215, 215, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2ec54de9-68b3-4338-be7b-109dd6824a63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ec54de9-68b3-4338-be7b-109dd6824a63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ec54de9-68b3-4338-be7b-109dd6824a63 {
  
}
}@media (max-width: 767px){#s-2ec54de9-68b3-4338-be7b-109dd6824a63 {
  
}
}

  #s-2ec54de9-68b3-4338-be7b-109dd6824a63-root {
    text-align: center;
  }


#s-2ec54de9-68b3-4338-be7b-109dd6824a63.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ec54de9-68b3-4338-be7b-109dd6824a63-root {
    text-align: center;
  }


#s-2ec54de9-68b3-4338-be7b-109dd6824a63.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ec54de9-68b3-4338-be7b-109dd6824a63-root {
    text-align: center;
  }


#s-2ec54de9-68b3-4338-be7b-109dd6824a63.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ec54de9-68b3-4338-be7b-109dd6824a63-root {
    text-align: center;
  }


#s-2ec54de9-68b3-4338-be7b-109dd6824a63.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ec54de9-68b3-4338-be7b-109dd6824a63-root {
    text-align: center;
  }


#s-2ec54de9-68b3-4338-be7b-109dd6824a63.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-5f95f05f-fd1a-4d8a-a5cb-5590cc0c8e40 {
  margin-top: 0px;
margin-bottom: -2px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(21, 107, 175, 1);
border-style: solid;
min-height: 50px;
}








#s-5f95f05f-fd1a-4d8a-a5cb-5590cc0c8e40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f95f05f-fd1a-4d8a-a5cb-5590cc0c8e40.shg-box.shg-c {
  justify-content: center;
}

#s-a2154c46-e5f2-4605-bee9-d637b9d0d53e {
  margin-left: 20px;
margin-right: 20px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
min-height: 4px;
text-align: center;
}

#s-a2154c46-e5f2-4605-bee9-d637b9d0d53e .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-c8f47545-e836-478b-92e9-cb0cb511b81b {
  margin-left: 1%;
margin-right: 1%;
padding-top: 0%;
padding-left: 6%;
padding-bottom: 4%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-c8f47545-e836-478b-92e9-cb0cb511b81b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5em);
}

}

@media (min-width: 768px) {
[id="s-c8f47545-e836-478b-92e9-cb0cb511b81b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.25em);
}

}

@media (min-width: 992px) {
[id="s-c8f47545-e836-478b-92e9-cb0cb511b81b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.25em);
}

}

@media (min-width: 1200px) {
[id="s-c8f47545-e836-478b-92e9-cb0cb511b81b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.25em);
}

}

#s-da60a892-7423-4989-8848-f3254f4f02b9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE4MTI1ZWMtZmZmOS00YTZiLTk1MjQtYzI0OTE4OWViNjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZGI5MmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZDhiMzk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JhODEyNWVjLWZmZjktNGE2Yi05NTI0LWMyNDkxODllYjY1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 4%;
padding-top: 10px;
padding-left: 16%;
padding-bottom: 10px;
padding-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1a50b"}, {"pos"=>"0.0576", "color"=>"#fdb92f"}, {"pos"=>"1.00", "color"=>"#ed8b39"}];
}
#s-da60a892-7423-4989-8848-f3254f4f02b9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTM2NTRhNjgtNWQzNy00ZTcwLWExZjUtNjM0MzY0MWM3ZTE3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMTc1MGI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMWE1MGI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzkzNjU0YTY4LTVkMzctNGU3MC1hMWY1LTYzNDM2NDFjN2UxNykiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.0576", "color"=>"#f1750b"}, {"pos"=>"1.00", "color"=>"#f1a50b"}] !important;}#s-da60a892-7423-4989-8848-f3254f4f02b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-da60a892-7423-4989-8848-f3254f4f02b9-root {
    text-align: center;
  }


#s-da60a892-7423-4989-8848-f3254f4f02b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-da60a892-7423-4989-8848-f3254f4f02b9-root {
    text-align: center;
  }


#s-da60a892-7423-4989-8848-f3254f4f02b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da60a892-7423-4989-8848-f3254f4f02b9-root {
    text-align: center;
  }


#s-da60a892-7423-4989-8848-f3254f4f02b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da60a892-7423-4989-8848-f3254f4f02b9-root {
    text-align: center;
  }


#s-da60a892-7423-4989-8848-f3254f4f02b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-da60a892-7423-4989-8848-f3254f4f02b9-root {
    text-align: center;
  }


#s-da60a892-7423-4989-8848-f3254f4f02b9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-501f0559-2566-40f3-895b-53ec96b64e39 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE4MTI1ZWMtZmZmOS00YTZiLTk1MjQtYzI0OTE4OWViNjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZGI5MmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZDhiMzk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JhODEyNWVjLWZmZjktNGE2Yi05NTI0LWMyNDkxODllYjY1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 4%;
padding-top: 10px;
padding-left: 16%;
padding-bottom: 10px;
padding-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1a50b"}, {"pos"=>"0.0576", "color"=>"#fdb92f"}, {"pos"=>"1.00", "color"=>"#ed8b39"}];
}
#s-501f0559-2566-40f3-895b-53ec96b64e39:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmMzNWQ2OTctMDQwOS00YmMyLWEzNjEtZTI0OTViMWQyMmM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzM1ZDY5Ny0wNDA5LTRiYzItYTM2MS1lMjQ5NWIxZDIyYzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1750b"}, {"pos"=>"1.00", "color"=>"#f1a50b"}] !important;}#s-501f0559-2566-40f3-895b-53ec96b64e39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-501f0559-2566-40f3-895b-53ec96b64e39-root {
    text-align: center;
  }


#s-501f0559-2566-40f3-895b-53ec96b64e39.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-501f0559-2566-40f3-895b-53ec96b64e39-root {
    text-align: center;
  }


#s-501f0559-2566-40f3-895b-53ec96b64e39.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-501f0559-2566-40f3-895b-53ec96b64e39-root {
    text-align: center;
  }


#s-501f0559-2566-40f3-895b-53ec96b64e39.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-501f0559-2566-40f3-895b-53ec96b64e39-root {
    text-align: center;
  }


#s-501f0559-2566-40f3-895b-53ec96b64e39.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-501f0559-2566-40f3-895b-53ec96b64e39-root {
    text-align: center;
  }


#s-501f0559-2566-40f3-895b-53ec96b64e39.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-d15e2952-7af8-4a20-8438-50fc05edb031 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE4MTI1ZWMtZmZmOS00YTZiLTk1MjQtYzI0OTE4OWViNjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZGI5MmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZDhiMzk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JhODEyNWVjLWZmZjktNGE2Yi05NTI0LWMyNDkxODllYjY1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 4%;
padding-top: 10px;
padding-left: 16%;
padding-bottom: 10px;
padding-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1a50b"}, {"pos"=>"0.0576", "color"=>"#fdb92f"}, {"pos"=>"1.00", "color"=>"#ed8b39"}];
}
#s-d15e2952-7af8-4a20-8438-50fc05edb031:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmMzNWQ2OTctMDQwOS00YmMyLWEzNjEtZTI0OTViMWQyMmM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYzM1ZDY5Ny0wNDA5LTRiYzItYTM2MS1lMjQ5NWIxZDIyYzcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1750b"}, {"pos"=>"1.00", "color"=>"#f1a50b"}] !important;}#s-d15e2952-7af8-4a20-8438-50fc05edb031:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d15e2952-7af8-4a20-8438-50fc05edb031-root {
    text-align: center;
  }


#s-d15e2952-7af8-4a20-8438-50fc05edb031.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d15e2952-7af8-4a20-8438-50fc05edb031-root {
    text-align: center;
  }


#s-d15e2952-7af8-4a20-8438-50fc05edb031.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d15e2952-7af8-4a20-8438-50fc05edb031-root {
    text-align: center;
  }


#s-d15e2952-7af8-4a20-8438-50fc05edb031.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d15e2952-7af8-4a20-8438-50fc05edb031-root {
    text-align: center;
  }


#s-d15e2952-7af8-4a20-8438-50fc05edb031.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d15e2952-7af8-4a20-8438-50fc05edb031-root {
    text-align: center;
  }


#s-d15e2952-7af8-4a20-8438-50fc05edb031.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-69230048-ee9c-435d-a5ad-c13773dbc179 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE4MTI1ZWMtZmZmOS00YTZiLTk1MjQtYzI0OTE4OWViNjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZGI5MmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZDhiMzk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JhODEyNWVjLWZmZjktNGE2Yi05NTI0LWMyNDkxODllYjY1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 4%;
padding-top: 10px;
padding-left: 16%;
padding-bottom: 10px;
padding-right: 16%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1a50b"}, {"pos"=>"0.0576", "color"=>"#fdb92f"}, {"pos"=>"1.00", "color"=>"#ed8b39"}];
}
#s-69230048-ee9c-435d-a5ad-c13773dbc179:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGRkMzFkNzktYTU3MC00YTQyLTk5OTktNzFiNmE2MjExM2VkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZGQzMWQ3OS1hNTcwLTRhNDItOTk5OS03MWI2YTYyMTEzZWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>"0.00", "color"=>"#f1750b"}, {"id"=>2, "pos"=>"1.00", "color"=>"#f1a50b"}] !important;}#s-69230048-ee9c-435d-a5ad-c13773dbc179:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69230048-ee9c-435d-a5ad-c13773dbc179-root {
    text-align: center;
  }


#s-69230048-ee9c-435d-a5ad-c13773dbc179.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-69230048-ee9c-435d-a5ad-c13773dbc179-root {
    text-align: center;
  }


#s-69230048-ee9c-435d-a5ad-c13773dbc179.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69230048-ee9c-435d-a5ad-c13773dbc179-root {
    text-align: center;
  }


#s-69230048-ee9c-435d-a5ad-c13773dbc179.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69230048-ee9c-435d-a5ad-c13773dbc179-root {
    text-align: center;
  }


#s-69230048-ee9c-435d-a5ad-c13773dbc179.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-69230048-ee9c-435d-a5ad-c13773dbc179-root {
    text-align: center;
  }


#s-69230048-ee9c-435d-a5ad-c13773dbc179.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  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;
}

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