.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-e9636782-a114-4f2c-b9cd-5e12e226c345 {
  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-e9636782-a114-4f2c-b9cd-5e12e226c345 {
  background-image: url(https://i.shgcdn.com/82dec866-e6f3-49c2-965e-8f1aa67539b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e9636782-a114-4f2c-b9cd-5e12e226c345 > .shg-box-overlay {
  background-color: rgba(243, 240, 240, 1);
  opacity: 0.9;
  display: block;
}#s-e9636782-a114-4f2c-b9cd-5e12e226c345.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-a193a24c-5bfc-4246-862d-e6d56a5cfabb {
  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-a193a24c-5bfc-4246-862d-e6d56a5cfabb .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-40d15f49-7e85-4522-b718-c7b334855102 {
  margin-top: 1%;
margin-left: 20px;
margin-bottom: 0%;
margin-right: 20px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
min-height: 4px;
text-align: center;
}

#s-40d15f49-7e85-4522-b718-c7b334855102 .shogun-heading-component h2 {
  color: rgba(69, 163, 231, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  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-96726dd5-50b9-4f24-bade-eef0f21d2151 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-96726dd5-50b9-4f24-bade-eef0f21d2151"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96726dd5-50b9-4f24-bade-eef0f21d2151"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96726dd5-50b9-4f24-bade-eef0f21d2151"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96726dd5-50b9-4f24-bade-eef0f21d2151"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-766f1188-0f09-486f-9f35-d6de1b89d616 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-766f1188-0f09-486f-9f35-d6de1b89d616 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-766f1188-0f09-486f-9f35-d6de1b89d616 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-766f1188-0f09-486f-9f35-d6de1b89d616 {
  
}
}@media (max-width: 767px){#s-766f1188-0f09-486f-9f35-d6de1b89d616 {
  
}
}
#s-766f1188-0f09-486f-9f35-d6de1b89d616 .shogun-heading-component h3 {
  color: rgba(54, 54, 54, 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-f8956377-cb40-44fa-86bb-d3c29f928699 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f8956377-cb40-44fa-86bb-d3c29f928699 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f8956377-cb40-44fa-86bb-d3c29f928699 .shg-sld-nav-button.shg-sld-left,
#s-f8956377-cb40-44fa-86bb-d3c29f928699 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

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

.shg-theme-text-content p {
  
  
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.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;
  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-ba253fa6-a215-4da1-a49b-8d0c94a19825 {
  text-align: center;
}







  #s-ba253fa6-a215-4da1-a49b-8d0c94a19825 img.shogun-image {
    

    
    
    
  }


#s-ba253fa6-a215-4da1-a49b-8d0c94a19825 .shogun-image-content {
  
    align-items: center;
  
}

#s-18adf58d-2a15-4000-ab6a-540dec7f7373 {
  text-align: center;
}








#s-18adf58d-2a15-4000-ab6a-540dec7f7373 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9d402c1-6729-4db5-9e56-0f8c1032b680 {
  text-align: center;
}







  #s-e9d402c1-6729-4db5-9e56-0f8c1032b680 img.shogun-image {
    

    
    
    
  }


#s-e9d402c1-6729-4db5-9e56-0f8c1032b680 .shogun-image-content {
  
    align-items: center;
  
}

#s-00d3a4b7-6694-49ef-a974-3ec98d5a403d {
  text-align: center;
}







  #s-00d3a4b7-6694-49ef-a974-3ec98d5a403d img.shogun-image {
    

    
    
    
  }


#s-00d3a4b7-6694-49ef-a974-3ec98d5a403d .shogun-image-content {
  
    align-items: center;
  
}

#s-44e93b31-836c-46bb-8f2b-42f4646e01f5 {
  text-align: center;
}







  #s-44e93b31-836c-46bb-8f2b-42f4646e01f5 img.shogun-image {
    

    
    
    
  }


#s-44e93b31-836c-46bb-8f2b-42f4646e01f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc98729b-7872-4b4f-bea1-f751fd332d76 {
  text-align: center;
}







  #s-cc98729b-7872-4b4f-bea1-f751fd332d76 img.shogun-image {
    

    
    
    
  }


#s-cc98729b-7872-4b4f-bea1-f751fd332d76 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa873278-487e-475e-886b-2f1b022279ef {
  text-align: center;
}







  #s-fa873278-487e-475e-886b-2f1b022279ef img.shogun-image {
    

    
    
    
  }


#s-fa873278-487e-475e-886b-2f1b022279ef .shogun-image-content {
  
    align-items: center;
  
}

#s-e6f0509b-3758-454d-90f1-412a0de2520e {
  text-align: center;
}







  #s-e6f0509b-3758-454d-90f1-412a0de2520e img.shogun-image {
    

    
    
    
  }


#s-e6f0509b-3758-454d-90f1-412a0de2520e .shogun-image-content {
  
    align-items: center;
  
}

#s-8b3bda4d-eb18-4950-9caa-62ee832b41c1 {
  text-align: center;
}







  #s-8b3bda4d-eb18-4950-9caa-62ee832b41c1 img.shogun-image {
    

    
    
    
  }


#s-8b3bda4d-eb18-4950-9caa-62ee832b41c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6add2283-fe65-4a2a-acaa-70aaf0ad3968 {
  text-align: center;
}







  #s-6add2283-fe65-4a2a-acaa-70aaf0ad3968 img.shogun-image {
    

    
    
    
  }


#s-6add2283-fe65-4a2a-acaa-70aaf0ad3968 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b6e7d62-25f7-4885-896c-f85b4b5f4057 {
  text-align: center;
}







  #s-0b6e7d62-25f7-4885-896c-f85b4b5f4057 img.shogun-image {
    

    
    
    
  }


#s-0b6e7d62-25f7-4885-896c-f85b4b5f4057 .shogun-image-content {
  
    align-items: center;
  
}

#s-4649d589-9d06-4257-ba7c-5ad6a238f513 {
  text-align: center;
}







  #s-4649d589-9d06-4257-ba7c-5ad6a238f513 img.shogun-image {
    

    
    
    
  }


#s-4649d589-9d06-4257-ba7c-5ad6a238f513 .shogun-image-content {
  
    align-items: center;
  
}

#s-22937214-c9a5-4847-ad2c-dd5e5925207e {
  text-align: center;
}







  #s-22937214-c9a5-4847-ad2c-dd5e5925207e img.shogun-image {
    

    
    
    
  }


#s-22937214-c9a5-4847-ad2c-dd5e5925207e .shogun-image-content {
  
    align-items: center;
  
}

#s-41a24049-58aa-43d9-a6a2-ddbcc8e477bb {
  text-align: center;
}







  #s-41a24049-58aa-43d9-a6a2-ddbcc8e477bb img.shogun-image {
    

    
    
    
  }


#s-41a24049-58aa-43d9-a6a2-ddbcc8e477bb .shogun-image-content {
  
    align-items: center;
  
}

#s-86275ce7-5872-4058-afa9-4997626d12cc {
  text-align: center;
}







  #s-86275ce7-5872-4058-afa9-4997626d12cc img.shogun-image {
    

    
    
    
  }


#s-86275ce7-5872-4058-afa9-4997626d12cc .shogun-image-content {
  
    align-items: center;
  
}

#s-a9069438-c93b-43c8-9b8a-2735100228aa {
  text-align: center;
}







  #s-a9069438-c93b-43c8-9b8a-2735100228aa img.shogun-image {
    

    
    
    
  }


#s-a9069438-c93b-43c8-9b8a-2735100228aa .shogun-image-content {
  
    align-items: center;
  
}

#s-56bdea71-1558-4736-bd00-17547319eb5c {
  text-align: center;
}







  #s-56bdea71-1558-4736-bd00-17547319eb5c img.shogun-image {
    

    
    
    
  }


#s-56bdea71-1558-4736-bd00-17547319eb5c .shogun-image-content {
  
    align-items: center;
  
}

#s-c151e423-5592-41d2-a2de-5b1bd687da82 {
  text-align: center;
}







  #s-c151e423-5592-41d2-a2de-5b1bd687da82 img.shogun-image {
    

    
    
    
  }


#s-c151e423-5592-41d2-a2de-5b1bd687da82 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcd4b9c8-0722-4d3c-9367-41d4f5c9ec52 {
  text-align: center;
}







  #s-fcd4b9c8-0722-4d3c-9367-41d4f5c9ec52 img.shogun-image {
    

    
    
    
  }


#s-fcd4b9c8-0722-4d3c-9367-41d4f5c9ec52 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a548e56-4591-47f4-be0a-15f8ab7f4afc {
  text-align: center;
}







  #s-9a548e56-4591-47f4-be0a-15f8ab7f4afc img.shogun-image {
    

    
    
    
  }


#s-9a548e56-4591-47f4-be0a-15f8ab7f4afc .shogun-image-content {
  
    align-items: center;
  
}

#s-81954312-a2b3-4abf-9421-8d7c7267a3b3 {
  text-align: center;
}







  #s-81954312-a2b3-4abf-9421-8d7c7267a3b3 img.shogun-image {
    

    
    
    
  }


#s-81954312-a2b3-4abf-9421-8d7c7267a3b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd20f3b3-700b-41d2-9ae0-61e8221f88d2 {
  text-align: center;
}







  #s-bd20f3b3-700b-41d2-9ae0-61e8221f88d2 img.shogun-image {
    

    
    
    
  }


#s-bd20f3b3-700b-41d2-9ae0-61e8221f88d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-91779191-ae42-4870-b833-60f5a3cb6dbb {
  text-align: center;
}







  #s-91779191-ae42-4870-b833-60f5a3cb6dbb img.shogun-image {
    

    
    
    
  }


#s-91779191-ae42-4870-b833-60f5a3cb6dbb .shogun-image-content {
  
    align-items: center;
  
}

#s-8a9d754e-7d60-4655-b34b-c542f8f5bc99 {
  text-align: center;
}







  #s-8a9d754e-7d60-4655-b34b-c542f8f5bc99 img.shogun-image {
    

    
    
    
  }


#s-8a9d754e-7d60-4655-b34b-c542f8f5bc99 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb9f614b-4890-42fa-9770-b5c3d2229c35 {
  text-align: center;
}







  #s-fb9f614b-4890-42fa-9770-b5c3d2229c35 img.shogun-image {
    

    
    
    
  }


#s-fb9f614b-4890-42fa-9770-b5c3d2229c35 .shogun-image-content {
  
    align-items: center;
  
}

#s-36a057bd-dc2a-43f5-87e4-b0f653746ecb {
  text-align: center;
}







  #s-36a057bd-dc2a-43f5-87e4-b0f653746ecb img.shogun-image {
    

    
    
    
  }


#s-36a057bd-dc2a-43f5-87e4-b0f653746ecb .shogun-image-content {
  
    align-items: center;
  
}

#s-b6316be8-4ea8-469c-81d6-4a14d9609abc {
  text-align: center;
}







  #s-b6316be8-4ea8-469c-81d6-4a14d9609abc img.shogun-image {
    

    
    
    
  }


#s-b6316be8-4ea8-469c-81d6-4a14d9609abc .shogun-image-content {
  
    align-items: center;
  
}

#s-149f8bfe-b2f3-47bb-80da-6f2288ffd52b {
  text-align: center;
}







  #s-149f8bfe-b2f3-47bb-80da-6f2288ffd52b img.shogun-image {
    

    
    
    
  }


#s-149f8bfe-b2f3-47bb-80da-6f2288ffd52b .shogun-image-content {
  
    align-items: center;
  
}

#s-a330b1a0-44f2-48e3-a9f0-e3f42950655a {
  text-align: center;
}







  #s-a330b1a0-44f2-48e3-a9f0-e3f42950655a img.shogun-image {
    

    
    
    
  }


#s-a330b1a0-44f2-48e3-a9f0-e3f42950655a .shogun-image-content {
  
    align-items: center;
  
}

#s-9baa525f-ba40-46d3-8aa2-d52e8cb4539c {
  text-align: center;
}







  #s-9baa525f-ba40-46d3-8aa2-d52e8cb4539c img.shogun-image {
    

    
    
    
  }


#s-9baa525f-ba40-46d3-8aa2-d52e8cb4539c .shogun-image-content {
  
    align-items: center;
  
}

#s-bb8eb2b6-cb60-44be-a85a-560a414fa3b8 {
  text-align: center;
}







  #s-bb8eb2b6-cb60-44be-a85a-560a414fa3b8 img.shogun-image {
    

    
    
    
  }


#s-bb8eb2b6-cb60-44be-a85a-560a414fa3b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad89c9c9-985d-4e84-bea5-ac07439a1562 {
  text-align: center;
}







  #s-ad89c9c9-985d-4e84-bea5-ac07439a1562 img.shogun-image {
    

    
    
    
  }


#s-ad89c9c9-985d-4e84-bea5-ac07439a1562 .shogun-image-content {
  
    align-items: center;
  
}

#s-a63ac1f4-68bb-4092-824b-6bb57f40314e {
  text-align: center;
}







  #s-a63ac1f4-68bb-4092-824b-6bb57f40314e img.shogun-image {
    

    
    
    
  }


#s-a63ac1f4-68bb-4092-824b-6bb57f40314e .shogun-image-content {
  
    align-items: center;
  
}

#s-746799c7-c9bb-4a7e-b1fa-6ee5c271035d {
  text-align: center;
}







  #s-746799c7-c9bb-4a7e-b1fa-6ee5c271035d img.shogun-image {
    

    
    
    
  }


#s-746799c7-c9bb-4a7e-b1fa-6ee5c271035d .shogun-image-content {
  
    align-items: center;
  
}

#s-13e07bd6-d32d-45a0-8bcb-7d4021d42d9d {
  text-align: center;
}







  #s-13e07bd6-d32d-45a0-8bcb-7d4021d42d9d img.shogun-image {
    

    
    
    
  }


#s-13e07bd6-d32d-45a0-8bcb-7d4021d42d9d .shogun-image-content {
  
    align-items: center;
  
}

#s-72d8b9d8-9084-4962-a18f-bf4a765c42cc {
  text-align: center;
}







  #s-72d8b9d8-9084-4962-a18f-bf4a765c42cc img.shogun-image {
    

    
    
    
  }


#s-72d8b9d8-9084-4962-a18f-bf4a765c42cc .shogun-image-content {
  
    align-items: center;
  
}

#s-1a6a25e0-75af-47cf-8a64-215da234bdda {
  text-align: center;
}







  #s-1a6a25e0-75af-47cf-8a64-215da234bdda img.shogun-image {
    

    
    
    
  }


#s-1a6a25e0-75af-47cf-8a64-215da234bdda .shogun-image-content {
  
    align-items: center;
  
}

#s-93828e4f-ec7d-4f0a-a518-3feb9da7732a {
  text-align: center;
}







  #s-93828e4f-ec7d-4f0a-a518-3feb9da7732a img.shogun-image {
    

    
    
    
  }


#s-93828e4f-ec7d-4f0a-a518-3feb9da7732a .shogun-image-content {
  
    align-items: center;
  
}

#s-b6ca5fcd-d106-450e-ad3a-51c83062f365 {
  text-align: center;
}







  #s-b6ca5fcd-d106-450e-ad3a-51c83062f365 img.shogun-image {
    

    
    
    
  }


#s-b6ca5fcd-d106-450e-ad3a-51c83062f365 .shogun-image-content {
  
    align-items: center;
  
}

#s-220bc8b2-e44b-4d6b-afbf-7fe7831d8902 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-220bc8b2-e44b-4d6b-afbf-7fe7831d8902 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-220bc8b2-e44b-4d6b-afbf-7fe7831d8902 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-220bc8b2-e44b-4d6b-afbf-7fe7831d8902 {
  
}
}@media (max-width: 767px){#s-220bc8b2-e44b-4d6b-afbf-7fe7831d8902 {
  
}
}
#s-220bc8b2-e44b-4d6b-afbf-7fe7831d8902 .shogun-heading-component h3 {
  color: rgba(54, 54, 54, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-45ddae0c-7eb0-4853-9041-e9fa389a5eb8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-45ddae0c-7eb0-4853-9041-e9fa389a5eb8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-45ddae0c-7eb0-4853-9041-e9fa389a5eb8 .shg-sld-nav-button.shg-sld-left,
#s-45ddae0c-7eb0-4853-9041-e9fa389a5eb8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-bd73b8b9-9b58-49bd-aeb7-ce7ae1de6747 {
  text-align: center;
}







  #s-bd73b8b9-9b58-49bd-aeb7-ce7ae1de6747 img.shogun-image {
    

    
    
    
  }


#s-bd73b8b9-9b58-49bd-aeb7-ce7ae1de6747 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb0beddf-eb88-45e1-a0f2-d59ee8879323 {
  text-align: center;
}








#s-cb0beddf-eb88-45e1-a0f2-d59ee8879323 .shogun-image-content {
  
    align-items: center;
  
}

#s-3deead9c-f141-48b1-8b52-f62b5b2105a2 {
  text-align: center;
}







  #s-3deead9c-f141-48b1-8b52-f62b5b2105a2 img.shogun-image {
    

    
    
    
  }


#s-3deead9c-f141-48b1-8b52-f62b5b2105a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7eb9d0af-2cf3-42ed-a416-c67dccdee7e2 {
  text-align: center;
}







  #s-7eb9d0af-2cf3-42ed-a416-c67dccdee7e2 img.shogun-image {
    

    
    
    
  }


#s-7eb9d0af-2cf3-42ed-a416-c67dccdee7e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1779c7ec-d56e-4db5-93c2-d4f179e7029c {
  text-align: center;
}







  #s-1779c7ec-d56e-4db5-93c2-d4f179e7029c img.shogun-image {
    

    
    
    
  }


#s-1779c7ec-d56e-4db5-93c2-d4f179e7029c .shogun-image-content {
  
    align-items: center;
  
}

#s-c9bfbe36-5f0c-49b0-bf16-b0d73e594bf7 {
  text-align: center;
}







  #s-c9bfbe36-5f0c-49b0-bf16-b0d73e594bf7 img.shogun-image {
    

    
    
    
  }


#s-c9bfbe36-5f0c-49b0-bf16-b0d73e594bf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-212869d8-3498-49de-b70e-2a25456c5082 {
  text-align: center;
}







  #s-212869d8-3498-49de-b70e-2a25456c5082 img.shogun-image {
    

    
    
    
  }


#s-212869d8-3498-49de-b70e-2a25456c5082 .shogun-image-content {
  
    align-items: center;
  
}

#s-740a4e03-f93d-4cd6-9fb7-81ecd2a516f6 {
  text-align: center;
}







  #s-740a4e03-f93d-4cd6-9fb7-81ecd2a516f6 img.shogun-image {
    

    
    
    
  }


#s-740a4e03-f93d-4cd6-9fb7-81ecd2a516f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-43124e34-d303-44b6-a2a0-03711583570e {
  text-align: center;
}







  #s-43124e34-d303-44b6-a2a0-03711583570e img.shogun-image {
    

    
    
    
  }


#s-43124e34-d303-44b6-a2a0-03711583570e .shogun-image-content {
  
    align-items: center;
  
}

#s-824ce0fd-629d-49cd-83a5-322471feec36 {
  text-align: center;
}







  #s-824ce0fd-629d-49cd-83a5-322471feec36 img.shogun-image {
    

    
    
    
  }


#s-824ce0fd-629d-49cd-83a5-322471feec36 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f357242-bb9a-4706-acd7-737b74059344 {
  text-align: center;
}







  #s-2f357242-bb9a-4706-acd7-737b74059344 img.shogun-image {
    

    
    
    
  }


#s-2f357242-bb9a-4706-acd7-737b74059344 .shogun-image-content {
  
    align-items: center;
  
}

#s-5568288a-67a1-4ad3-9efe-c4153294047f {
  text-align: center;
}







  #s-5568288a-67a1-4ad3-9efe-c4153294047f img.shogun-image {
    

    
    
    
  }


#s-5568288a-67a1-4ad3-9efe-c4153294047f .shogun-image-content {
  
    align-items: center;
  
}

#s-4bc61085-d552-4dd0-81bc-01337ee805b3 {
  text-align: center;
}







  #s-4bc61085-d552-4dd0-81bc-01337ee805b3 img.shogun-image {
    

    
    
    
  }


#s-4bc61085-d552-4dd0-81bc-01337ee805b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-321ee166-9e1c-4073-a82c-58a8085a5f53 {
  text-align: center;
}







  #s-321ee166-9e1c-4073-a82c-58a8085a5f53 img.shogun-image {
    

    
    
    
  }


#s-321ee166-9e1c-4073-a82c-58a8085a5f53 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebae665e-64ee-4a71-9c03-be8330bc7003 {
  text-align: center;
}







  #s-ebae665e-64ee-4a71-9c03-be8330bc7003 img.shogun-image {
    

    
    
    
  }


#s-ebae665e-64ee-4a71-9c03-be8330bc7003 .shogun-image-content {
  
    align-items: center;
  
}

#s-a07a3ccd-7a30-49f4-859b-88e47af4c45e {
  text-align: center;
}







  #s-a07a3ccd-7a30-49f4-859b-88e47af4c45e img.shogun-image {
    

    
    
    
  }


#s-a07a3ccd-7a30-49f4-859b-88e47af4c45e .shogun-image-content {
  
    align-items: center;
  
}

#s-b90e19fc-52f0-460d-879d-1cc87971aee6 {
  text-align: center;
}







  #s-b90e19fc-52f0-460d-879d-1cc87971aee6 img.shogun-image {
    

    
    
    
  }


#s-b90e19fc-52f0-460d-879d-1cc87971aee6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e62a5e6b-0081-4374-8ae7-ab21bfbabe49 {
  text-align: center;
}







  #s-e62a5e6b-0081-4374-8ae7-ab21bfbabe49 img.shogun-image {
    

    
    
    
  }


#s-e62a5e6b-0081-4374-8ae7-ab21bfbabe49 .shogun-image-content {
  
    align-items: center;
  
}

#s-989faf4d-22ad-451a-ba8d-2b28d5c63ff8 {
  text-align: center;
}







  #s-989faf4d-22ad-451a-ba8d-2b28d5c63ff8 img.shogun-image {
    

    
    
    
  }


#s-989faf4d-22ad-451a-ba8d-2b28d5c63ff8 .shogun-image-content {
  
    align-items: center;
  
}

#s-986aed10-43aa-40e9-a01d-6a5b53c6f59d {
  text-align: center;
}







  #s-986aed10-43aa-40e9-a01d-6a5b53c6f59d img.shogun-image {
    

    
    
    
  }


#s-986aed10-43aa-40e9-a01d-6a5b53c6f59d .shogun-image-content {
  
    align-items: center;
  
}

#s-a5f21973-25f3-4943-b178-3bb9a783d0a1 {
  text-align: center;
}







  #s-a5f21973-25f3-4943-b178-3bb9a783d0a1 img.shogun-image {
    

    
    
    
  }


#s-a5f21973-25f3-4943-b178-3bb9a783d0a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b596da14-5059-4490-b135-3febff30418e {
  text-align: center;
}







  #s-b596da14-5059-4490-b135-3febff30418e img.shogun-image {
    

    
    
    
  }


#s-b596da14-5059-4490-b135-3febff30418e .shogun-image-content {
  
    align-items: center;
  
}

#s-be43a51c-0582-4aed-8589-152b486ecfd2 {
  text-align: center;
}







  #s-be43a51c-0582-4aed-8589-152b486ecfd2 img.shogun-image {
    

    
    
    
  }


#s-be43a51c-0582-4aed-8589-152b486ecfd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2f7f0b9-314b-4e4d-bd83-00c0454721b1 {
  text-align: center;
}







  #s-d2f7f0b9-314b-4e4d-bd83-00c0454721b1 img.shogun-image {
    

    
    
    
  }


#s-d2f7f0b9-314b-4e4d-bd83-00c0454721b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7260370-86b8-486b-9d8c-ffc3e2aa8240 {
  text-align: center;
}







  #s-f7260370-86b8-486b-9d8c-ffc3e2aa8240 img.shogun-image {
    

    
    
    
  }


#s-f7260370-86b8-486b-9d8c-ffc3e2aa8240 .shogun-image-content {
  
    align-items: center;
  
}

#s-422976d7-bd26-4b8d-b6f0-fb29ed93a0f2 {
  text-align: center;
}







  #s-422976d7-bd26-4b8d-b6f0-fb29ed93a0f2 img.shogun-image {
    

    
    
    
  }


#s-422976d7-bd26-4b8d-b6f0-fb29ed93a0f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-831ba253-a0b9-42a3-af4e-3af465eb1daf {
  text-align: center;
}







  #s-831ba253-a0b9-42a3-af4e-3af465eb1daf img.shogun-image {
    

    
    
    
  }


#s-831ba253-a0b9-42a3-af4e-3af465eb1daf .shogun-image-content {
  
    align-items: center;
  
}

#s-8180f0a1-ddb5-4b15-b660-79a5f0f7e828 {
  text-align: center;
}







  #s-8180f0a1-ddb5-4b15-b660-79a5f0f7e828 img.shogun-image {
    

    
    
    
  }


#s-8180f0a1-ddb5-4b15-b660-79a5f0f7e828 .shogun-image-content {
  
    align-items: center;
  
}

#s-828e702f-d8ec-47b7-96c2-117e240270ab {
  text-align: center;
}







  #s-828e702f-d8ec-47b7-96c2-117e240270ab img.shogun-image {
    

    
    
    
  }


#s-828e702f-d8ec-47b7-96c2-117e240270ab .shogun-image-content {
  
    align-items: center;
  
}

#s-96224e38-d2be-4220-85c7-c0b551ea39e7 {
  text-align: center;
}







  #s-96224e38-d2be-4220-85c7-c0b551ea39e7 img.shogun-image {
    

    
    
    
  }


#s-96224e38-d2be-4220-85c7-c0b551ea39e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-06bb7421-5d1d-4b9b-ba27-c122e9dc2108 {
  text-align: center;
}







  #s-06bb7421-5d1d-4b9b-ba27-c122e9dc2108 img.shogun-image {
    

    
    
    
  }


#s-06bb7421-5d1d-4b9b-ba27-c122e9dc2108 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f186310-a87c-43f6-bad5-3eb14caeee7d {
  text-align: center;
}







  #s-6f186310-a87c-43f6-bad5-3eb14caeee7d img.shogun-image {
    

    
    
    
  }


#s-6f186310-a87c-43f6-bad5-3eb14caeee7d .shogun-image-content {
  
    align-items: center;
  
}

#s-c8a8db97-76cd-4840-8136-c4128c143bb4 {
  text-align: center;
}







  #s-c8a8db97-76cd-4840-8136-c4128c143bb4 img.shogun-image {
    

    
    
    
  }


#s-c8a8db97-76cd-4840-8136-c4128c143bb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b592996-4991-4a54-8746-b732e7f216ff {
  text-align: center;
}







  #s-5b592996-4991-4a54-8746-b732e7f216ff img.shogun-image {
    

    
    
    
  }


#s-5b592996-4991-4a54-8746-b732e7f216ff .shogun-image-content {
  
    align-items: center;
  
}

#s-507d9859-0d8e-419e-8e44-faec79357b11 {
  text-align: center;
}







  #s-507d9859-0d8e-419e-8e44-faec79357b11 img.shogun-image {
    

    
    
    
  }


#s-507d9859-0d8e-419e-8e44-faec79357b11 .shogun-image-content {
  
    align-items: center;
  
}

#s-de03debf-72cf-4180-a344-538a4a0ca768 {
  text-align: center;
}







  #s-de03debf-72cf-4180-a344-538a4a0ca768 img.shogun-image {
    

    
    
    
  }


#s-de03debf-72cf-4180-a344-538a4a0ca768 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d43f659-21e0-4a33-9812-53fae69dda3b {
  text-align: center;
}







  #s-2d43f659-21e0-4a33-9812-53fae69dda3b img.shogun-image {
    

    
    
    
  }


#s-2d43f659-21e0-4a33-9812-53fae69dda3b .shogun-image-content {
  
    align-items: center;
  
}

#s-67f219e9-f059-4bce-b809-6d9c775208e1 {
  text-align: center;
}







  #s-67f219e9-f059-4bce-b809-6d9c775208e1 img.shogun-image {
    

    
    
    
  }


#s-67f219e9-f059-4bce-b809-6d9c775208e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-58e63909-8af4-4cd8-af71-f84bd4bf69f8 {
  text-align: center;
}







  #s-58e63909-8af4-4cd8-af71-f84bd4bf69f8 img.shogun-image {
    

    
    
    
  }


#s-58e63909-8af4-4cd8-af71-f84bd4bf69f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7616ce3d-9df6-438d-a7df-a2771957ab76 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

@media (min-width: 0px) {
[id="s-7616ce3d-9df6-438d-a7df-a2771957ab76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7616ce3d-9df6-438d-a7df-a2771957ab76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7616ce3d-9df6-438d-a7df-a2771957ab76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7616ce3d-9df6-438d-a7df-a2771957ab76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cec47b21-83a1-4e85-a064-b721566876fe {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cec47b21-83a1-4e85-a064-b721566876fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cec47b21-83a1-4e85-a064-b721566876fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cec47b21-83a1-4e85-a064-b721566876fe {
  
}
}@media (max-width: 767px){#s-cec47b21-83a1-4e85-a064-b721566876fe {
  
}
}
#s-cec47b21-83a1-4e85-a064-b721566876fe .shogun-heading-component h3 {
  color: rgba(54, 54, 54, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6a9f3dc7-dc32-46b8-8987-9709adb8688e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6a9f3dc7-dc32-46b8-8987-9709adb8688e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6a9f3dc7-dc32-46b8-8987-9709adb8688e .shg-sld-nav-button.shg-sld-left,
#s-6a9f3dc7-dc32-46b8-8987-9709adb8688e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c93f0a51-57e7-4c32-909a-9e7d3de0f05d {
  text-align: center;
}







  #s-c93f0a51-57e7-4c32-909a-9e7d3de0f05d img.shogun-image {
    

    
    
    
  }


#s-c93f0a51-57e7-4c32-909a-9e7d3de0f05d .shogun-image-content {
  
    align-items: center;
  
}

#s-fc39a2ab-3194-448d-b6e2-b356e832ec4a {
  text-align: center;
}








#s-fc39a2ab-3194-448d-b6e2-b356e832ec4a .shogun-image-content {
  
    align-items: center;
  
}

#s-6f2d00ad-bbac-490e-98b0-5636a549c6f1 {
  text-align: center;
}







  #s-6f2d00ad-bbac-490e-98b0-5636a549c6f1 img.shogun-image {
    

    
    
    
  }


#s-6f2d00ad-bbac-490e-98b0-5636a549c6f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf40d01c-216c-45e2-8118-6513f98ad209 {
  text-align: center;
}







  #s-cf40d01c-216c-45e2-8118-6513f98ad209 img.shogun-image {
    

    
    
    
  }


#s-cf40d01c-216c-45e2-8118-6513f98ad209 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ba0ff93-0f12-4278-8aeb-530198179e66 {
  text-align: center;
}







  #s-3ba0ff93-0f12-4278-8aeb-530198179e66 img.shogun-image {
    

    
    
    
  }


#s-3ba0ff93-0f12-4278-8aeb-530198179e66 .shogun-image-content {
  
    align-items: center;
  
}

#s-37b47819-8f00-4dbf-8c08-6deda1b91f74 {
  text-align: center;
}







  #s-37b47819-8f00-4dbf-8c08-6deda1b91f74 img.shogun-image {
    

    
    
    
  }


#s-37b47819-8f00-4dbf-8c08-6deda1b91f74 .shogun-image-content {
  
    align-items: center;
  
}

#s-366e650e-ca45-4d72-89b7-a0bac0938636 {
  text-align: center;
}







  #s-366e650e-ca45-4d72-89b7-a0bac0938636 img.shogun-image {
    

    
    
    
  }


#s-366e650e-ca45-4d72-89b7-a0bac0938636 .shogun-image-content {
  
    align-items: center;
  
}

#s-e24f7575-a530-40f7-85d9-0823c2244853 {
  text-align: center;
}







  #s-e24f7575-a530-40f7-85d9-0823c2244853 img.shogun-image {
    

    
    
    
  }


#s-e24f7575-a530-40f7-85d9-0823c2244853 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1a769cf-c834-4150-a1c2-490e0802880e {
  text-align: center;
}







  #s-d1a769cf-c834-4150-a1c2-490e0802880e img.shogun-image {
    

    
    
    
  }


#s-d1a769cf-c834-4150-a1c2-490e0802880e .shogun-image-content {
  
    align-items: center;
  
}

#s-298038cc-19d7-4a80-8d40-f38b4c8f8101 {
  text-align: center;
}







  #s-298038cc-19d7-4a80-8d40-f38b4c8f8101 img.shogun-image {
    

    
    
    
  }


#s-298038cc-19d7-4a80-8d40-f38b4c8f8101 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb8bf860-f4ee-48ed-ba5e-6eab7753032d {
  text-align: center;
}







  #s-fb8bf860-f4ee-48ed-ba5e-6eab7753032d img.shogun-image {
    

    
    
    
  }


#s-fb8bf860-f4ee-48ed-ba5e-6eab7753032d .shogun-image-content {
  
    align-items: center;
  
}

#s-5881b196-d5fd-4f77-84a7-1df4fcd7496a {
  text-align: center;
}







  #s-5881b196-d5fd-4f77-84a7-1df4fcd7496a img.shogun-image {
    

    
    
    
  }


#s-5881b196-d5fd-4f77-84a7-1df4fcd7496a .shogun-image-content {
  
    align-items: center;
  
}

#s-5b3d18ef-5961-47a1-a8c2-c74f212dd527 {
  text-align: center;
}







  #s-5b3d18ef-5961-47a1-a8c2-c74f212dd527 img.shogun-image {
    

    
    
    
  }


#s-5b3d18ef-5961-47a1-a8c2-c74f212dd527 .shogun-image-content {
  
    align-items: center;
  
}

#s-f28d3add-b5e8-4ef8-b7d8-a0376b5a0adc {
  text-align: center;
}







  #s-f28d3add-b5e8-4ef8-b7d8-a0376b5a0adc img.shogun-image {
    

    
    
    
  }


#s-f28d3add-b5e8-4ef8-b7d8-a0376b5a0adc .shogun-image-content {
  
    align-items: center;
  
}

#s-d494cf2d-73f1-41da-96f8-3cdc5492adaf {
  text-align: center;
}







  #s-d494cf2d-73f1-41da-96f8-3cdc5492adaf img.shogun-image {
    

    
    
    
  }


#s-d494cf2d-73f1-41da-96f8-3cdc5492adaf .shogun-image-content {
  
    align-items: center;
  
}

#s-6aacfbb3-cc97-43a6-a0bf-b76d1719fce4 {
  text-align: center;
}







  #s-6aacfbb3-cc97-43a6-a0bf-b76d1719fce4 img.shogun-image {
    

    
    
    
  }


#s-6aacfbb3-cc97-43a6-a0bf-b76d1719fce4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b659558-3ab1-44a2-ad54-406d32fee4f7 {
  text-align: center;
}







  #s-0b659558-3ab1-44a2-ad54-406d32fee4f7 img.shogun-image {
    

    
    
    
  }


#s-0b659558-3ab1-44a2-ad54-406d32fee4f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-02aa8c78-46ab-40a9-b4b4-7483b8e03441 {
  text-align: center;
}







  #s-02aa8c78-46ab-40a9-b4b4-7483b8e03441 img.shogun-image {
    

    
    
    
  }


#s-02aa8c78-46ab-40a9-b4b4-7483b8e03441 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdd0765e-ea1f-4ee8-871b-248f722fb32d {
  text-align: center;
}







  #s-fdd0765e-ea1f-4ee8-871b-248f722fb32d img.shogun-image {
    

    
    
    
  }


#s-fdd0765e-ea1f-4ee8-871b-248f722fb32d .shogun-image-content {
  
    align-items: center;
  
}

#s-db379ffc-dced-4c4a-827e-059eea96796c {
  text-align: center;
}







  #s-db379ffc-dced-4c4a-827e-059eea96796c img.shogun-image {
    

    
    
    
  }


#s-db379ffc-dced-4c4a-827e-059eea96796c .shogun-image-content {
  
    align-items: center;
  
}

#s-ccfc7a35-bdf6-49f6-a098-9ce76db52fce {
  text-align: center;
}







  #s-ccfc7a35-bdf6-49f6-a098-9ce76db52fce img.shogun-image {
    

    
    
    
  }


#s-ccfc7a35-bdf6-49f6-a098-9ce76db52fce .shogun-image-content {
  
    align-items: center;
  
}

#s-e7fcc8aa-8769-4ba3-aa71-c6234e3809a2 {
  text-align: center;
}







  #s-e7fcc8aa-8769-4ba3-aa71-c6234e3809a2 img.shogun-image {
    

    
    
    
  }


#s-e7fcc8aa-8769-4ba3-aa71-c6234e3809a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8af7e4b-74e3-4c6b-9af9-279457902797 {
  text-align: center;
}







  #s-a8af7e4b-74e3-4c6b-9af9-279457902797 img.shogun-image {
    

    
    
    
  }


#s-a8af7e4b-74e3-4c6b-9af9-279457902797 .shogun-image-content {
  
    align-items: center;
  
}

#s-18c44f76-f8bf-4903-8484-2f90bebcbaf2 {
  text-align: center;
}







  #s-18c44f76-f8bf-4903-8484-2f90bebcbaf2 img.shogun-image {
    

    
    
    
  }


#s-18c44f76-f8bf-4903-8484-2f90bebcbaf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f90ca5a6-6532-4254-98a2-737498edfc3f {
  text-align: center;
}







  #s-f90ca5a6-6532-4254-98a2-737498edfc3f img.shogun-image {
    

    
    
    
  }


#s-f90ca5a6-6532-4254-98a2-737498edfc3f .shogun-image-content {
  
    align-items: center;
  
}

#s-b402e249-7bb4-4552-8ba1-d9739987954d {
  text-align: center;
}







  #s-b402e249-7bb4-4552-8ba1-d9739987954d img.shogun-image {
    

    
    
    
  }


#s-b402e249-7bb4-4552-8ba1-d9739987954d .shogun-image-content {
  
    align-items: center;
  
}

#s-c98802e9-2bbd-40cc-b27c-687dd8e9b793 {
  text-align: center;
}







  #s-c98802e9-2bbd-40cc-b27c-687dd8e9b793 img.shogun-image {
    

    
    
    
  }


#s-c98802e9-2bbd-40cc-b27c-687dd8e9b793 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f92e411-64a1-42a8-965d-fb8612526696 {
  text-align: center;
}







  #s-0f92e411-64a1-42a8-965d-fb8612526696 img.shogun-image {
    

    
    
    
  }


#s-0f92e411-64a1-42a8-965d-fb8612526696 .shogun-image-content {
  
    align-items: center;
  
}

#s-169ce77d-615d-4e9f-9fce-a1788a853b0b {
  text-align: center;
}







  #s-169ce77d-615d-4e9f-9fce-a1788a853b0b img.shogun-image {
    

    
    
    
  }


#s-169ce77d-615d-4e9f-9fce-a1788a853b0b .shogun-image-content {
  
    align-items: center;
  
}

#s-3efc7c75-6b49-41bf-9fc4-cbd146e152dc {
  text-align: center;
}







  #s-3efc7c75-6b49-41bf-9fc4-cbd146e152dc img.shogun-image {
    

    
    
    
  }


#s-3efc7c75-6b49-41bf-9fc4-cbd146e152dc .shogun-image-content {
  
    align-items: center;
  
}

#s-d38e379f-3f91-4842-b4a9-6337b73d8cd0 {
  text-align: center;
}







  #s-d38e379f-3f91-4842-b4a9-6337b73d8cd0 img.shogun-image {
    

    
    
    
  }


#s-d38e379f-3f91-4842-b4a9-6337b73d8cd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-23fd50f8-629e-4fe4-b3fe-3b50038c98a4 {
  text-align: center;
}







  #s-23fd50f8-629e-4fe4-b3fe-3b50038c98a4 img.shogun-image {
    

    
    
    
  }


#s-23fd50f8-629e-4fe4-b3fe-3b50038c98a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb44f01e-465a-44fb-ac15-2240d5834248 {
  text-align: center;
}







  #s-bb44f01e-465a-44fb-ac15-2240d5834248 img.shogun-image {
    

    
    
    
  }


#s-bb44f01e-465a-44fb-ac15-2240d5834248 .shogun-image-content {
  
    align-items: center;
  
}

#s-80f09753-8adc-4cda-8084-04ed730b8a4e {
  text-align: center;
}







  #s-80f09753-8adc-4cda-8084-04ed730b8a4e img.shogun-image {
    

    
    
    
  }


#s-80f09753-8adc-4cda-8084-04ed730b8a4e .shogun-image-content {
  
    align-items: center;
  
}

#s-af40ab75-c705-4e2f-8206-36bf9757f028 {
  text-align: center;
}







  #s-af40ab75-c705-4e2f-8206-36bf9757f028 img.shogun-image {
    

    
    
    
  }


#s-af40ab75-c705-4e2f-8206-36bf9757f028 .shogun-image-content {
  
    align-items: center;
  
}

#s-8610d381-ed35-4143-a187-34d285f4273f {
  text-align: center;
}







  #s-8610d381-ed35-4143-a187-34d285f4273f img.shogun-image {
    

    
    
    
  }


#s-8610d381-ed35-4143-a187-34d285f4273f .shogun-image-content {
  
    align-items: center;
  
}

#s-c6c05443-043a-4c79-8967-d64f1bce77ae {
  text-align: center;
}







  #s-c6c05443-043a-4c79-8967-d64f1bce77ae img.shogun-image {
    

    
    
    
  }


#s-c6c05443-043a-4c79-8967-d64f1bce77ae .shogun-image-content {
  
    align-items: center;
  
}

#s-3b4efba4-2802-4282-8e8d-1448b7603fd1 {
  text-align: center;
}







  #s-3b4efba4-2802-4282-8e8d-1448b7603fd1 img.shogun-image {
    

    
    
    
  }


#s-3b4efba4-2802-4282-8e8d-1448b7603fd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d035def-496f-4d67-a26d-3b52ba54211f {
  text-align: center;
}







  #s-9d035def-496f-4d67-a26d-3b52ba54211f img.shogun-image {
    

    
    
    
  }


#s-9d035def-496f-4d67-a26d-3b52ba54211f .shogun-image-content {
  
    align-items: center;
  
}

#s-bed8cb90-0dc3-40ef-9b1a-5aa913628c1a {
  text-align: center;
}







  #s-bed8cb90-0dc3-40ef-9b1a-5aa913628c1a img.shogun-image {
    

    
    
    
  }


#s-bed8cb90-0dc3-40ef-9b1a-5aa913628c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-17ed810b-8ff0-4f3c-9bcc-56a0dda43040 {
  text-align: center;
}







  #s-17ed810b-8ff0-4f3c-9bcc-56a0dda43040 img.shogun-image {
    

    
    
    
  }


#s-17ed810b-8ff0-4f3c-9bcc-56a0dda43040 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c4f0b15-6440-4299-b0e2-a8afe4c333e8 {
  text-align: center;
}







  #s-1c4f0b15-6440-4299-b0e2-a8afe4c333e8 img.shogun-image {
    

    
    
    
  }


#s-1c4f0b15-6440-4299-b0e2-a8afe4c333e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bc57567-db10-4492-87d5-b75a2a5b17a8 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9bc57567-db10-4492-87d5-b75a2a5b17a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bc57567-db10-4492-87d5-b75a2a5b17a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bc57567-db10-4492-87d5-b75a2a5b17a8 {
  
}
}@media (max-width: 767px){#s-9bc57567-db10-4492-87d5-b75a2a5b17a8 {
  
}
}
#s-9bc57567-db10-4492-87d5-b75a2a5b17a8 .shogun-heading-component h3 {
  color: rgba(54, 54, 54, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cc1df98c-d093-4ae8-b413-fa26fce9046e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cc1df98c-d093-4ae8-b413-fa26fce9046e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cc1df98c-d093-4ae8-b413-fa26fce9046e .shg-sld-nav-button.shg-sld-left,
#s-cc1df98c-d093-4ae8-b413-fa26fce9046e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f05f48eb-7acf-4869-9e43-825911976f41 {
  text-align: center;
}







  #s-f05f48eb-7acf-4869-9e43-825911976f41 img.shogun-image {
    

    
    
    
  }


#s-f05f48eb-7acf-4869-9e43-825911976f41 .shogun-image-content {
  
    align-items: center;
  
}

#s-37caaabc-ab23-44e1-b142-6eac316ee790 {
  text-align: center;
}







  #s-37caaabc-ab23-44e1-b142-6eac316ee790 img.shogun-image {
    

    
    
    
  }


#s-37caaabc-ab23-44e1-b142-6eac316ee790 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f3550cc-0785-45d3-8566-267ea838ed2d {
  text-align: center;
}







  #s-1f3550cc-0785-45d3-8566-267ea838ed2d img.shogun-image {
    

    
    
    
  }


#s-1f3550cc-0785-45d3-8566-267ea838ed2d .shogun-image-content {
  
    align-items: center;
  
}

#s-ed2e0082-744b-4582-a0ae-39ccae4a48cc {
  text-align: center;
}







  #s-ed2e0082-744b-4582-a0ae-39ccae4a48cc img.shogun-image {
    

    
    
    
  }


#s-ed2e0082-744b-4582-a0ae-39ccae4a48cc .shogun-image-content {
  
    align-items: center;
  
}

#s-c0f4319d-4bdf-409a-a2c8-15d9d61b98df {
  text-align: center;
}







  #s-c0f4319d-4bdf-409a-a2c8-15d9d61b98df img.shogun-image {
    

    
    
    
  }


#s-c0f4319d-4bdf-409a-a2c8-15d9d61b98df .shogun-image-content {
  
    align-items: center;
  
}

#s-19792f6e-c837-4f3e-83cf-e6cb8bbc7175 {
  text-align: center;
}








#s-19792f6e-c837-4f3e-83cf-e6cb8bbc7175 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae2671e5-09e7-4ac3-8add-79e03fc7d2c2 {
  text-align: center;
}








#s-ae2671e5-09e7-4ac3-8add-79e03fc7d2c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ae5c1c2-6854-4eef-b78f-2d491106b62c {
  text-align: center;
}







  #s-0ae5c1c2-6854-4eef-b78f-2d491106b62c img.shogun-image {
    

    
    
    
  }


#s-0ae5c1c2-6854-4eef-b78f-2d491106b62c .shogun-image-content {
  
    align-items: center;
  
}

#s-944324a4-faac-49c7-9c7f-7c5e989fbfe3 {
  text-align: center;
}







  #s-944324a4-faac-49c7-9c7f-7c5e989fbfe3 img.shogun-image {
    

    
    
    
  }


#s-944324a4-faac-49c7-9c7f-7c5e989fbfe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-40ab1ec6-07de-4fa6-b309-5c5e4fbfee11 {
  text-align: center;
}







  #s-40ab1ec6-07de-4fa6-b309-5c5e4fbfee11 img.shogun-image {
    

    
    
    
  }


#s-40ab1ec6-07de-4fa6-b309-5c5e4fbfee11 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfe52bd9-be73-409a-8a76-49aa7fde2dc6 {
  text-align: center;
}







  #s-cfe52bd9-be73-409a-8a76-49aa7fde2dc6 img.shogun-image {
    

    
    
    
  }


#s-cfe52bd9-be73-409a-8a76-49aa7fde2dc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-33df934d-9840-4514-97e1-a7018667545b {
  text-align: center;
}







  #s-33df934d-9840-4514-97e1-a7018667545b img.shogun-image {
    

    
    
    
  }


#s-33df934d-9840-4514-97e1-a7018667545b .shogun-image-content {
  
    align-items: center;
  
}

#s-2614ebe5-28f3-4990-871e-12b9fb0e71fb {
  text-align: center;
}







  #s-2614ebe5-28f3-4990-871e-12b9fb0e71fb img.shogun-image {
    

    
    
    
  }


#s-2614ebe5-28f3-4990-871e-12b9fb0e71fb .shogun-image-content {
  
    align-items: center;
  
}

#s-102bca60-4652-4c2c-99ca-d2fea3369bcb {
  text-align: center;
}







  #s-102bca60-4652-4c2c-99ca-d2fea3369bcb img.shogun-image {
    

    
    
    
  }


#s-102bca60-4652-4c2c-99ca-d2fea3369bcb .shogun-image-content {
  
    align-items: center;
  
}

#s-ef0df994-5c7d-4fda-bf51-478cefaa825d {
  text-align: center;
}







  #s-ef0df994-5c7d-4fda-bf51-478cefaa825d img.shogun-image {
    

    
    
    
  }


#s-ef0df994-5c7d-4fda-bf51-478cefaa825d .shogun-image-content {
  
    align-items: center;
  
}

#s-312b963b-2455-4285-a23b-3dc4825a6b80 {
  min-height: 50px;
}








#s-312b963b-2455-4285-a23b-3dc4825a6b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
  display: block;
}#s-312b963b-2455-4285-a23b-3dc4825a6b80.shg-box.shg-c {
  justify-content: center;
}

#s-7bf92a28-056d-4dfc-b88c-a8953231ae9c {
  padding-top: 4%;
padding-left: 10%;
padding-bottom: 4%;
padding-right: 10%;
text-align: center;
}







  #s-7bf92a28-056d-4dfc-b88c-a8953231ae9c img.shogun-image {
    

    
    
    
  }


#s-7bf92a28-056d-4dfc-b88c-a8953231ae9c .shogun-image-content {
  
    align-items: center;
  
}

#s-416162bd-33bf-450a-be60-f4d0f8ce13e3 {
  margin-bottom: 0%;
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;
background-color: rgba(224, 241, 249, 1);
}








#s-416162bd-33bf-450a-be60-f4d0f8ce13e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-416162bd-33bf-450a-be60-f4d0f8ce13e3.shg-box.shg-c {
  justify-content: center;
}

#s-f3891a26-b350-48db-9412-0c299e2a6ccd {
  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-f3891a26-b350-48db-9412-0c299e2a6ccd .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-2c9f1622-3a06-4c05-834f-3e54f0f2b8c4 {
  margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 6%;
padding-bottom: 2%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-2c9f1622-3a06-4c05-834f-3e54f0f2b8c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-2c9f1622-3a06-4c05-834f-3e54f0f2b8c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-2c9f1622-3a06-4c05-834f-3e54f0f2b8c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-2c9f1622-3a06-4c05-834f-3e54f0f2b8c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

}

.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-3de0ba57-ea09-4d7f-9722-a11b31cf39db {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE4MTI1ZWMtZmZmOS00YTZiLTk1MjQtYzI0OTE4OWViNjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZGI5MmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZDhiMzk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JhODEyNWVjLWZmZjktNGE2Yi05NTI0LWMyNDkxODllYjY1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 4%;
padding-top: 10px;
padding-left: 14%;
padding-bottom: 10px;
padding-right: 14%;
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-3de0ba57-ea09-4d7f-9722-a11b31cf39db:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjkxMjMyNWItYjllYS00Nzg4LTlhN2UtYzAwMGZjMDM2OTdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMTc1MGI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMWE1MGI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y5MTIzMjViLWI5ZWEtNDc4OC05YTdlLWMwMDBmYzAzNjk3YSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>"0.0576", "color"=>"#f1750b"}, {"id"=>2, "pos"=>"1.00", "color"=>"#f1a50b"}] !important;}#s-3de0ba57-ea09-4d7f-9722-a11b31cf39db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3de0ba57-ea09-4d7f-9722-a11b31cf39db-root {
    text-align: center;
  }


#s-3de0ba57-ea09-4d7f-9722-a11b31cf39db.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3de0ba57-ea09-4d7f-9722-a11b31cf39db-root {
    text-align: center;
  }


#s-3de0ba57-ea09-4d7f-9722-a11b31cf39db.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3de0ba57-ea09-4d7f-9722-a11b31cf39db-root {
    text-align: center;
  }


#s-3de0ba57-ea09-4d7f-9722-a11b31cf39db.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3de0ba57-ea09-4d7f-9722-a11b31cf39db-root {
    text-align: center;
  }


#s-3de0ba57-ea09-4d7f-9722-a11b31cf39db.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3de0ba57-ea09-4d7f-9722-a11b31cf39db-root {
    text-align: center;
  }


#s-3de0ba57-ea09-4d7f-9722-a11b31cf39db.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-591394e2-f5cb-4153-a334-46ef92edb04d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE4MTI1ZWMtZmZmOS00YTZiLTk1MjQtYzI0OTE4OWViNjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZGI5MmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZDhiMzk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JhODEyNWVjLWZmZjktNGE2Yi05NTI0LWMyNDkxODllYjY1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 4%;
padding-top: 10px;
padding-left: 14%;
padding-bottom: 10px;
padding-right: 14%;
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-591394e2-f5cb-4153-a334-46ef92edb04d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWM3MmM2NjctNWQxOS00YzcyLTg4ODktNjI0NmQ0M2YwZGEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YzcyYzY2Ny01ZDE5LTRjNzItODg4OS02MjQ2ZDQzZjBkYTApIi8+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-591394e2-f5cb-4153-a334-46ef92edb04d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-591394e2-f5cb-4153-a334-46ef92edb04d-root {
    text-align: center;
  }


#s-591394e2-f5cb-4153-a334-46ef92edb04d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-591394e2-f5cb-4153-a334-46ef92edb04d-root {
    text-align: center;
  }


#s-591394e2-f5cb-4153-a334-46ef92edb04d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-591394e2-f5cb-4153-a334-46ef92edb04d-root {
    text-align: center;
  }


#s-591394e2-f5cb-4153-a334-46ef92edb04d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-591394e2-f5cb-4153-a334-46ef92edb04d-root {
    text-align: center;
  }


#s-591394e2-f5cb-4153-a334-46ef92edb04d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-591394e2-f5cb-4153-a334-46ef92edb04d-root {
    text-align: center;
  }


#s-591394e2-f5cb-4153-a334-46ef92edb04d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE4MTI1ZWMtZmZmOS00YTZiLTk1MjQtYzI0OTE4OWViNjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZGI5MmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZDhiMzk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JhODEyNWVjLWZmZjktNGE2Yi05NTI0LWMyNDkxODllYjY1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 4%;
padding-top: 10px;
padding-left: 14%;
padding-bottom: 10px;
padding-right: 14%;
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-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmQ4Mzc4MzUtNGIxZi00NDVmLWI5MjYtYTRkY2UwMmY0MzNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZDgzNzgzNS00YjFmLTQ0NWYtYjkyNi1hNGRjZTAyZjQzM2EpIi8+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-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc-root {
    text-align: center;
  }


#s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc-root {
    text-align: center;
  }


#s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc-root {
    text-align: center;
  }


#s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc-root {
    text-align: center;
  }


#s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc-root {
    text-align: center;
  }


#s-af9c8b2c-5684-4c72-bcb4-c18a5d42dfdc.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-9c709f14-48db-4680-b461-fae14b4bb82b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmE4MTI1ZWMtZmZmOS00YTZiLTk1MjQtYzI0OTE4OWViNjVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1NzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZGI5MmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZDhiMzk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JhODEyNWVjLWZmZjktNGE2Yi05NTI0LWMyNDkxODllYjY1ZikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 4%;
padding-top: 10px;
padding-left: 14%;
padding-bottom: 10px;
padding-right: 14%;
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-9c709f14-48db-4680-b461-fae14b4bb82b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDcxMzk5YmYtZjU4NS00YzFjLTg4MDctYzVjOWM4M2VkNTZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE3NTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFhNTBiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNzEzOTliZi1mNTg1LTRjMWMtODgwNy1jNWM5YzgzZWQ1NmQpIi8+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-9c709f14-48db-4680-b461-fae14b4bb82b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c709f14-48db-4680-b461-fae14b4bb82b-root {
    text-align: center;
  }


#s-9c709f14-48db-4680-b461-fae14b4bb82b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9c709f14-48db-4680-b461-fae14b4bb82b-root {
    text-align: center;
  }


#s-9c709f14-48db-4680-b461-fae14b4bb82b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c709f14-48db-4680-b461-fae14b4bb82b-root {
    text-align: center;
  }


#s-9c709f14-48db-4680-b461-fae14b4bb82b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c709f14-48db-4680-b461-fae14b4bb82b-root {
    text-align: center;
  }


#s-9c709f14-48db-4680-b461-fae14b4bb82b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9c709f14-48db-4680-b461-fae14b4bb82b-root {
    text-align: center;
  }


#s-9c709f14-48db-4680-b461-fae14b4bb82b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  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;
  }
}
