#s-538a30a3-e87f-49ae-9e11-90447be17248 {
  display: none;
}
#s-f41a35d8-278c-4488-afff-916c2b235ed7 {
  display: none;
}
.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-22fa5821-e69b-464b-9c7e-a768ab61ab18 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 480px;
background-position: center center;
}
@media (max-width: 767px){#s-22fa5821-e69b-464b-9c7e-a768ab61ab18 {
  padding-top: 60px;
}
}
#s-22fa5821-e69b-464b-9c7e-a768ab61ab18 {
  background-image: url(https://i.shgcdn.com/d043b443-2114-493b-829e-6f1faa0601bd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-22fa5821-e69b-464b-9c7e-a768ab61ab18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22fa5821-e69b-464b-9c7e-a768ab61ab18.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-7276de6b-4b9d-4105-9541-b4143b49c53f {
  margin-left: 60px;
margin-right: 60px;
}
@media (min-width: 1200px){#s-7276de6b-4b9d-4105-9541-b4143b49c53f {
  margin-left: 80px;
margin-right: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7276de6b-4b9d-4105-9541-b4143b49c53f {
  margin-left: 40px;
margin-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7276de6b-4b9d-4105-9541-b4143b49c53f {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-7276de6b-4b9d-4105-9541-b4143b49c53f {
  margin-left: 25px;
margin-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-7276de6b-4b9d-4105-9541-b4143b49c53f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7276de6b-4b9d-4105-9541-b4143b49c53f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7276de6b-4b9d-4105-9541-b4143b49c53f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7276de6b-4b9d-4105-9541-b4143b49c53f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2344a00d-b289-487a-9f53-74f4896e58ca {
  min-height: 440px;
}
@media (max-width: 767px){#s-2344a00d-b289-487a-9f53-74f4896e58ca {
  padding-top: 30px;
}
}







#s-2344a00d-b289-487a-9f53-74f4896e58ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2344a00d-b289-487a-9f53-74f4896e58ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: ;
}

#yotpo-star-iwd .yotpo{
    margin-left:40px !important;
}

#yotpo-star-iwd .yotpo-icon-star
{
    color:#FFBA31 !important;
    font-size:17.5px;
}

#yotpo-star-iwd .yotpo-icon-half-star
{
    color:#FFBA31 !important;
    font-size:17.5px;
}



#yotpo-star-iwd .text-m{
    font-size:16px !important;
    padding-left:5px !important;
}

#yotpo-star-iwd .yotpo-icon-empty-star{
     color:#FFEBCA !important;
}

#yotpo-star-iwd a:hover{
    color:#EF8411 !important;
}


@media only screen and (max-width: 767px){
    .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .footer-additional-actions{
		margin-right: 10px;
    } 
}
#s-4039bfd8-35ed-4cb7-a047-ade52a86e285 {
  margin-top: 10px;
margin-left: 40px;
margin-bottom: 10px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-4039bfd8-35ed-4cb7-a047-ade52a86e285 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4039bfd8-35ed-4cb7-a047-ade52a86e285 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-4039bfd8-35ed-4cb7-a047-ade52a86e285 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-9f613129-dfde-4f24-b09f-b05ac3e7d95d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-a09ecf37-4f1b-472a-8f10-90046c6ed04d {
  min-height: 50px;
}








#s-a09ecf37-4f1b-472a-8f10-90046c6ed04d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a09ecf37-4f1b-472a-8f10-90046c6ed04d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.product__size-chart{
    float:unset;
}

.feature_divider{
padding:10px 0px 10px 0px;
}

.medium-down--hidden{
    display:inherit;
}

.feature_divider{
    text-align:center;
}
.featurebutton {
    margin-top: 10px;
    border: 0;
    border-radius: 25px;
    background-color: #05D1AD;
    padding: 10px 20px;
    vertical-align: middle;
    box-shadow: none;
    font-family: 'Open Sans';
    width: 200px;
    font-weight:600;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform:uppercase;
}

.featurebutton:hover {
    margin-top: 10px;
    border: 0;
    border-radius: 25px;
    background-color: #0dad99;
    padding: 10px 20px;
    vertical-align: middle;
    box-shadow: none;
    font-family: 'Open Sans';
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform:uppercase;
    cursor: pointer;
}


.label-custom {
    font-weight: 600;
    font-size: 18px;
    color: #676767;
    margin-bottom: 13px;
    line-height: 1.5;
    float: left;
    padding: 5px 0px;
}

#domain-name{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: normal;
    border: 0;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 25px;
    border-radius: 0;
    border: 1px solid #b1b1b1; 
    color: #676767;
     font-family: 'Open Sans';
}

.shg-product-variant-select{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: normal;
    border: 0;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 25px;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    color: #676767;
     font-family: 'Open Sans';
    
}

.size-chart{
    width: 500px;
    padding: 0;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
    border-radius: 10px;
    border: 0;
    box-shadow: none;
    background-color: #fff;
    outline: 0;
    background-clip: padding-box;
    text-align: left;
}

.modal-header{
 padding: 0;
    position: relative;
    padding-top: 35px;   
}

.modal-title{
 padding: 0 75px;
 margin: 0;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 38px !important;
    font-weight: 100;
    color: #151515;
    line-height: inherit;
}

.product-options{
  padding:10px 0px 0px 0px;
}

.add-to-cart{
 text-align:center;   
}
#s-1c45bf3b-91fd-4e2e-801e-bf8c5b1869f2 {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c45bf3b-91fd-4e2e-801e-bf8c5b1869f2 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-1c45bf3b-91fd-4e2e-801e-bf8c5b1869f2 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-b01066ac-b87c-4187-b9d7-0dd543d49bd2 {
  text-align: center;
}

#s-b01066ac-b87c-4187-b9d7-0dd543d49bd2 .shg-product-sold-out {
  display: none;
  color: rgba(103, 103, 103, 1);
  font-size: 24px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b01066ac-b87c-4187-b9d7-0dd543d49bd2 .shg-product-price {
  color: rgba(103, 103, 103, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 24px;
}

#s-b01066ac-b87c-4187-b9d7-0dd543d49bd2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-39b01587-0b7a-4953-98ce-8fdc3032ca0a {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 480px;
max-width: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-39b01587-0b7a-4953-98ce-8fdc3032ca0a {
  min-height: 380px;
}
}
#s-39b01587-0b7a-4953-98ce-8fdc3032ca0a {
  background-image: url(https://i.shgcdn.com/e3899cbc-4796-42d5-be49-a14d89733e1f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-39b01587-0b7a-4953-98ce-8fdc3032ca0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39b01587-0b7a-4953-98ce-8fdc3032ca0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-92a9464a-55f5-4bdd-ac94-765e620c34d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92a9464a-55f5-4bdd-ac94-765e620c34d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92a9464a-55f5-4bdd-ac94-765e620c34d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92a9464a-55f5-4bdd-ac94-765e620c34d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4ec4a2c3-742b-4a7b-82c8-7df3de9337e1 {
  min-height: 50px;
}








#s-4ec4a2c3-742b-4a7b-82c8-7df3de9337e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ec4a2c3-742b-4a7b-82c8-7df3de9337e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b319aec-8cc8-4d9a-ab05-f07169df2fd9 .shogun-icon-wrapper {
  text-align: center;
}


#s-1b319aec-8cc8-4d9a-ab05-f07169df2fd9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(83, 35, 175, 1);
}
@media (max-width: 767px){#s-1b319aec-8cc8-4d9a-ab05-f07169df2fd9 .shogun-icon-wrapper {
  text-align: center;
}


#s-1b319aec-8cc8-4d9a-ab05-f07169df2fd9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(83, 35, 175, 1);
}
}
.compensate-for-scrollbar
{
    margin:0 !important;
}

.product__size-chart{
    float:unset;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #151515;
    font-weight:500;
    text-align:center;
}

.feature_divider{
padding:10px 0px 10px 0px;
}

.medium-down--hidden{
    display:inherit;
}

.feature_divider{
    text-align:center;
}
.featurebutton {
    margin-top: 10px;
    border: 0;
    border-radius: 25px;
    background-color: #05D1AD;
    padding: 10px 20px;
    vertical-align: middle;
    box-shadow: none;
    font-family: 'Open Sans';
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform:uppercase;
}

.featurebutton:hover {
    margin-top: 10px;
    border: 0;
    border-radius: 25px;
    background-color: #0dad99;
    padding: 10px 20px;
    vertical-align: middle;
    box-shadow: none;
    font-family: 'Open Sans';
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform:uppercase;
    cursor: pointer;
}


.label-custom-link {
    font-weight: 100;
    font-size: 18px;
    color: #05d1ad;
    margin-bottom: 13px;
    line-height: 1.5;
    padding: 5px 0px;
    float:none;
     cursor: pointer;
}

#domain-name{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: normal;
    border: 0;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 25px;
    border-radius: 0;
    border: 1px solid #b1b1b1; 
    color: #676767;
     font-family: 'Open Sans';
}

.shg-product-variant-select{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: normal;
    border: 0;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 25px;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    color: #676767;
     font-family: 'Open Sans';
    
}

.size-chart{
    width: 500px;
    padding: 0;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
    border-radius: 10px;
    border: 0;
    box-shadow: none;
    background-color: #fff;
    outline: 0;
    background-clip: padding-box;
}

.modal-header-links{
    padding: 0;
    position: relative;
}

.modal-title{
 padding: 0 75px;
 margin: 0;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 38px !important;
    font-weight: 100;
    color: #151515;
    line-height: inherit;
}

.product-options{
  padding:10px 0px 0px 0px;
  text-align:center;
}

.add-to-cart{
 text-align:center;   
}
#s-c5827961-4e70-4a47-9dc3-544862a9eed6 {
  min-height: 50px;
}








#s-c5827961-4e70-4a47-9dc3-544862a9eed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5827961-4e70-4a47-9dc3-544862a9eed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaa6dbbe-7385-48f7-9d3c-d927b669e880 .shogun-icon-wrapper {
  text-align: center;
}


#s-aaa6dbbe-7385-48f7-9d3c-d927b669e880 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(83, 35, 175, 1);
}
@media (max-width: 767px){#s-aaa6dbbe-7385-48f7-9d3c-d927b669e880 .shogun-icon-wrapper {
  text-align: center;
}


#s-aaa6dbbe-7385-48f7-9d3c-d927b669e880 .shogun-icon-wrapper > .shogun-icon {

  font-size: 20px !important;
  color: rgba(83, 35, 175, 1);
}
}
#s-e95a6d81-0aaf-4392-91fa-476bb74de1b3 {
  min-height: 50px;
}








#s-e95a6d81-0aaf-4392-91fa-476bb74de1b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95a6d81-0aaf-4392-91fa-476bb74de1b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.comparison-table {
    display: table;
    text-align: center;
    width: auto;
    margin: auto;
}

.comparison-table .plan {
    display: table-cell
}

.comparison-table .plan table {
    width: 100%;
    display: table
}

.comparison-table .plan table tr th {
    text-align: center;
    text-transform: uppercase;
    background-color: #151515;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 11px 10px
}

.comparison-table .plan table tr td {
    text-align: center;
    text-transform: none;
    background-color: #f7f7f7;
    color: #3f3f3f;
    font-family: 'Open Sans';
    font-weight: 100;
    font-size: 16px;
    border-bottom: 1px solid #dfdfdf;
    padding: 11px 10px
}

.comparison-table .plan table tr:last-child td {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 0
}

.comparison-table .plan .comparebutton {
    margin-top: 20px;
    visibility: hidden;
    width: auto;
    border: 0;
    border-radius: 40px;
    background-color: #05d1ad;
    padding: 7px 37px;
    vertical-align: middle;
    box-shadow: none;
    font-family: 'Open Sans';
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.comparison-table .plan:hover tr th {
    background-color: #05d1ad;
    color: #fff
}

.comparison-table .plan:hover tr td {
    background-color: #fbfbfb;
    color: #3f3f3f
}

.comparison-table .plan:hover .comparebutton {
    visibility: visible
}

.comparison-table .plan:hover .comparebutton:hover {
    border: 0;
    background-color: #0dad99;
    box-shadow: none !important;
    color: #fff
}

@media screen and (max-width: 991px) {
  .comparison-table .plan { 
      display: block;
      padding: 10px 0px;
  }
}
@media (min-width: 0px) {
[id="s-57e5d0de-5543-4ce7-898e-dd47d914539d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57e5d0de-5543-4ce7-898e-dd47d914539d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57e5d0de-5543-4ce7-898e-dd47d914539d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57e5d0de-5543-4ce7-898e-dd47d914539d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-90ba2bae-b933-411e-9403-4cc3f4ea0871 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-7ae1b2f1-3bf3-41d8-bb3d-c48a5ddea7f9 {
  text-align: center;
}

#s-7ae1b2f1-3bf3-41d8-bb3d-c48a5ddea7f9 .shg-product-sold-out {
  display: none;
  color: rgba(103, 103, 103, 1);
  font-size: 24px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-7ae1b2f1-3bf3-41d8-bb3d-c48a5ddea7f9 .shg-product-price {
  color: rgba(103, 103, 103, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 24px;
}

#s-7ae1b2f1-3bf3-41d8-bb3d-c48a5ddea7f9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (max-width: 767px){#s-36ee3b98-2bf7-4fd8-9725-d9d126705690 {
  margin-left: 30px;
margin-right: 30px;
}
}
#s-49e1824e-ec1c-4972-8bd1-bf1e1f01b23d {
  display: none;
}
#s-3c8389b9-7e71-4e3c-be40-0519c52a6abb {
  text-align: center;
}

#s-3c8389b9-7e71-4e3c-be40-0519c52a6abb .shg-product-sold-out {
  display: none;
  color: rgba(103, 103, 103, 1);
  font-size: 24px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-3c8389b9-7e71-4e3c-be40-0519c52a6abb .shg-product-price {
  color: rgba(103, 103, 103, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 24px;
}

#s-3c8389b9-7e71-4e3c-be40-0519c52a6abb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d448b8a2-3f15-40c1-b4c9-8fe3ee6886cc {
  min-height: 50px;
}








#s-d448b8a2-3f15-40c1-b4c9-8fe3ee6886cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d448b8a2-3f15-40c1-b4c9-8fe3ee6886cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e798c806-6708-4916-98ff-3bb8d0900df7 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-e798c806-6708-4916-98ff-3bb8d0900df7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e798c806-6708-4916-98ff-3bb8d0900df7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e798c806-6708-4916-98ff-3bb8d0900df7 {
  
}
}@media (max-width: 767px){#s-e798c806-6708-4916-98ff-3bb8d0900df7 {
  
}
}







#s-e798c806-6708-4916-98ff-3bb8d0900df7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e798c806-6708-4916-98ff-3bb8d0900df7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d73a9ece-8a79-46fe-a016-8f859489ca09 {
  border-style: solid;
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(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d73a9ece-8a79-46fe-a016-8f859489ca09 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d73a9ece-8a79-46fe-a016-8f859489ca09 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d73a9ece-8a79-46fe-a016-8f859489ca09 {
  
}
}@media (max-width: 767px){#s-d73a9ece-8a79-46fe-a016-8f859489ca09 {
  
}
}







#s-d73a9ece-8a79-46fe-a016-8f859489ca09 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d73a9ece-8a79-46fe-a016-8f859489ca09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6cfd9b6-51e1-466a-8943-63d2747f81e6 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-e6cfd9b6-51e1-466a-8943-63d2747f81e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6cfd9b6-51e1-466a-8943-63d2747f81e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6cfd9b6-51e1-466a-8943-63d2747f81e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6cfd9b6-51e1-466a-8943-63d2747f81e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6cfd9b6-51e1-466a-8943-63d2747f81e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6cfd9b6-51e1-466a-8943-63d2747f81e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e6cfd9b6-51e1-466a-8943-63d2747f81e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e6cfd9b6-51e1-466a-8943-63d2747f81e6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c354ca93-3cd5-4cc2-8ece-1c2f5b15e1ac {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(250, 250, 250, 1);
}








#s-c354ca93-3cd5-4cc2-8ece-1c2f5b15e1ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c354ca93-3cd5-4cc2-8ece-1c2f5b15e1ac.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-08cb4b61-d306-4868-beef-825603864add {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08cb4b61-d306-4868-beef-825603864add .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-8f7789bc-a0bb-4327-8308-01318dc8aaea {
  margin-left: 50px;
margin-right: 50px;
}

#s-419fd045-e8af-4be5-beba-80d00e31dca5 {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-419fd045-e8af-4be5-beba-80d00e31dca5 {
  min-height: 350px;
}
}







#s-419fd045-e8af-4be5-beba-80d00e31dca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-419fd045-e8af-4be5-beba-80d00e31dca5.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-dffd8399-4a6f-4864-a51c-eac5e8a608ad {
  text-align: center;
}







  #s-dffd8399-4a6f-4864-a51c-eac5e8a608ad img.shogun-image {
    

    
    
    
  }


#s-dffd8399-4a6f-4864-a51c-eac5e8a608ad .shogun-image-content {
  
    align-items: center;
  
}

#s-e7a14978-2814-4943-ba6c-46cd3cf5e9da {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e7a14978-2814-4943-ba6c-46cd3cf5e9da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7a14978-2814-4943-ba6c-46cd3cf5e9da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e7a14978-2814-4943-ba6c-46cd3cf5e9da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7a14978-2814-4943-ba6c-46cd3cf5e9da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e7a14978-2814-4943-ba6c-46cd3cf5e9da"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b3844845-82d9-441c-85ef-0bf493a3c9d1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-b3844845-82d9-441c-85ef-0bf493a3c9d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3844845-82d9-441c-85ef-0bf493a3c9d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e16484cb-8c36-4f4d-bdd0-2cc48765b2e5 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e16484cb-8c36-4f4d-bdd0-2cc48765b2e5 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-5b52fa20-79df-4a03-83f9-4492e403616e {
  margin-left: 50px;
margin-right: 50px;
}

#s-f5abf2df-4982-4589-b7b7-e93cd45c62e9 {
  border-style: solid;
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.57);
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}








#s-f5abf2df-4982-4589-b7b7-e93cd45c62e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5abf2df-4982-4589-b7b7-e93cd45c62e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfdecb7e-62c9-4500-b3c5-a0ab042b32d6 {
  text-align: center;
}







  #s-dfdecb7e-62c9-4500-b3c5-a0ab042b32d6 img.shogun-image {
    

    
    
    
  }


#s-dfdecb7e-62c9-4500-b3c5-a0ab042b32d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb2ae04b-c631-4c6d-ad00-89b48f2dd93e {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-fb2ae04b-c631-4c6d-ad00-89b48f2dd93e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb2ae04b-c631-4c6d-ad00-89b48f2dd93e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb2ae04b-c631-4c6d-ad00-89b48f2dd93e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fb2ae04b-c631-4c6d-ad00-89b48f2dd93e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb2ae04b-c631-4c6d-ad00-89b48f2dd93e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb2ae04b-c631-4c6d-ad00-89b48f2dd93e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-fb2ae04b-c631-4c6d-ad00-89b48f2dd93e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fb2ae04b-c631-4c6d-ad00-89b48f2dd93e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-412729ff-4389-45cc-9521-2e027e7d0258 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(250, 250, 250, 1);
}








#s-412729ff-4389-45cc-9521-2e027e7d0258 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-412729ff-4389-45cc-9521-2e027e7d0258.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ed450ad-cca2-4a91-80d5-5c682d5f3c3e {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ed450ad-cca2-4a91-80d5-5c682d5f3c3e .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-3f8c0cef-7df9-4de4-837e-a52a40f7f189 {
  margin-left: 50px;
margin-right: 50px;
}

#s-8cf76b8c-36e5-4746-95a1-c194b1750a8f {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(250, 250, 250, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-8cf76b8c-36e5-4746-95a1-c194b1750a8f {
  min-height: 350px;
}
}







#s-8cf76b8c-36e5-4746-95a1-c194b1750a8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cf76b8c-36e5-4746-95a1-c194b1750a8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aca8b3ba-c73a-4144-a6c4-288aceb845df {
  text-align: center;
}







  #s-aca8b3ba-c73a-4144-a6c4-288aceb845df img.shogun-image {
    

    
    
    
  }


#s-aca8b3ba-c73a-4144-a6c4-288aceb845df .shogun-image-content {
  
    align-items: center;
  
}

#s-4803dd0d-d08a-4497-861f-c9943bdcab07 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-4803dd0d-d08a-4497-861f-c9943bdcab07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4803dd0d-d08a-4497-861f-c9943bdcab07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4803dd0d-d08a-4497-861f-c9943bdcab07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4803dd0d-d08a-4497-861f-c9943bdcab07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-4803dd0d-d08a-4497-861f-c9943bdcab07"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1db99b8a-f374-4a78-9a40-26b646881e77 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
}








#s-1db99b8a-f374-4a78-9a40-26b646881e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db99b8a-f374-4a78-9a40-26b646881e77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45aabc41-0f1a-420b-971d-d1a80f9c5730 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45aabc41-0f1a-420b-971d-d1a80f9c5730 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-cea2da4f-8728-4b47-a7a0-9f222230101c {
  margin-left: 50px;
margin-right: 50px;
}

#s-b0307fc8-1e74-411d-8022-046450e1938b {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b0307fc8-1e74-411d-8022-046450e1938b {
  min-height: 350px;
}
}







#s-b0307fc8-1e74-411d-8022-046450e1938b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0307fc8-1e74-411d-8022-046450e1938b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fea319f1-181a-411c-8d52-139a4daec8b5 {
  text-align: center;
}







  #s-fea319f1-181a-411c-8d52-139a4daec8b5 img.shogun-image {
    

    
    
    
  }


#s-fea319f1-181a-411c-8d52-139a4daec8b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-92b710d2-670a-4020-87b1-4db2e54965fb {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-92b710d2-670a-4020-87b1-4db2e54965fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92b710d2-670a-4020-87b1-4db2e54965fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92b710d2-670a-4020-87b1-4db2e54965fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92b710d2-670a-4020-87b1-4db2e54965fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92b710d2-670a-4020-87b1-4db2e54965fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92b710d2-670a-4020-87b1-4db2e54965fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92b710d2-670a-4020-87b1-4db2e54965fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-92b710d2-670a-4020-87b1-4db2e54965fb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c799cf8a-6ccc-4aa1-a605-66a5b9b39b50 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(250, 250, 250, 1);
}








#s-c799cf8a-6ccc-4aa1-a605-66a5b9b39b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c799cf8a-6ccc-4aa1-a605-66a5b9b39b50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d5b7585-4971-4f26-a437-1b5f1f7e9cf1 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d5b7585-4971-4f26-a437-1b5f1f7e9cf1 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-bdbef2f9-0e36-4761-87c6-8501dd3efd2c {
  margin-left: 50px;
margin-right: 50px;
}

#s-9ad07e8a-f4bf-4778-88a4-3dcf25cbf674 {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(250, 250, 250, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-9ad07e8a-f4bf-4778-88a4-3dcf25cbf674 {
  min-height: 350px;
}
}







#s-9ad07e8a-f4bf-4778-88a4-3dcf25cbf674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad07e8a-f4bf-4778-88a4-3dcf25cbf674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b98f134-5891-4a90-a7dd-efce5960cf83 {
  text-align: center;
}







  #s-9b98f134-5891-4a90-a7dd-efce5960cf83 img.shogun-image {
    

    
    
    
  }


#s-9b98f134-5891-4a90-a7dd-efce5960cf83 .shogun-image-content {
  
    align-items: center;
  
}

#s-65850cf8-8a60-4138-b556-5e201fb6a623 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-65850cf8-8a60-4138-b556-5e201fb6a623"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65850cf8-8a60-4138-b556-5e201fb6a623"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-65850cf8-8a60-4138-b556-5e201fb6a623"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-65850cf8-8a60-4138-b556-5e201fb6a623"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-65850cf8-8a60-4138-b556-5e201fb6a623"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-283b71b4-bf4e-4dc6-9993-6fd57ab56531 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(157, 193, 201, 1);
}








#s-283b71b4-bf4e-4dc6-9993-6fd57ab56531 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-283b71b4-bf4e-4dc6-9993-6fd57ab56531.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39742e1e-759f-4564-8422-f2a0e754dced {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39742e1e-759f-4564-8422-f2a0e754dced .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-d451075e-1e7d-4d85-82fe-c5db8dcb862b {
  margin-left: 50px;
margin-right: 50px;
}

#s-64aa53ad-788f-4571-8ee6-5b8230a8e1f9 {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(157, 193, 201, 1);
}
@media (max-width: 767px){#s-64aa53ad-788f-4571-8ee6-5b8230a8e1f9 {
  min-height: 350px;
}
}







#s-64aa53ad-788f-4571-8ee6-5b8230a8e1f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64aa53ad-788f-4571-8ee6-5b8230a8e1f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a8f398a-01d8-4fd9-8b00-8aa2961a0ab2 {
  text-align: center;
}







  #s-8a8f398a-01d8-4fd9-8b00-8aa2961a0ab2 img.shogun-image {
    

    
    
    
  }


#s-8a8f398a-01d8-4fd9-8b00-8aa2961a0ab2 .shogun-image-content {
  
    align-items: center;
  
}

#s-629f42ba-520b-4285-81b4-717ff00ec7b1 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-629f42ba-520b-4285-81b4-717ff00ec7b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-629f42ba-520b-4285-81b4-717ff00ec7b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-629f42ba-520b-4285-81b4-717ff00ec7b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-629f42ba-520b-4285-81b4-717ff00ec7b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-629f42ba-520b-4285-81b4-717ff00ec7b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-629f42ba-520b-4285-81b4-717ff00ec7b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-629f42ba-520b-4285-81b4-717ff00ec7b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-629f42ba-520b-4285-81b4-717ff00ec7b1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cd56e76f-4f59-4d99-a9a5-dfec9a007920 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(244, 244, 244, 1);
}








#s-cd56e76f-4f59-4d99-a9a5-dfec9a007920 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd56e76f-4f59-4d99-a9a5-dfec9a007920.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c858b788-014c-421e-be1e-ecf8d9276f57 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c858b788-014c-421e-be1e-ecf8d9276f57 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-94057328-7e6e-4437-9bdc-e8ca79ee8f54 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a5459b69-600d-487e-af9c-f10d0d32a6aa {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(244, 244, 244, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-a5459b69-600d-487e-af9c-f10d0d32a6aa {
  min-height: 350px;
}
}







#s-a5459b69-600d-487e-af9c-f10d0d32a6aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5459b69-600d-487e-af9c-f10d0d32a6aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd74eae9-129e-4d38-8d69-d24472df2546 {
  text-align: center;
}







  #s-dd74eae9-129e-4d38-8d69-d24472df2546 img.shogun-image {
    

    
    
    
  }


#s-dd74eae9-129e-4d38-8d69-d24472df2546 .shogun-image-content {
  
    align-items: center;
  
}

#s-5921449e-217b-4bda-80e8-3dbe82b6746e {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-5921449e-217b-4bda-80e8-3dbe82b6746e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5921449e-217b-4bda-80e8-3dbe82b6746e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5921449e-217b-4bda-80e8-3dbe82b6746e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5921449e-217b-4bda-80e8-3dbe82b6746e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5921449e-217b-4bda-80e8-3dbe82b6746e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fba8cdad-d313-4615-bbb5-f1a2c529769d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
}








#s-fba8cdad-d313-4615-bbb5-f1a2c529769d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fba8cdad-d313-4615-bbb5-f1a2c529769d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fc6a76e-eb84-4a49-8973-24069aee5110 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9fc6a76e-eb84-4a49-8973-24069aee5110 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-668ae2b9-1011-4b99-a642-a6678a6fe662 {
  margin-left: 50px;
margin-right: 50px;
}

#s-5e1cc7df-1297-4eb1-a047-b4d287efb898 {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5e1cc7df-1297-4eb1-a047-b4d287efb898 {
  min-height: 350px;
}
}







#s-5e1cc7df-1297-4eb1-a047-b4d287efb898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e1cc7df-1297-4eb1-a047-b4d287efb898.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f1e4139-793f-41a2-8ed2-2582b9ed1572 {
  text-align: center;
}







  #s-2f1e4139-793f-41a2-8ed2-2582b9ed1572 img.shogun-image {
    

    
    
    
  }


#s-2f1e4139-793f-41a2-8ed2-2582b9ed1572 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2333f44-6dd0-4ce9-836f-3bd06a083458 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-f2333f44-6dd0-4ce9-836f-3bd06a083458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2333f44-6dd0-4ce9-836f-3bd06a083458"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f2333f44-6dd0-4ce9-836f-3bd06a083458"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2333f44-6dd0-4ce9-836f-3bd06a083458"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f2333f44-6dd0-4ce9-836f-3bd06a083458"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2333f44-6dd0-4ce9-836f-3bd06a083458"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f2333f44-6dd0-4ce9-836f-3bd06a083458"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f2333f44-6dd0-4ce9-836f-3bd06a083458"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ebd35dd0-80e4-4d7a-b124-168000bca618 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(244, 244, 244, 1);
}








#s-ebd35dd0-80e4-4d7a-b124-168000bca618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebd35dd0-80e4-4d7a-b124-168000bca618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc14adc3-d40d-436b-8497-670d9c4210c3 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc14adc3-d40d-436b-8497-670d9c4210c3 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-6b6d0341-4717-4d8f-820b-264d76236dc9 {
  margin-left: 50px;
margin-right: 50px;
}

#s-2565118e-1b1f-453d-83a7-3de642156cfc {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(244, 244, 244, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-2565118e-1b1f-453d-83a7-3de642156cfc {
  min-height: 350px;
}
}







#s-2565118e-1b1f-453d-83a7-3de642156cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2565118e-1b1f-453d-83a7-3de642156cfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c7e334a-18c9-4d29-b0b8-d90ef254e973 {
  text-align: center;
}







  #s-3c7e334a-18c9-4d29-b0b8-d90ef254e973 img.shogun-image {
    

    
    
    
  }


#s-3c7e334a-18c9-4d29-b0b8-d90ef254e973 .shogun-image-content {
  
    align-items: center;
  
}

#s-0133cb10-3a64-41ea-963b-1cef863b1885 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-0133cb10-3a64-41ea-963b-1cef863b1885"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0133cb10-3a64-41ea-963b-1cef863b1885"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0133cb10-3a64-41ea-963b-1cef863b1885"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0133cb10-3a64-41ea-963b-1cef863b1885"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0133cb10-3a64-41ea-963b-1cef863b1885"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-21664cfb-ea6a-4372-8cd1-cf1c869fabf6 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
}








#s-21664cfb-ea6a-4372-8cd1-cf1c869fabf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21664cfb-ea6a-4372-8cd1-cf1c869fabf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91176dce-66cf-4ee2-95f6-df0b084b1fef {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91176dce-66cf-4ee2-95f6-df0b084b1fef .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-3a0c7381-f7ab-4c72-b968-4f6622fe6ec5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-ba53d46d-35cd-4d68-9e91-7b3dc06140a6 {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ba53d46d-35cd-4d68-9e91-7b3dc06140a6 {
  min-height: 350px;
}
}







#s-ba53d46d-35cd-4d68-9e91-7b3dc06140a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba53d46d-35cd-4d68-9e91-7b3dc06140a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e01b08dd-bb72-45ae-9f56-48fe0b05eb9a {
  text-align: center;
}







  #s-e01b08dd-bb72-45ae-9f56-48fe0b05eb9a img.shogun-image {
    

    
    
    
  }


#s-e01b08dd-bb72-45ae-9f56-48fe0b05eb9a .shogun-image-content {
  
    align-items: center;
  
}

#s-e80b5697-304b-4490-84f7-ebc7b67106c0 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-e80b5697-304b-4490-84f7-ebc7b67106c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e80b5697-304b-4490-84f7-ebc7b67106c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e80b5697-304b-4490-84f7-ebc7b67106c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e80b5697-304b-4490-84f7-ebc7b67106c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e80b5697-304b-4490-84f7-ebc7b67106c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e80b5697-304b-4490-84f7-ebc7b67106c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e80b5697-304b-4490-84f7-ebc7b67106c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e80b5697-304b-4490-84f7-ebc7b67106c0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-45b3ce17-9c09-4237-a790-2f252575cd73 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
background-color: rgba(250, 250, 250, 1);
}








#s-45b3ce17-9c09-4237-a790-2f252575cd73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45b3ce17-9c09-4237-a790-2f252575cd73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76519cc0-f88f-481e-8f12-291a68a32d58 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76519cc0-f88f-481e-8f12-291a68a32d58 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-33764884-228f-4b76-82be-033624f2087a {
  margin-left: 50px;
margin-right: 50px;
}

#s-db1c5813-9ad3-4f2a-966b-6687f1cc4ed8 {
  border-style: solid;
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.57);
min-height: 500px;
background-color: rgba(250, 250, 250, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-db1c5813-9ad3-4f2a-966b-6687f1cc4ed8 {
  min-height: 350px;
}
}







#s-db1c5813-9ad3-4f2a-966b-6687f1cc4ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db1c5813-9ad3-4f2a-966b-6687f1cc4ed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e36c2d2-27f6-4de9-ab06-0dbaa5e09ad1 {
  text-align: center;
}







  #s-6e36c2d2-27f6-4de9-ab06-0dbaa5e09ad1 img.shogun-image {
    

    
    
    
  }


#s-6e36c2d2-27f6-4de9-ab06-0dbaa5e09ad1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2073aa9b-9228-4bf4-8959-0db5accb56f6 {
  min-height: 50px;
}








#s-2073aa9b-9228-4bf4-8959-0db5accb56f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2073aa9b-9228-4bf4-8959-0db5accb56f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-5d272ce6-0223-4f0b-b65f-4d68054723c4 {
  margin-left: 80px;
margin-right: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d272ce6-0223-4f0b-b65f-4d68054723c4 {
  margin-left: 5px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-5d272ce6-0223-4f0b-b65f-4d68054723c4 {
  margin-left: 5px;
margin-right: 5px;
}
}

  #s-5d272ce6-0223-4f0b-b65f-4d68054723c4 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(83, 35, 175, 1);
    border: 1px solid rgba(83, 35, 175, 1);
  }
  #s-5d272ce6-0223-4f0b-b65f-4d68054723c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(110, 40, 221, 1);
    border: 1px solid rgba(110, 40, 221, 1);
  }
#s-5d272ce6-0223-4f0b-b65f-4d68054723c4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: Open Sans;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5d272ce6-0223-4f0b-b65f-4d68054723c4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-5d272ce6-0223-4f0b-b65f-4d68054723c4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(110, 40, 221, 1);
}

#s-5d272ce6-0223-4f0b-b65f-4d68054723c4 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(110, 40, 221, 1);
}

#s-6333345f-941f-42a7-8587-68b13a40ae42 {
  margin-left: 60px;
margin-right: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6333345f-941f-42a7-8587-68b13a40ae42 {
  margin-left: 5px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-6333345f-941f-42a7-8587-68b13a40ae42 {
  margin-left: 5px;
margin-right: 5px;
}
}
.yotpo-default-button primary-color-btn yotpo-submit yotpo-disabled{
    background: #0dad98;
    border-radius: 30px;
}


.yotpo-default-button primary-color-btn yotpo-submit yotpo-disabled :hover{
    background: #676767 !important;
    border-radius: 30px;
}
#s-db7744bc-47bc-45c0-9ba1-cf64d9f2991f {
  margin-left: 60px;
margin-right: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db7744bc-47bc-45c0-9ba1-cf64d9f2991f {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-db7744bc-47bc-45c0-9ba1-cf64d9f2991f {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-b2dddcf0-341a-4b16-9971-192b1384ccff {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 10%;
padding-bottom: 0%;
min-height: 50px;
}








#s-b2dddcf0-341a-4b16-9971-192b1384ccff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2dddcf0-341a-4b16-9971-192b1384ccff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cf63dde-aac9-44cd-bf23-bc99e13feb34 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 0%;
padding-bottom: 0%;
text-align: left;
}

#s-4cf63dde-aac9-44cd-bf23-bc99e13feb34 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-2dd22a5c-8ec6-4a09-8c1a-1ed72ddea0d6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dd22a5c-8ec6-4a09-8c1a-1ed72ddea0d6 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2dd22a5c-8ec6-4a09-8c1a-1ed72ddea0d6 {
  margin-left: 5%;
margin-right: 5%;
}
}
/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}