.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-80de5d0e-37f3-43f5-adf5-921d3cf74589 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 400px;
background-position: center center;
opacity: 1;
}
@media (min-width: 1200px){#s-80de5d0e-37f3-43f5-adf5-921d3cf74589 {
  min-height: 500px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80de5d0e-37f3-43f5-adf5-921d3cf74589 {
  min-height: 500px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-80de5d0e-37f3-43f5-adf5-921d3cf74589 {
  
}
}@media (max-width: 767px){#s-80de5d0e-37f3-43f5-adf5-921d3cf74589 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 250px;
}
}
#s-80de5d0e-37f3-43f5-adf5-921d3cf74589 {
  background-image: url(https://i.shgcdn.com/fdab9608-9ac0-4734-9200-e998603a9848/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-80de5d0e-37f3-43f5-adf5-921d3cf74589 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-80de5d0e-37f3-43f5-adf5-921d3cf74589.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-49f32627-5ebd-48a0-9138-92e8b43d3669 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49f32627-5ebd-48a0-9138-92e8b43d3669 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49f32627-5ebd-48a0-9138-92e8b43d3669 {
  
}
}@media (max-width: 767px){#s-49f32627-5ebd-48a0-9138-92e8b43d3669 {
  
}
}
@media (min-width: 0px) {
[id="s-49f32627-5ebd-48a0-9138-92e8b43d3669"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49f32627-5ebd-48a0-9138-92e8b43d3669"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-49f32627-5ebd-48a0-9138-92e8b43d3669"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-49f32627-5ebd-48a0-9138-92e8b43d3669"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-49f32627-5ebd-48a0-9138-92e8b43d3669"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-49f32627-5ebd-48a0-9138-92e8b43d3669"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-49f32627-5ebd-48a0-9138-92e8b43d3669"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

}

#s-75449855-ed3e-44fa-a77c-3fc4d576487e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-75449855-ed3e-44fa-a77c-3fc4d576487e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75449855-ed3e-44fa-a77c-3fc4d576487e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75449855-ed3e-44fa-a77c-3fc4d576487e {
  
}
}@media (max-width: 767px){#s-75449855-ed3e-44fa-a77c-3fc4d576487e {
  
}
}







#s-75449855-ed3e-44fa-a77c-3fc4d576487e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75449855-ed3e-44fa-a77c-3fc4d576487e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ab9940c-e9e7-4faa-bb5a-5b715249fb13 {
  padding-top: 5%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ab9940c-e9e7-4faa-bb5a-5b715249fb13 {
  margin-top: 15px;
margin-bottom: 15px;
}
}@media (max-width: 767px){#s-6ab9940c-e9e7-4faa-bb5a-5b715249fb13 {
  margin-top: 20px;
padding-top: 1px;
}
}
#s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d {
  padding-bottom: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d {
  padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f3cbabb1-6cbd-42b7-8fa7-13fa8f73d93d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b189c750-8208-4ff0-b0ab-c35614a3f410 {
  min-height: 50px;
max-width: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b189c750-8208-4ff0-b0ab-c35614a3f410 {
  display: none;
}
#s-b189c750-8208-4ff0-b0ab-c35614a3f410, #wrap-s-b189c750-8208-4ff0-b0ab-c35614a3f410 { display: none !important; }}@media (max-width: 767px){#s-b189c750-8208-4ff0-b0ab-c35614a3f410 {
  display: none;
}
#s-b189c750-8208-4ff0-b0ab-c35614a3f410, #wrap-s-b189c750-8208-4ff0-b0ab-c35614a3f410 { display: none !important; }}







#s-b189c750-8208-4ff0-b0ab-c35614a3f410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b189c750-8208-4ff0-b0ab-c35614a3f410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0009b97-9bf6-498e-a91f-01037974f408 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.51);
background-attachment: scroll;
}
@media (max-width: 767px){#s-e0009b97-9bf6-498e-a91f-01037974f408 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-e0009b97-9bf6-498e-a91f-01037974f408 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.3;
}#s-e0009b97-9bf6-498e-a91f-01037974f408.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: rgba(94, 102, 113, 1);
  font-family: Gotham-Medium;
  text-transform: none;
  font-weight: 400;
  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-990440ca-07b5-4ab2-ac6f-24162d6e7e2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-990440ca-07b5-4ab2-ac6f-24162d6e7e2e .shogun-heading-component h5 {
  color: rgba(84, 89, 100, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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: 400;
  font-family: Gotham-Book;
}

.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-834b70ad-97f8-4254-8e68-8bc200282f0d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(255, 92, 107, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-834b70ad-97f8-4254-8e68-8bc200282f0d:hover {box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(251, 132, 144, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-834b70ad-97f8-4254-8e68-8bc200282f0d:active {box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(247, 132, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-834b70ad-97f8-4254-8e68-8bc200282f0d-root {
    text-align: center;
  }


#s-834b70ad-97f8-4254-8e68-8bc200282f0d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-834b70ad-97f8-4254-8e68-8bc200282f0d-root {
    text-align: center;
  }


#s-834b70ad-97f8-4254-8e68-8bc200282f0d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-834b70ad-97f8-4254-8e68-8bc200282f0d-root {
    text-align: center;
  }


#s-834b70ad-97f8-4254-8e68-8bc200282f0d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-834b70ad-97f8-4254-8e68-8bc200282f0d-root {
    text-align: center;
  }


#s-834b70ad-97f8-4254-8e68-8bc200282f0d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-834b70ad-97f8-4254-8e68-8bc200282f0d-root {
    text-align: center;
  }


#s-834b70ad-97f8-4254-8e68-8bc200282f0d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-bcab95c0-be57-436a-b170-36162ae5d5aa {
  margin-top: 0px;
margin-left: 1px;
margin-bottom: 0px;
margin-right: 1px;
padding-top: 1px;
padding-left: 1px;
padding-bottom: 1px;
padding-right: 1px;
min-height: 50px;
max-width: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcab95c0-be57-436a-b170-36162ae5d5aa {
  display: none;
}
#s-bcab95c0-be57-436a-b170-36162ae5d5aa, #wrap-s-bcab95c0-be57-436a-b170-36162ae5d5aa { display: none !important; }}







#s-bcab95c0-be57-436a-b170-36162ae5d5aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcab95c0-be57-436a-b170-36162ae5d5aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8b51d7d-0abc-4ae9-b0dc-107f4931ac87 {
  min-height: 50px;
background-color: rgba(243, 205, 212, 0);
}








#s-d8b51d7d-0abc-4ae9-b0dc-107f4931ac87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b51d7d-0abc-4ae9-b0dc-107f4931ac87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-993883e4-c007-472e-975f-f56769135c89 {
  padding-top: 3%;
padding-left: 100px;
padding-right: 100px;
}
@media (min-width: 1200px){#s-993883e4-c007-472e-975f-f56769135c89 {
  padding-right: 90px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-993883e4-c007-472e-975f-f56769135c89 {
  padding-right: 90px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-993883e4-c007-472e-975f-f56769135c89 {
  padding-top: 5%;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-993883e4-c007-472e-975f-f56769135c89 {
  padding-top: 7%;
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-993883e4-c007-472e-975f-f56769135c89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-993883e4-c007-472e-975f-f56769135c89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-993883e4-c007-472e-975f-f56769135c89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-993883e4-c007-472e-975f-f56769135c89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-993883e4-c007-472e-975f-f56769135c89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-993883e4-c007-472e-975f-f56769135c89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-993883e4-c007-472e-975f-f56769135c89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-993883e4-c007-472e-975f-f56769135c89"] > .shg-row {
    flex-flow: column-reverse;
  }
}

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

@media (min-width: 768px) and (max-width: 991px){#s-2e1fd28f-ab77-40cf-9a42-b9efe6dcf16f {
  margin-left: 7px;
margin-right: 7px;
}
}@media (max-width: 767px){#s-2e1fd28f-ab77-40cf-9a42-b9efe6dcf16f {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-2e1fd28f-ab77-40cf-9a42-b9efe6dcf16f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2e1fd28f-ab77-40cf-9a42-b9efe6dcf16f .shg-sld-nav-button.shg-sld-left,
#s-2e1fd28f-ab77-40cf-9a42-b9efe6dcf16f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  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-a3c03710-842b-4752-b908-5c6946f78b69 {
  text-align: center;
}







  #s-a3c03710-842b-4752-b908-5c6946f78b69 img.shogun-image {
    

    
    
    
  }


#s-a3c03710-842b-4752-b908-5c6946f78b69 .shogun-image-content {
  
    align-items: center;
  
}

#s-143a4960-7267-4ab4-9086-7e1fbe2484d0 {
  text-align: center;
}







  #s-143a4960-7267-4ab4-9086-7e1fbe2484d0 img.shogun-image {
    

    
    
    
  }


#s-143a4960-7267-4ab4-9086-7e1fbe2484d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bca6d588-0cc2-4178-90f9-182de94fe8b9 {
  text-align: center;
}







  #s-bca6d588-0cc2-4178-90f9-182de94fe8b9 img.shogun-image {
    

    
    
    
  }


#s-bca6d588-0cc2-4178-90f9-182de94fe8b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e {
  margin-top: 6%;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e {
  margin-top: 11%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e {
  margin-top: 11%;
}
}@media (max-width: 767px){#s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e {
  display: none;
}
#s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e, #wrap-s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e { display: none !important; }}
@media (min-width: 0px) {
[id="s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e2ae9cf-5bd5-46c7-9105-0b36816bd54e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-b7f3de33-3723-4883-b436-b9e1d6e6b191 .shogun-icon-wrapper {
  text-align: center;
}


#s-b7f3de33-3723-4883-b436-b9e1d6e6b191 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(253, 94, 108, 1);
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(94, 102, 113, 1);
  font-family: Gotham-Medium;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(94, 102, 113, 1);
  font-family: Gotham-Book;
}

.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: rgba(94, 102, 113, 1);
  font-family: Gotham-Medium;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(94, 102, 113, 1);
  font-family: Gotham-Book;
  font-weight: 400;
}

#s-d82db52f-e205-461b-a88f-ee5cca984771 {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-d82db52f-e205-461b-a88f-ee5cca984771 {
  display: none;
}
#s-d82db52f-e205-461b-a88f-ee5cca984771, #wrap-s-d82db52f-e205-461b-a88f-ee5cca984771 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d82db52f-e205-461b-a88f-ee5cca984771 {
  display: none;
}
#s-d82db52f-e205-461b-a88f-ee5cca984771, #wrap-s-d82db52f-e205-461b-a88f-ee5cca984771 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d82db52f-e205-461b-a88f-ee5cca984771 {
  display: none;
}
#s-d82db52f-e205-461b-a88f-ee5cca984771, #wrap-s-d82db52f-e205-461b-a88f-ee5cca984771 { display: none !important; }}@media (max-width: 767px){#s-d82db52f-e205-461b-a88f-ee5cca984771 {
  
}
}
@media (min-width: 0px) {
[id="s-d82db52f-e205-461b-a88f-ee5cca984771"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d82db52f-e205-461b-a88f-ee5cca984771"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d82db52f-e205-461b-a88f-ee5cca984771"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d82db52f-e205-461b-a88f-ee5cca984771"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9eaee8b3-e720-41dd-a44d-d776a032bd82 .shogun-icon-wrapper {
  text-align: center;
}


#s-9eaee8b3-e720-41dd-a44d-d776a032bd82 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(253, 94, 108, 1);
}

#s-702583b1-2daf-41ba-8fa6-7bca877412bc {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-702583b1-2daf-41ba-8fa6-7bca877412bc {
  display: none;
}
#s-702583b1-2daf-41ba-8fa6-7bca877412bc, #wrap-s-702583b1-2daf-41ba-8fa6-7bca877412bc { display: none !important; }}
@media (min-width: 0px) {
[id="s-702583b1-2daf-41ba-8fa6-7bca877412bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-702583b1-2daf-41ba-8fa6-7bca877412bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-702583b1-2daf-41ba-8fa6-7bca877412bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-702583b1-2daf-41ba-8fa6-7bca877412bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-702583b1-2daf-41ba-8fa6-7bca877412bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-702583b1-2daf-41ba-8fa6-7bca877412bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-702583b1-2daf-41ba-8fa6-7bca877412bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-32616553-558a-46c0-b2a3-5717d3f237cf .shogun-icon-wrapper {
  text-align: center;
}


#s-32616553-558a-46c0-b2a3-5717d3f237cf .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 1.75em !important;
  color: rgba(253, 94, 108, 1);
}

#s-b871f00d-77db-4ff8-a533-f053bbc5c794 {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-b871f00d-77db-4ff8-a533-f053bbc5c794 {
  display: none;
}
#s-b871f00d-77db-4ff8-a533-f053bbc5c794, #wrap-s-b871f00d-77db-4ff8-a533-f053bbc5c794 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b871f00d-77db-4ff8-a533-f053bbc5c794 {
  display: none;
}
#s-b871f00d-77db-4ff8-a533-f053bbc5c794, #wrap-s-b871f00d-77db-4ff8-a533-f053bbc5c794 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b871f00d-77db-4ff8-a533-f053bbc5c794 {
  display: none;
}
#s-b871f00d-77db-4ff8-a533-f053bbc5c794, #wrap-s-b871f00d-77db-4ff8-a533-f053bbc5c794 { display: none !important; }}@media (max-width: 767px){#s-b871f00d-77db-4ff8-a533-f053bbc5c794 {
  
}
}
@media (min-width: 0px) {
[id="s-b871f00d-77db-4ff8-a533-f053bbc5c794"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b871f00d-77db-4ff8-a533-f053bbc5c794"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b871f00d-77db-4ff8-a533-f053bbc5c794"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b871f00d-77db-4ff8-a533-f053bbc5c794"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9ebf284a-8612-4878-bae5-fb609eba0d2d .shogun-icon-wrapper {
  text-align: center;
}


#s-9ebf284a-8612-4878-bae5-fb609eba0d2d .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 1.75em !important;
  color: rgba(253, 94, 108, 1);
}

#s-da1017cd-d7c3-48fe-a4be-c2af70c7314e {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-da1017cd-d7c3-48fe-a4be-c2af70c7314e {
  display: none;
}
#s-da1017cd-d7c3-48fe-a4be-c2af70c7314e, #wrap-s-da1017cd-d7c3-48fe-a4be-c2af70c7314e { display: none !important; }}
@media (min-width: 0px) {
[id="s-da1017cd-d7c3-48fe-a4be-c2af70c7314e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-da1017cd-d7c3-48fe-a4be-c2af70c7314e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da1017cd-d7c3-48fe-a4be-c2af70c7314e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da1017cd-d7c3-48fe-a4be-c2af70c7314e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da1017cd-d7c3-48fe-a4be-c2af70c7314e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da1017cd-d7c3-48fe-a4be-c2af70c7314e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da1017cd-d7c3-48fe-a4be-c2af70c7314e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e146840f-98b2-4f57-bcfe-fb5b6719c46b .shogun-icon-wrapper {
  text-align: center;
}


#s-e146840f-98b2-4f57-bcfe-fb5b6719c46b .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 2em !important;
  color: rgba(253, 94, 108, 1);
}

#s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e {
  margin-bottom: 11%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e {
  margin-bottom: 11%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e {
  margin-bottom: 5px;
}
}@media (max-width: 767px){#s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e {
  margin-bottom: 11%;
display: none;
}
#s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e, #wrap-s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e { display: none !important; }}
@media (min-width: 0px) {
[id="s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-371f0e30-c806-4fef-8e7a-d4d55d33cf3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-ed9dfd64-cb67-4a1a-8ff4-c84ada0b1df2 .shogun-icon-wrapper {
  text-align: center;
}


#s-ed9dfd64-cb67-4a1a-8ff4-c84ada0b1df2 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 1.5em !important;
  color: rgba(253, 94, 108, 1);
}

#s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0 {
  margin-bottom: 15px;
}
@media (min-width: 1200px){#s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0 {
  display: none;
}
#s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0, #wrap-s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0 {
  display: none;
}
#s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0, #wrap-s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0 {
  display: none;
}
#s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0, #wrap-s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0 { display: none !important; }}@media (max-width: 767px){#s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0 {
  margin-bottom: 5px;
}
}
@media (min-width: 0px) {
[id="s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebaf754d-69e4-4e27-83d2-cfe56854bcd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e624bec4-9eca-4f9c-9d14-761efe359f7f .shogun-icon-wrapper {
  text-align: center;
}


#s-e624bec4-9eca-4f9c-9d14-761efe359f7f .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 2em !important;
  color: rgba(253, 94, 108, 1);
}

@media (max-width: 767px){#s-02b0179f-e5ba-499f-ad1e-1aff56afc1b3 {
  padding-bottom: 15px;
}
}
#s-b07dda5e-67b9-44f1-81f9-2f5033f504c0 {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-b07dda5e-67b9-44f1-81f9-2f5033f504c0 {
  display: none;
}
#s-b07dda5e-67b9-44f1-81f9-2f5033f504c0, #wrap-s-b07dda5e-67b9-44f1-81f9-2f5033f504c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b07dda5e-67b9-44f1-81f9-2f5033f504c0 {
  display: none;
}
#s-b07dda5e-67b9-44f1-81f9-2f5033f504c0, #wrap-s-b07dda5e-67b9-44f1-81f9-2f5033f504c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b07dda5e-67b9-44f1-81f9-2f5033f504c0 {
  display: none;
}
#s-b07dda5e-67b9-44f1-81f9-2f5033f504c0, #wrap-s-b07dda5e-67b9-44f1-81f9-2f5033f504c0 { display: none !important; }}@media (max-width: 767px){#s-b07dda5e-67b9-44f1-81f9-2f5033f504c0 {
  
}
}
@media (min-width: 0px) {
[id="s-b07dda5e-67b9-44f1-81f9-2f5033f504c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b07dda5e-67b9-44f1-81f9-2f5033f504c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b07dda5e-67b9-44f1-81f9-2f5033f504c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b07dda5e-67b9-44f1-81f9-2f5033f504c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c1d63086-b6bd-4246-8abf-25acab5b38a0 .shogun-icon-wrapper {
  text-align: center;
}


#s-c1d63086-b6bd-4246-8abf-25acab5b38a0 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 1.5em !important;
  color: rgba(253, 94, 108, 1);
}

#s-2294787b-aafb-4252-a9f0-5c3771d5928a {
  min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2294787b-aafb-4252-a9f0-5c3771d5928a {
  display: none;
}
#s-2294787b-aafb-4252-a9f0-5c3771d5928a, #wrap-s-2294787b-aafb-4252-a9f0-5c3771d5928a { display: none !important; }}







#s-2294787b-aafb-4252-a9f0-5c3771d5928a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2294787b-aafb-4252-a9f0-5c3771d5928a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2250e26-e2bd-44c2-8915-ccbb67f15deb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2250e26-e2bd-44c2-8915-ccbb67f15deb {
  
}
}@media (max-width: 767px){#s-a2250e26-e2bd-44c2-8915-ccbb67f15deb {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-a2250e26-e2bd-44c2-8915-ccbb67f15deb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a2250e26-e2bd-44c2-8915-ccbb67f15deb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2250e26-e2bd-44c2-8915-ccbb67f15deb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2250e26-e2bd-44c2-8915-ccbb67f15deb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d0dd7b3c-2726-45e4-b470-8492db0de781 {
  padding-top: 15px;
padding-left: 62px;
padding-bottom: 15px;
padding-right: 62px;
border-radius: 8px;
background-color: rgba(245, 171, 183, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-d0dd7b3c-2726-45e4-b470-8492db0de781:hover {box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(241, 186, 195, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0dd7b3c-2726-45e4-b470-8492db0de781:active {box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(247, 132, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d0dd7b3c-2726-45e4-b470-8492db0de781-root {
    text-align: center;
  }


#s-d0dd7b3c-2726-45e4-b470-8492db0de781.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0dd7b3c-2726-45e4-b470-8492db0de781-root {
    text-align: center;
  }


#s-d0dd7b3c-2726-45e4-b470-8492db0de781.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0dd7b3c-2726-45e4-b470-8492db0de781-root {
    text-align: center;
  }


#s-d0dd7b3c-2726-45e4-b470-8492db0de781.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0dd7b3c-2726-45e4-b470-8492db0de781-root {
    text-align: center;
  }


#s-d0dd7b3c-2726-45e4-b470-8492db0de781.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0dd7b3c-2726-45e4-b470-8492db0de781-root {
    text-align: center;
  }


#s-d0dd7b3c-2726-45e4-b470-8492db0de781.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-93f06361-345e-4564-8e74-fb09fb25ed75 {
  padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
border-radius: 8px;
background-color: rgba(245, 171, 183, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-93f06361-345e-4564-8e74-fb09fb25ed75:hover {box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(241, 186, 195, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93f06361-345e-4564-8e74-fb09fb25ed75:active {box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(247, 132, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-93f06361-345e-4564-8e74-fb09fb25ed75 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-93f06361-345e-4564-8e74-fb09fb25ed75-root {
    text-align: center;
  }


#s-93f06361-345e-4564-8e74-fb09fb25ed75.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93f06361-345e-4564-8e74-fb09fb25ed75-root {
    text-align: center;
  }


#s-93f06361-345e-4564-8e74-fb09fb25ed75.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93f06361-345e-4564-8e74-fb09fb25ed75-root {
    text-align: center;
  }


#s-93f06361-345e-4564-8e74-fb09fb25ed75.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93f06361-345e-4564-8e74-fb09fb25ed75-root {
    text-align: center;
  }


#s-93f06361-345e-4564-8e74-fb09fb25ed75.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93f06361-345e-4564-8e74-fb09fb25ed75-root {
    text-align: center;
  }


#s-93f06361-345e-4564-8e74-fb09fb25ed75.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-74102d23-ea33-4d2b-a617-528c1997382b {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74102d23-ea33-4d2b-a617-528c1997382b {
  
}
}@media (max-width: 767px){#s-74102d23-ea33-4d2b-a617-528c1997382b {
  padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 0px) {
[id="s-74102d23-ea33-4d2b-a617-528c1997382b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-74102d23-ea33-4d2b-a617-528c1997382b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74102d23-ea33-4d2b-a617-528c1997382b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74102d23-ea33-4d2b-a617-528c1997382b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6ca82359-f13f-4f2a-aacc-41a93698c99c {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 8px;
background-color: rgba(245, 171, 183, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-6ca82359-f13f-4f2a-aacc-41a93698c99c:hover {box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(241, 186, 195, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ca82359-f13f-4f2a-aacc-41a93698c99c:active {box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(247, 132, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6ca82359-f13f-4f2a-aacc-41a93698c99c-root {
    text-align: center;
  }


#s-6ca82359-f13f-4f2a-aacc-41a93698c99c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ca82359-f13f-4f2a-aacc-41a93698c99c-root {
    text-align: center;
  }


#s-6ca82359-f13f-4f2a-aacc-41a93698c99c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ca82359-f13f-4f2a-aacc-41a93698c99c-root {
    text-align: center;
  }


#s-6ca82359-f13f-4f2a-aacc-41a93698c99c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ca82359-f13f-4f2a-aacc-41a93698c99c-root {
    text-align: center;
  }


#s-6ca82359-f13f-4f2a-aacc-41a93698c99c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ca82359-f13f-4f2a-aacc-41a93698c99c-root {
    text-align: center;
  }


#s-6ca82359-f13f-4f2a-aacc-41a93698c99c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-2fa61e31-0e19-450f-a3fc-5208f60bd299 {
  padding-top: 15px;
padding-left: 46px;
padding-bottom: 15px;
padding-right: 46px;
border-radius: 8px;
background-color: rgba(245, 171, 183, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
}
#s-2fa61e31-0e19-450f-a3fc-5208f60bd299:hover {box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(241, 186, 195, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2fa61e31-0e19-450f-a3fc-5208f60bd299:active {box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(247, 132, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2fa61e31-0e19-450f-a3fc-5208f60bd299-root {
    text-align: center;
  }


#s-2fa61e31-0e19-450f-a3fc-5208f60bd299.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2fa61e31-0e19-450f-a3fc-5208f60bd299-root {
    text-align: center;
  }


#s-2fa61e31-0e19-450f-a3fc-5208f60bd299.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fa61e31-0e19-450f-a3fc-5208f60bd299-root {
    text-align: center;
  }


#s-2fa61e31-0e19-450f-a3fc-5208f60bd299.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fa61e31-0e19-450f-a3fc-5208f60bd299-root {
    text-align: center;
  }


#s-2fa61e31-0e19-450f-a3fc-5208f60bd299.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2fa61e31-0e19-450f-a3fc-5208f60bd299-root {
    text-align: center;
  }


#s-2fa61e31-0e19-450f-a3fc-5208f60bd299.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-8fb6e071-fc69-471d-90dd-a03499375c85 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8fb6e071-fc69-471d-90dd-a03499375c85 {
  display: none;
}
#s-8fb6e071-fc69-471d-90dd-a03499375c85, #wrap-s-8fb6e071-fc69-471d-90dd-a03499375c85 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fb6e071-fc69-471d-90dd-a03499375c85 {
  display: none;
}
#s-8fb6e071-fc69-471d-90dd-a03499375c85, #wrap-s-8fb6e071-fc69-471d-90dd-a03499375c85 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fb6e071-fc69-471d-90dd-a03499375c85 {
  display: none;
}
#s-8fb6e071-fc69-471d-90dd-a03499375c85, #wrap-s-8fb6e071-fc69-471d-90dd-a03499375c85 { display: none !important; }}







#s-8fb6e071-fc69-471d-90dd-a03499375c85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fb6e071-fc69-471d-90dd-a03499375c85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202 {
  min-height: 0px;
}
@media (min-width: 1200px){#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202 {
  display: none;
}
#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202, #wrap-s-9fba851f-5a3e-4663-ac38-26e6c2e4e202 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202 {
  display: none;
}
#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202, #wrap-s-9fba851f-5a3e-4663-ac38-26e6c2e4e202 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202 {
  padding-top: 10px;
padding-left: 17%;
padding-right: 17%;
}
}@media (max-width: 767px){#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202 {
  display: none;
}
#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202, #wrap-s-9fba851f-5a3e-4663-ac38-26e6c2e4e202 { display: none !important; }}







#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fba851f-5a3e-4663-ac38-26e6c2e4e202.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55c30ccd-5237-44f1-abcf-55c361537d27 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55c30ccd-5237-44f1-abcf-55c361537d27 {
  
}
}@media (max-width: 767px){#s-55c30ccd-5237-44f1-abcf-55c361537d27 {
  padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-55c30ccd-5237-44f1-abcf-55c361537d27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-55c30ccd-5237-44f1-abcf-55c361537d27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-55c30ccd-5237-44f1-abcf-55c361537d27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-55c30ccd-5237-44f1-abcf-55c361537d27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9fca810d-df79-4f8f-9bb6-a4864230abf0 {
  padding-top: 15px;
padding-left: 30%;
padding-bottom: 15px;
padding-right: 30%;
border-radius: 8px;
background-color: rgba(245, 171, 183, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-9fca810d-df79-4f8f-9bb6-a4864230abf0:hover {box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(241, 186, 195, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9fca810d-df79-4f8f-9bb6-a4864230abf0:active {box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(247, 132, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9fca810d-df79-4f8f-9bb6-a4864230abf0-root {
    text-align: center;
  }


#s-9fca810d-df79-4f8f-9bb6-a4864230abf0.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9fca810d-df79-4f8f-9bb6-a4864230abf0-root {
    text-align: center;
  }


#s-9fca810d-df79-4f8f-9bb6-a4864230abf0.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fca810d-df79-4f8f-9bb6-a4864230abf0-root {
    text-align: center;
  }


#s-9fca810d-df79-4f8f-9bb6-a4864230abf0.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fca810d-df79-4f8f-9bb6-a4864230abf0-root {
    text-align: center;
  }


#s-9fca810d-df79-4f8f-9bb6-a4864230abf0.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9fca810d-df79-4f8f-9bb6-a4864230abf0-root {
    text-align: center;
  }


#s-9fca810d-df79-4f8f-9bb6-a4864230abf0.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-46cc43cd-c56e-476c-8a47-a412bf36b271 {
  padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-radius: 8px;
background-color: rgba(245, 171, 183, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-46cc43cd-c56e-476c-8a47-a412bf36b271:hover {box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(241, 186, 195, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-46cc43cd-c56e-476c-8a47-a412bf36b271:active {box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(247, 132, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-46cc43cd-c56e-476c-8a47-a412bf36b271 {
  padding-top: 15px;
padding-bottom: 15px;
}
}

  #s-46cc43cd-c56e-476c-8a47-a412bf36b271-root {
    text-align: center;
  }


#s-46cc43cd-c56e-476c-8a47-a412bf36b271.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46cc43cd-c56e-476c-8a47-a412bf36b271-root {
    text-align: center;
  }


#s-46cc43cd-c56e-476c-8a47-a412bf36b271.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46cc43cd-c56e-476c-8a47-a412bf36b271-root {
    text-align: center;
  }


#s-46cc43cd-c56e-476c-8a47-a412bf36b271.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46cc43cd-c56e-476c-8a47-a412bf36b271-root {
    text-align: center;
  }


#s-46cc43cd-c56e-476c-8a47-a412bf36b271.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46cc43cd-c56e-476c-8a47-a412bf36b271-root {
    text-align: center;
  }


#s-46cc43cd-c56e-476c-8a47-a412bf36b271.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-8c997d29-fa61-48d3-942b-a3d005d434ee {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c997d29-fa61-48d3-942b-a3d005d434ee {
  
}
}@media (max-width: 767px){#s-8c997d29-fa61-48d3-942b-a3d005d434ee {
  padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 0px) {
[id="s-8c997d29-fa61-48d3-942b-a3d005d434ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8c997d29-fa61-48d3-942b-a3d005d434ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c997d29-fa61-48d3-942b-a3d005d434ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c997d29-fa61-48d3-942b-a3d005d434ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32 {
  padding-top: 9px;
padding-left: 12%;
padding-bottom: 9px;
padding-right: 12%;
border-radius: 8px;
background-color: rgba(245, 171, 183, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
line-height: 1.2em;
}
#s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32:hover {box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(241, 186, 195, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32:active {box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(247, 132, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32-root {
    text-align: center;
  }


#s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32-root {
    text-align: center;
  }


#s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32-root {
    text-align: center;
  }


#s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32-root {
    text-align: center;
  }


#s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32-root {
    text-align: center;
  }


#s-546b3015-cb0a-4d76-abcd-5f1c3e3d6e32.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-aa35f690-1ef8-4e2c-956a-140e73dbea2d {
  padding-top: 9px;
padding-left: 11%;
padding-bottom: 9px;
padding-right: 11%;
border-radius: 8px;
background-color: rgba(245, 171, 183, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
hover-type: color;
line-height: 1.2em;
}
#s-aa35f690-1ef8-4e2c-956a-140e73dbea2d:hover {box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(241, 186, 195, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa35f690-1ef8-4e2c-956a-140e73dbea2d:active {box-shadow:-1px 1px 2px 0px rgba(0, 0, 0, 0.4) !important;
background-color: rgba(247, 132, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-aa35f690-1ef8-4e2c-956a-140e73dbea2d {
  padding-top: 9px;
padding-bottom: 9px;
}
}

  #s-aa35f690-1ef8-4e2c-956a-140e73dbea2d-root {
    text-align: center;
  }


#s-aa35f690-1ef8-4e2c-956a-140e73dbea2d.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa35f690-1ef8-4e2c-956a-140e73dbea2d-root {
    text-align: center;
  }


#s-aa35f690-1ef8-4e2c-956a-140e73dbea2d.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa35f690-1ef8-4e2c-956a-140e73dbea2d-root {
    text-align: center;
  }


#s-aa35f690-1ef8-4e2c-956a-140e73dbea2d.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa35f690-1ef8-4e2c-956a-140e73dbea2d-root {
    text-align: center;
  }


#s-aa35f690-1ef8-4e2c-956a-140e73dbea2d.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa35f690-1ef8-4e2c-956a-140e73dbea2d-root {
    text-align: center;
  }


#s-aa35f690-1ef8-4e2c-956a-140e73dbea2d.shg-btn {
  color: #ffffff;
  font-size: 1em;
  
  
  font-family: Gotham-Medium;
  display:  inline-block ;
}
}
#s-cf0e4bd7-9e2d-4f4a-b8d2-5a5b6b42a524 {
  padding-left: 35%;
padding-right: 35%;
text-align: center;
}
@media (min-width: 1200px){#s-cf0e4bd7-9e2d-4f4a-b8d2-5a5b6b42a524 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf0e4bd7-9e2d-4f4a-b8d2-5a5b6b42a524 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf0e4bd7-9e2d-4f4a-b8d2-5a5b6b42a524 {
  
}
}@media (max-width: 767px){#s-cf0e4bd7-9e2d-4f4a-b8d2-5a5b6b42a524 {
  padding-left: 15%;
padding-right: 15%;
}
}






  #s-cf0e4bd7-9e2d-4f4a-b8d2-5a5b6b42a524 img.shogun-image {
    

    
    
    
  }


#s-cf0e4bd7-9e2d-4f4a-b8d2-5a5b6b42a524 .shogun-image-content {
  
    align-items: center;
  
}

#s-3038f362-8ba6-482b-a6ca-0e1a1eb68bb6 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3038f362-8ba6-482b-a6ca-0e1a1eb68bb6 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-3038f362-8ba6-482b-a6ca-0e1a1eb68bb6 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-3038f362-8ba6-482b-a6ca-0e1a1eb68bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3038f362-8ba6-482b-a6ca-0e1a1eb68bb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bde2b8cb-0986-43f7-b94e-b1e5c4a88f2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bde2b8cb-0986-43f7-b94e-b1e5c4a88f2d .shogun-heading-component h1 {
  color: rgba(253, 94, 108, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-063c6192-a18e-4d83-a5a3-2c64459c2cc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-063c6192-a18e-4d83-a5a3-2c64459c2cc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-063c6192-a18e-4d83-a5a3-2c64459c2cc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-063c6192-a18e-4d83-a5a3-2c64459c2cc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-063c6192-a18e-4d83-a5a3-2c64459c2cc4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-25424c87-be48-4f20-a064-4596c8126007 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(243, 205, 212, 0);
}
@media (min-width: 1200px){#s-25424c87-be48-4f20-a064-4596c8126007 {
  display: none;
}
#s-25424c87-be48-4f20-a064-4596c8126007, #wrap-s-25424c87-be48-4f20-a064-4596c8126007 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25424c87-be48-4f20-a064-4596c8126007 {
  display: none;
}
#s-25424c87-be48-4f20-a064-4596c8126007, #wrap-s-25424c87-be48-4f20-a064-4596c8126007 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25424c87-be48-4f20-a064-4596c8126007 {
  display: none;
}
#s-25424c87-be48-4f20-a064-4596c8126007, #wrap-s-25424c87-be48-4f20-a064-4596c8126007 { display: none !important; }}







#s-25424c87-be48-4f20-a064-4596c8126007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25424c87-be48-4f20-a064-4596c8126007.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-ba650f4f-f0cc-4ba4-a1fd-b748b98cbec2 {
  text-align: center;
}







  #s-ba650f4f-f0cc-4ba4-a1fd-b748b98cbec2 img.shogun-image {
    

    
    
    
  }


#s-ba650f4f-f0cc-4ba4-a1fd-b748b98cbec2 .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}
