.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-c26b6f4b-b59f-4884-af18-f545b9551315 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 300px;
background-repeat: no-repeat;
background-attachment: scroll;
background-color: rgba(247, 246, 243, 1);
}
@media (min-width: 1200px){#s-c26b6f4b-b59f-4884-af18-f545b9551315 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c26b6f4b-b59f-4884-af18-f545b9551315 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c26b6f4b-b59f-4884-af18-f545b9551315 {
  
}
}@media (max-width: 767px){#s-c26b6f4b-b59f-4884-af18-f545b9551315 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-c26b6f4b-b59f-4884-af18-f545b9551315 > .shg-box-overlay {
  background-color: rgba(249, 249, 249, 1);
  opacity: 0.1;
}#s-c26b6f4b-b59f-4884-af18-f545b9551315.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
}

@media (min-width: 1200px){#s-713dad78-4d2b-4e14-b106-150b62d29f8e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-713dad78-4d2b-4e14-b106-150b62d29f8e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-713dad78-4d2b-4e14-b106-150b62d29f8e {
  
}
}@media (max-width: 767px){#s-713dad78-4d2b-4e14-b106-150b62d29f8e {
  
}
}
@media (min-width: 0px) {
[id="s-713dad78-4d2b-4e14-b106-150b62d29f8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-713dad78-4d2b-4e14-b106-150b62d29f8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-713dad78-4d2b-4e14-b106-150b62d29f8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-713dad78-4d2b-4e14-b106-150b62d29f8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-713dad78-4d2b-4e14-b106-150b62d29f8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-713dad78-4d2b-4e14-b106-150b62d29f8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-713dad78-4d2b-4e14-b106-150b62d29f8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6384aed1-593e-41ef-aee3-a27222676b7f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-6384aed1-593e-41ef-aee3-a27222676b7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6384aed1-593e-41ef-aee3-a27222676b7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6384aed1-593e-41ef-aee3-a27222676b7f {
  
}
}@media (max-width: 767px){#s-6384aed1-593e-41ef-aee3-a27222676b7f {
  
}
}







#s-6384aed1-593e-41ef-aee3-a27222676b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6384aed1-593e-41ef-aee3-a27222676b7f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-64cc3320-f2de-42b1-b035-2be5187efc7f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-64cc3320-f2de-42b1-b035-2be5187efc7f .shogun-heading-component h1 {
  color: rgba(39, 47, 63, 1);
  font-weight:  normal ;
  font-family: "Old Standard TT";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-a62e5aa1-a7a3-4f65-8565-34dd7a566ae3 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a62e5aa1-a7a3-4f65-8565-34dd7a566ae3 .shogun-heading-component h4 {
  color: rgba(39, 47, 63, 1);
  font-weight:  normal ;
  font-family: "Libre Franklin";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



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

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

.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-a0325281-33ad-428a-9a40-3c63ed44ef8d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a0325281-33ad-428a-9a40-3c63ed44ef8d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a0325281-33ad-428a-9a40-3c63ed44ef8d .shg-sld-nav-button.shg-sld-left,
#s-a0325281-33ad-428a-9a40-3c63ed44ef8d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f141de32-b171-4490-9c67-418177f7eebb {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(247, 246, 243, 1);
}

@media (min-width: 0px) {
[id="s-f141de32-b171-4490-9c67-418177f7eebb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-f141de32-b171-4490-9c67-418177f7eebb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f141de32-b171-4490-9c67-418177f7eebb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f141de32-b171-4490-9c67-418177f7eebb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

}

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

.shogun-image-contain {
  font-family: "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-e124e836-ecc4-467d-8aa8-8505b74d9712 {
  margin-top: 3px;
margin-bottom: 3px;
max-width: 1263px;
aspect-ratio: 1263/2349;
text-align: center;
}





  #s-e124e836-ecc4-467d-8aa8-8505b74d9712 img.shogun-image,
  #s-e124e836-ecc4-467d-8aa8-8505b74d9712 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e124e836-ecc4-467d-8aa8-8505b74d9712 {
    width: 100%;
    height: auto;
  }



  #s-e124e836-ecc4-467d-8aa8-8505b74d9712 img.shogun-image {
    

    
    
    
  }


#s-e124e836-ecc4-467d-8aa8-8505b74d9712 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1995eb4-9400-45fa-981e-d210d1950680 {
  margin-top: 3px;
margin-bottom: 3px;
max-width: 1263px;
aspect-ratio: 1263/2349;
text-align: center;
}





  #s-e1995eb4-9400-45fa-981e-d210d1950680 img.shogun-image,
  #s-e1995eb4-9400-45fa-981e-d210d1950680 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1995eb4-9400-45fa-981e-d210d1950680 {
    width: 100%;
    height: auto;
  }



  #s-e1995eb4-9400-45fa-981e-d210d1950680 img.shogun-image {
    

    
    
    
  }


#s-e1995eb4-9400-45fa-981e-d210d1950680 .shogun-image-content {
  
    align-items: center;
  
}

#s-d79c3d11-4343-4242-95b4-00880ab1a68a {
  margin-top: 3px;
margin-bottom: 3px;
max-width: 1263px;
aspect-ratio: 1263/2349;
text-align: center;
}





  #s-d79c3d11-4343-4242-95b4-00880ab1a68a img.shogun-image,
  #s-d79c3d11-4343-4242-95b4-00880ab1a68a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d79c3d11-4343-4242-95b4-00880ab1a68a {
    width: 100%;
    height: auto;
  }



  #s-d79c3d11-4343-4242-95b4-00880ab1a68a img.shogun-image {
    

    
    
    
  }


#s-d79c3d11-4343-4242-95b4-00880ab1a68a .shogun-image-content {
  
    align-items: center;
  
}

#s-d768330a-6f51-4e6c-a069-c90c62eed4bd {
  margin-top: 3px;
margin-bottom: 3px;
max-width: 1263px;
aspect-ratio: 1263/2349;
text-align: center;
}





  #s-d768330a-6f51-4e6c-a069-c90c62eed4bd img.shogun-image,
  #s-d768330a-6f51-4e6c-a069-c90c62eed4bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d768330a-6f51-4e6c-a069-c90c62eed4bd {
    width: 100%;
    height: auto;
  }



  #s-d768330a-6f51-4e6c-a069-c90c62eed4bd img.shogun-image {
    

    
    
    
  }


#s-d768330a-6f51-4e6c-a069-c90c62eed4bd .shogun-image-content {
  
    align-items: center;
  
}

#s-30440b69-b7f7-45ce-88a5-a131f01832c3 {
  margin-top: 3px;
margin-bottom: 3px;
max-width: 1263px;
aspect-ratio: 1263/2349;
text-align: center;
}





  #s-30440b69-b7f7-45ce-88a5-a131f01832c3 img.shogun-image,
  #s-30440b69-b7f7-45ce-88a5-a131f01832c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30440b69-b7f7-45ce-88a5-a131f01832c3 {
    width: 100%;
    height: auto;
  }



  #s-30440b69-b7f7-45ce-88a5-a131f01832c3 img.shogun-image {
    

    
    
    
  }


#s-30440b69-b7f7-45ce-88a5-a131f01832c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-44aa6639-d70e-4fe1-8eba-d88366847c75 {
  margin-top: 3px;
margin-bottom: 3px;
max-width: 1263px;
aspect-ratio: 1263/2349;
text-align: center;
}





  #s-44aa6639-d70e-4fe1-8eba-d88366847c75 img.shogun-image,
  #s-44aa6639-d70e-4fe1-8eba-d88366847c75 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44aa6639-d70e-4fe1-8eba-d88366847c75 {
    width: 100%;
    height: auto;
  }



  #s-44aa6639-d70e-4fe1-8eba-d88366847c75 img.shogun-image {
    

    
    
    
  }


#s-44aa6639-d70e-4fe1-8eba-d88366847c75 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-0b7c5e1e-dd78-46ae-aa32-0d13c20cc5d8 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 16px;
padding-left: 3%;
padding-bottom: 16px;
padding-right: 3%;
min-height: 350px;
text-align: left;
background-color: rgba(247, 246, 243, 1);
}


  #s-0b7c5e1e-dd78-46ae-aa32-0d13c20cc5d8 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(247, 246, 243, 1);
    border: 1px solid rgba(39, 47, 63, 1);
  }
  #s-0b7c5e1e-dd78-46ae-aa32-0d13c20cc5d8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(39, 47, 63, 1);
    border: 1px solid rgba(39, 47, 63, 1);
  }
#s-0b7c5e1e-dd78-46ae-aa32-0d13c20cc5d8 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(39, 47, 63, 1);
  font-family: Old Standard TT;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}

#s-0b7c5e1e-dd78-46ae-aa32-0d13c20cc5d8 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(247, 246, 243, 1);
}

#s-0b7c5e1e-dd78-46ae-aa32-0d13c20cc5d8 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(39, 47, 63, 1);
}

#s-0b7c5e1e-dd78-46ae-aa32-0d13c20cc5d8 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(39, 47, 63, 1);
}

#s-e2513cca-d9d5-463c-a745-c69f52f1a99a {
  min-height: 50px;
}








#s-e2513cca-d9d5-463c-a745-c69f52f1a99a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2513cca-d9d5-463c-a745-c69f52f1a99a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59686ad8-007a-4714-af9f-b0735a59ed20 {
  background-color: rgba(228, 228, 221, 1);
}

@media (min-width: 0px) {
[id="s-59686ad8-007a-4714-af9f-b0735a59ed20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59686ad8-007a-4714-af9f-b0735a59ed20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59686ad8-007a-4714-af9f-b0735a59ed20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59686ad8-007a-4714-af9f-b0735a59ed20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-59686ad8-007a-4714-af9f-b0735a59ed20"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4cffb5b4-b2dd-4c01-bc44-852742f85ade {
  text-align: left;
background-color: rgba(228, 228, 221, 1);
}

#s-06560758-1531-4f23-83b4-bd64928ac909 {
  box-shadow:1px 1px 1px 1px rgba(229, 223, 211, 1);
border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-color: rgba(229, 223, 211, 1);
max-width: 2095px;
aspect-ratio: 2095/1963;
text-align: center;
opacity: 1;
}
#s-06560758-1531-4f23-83b4-bd64928ac909:hover {opacity: 1 !important;}




  #s-06560758-1531-4f23-83b4-bd64928ac909 img.shogun-image,
  #s-06560758-1531-4f23-83b4-bd64928ac909 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06560758-1531-4f23-83b4-bd64928ac909 {
    width: 100%;
    height: auto;
  }



  #s-06560758-1531-4f23-83b4-bd64928ac909 img.shogun-image {
    

    
    
    
  }


#s-06560758-1531-4f23-83b4-bd64928ac909 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c3beaa0-e2d4-4246-ac6d-2fd5a83ce81b {
  min-height: 250px;
}








#s-7c3beaa0-e2d4-4246-ac6d-2fd5a83ce81b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3beaa0-e2d4-4246-ac6d-2fd5a83ce81b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc383991-9188-4e7c-aef1-ddfbbcbfdb59 {
  background-color: rgba(228, 228, 221, 1);
}

@media (min-width: 0px) {
[id="s-dc383991-9188-4e7c-aef1-ddfbbcbfdb59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc383991-9188-4e7c-aef1-ddfbbcbfdb59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc383991-9188-4e7c-aef1-ddfbbcbfdb59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc383991-9188-4e7c-aef1-ddfbbcbfdb59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-dc383991-9188-4e7c-aef1-ddfbbcbfdb59"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-73d32682-2c6c-4af6-81a1-c23bfa77302d {
  text-align: left;
background-color: rgba(228, 228, 221, 1);
}

#s-8e04a82a-ea9f-4a79-a096-251c6294623c {
  max-width: 2095px;
aspect-ratio: 2095/1908;
text-align: center;
}





  #s-8e04a82a-ea9f-4a79-a096-251c6294623c img.shogun-image,
  #s-8e04a82a-ea9f-4a79-a096-251c6294623c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e04a82a-ea9f-4a79-a096-251c6294623c {
    width: 100%;
    height: auto;
  }



  #s-8e04a82a-ea9f-4a79-a096-251c6294623c img.shogun-image {
    

    
    
    
  }


#s-8e04a82a-ea9f-4a79-a096-251c6294623c .shogun-image-content {
  
    align-items: center;
  
}

#s-091c6e60-0988-4379-ad39-ede8f63e14a0 {
  min-height: 50px;
}








#s-091c6e60-0988-4379-ad39-ede8f63e14a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-091c6e60-0988-4379-ad39-ede8f63e14a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-077b37d0-2953-41bb-980a-2c0a9924ba63 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 221, 1);
border-style: solid;
background-color: rgba(228, 228, 221, 1);
}

@media (min-width: 0px) {
[id="s-077b37d0-2953-41bb-980a-2c0a9924ba63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-077b37d0-2953-41bb-980a-2c0a9924ba63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-077b37d0-2953-41bb-980a-2c0a9924ba63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-077b37d0-2953-41bb-980a-2c0a9924ba63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-077b37d0-2953-41bb-980a-2c0a9924ba63"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f977e320-aee1-40c9-9c1b-ec8535282931 {
  text-align: left;
}

#s-b700eb77-b832-43e7-9ac8-3cd14db64646 {
  max-width: 2095px;
aspect-ratio: 2095/1908;
text-align: center;
}





  #s-b700eb77-b832-43e7-9ac8-3cd14db64646 img.shogun-image,
  #s-b700eb77-b832-43e7-9ac8-3cd14db64646 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b700eb77-b832-43e7-9ac8-3cd14db64646 {
    width: 100%;
    height: auto;
  }



  #s-b700eb77-b832-43e7-9ac8-3cd14db64646 img.shogun-image {
    

    
    
    
  }


#s-b700eb77-b832-43e7-9ac8-3cd14db64646 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb554760-05ff-4361-801b-7a9c20227cd7 {
  min-height: 50px;
}








#s-bb554760-05ff-4361-801b-7a9c20227cd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb554760-05ff-4361-801b-7a9c20227cd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c4e147c-c169-4028-9372-0834ebd638e6 {
  background-color: rgba(228, 228, 221, 1);
}

@media (min-width: 0px) {
[id="s-5c4e147c-c169-4028-9372-0834ebd638e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c4e147c-c169-4028-9372-0834ebd638e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c4e147c-c169-4028-9372-0834ebd638e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c4e147c-c169-4028-9372-0834ebd638e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5c4e147c-c169-4028-9372-0834ebd638e6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ff01b0bc-7102-4e1d-95b1-ba84d6236406 {
  text-align: left;
}

#s-2579ed7c-ea45-4551-8b2b-44802e0a76a7 {
  max-width: 2095px;
aspect-ratio: 2095/1928;
text-align: center;
}





  #s-2579ed7c-ea45-4551-8b2b-44802e0a76a7 img.shogun-image,
  #s-2579ed7c-ea45-4551-8b2b-44802e0a76a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2579ed7c-ea45-4551-8b2b-44802e0a76a7 {
    width: 100%;
    height: auto;
  }



  #s-2579ed7c-ea45-4551-8b2b-44802e0a76a7 img.shogun-image {
    

    
    
    
  }


#s-2579ed7c-ea45-4551-8b2b-44802e0a76a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb18dee0-f472-4f4a-9791-c4594b61434c {
  min-height: 50px;
}








#s-eb18dee0-f472-4f4a-9791-c4594b61434c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb18dee0-f472-4f4a-9791-c4594b61434c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7be9148d-c322-4cdc-b6c9-76a688cc3aa9 {
  background-color: rgba(228, 228, 221, 1);
}

@media (min-width: 0px) {
[id="s-7be9148d-c322-4cdc-b6c9-76a688cc3aa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7be9148d-c322-4cdc-b6c9-76a688cc3aa9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7be9148d-c322-4cdc-b6c9-76a688cc3aa9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7be9148d-c322-4cdc-b6c9-76a688cc3aa9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7be9148d-c322-4cdc-b6c9-76a688cc3aa9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-53a68300-0353-494e-a4c5-0ac173c20047 {
  text-align: left;
}

#s-e0b9c129-1697-41ed-adaf-d0c128dd6149 {
  max-width: 2095px;
aspect-ratio: 2095/1977;
text-align: center;
}





  #s-e0b9c129-1697-41ed-adaf-d0c128dd6149 img.shogun-image,
  #s-e0b9c129-1697-41ed-adaf-d0c128dd6149 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e0b9c129-1697-41ed-adaf-d0c128dd6149 {
    width: 100%;
    height: auto;
  }



  #s-e0b9c129-1697-41ed-adaf-d0c128dd6149 img.shogun-image {
    

    
    
    
  }


#s-e0b9c129-1697-41ed-adaf-d0c128dd6149 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e3d1233-d1b5-41d5-9420-de8c235ddcf3 {
  min-height: 50px;
}








#s-4e3d1233-d1b5-41d5-9420-de8c235ddcf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e3d1233-d1b5-41d5-9420-de8c235ddcf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d537462-b2fb-4e31-bbf4-87e36918ad57 {
  background-color: rgba(228, 228, 221, 1);
}

@media (min-width: 0px) {
[id="s-1d537462-b2fb-4e31-bbf4-87e36918ad57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d537462-b2fb-4e31-bbf4-87e36918ad57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1d537462-b2fb-4e31-bbf4-87e36918ad57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d537462-b2fb-4e31-bbf4-87e36918ad57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1d537462-b2fb-4e31-bbf4-87e36918ad57"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-911d9e5e-f700-46e4-ba9d-6d5658828659 {
  text-align: left;
}

#s-3cb3bc45-a519-4782-8d40-5f66ed891feb {
  max-width: 2095px;
aspect-ratio: 2095/1922;
text-align: center;
}





  #s-3cb3bc45-a519-4782-8d40-5f66ed891feb img.shogun-image,
  #s-3cb3bc45-a519-4782-8d40-5f66ed891feb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3cb3bc45-a519-4782-8d40-5f66ed891feb {
    width: 100%;
    height: auto;
  }



  #s-3cb3bc45-a519-4782-8d40-5f66ed891feb img.shogun-image {
    

    
    
    
  }


#s-3cb3bc45-a519-4782-8d40-5f66ed891feb .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
}

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

#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;
  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-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@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}}#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:#000;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;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
