.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-ae1cefbf-236f-4e9a-80bd-ec893b0229c2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2 {
  
}
}@media (min-width: 1200px){#s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2, #wrap-s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2, #wrap-s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2 { display: none !important; }}@media (max-width: 767px){#s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2 {
  
}
}@media (max-width: 767px){#s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2, #wrap-s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2 { display: none !important; }}







#s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae1cefbf-236f-4e9a-80bd-ec893b0229c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 {
  text-align: center;
}
@media (min-width: 1200px){#s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 {
  
}
}@media (min-width: 1200px){#s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152, #wrap-s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152, #wrap-s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152, #wrap-s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 { display: none !important; }}@media (max-width: 767px){#s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 {
  
}
}@media (max-width: 767px){#s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152, #wrap-s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 { display: none !important; }}






  #s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 img.shogun-image {
    

    
    
    
  }


#s-d0574cb9-0fb8-4b3c-8c28-ef54bdfed152 .shogun-image-content {
  
    align-items: center;
  
}

#s-04c2e9fe-cc12-4eb6-97e0-4fe16a3bdcca {
  margin-top: -25px;
margin-bottom: -25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-04c2e9fe-cc12-4eb6-97e0-4fe16a3bdcca {
  
}
}@media (min-width: 1200px){#s-04c2e9fe-cc12-4eb6-97e0-4fe16a3bdcca, #wrap-s-04c2e9fe-cc12-4eb6-97e0-4fe16a3bdcca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04c2e9fe-cc12-4eb6-97e0-4fe16a3bdcca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04c2e9fe-cc12-4eb6-97e0-4fe16a3bdcca, #wrap-s-04c2e9fe-cc12-4eb6-97e0-4fe16a3bdcca { display: none !important; }}







#s-04c2e9fe-cc12-4eb6-97e0-4fe16a3bdcca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04c2e9fe-cc12-4eb6-97e0-4fe16a3bdcca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a164981-caac-40c6-9270-92e733a04765 {
  margin-top: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(41, 138, 145, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7a164981-caac-40c6-9270-92e733a04765 {
  
}
}@media (max-width: 767px){#s-7a164981-caac-40c6-9270-92e733a04765 {
  
}
}







#s-7a164981-caac-40c6-9270-92e733a04765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a164981-caac-40c6-9270-92e733a04765.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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;
  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-9092f9c0-9367-444b-ae80-860947936940 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(41, 138, 145, 1);
}

#s-9092f9c0-9367-444b-ae80-860947936940 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Comfortaa";
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: center;
}



#s-3e6bcb60-9e5f-491b-a8bd-a9ca5a250f3d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e6bcb60-9e5f-491b-a8bd-a9ca5a250f3d {
  
}
}@media (max-width: 767px){#s-3e6bcb60-9e5f-491b-a8bd-a9ca5a250f3d {
  
}
}







#s-3e6bcb60-9e5f-491b-a8bd-a9ca5a250f3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e6bcb60-9e5f-491b-a8bd-a9ca5a250f3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5af2c11f-8b81-4079-9bcc-0305d2f566a7 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-5af2c11f-8b81-4079-9bcc-0305d2f566a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5af2c11f-8b81-4079-9bcc-0305d2f566a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7118ae6a-85fa-46c4-91ba-feb9420f4c94 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7118ae6a-85fa-46c4-91ba-feb9420f4c94 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7118ae6a-85fa-46c4-91ba-feb9420f4c94, #wrap-s-7118ae6a-85fa-46c4-91ba-feb9420f4c94 { display: none !important; }}@media (max-width: 767px){#s-7118ae6a-85fa-46c4-91ba-feb9420f4c94 {
  
}
}@media (max-width: 767px){#s-7118ae6a-85fa-46c4-91ba-feb9420f4c94, #wrap-s-7118ae6a-85fa-46c4-91ba-feb9420f4c94 { display: none !important; }}
#s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc {
  text-align: center;
}
@media (min-width: 1200px){#s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc {
  
}
}@media (min-width: 1200px){#s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc, #wrap-s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc, #wrap-s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc { display: none !important; }}@media (max-width: 767px){#s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc {
  
}
}@media (max-width: 767px){#s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc, #wrap-s-652d91fe-2ce7-4cb1-8f6a-78397e7338bc { display: none !important; }}
#s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76 {
  text-align: center;
}
@media (min-width: 1200px){#s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76 {
  
}
}@media (min-width: 1200px){#s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76, #wrap-s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76, #wrap-s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76, #wrap-s-e3a4c044-49ad-43a2-9fc3-79bd7743fb76 { display: none !important; }}
#s-6c7a69e5-37d5-4e87-8b70-58d8e7da5454 {
  min-height: 50px;
}








#s-6c7a69e5-37d5-4e87-8b70-58d8e7da5454 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c7a69e5-37d5-4e87-8b70-58d8e7da5454.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;
}

#s-86700167-04c1-463d-8c7d-bd5f2bfe56b3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(244, 248, 249, 1);
}
@media (min-width: 1200px){#s-86700167-04c1-463d-8c7d-bd5f2bfe56b3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86700167-04c1-463d-8c7d-bd5f2bfe56b3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86700167-04c1-463d-8c7d-bd5f2bfe56b3 {
  
}
}@media (max-width: 767px){#s-86700167-04c1-463d-8c7d-bd5f2bfe56b3 {
  
}
}
@media (min-width: 0px) {
[id="s-86700167-04c1-463d-8c7d-bd5f2bfe56b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86700167-04c1-463d-8c7d-bd5f2bfe56b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86700167-04c1-463d-8c7d-bd5f2bfe56b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86700167-04c1-463d-8c7d-bd5f2bfe56b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-86700167-04c1-463d-8c7d-bd5f2bfe56b3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1d800f97-5800-4522-accd-46777f4caa79 {
  padding-left: 20%;
padding-right: 2%;
min-height: 720px;
background-color: rgba(244, 248, 249, 1);
}
@media (min-width: 1200px){#s-1d800f97-5800-4522-accd-46777f4caa79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d800f97-5800-4522-accd-46777f4caa79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d800f97-5800-4522-accd-46777f4caa79 {
  padding-left: 25px;
min-height: 480px;
}
}@media (max-width: 767px){#s-1d800f97-5800-4522-accd-46777f4caa79 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
min-height: 100%;
}
}







#s-1d800f97-5800-4522-accd-46777f4caa79 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1d800f97-5800-4522-accd-46777f4caa79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34274b5f-a66c-4007-b54e-cf56256f8f4b {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-34274b5f-a66c-4007-b54e-cf56256f8f4b .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Comfortaa";
  font-style:  normal ;
  font-size: 44px;
  
  letter-spacing: 0px;
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-c9639868-2ffa-4c1b-8457-8ed9fb7c5eed {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-6f680cef-4d19-496c-be38-fc19053acc4d {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-108a6c23-8c82-4826-83ac-e1e90d0874b5 {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-3b8e8942-f69a-4d79-8a7a-e70bf6cd461f {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-edce22e9-0712-482d-b5dc-011b51e21aa0 {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-0ff39cdd-8e29-4df5-a4ae-a6d58844eaf7 {
  margin-top: 0px;
margin-bottom: 20px;
}

#s-a7e7bf3f-876d-4e58-8ef7-dd048344b79b {
  min-height: 50px;
}








#s-a7e7bf3f-876d-4e58-8ef7-dd048344b79b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e7bf3f-876d-4e58-8ef7-dd048344b79b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
  margin-top: 22px;
margin-bottom: 0px;
max-width: 600px;
aspect-ratio: 1600/600;
text-align: center;
}





  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image,
  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
    width: 100%;
    height: auto;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
    
    
  }


.s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
      position: relative;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image,
  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
    width: 100%;
    height: auto;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
    
    
  }


.s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
      position: relative;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image,
  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
    width: 100%;
    height: auto;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
    
    
  }


.s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
      position: relative;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image,
  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
    width: 100%;
    height: auto;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
    
    
  }


.s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
      position: relative;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image,
  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
    width: 100%;
    height: auto;
  }

  #s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
    
    
  }


.s-a44578a6-bd95-48ef-a720-6acccfee7ad0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container {
      position: relative;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a44578a6-bd95-48ef-a720-6acccfee7ad0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ae21de65-4230-4cca-adc2-7837069ddbfc {
  max-width: 600px;
aspect-ratio: 1600/600;
text-align: center;
}





  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image,
  #s-ae21de65-4230-4cca-adc2-7837069ddbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc {
    width: 100%;
    height: auto;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
    
    
  }


.s-ae21de65-4230-4cca-adc2-7837069ddbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae21de65-4230-4cca-adc2-7837069ddbfc {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
      position: relative;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image,
  #s-ae21de65-4230-4cca-adc2-7837069ddbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc {
    width: 100%;
    height: auto;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
    
    
  }


.s-ae21de65-4230-4cca-adc2-7837069ddbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae21de65-4230-4cca-adc2-7837069ddbfc {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
      position: relative;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image,
  #s-ae21de65-4230-4cca-adc2-7837069ddbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc {
    width: 100%;
    height: auto;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
    
    
  }


.s-ae21de65-4230-4cca-adc2-7837069ddbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae21de65-4230-4cca-adc2-7837069ddbfc {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
      position: relative;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image,
  #s-ae21de65-4230-4cca-adc2-7837069ddbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc {
    width: 100%;
    height: auto;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
    
    
  }


.s-ae21de65-4230-4cca-adc2-7837069ddbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae21de65-4230-4cca-adc2-7837069ddbfc {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
      position: relative;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image,
  #s-ae21de65-4230-4cca-adc2-7837069ddbfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc {
    width: 100%;
    height: auto;
  }

  #s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
    
    
  }


.s-ae21de65-4230-4cca-adc2-7837069ddbfc .shogun-image-content {
  
    align-items: center;
  
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae21de65-4230-4cca-adc2-7837069ddbfc {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container {
      position: relative;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae21de65-4230-4cca-adc2-7837069ddbfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7bebc72d-15b0-4e18-92f8-f1963d5e21f0 {
  min-height: 50px;
}








#s-7bebc72d-15b0-4e18-92f8-f1963d5e21f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bebc72d-15b0-4e18-92f8-f1963d5e21f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74fad948-7143-4c24-a8d9-625fe6f96781 {
  max-width: 600px;
aspect-ratio: 1600/600;
text-align: center;
}





  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image,
  #s-74fad948-7143-4c24-a8d9-625fe6f96781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 {
    width: 100%;
    height: auto;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
    
    
  }


.s-74fad948-7143-4c24-a8d9-625fe6f96781 .shogun-image-content {
  
    align-items: center;
  
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74fad948-7143-4c24-a8d9-625fe6f96781 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
      position: relative;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image,
  #s-74fad948-7143-4c24-a8d9-625fe6f96781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 {
    width: 100%;
    height: auto;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
    
    
  }


.s-74fad948-7143-4c24-a8d9-625fe6f96781 .shogun-image-content {
  
    align-items: center;
  
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74fad948-7143-4c24-a8d9-625fe6f96781 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
      position: relative;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image,
  #s-74fad948-7143-4c24-a8d9-625fe6f96781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 {
    width: 100%;
    height: auto;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
    
    
  }


.s-74fad948-7143-4c24-a8d9-625fe6f96781 .shogun-image-content {
  
    align-items: center;
  
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74fad948-7143-4c24-a8d9-625fe6f96781 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
      position: relative;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image,
  #s-74fad948-7143-4c24-a8d9-625fe6f96781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 {
    width: 100%;
    height: auto;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
    
    
  }


.s-74fad948-7143-4c24-a8d9-625fe6f96781 .shogun-image-content {
  
    align-items: center;
  
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74fad948-7143-4c24-a8d9-625fe6f96781 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
      position: relative;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image,
  #s-74fad948-7143-4c24-a8d9-625fe6f96781 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 {
    width: 100%;
    height: auto;
  }

  #s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
    
    
  }


.s-74fad948-7143-4c24-a8d9-625fe6f96781 .shogun-image-content {
  
    align-items: center;
  
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74fad948-7143-4c24-a8d9-625fe6f96781 {
      --shg-aspect-ratio: calc(1600/600); 
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container {
      position: relative;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74fad948-7143-4c24-a8d9-625fe6f96781 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-65bde0d5-65c9-4a08-95b8-ef9795f7fa1a hr {
  border-top: 2px solid #ddd;
}

#s-10f94b0f-eb49-4937-9f0b-b383cbf80c30 {
  min-height: 50px;
}








#s-10f94b0f-eb49-4937-9f0b-b383cbf80c30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f94b0f-eb49-4937-9f0b-b383cbf80c30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-104d87bd-4eba-4d33-b4b5-0bca4b059473 {
  min-height: 50px;
}








#s-104d87bd-4eba-4d33-b4b5-0bca4b059473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-104d87bd-4eba-4d33-b4b5-0bca4b059473.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f14117d-9391-49a6-8623-1e7c4057449f {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f14117d-9391-49a6-8623-1e7c4057449f .shogun-heading-component h2 {
  color: rgba(32, 32, 32, 1);
  font-weight:  500 ;
  font-family: "Comfortaa";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-d9a48079-49ea-453e-b7bb-baa83fbab7a7 {
  padding-left: 45px;
padding-right: 45px;
min-height: 50px;
}
@media (max-width: 767px){#s-d9a48079-49ea-453e-b7bb-baa83fbab7a7 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-d9a48079-49ea-453e-b7bb-baa83fbab7a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9a48079-49ea-453e-b7bb-baa83fbab7a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8024fa31-aa78-4e70-8a07-2473f5710264 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8024fa31-aa78-4e70-8a07-2473f5710264 {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 0px) {
[id="s-8024fa31-aa78-4e70-8a07-2473f5710264"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8024fa31-aa78-4e70-8a07-2473f5710264"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8024fa31-aa78-4e70-8a07-2473f5710264"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8024fa31-aa78-4e70-8a07-2473f5710264"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-97edb345-3e0d-4b43-a78b-3ab0c334b74e {
  padding-bottom: 45px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97edb345-3e0d-4b43-a78b-3ab0c334b74e {
  border-style: solid;
border-color: #000;
border-bottom-width: 1px;
border-right-width: 0px;
}
}@media (max-width: 767px){#s-97edb345-3e0d-4b43-a78b-3ab0c334b74e {
  border-style: solid;
border-color: #000;
padding-bottom: 35px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
}
}







#s-97edb345-3e0d-4b43-a78b-3ab0c334b74e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97edb345-3e0d-4b43-a78b-3ab0c334b74e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84b8210c-0c23-401c-adb5-9657c6da2255 {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-0312dbf3-119e-4867-847d-9fc2bf882a12 {
  margin-top: 10px;
text-align: center;
}







  #s-0312dbf3-119e-4867-847d-9fc2bf882a12 img.shogun-image {
    

    
    
    
  }


#s-0312dbf3-119e-4867-847d-9fc2bf882a12 .shogun-image-content {
  
    align-items: center;
  
}

.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 {
  font-weight: ;
  font-family: ;
}

.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-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 28px;
background-color: rgba(247, 116, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc:hover {background-color: rgba(250, 151, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc:active {background-color: rgba(247, 116, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc-root {
    text-align: center;
  }


#s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc-root {
    text-align: center;
  }


#s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc-root {
    text-align: center;
  }


#s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc-root {
    text-align: center;
  }


#s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc-root {
    text-align: center;
  }


#s-2d61ce3f-f7a8-475d-a7dc-b2774da3f8dc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e {
  margin-top: 15px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 28px;
background-color: rgba(247, 116, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e:hover {background-color: rgba(250, 151, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e:active {background-color: rgba(247, 116, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e-root {
    text-align: center;
  }


#s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e-root {
    text-align: center;
  }


#s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e-root {
    text-align: center;
  }


#s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e-root {
    text-align: center;
  }


#s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e-root {
    text-align: center;
  }


#s-5024ba96-dcc2-4dd7-af5a-29a3c21e371e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-e3ac4640-80e1-4f7e-8b6f-fc67ece24fdd {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-e3ac4640-80e1-4f7e-8b6f-fc67ece24fdd img.shogun-image {
    

    
    
    
  }


#s-e3ac4640-80e1-4f7e-8b6f-fc67ece24fdd .shogun-image-content {
  
    align-items: center;
  
}

#s-b7dd727c-56a0-4f76-a3d7-f2d827175125 {
  margin-top: 10px;
}

#s-6bc8ed23-9fc5-4894-b510-e5a9ed1f4573 {
  padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6bc8ed23-9fc5-4894-b510-e5a9ed1f4573 {
  border-style: solid;
border-color: #000;
border-right-width: 0px;
}
}@media (max-width: 767px){#s-6bc8ed23-9fc5-4894-b510-e5a9ed1f4573 {
  border-style: solid;
border-color: #000;
padding-bottom: 35px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
}
}







#s-6bc8ed23-9fc5-4894-b510-e5a9ed1f4573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bc8ed23-9fc5-4894-b510-e5a9ed1f4573.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25fb8161-8e99-44c0-9b43-3fb0b699bd0c {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-1711875e-116e-400b-9b7c-3904b94414e2 {
  margin-top: 25px;
text-align: center;
}







  #s-1711875e-116e-400b-9b7c-3904b94414e2 img.shogun-image {
    

    
    
    
  }


#s-1711875e-116e-400b-9b7c-3904b94414e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-05ef7d0b-e90b-4463-986b-aab6c3ab051d {
  margin-top: 15px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 28px;
background-color: rgba(247, 116, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-05ef7d0b-e90b-4463-986b-aab6c3ab051d:hover {background-color: rgba(250, 151, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-05ef7d0b-e90b-4463-986b-aab6c3ab051d:active {background-color: rgba(247, 116, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-05ef7d0b-e90b-4463-986b-aab6c3ab051d-root {
    text-align: center;
  }


#s-05ef7d0b-e90b-4463-986b-aab6c3ab051d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05ef7d0b-e90b-4463-986b-aab6c3ab051d-root {
    text-align: center;
  }


#s-05ef7d0b-e90b-4463-986b-aab6c3ab051d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05ef7d0b-e90b-4463-986b-aab6c3ab051d-root {
    text-align: center;
  }


#s-05ef7d0b-e90b-4463-986b-aab6c3ab051d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05ef7d0b-e90b-4463-986b-aab6c3ab051d-root {
    text-align: center;
  }


#s-05ef7d0b-e90b-4463-986b-aab6c3ab051d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05ef7d0b-e90b-4463-986b-aab6c3ab051d-root {
    text-align: center;
  }


#s-05ef7d0b-e90b-4463-986b-aab6c3ab051d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-c45b0cdf-f373-4476-a7b1-14ebb2ed54bf {
  margin-top: 15px;
text-align: center;
}







  #s-c45b0cdf-f373-4476-a7b1-14ebb2ed54bf img.shogun-image {
    

    
    
    
  }


#s-c45b0cdf-f373-4476-a7b1-14ebb2ed54bf .shogun-image-content {
  
    align-items: center;
  
}

#s-0a680f0c-4ad1-463f-a23f-08c8fa05746e {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-3bf2d2e8-1fae-41de-89ae-b11a3a8e2ecf {
  padding-bottom: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3bf2d2e8-1fae-41de-89ae-b11a3a8e2ecf {
  border-style: solid;
border-color: #000;
border-top-width: 1px;
border-bottom-width: 1px;
border-right-width: 0px;
}
}@media (max-width: 767px){#s-3bf2d2e8-1fae-41de-89ae-b11a3a8e2ecf {
  border-style: solid;
border-color: #000;
padding-bottom: 0px;
border-left-width: 0px;
border-right-width: 0px;
}
}







#s-3bf2d2e8-1fae-41de-89ae-b11a3a8e2ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bf2d2e8-1fae-41de-89ae-b11a3a8e2ecf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffb2e708-849d-4d6b-8ae2-0336e5f2f4cc {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-d3762907-7834-4eb6-b734-9b6a13f78f28 {
  margin-top: 25px;
text-align: center;
}







  #s-d3762907-7834-4eb6-b734-9b6a13f78f28 img.shogun-image {
    

    
    
    
  }


#s-d3762907-7834-4eb6-b734-9b6a13f78f28 .shogun-image-content {
  
    align-items: center;
  
}

#s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d {
  margin-top: 15px;
margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 28px;
background-color: rgba(247, 116, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d:hover {background-color: rgba(250, 151, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d:active {background-color: rgba(247, 116, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d-root {
    text-align: center;
  }


#s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d-root {
    text-align: center;
  }


#s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d-root {
    text-align: center;
  }


#s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d-root {
    text-align: center;
  }


#s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d-root {
    text-align: center;
  }


#s-2258ccca-0cb9-429a-b8f5-99d8d96edd3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-7984ce82-fb07-4896-b724-def62e82e01a {
  margin-top: 15px;
text-align: center;
}







  #s-7984ce82-fb07-4896-b724-def62e82e01a img.shogun-image {
    

    
    
    
  }


#s-7984ce82-fb07-4896-b724-def62e82e01a .shogun-image-content {
  
    align-items: center;
  
}

#s-18ceddca-80df-4ec0-8b16-4bfb4cfa5b15 {
  margin-top: 10px;
}
@media (max-width: 767px){#s-18ceddca-80df-4ec0-8b16-4bfb4cfa5b15 {
  margin-bottom: 39px;
}
}
#s-f7480633-1cc1-4604-a6fd-cae52845b1b6 {
  padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-f7480633-1cc1-4604-a6fd-cae52845b1b6 {
  border-style: solid;
border-color: #000;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
}
}







#s-f7480633-1cc1-4604-a6fd-cae52845b1b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7480633-1cc1-4604-a6fd-cae52845b1b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00099f91-f833-48d8-8b40-51c045d78161 {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-061e4e13-4407-4451-b239-dade5a39e048 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-061e4e13-4407-4451-b239-dade5a39e048 img.shogun-image {
    

    
    
    
  }


#s-061e4e13-4407-4451-b239-dade5a39e048 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 28px;
background-color: rgba(247, 116, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80:hover {background-color: rgba(250, 151, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80:active {background-color: rgba(247, 116, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80-root {
    text-align: center;
  }


#s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80-root {
    text-align: center;
  }


#s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80-root {
    text-align: center;
  }


#s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80-root {
    text-align: center;
  }


#s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80-root {
    text-align: center;
  }


#s-0a707b09-b8e7-40c0-a03c-8f1d9ae98e80.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-c8a75e49-1afc-43b2-82b1-e38a919aa5d2 {
  margin-bottom: 0px;
padding-bottom: 30px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(238, 238, 238, 1);
border-style: solid;
min-height: 50px;
}








#s-c8a75e49-1afc-43b2-82b1-e38a919aa5d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8a75e49-1afc-43b2-82b1-e38a919aa5d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a6d0dba-a09f-4787-ba61-aa285af60bcb {
  margin-top: 2em;
margin-bottom: 0em;
}

#s-dbbca219-adf6-496d-b9b7-0cb8f2477343 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  #s-dbbca219-adf6-496d-b9b7-0cb8f2477343 img.shogun-image {
    

    
    
    
  }


#s-dbbca219-adf6-496d-b9b7-0cb8f2477343 .shogun-image-content {
  
    align-items: center;
  
}

#s-9eb10aaa-5404-487f-b4ba-a318180fb37f {
  margin-top: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 28px;
background-color: rgba(247, 116, 50, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9eb10aaa-5404-487f-b4ba-a318180fb37f:hover {background-color: rgba(250, 151, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9eb10aaa-5404-487f-b4ba-a318180fb37f:active {background-color: rgba(247, 116, 50, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9eb10aaa-5404-487f-b4ba-a318180fb37f-root {
    text-align: center;
  }


#s-9eb10aaa-5404-487f-b4ba-a318180fb37f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9eb10aaa-5404-487f-b4ba-a318180fb37f-root {
    text-align: center;
  }


#s-9eb10aaa-5404-487f-b4ba-a318180fb37f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9eb10aaa-5404-487f-b4ba-a318180fb37f-root {
    text-align: center;
  }


#s-9eb10aaa-5404-487f-b4ba-a318180fb37f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9eb10aaa-5404-487f-b4ba-a318180fb37f-root {
    text-align: center;
  }


#s-9eb10aaa-5404-487f-b4ba-a318180fb37f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9eb10aaa-5404-487f-b4ba-a318180fb37f-root {
    text-align: center;
  }


#s-9eb10aaa-5404-487f-b4ba-a318180fb37f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Nunito;
  display:  inline-block ;
}
}
#s-c3532605-7eb9-4798-87d9-07741b7250b7 {
  text-align: left;
}

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