.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-5b7cb9b8-6514-444a-87af-57512a6f346c {
  padding-left: 100px;
padding-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b7cb9b8-6514-444a-87af-57512a6f346c {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-5b7cb9b8-6514-444a-87af-57512a6f346c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-5b7cb9b8-6514-444a-87af-57512a6f346c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b7cb9b8-6514-444a-87af-57512a6f346c.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-815e9518-c27e-4c1e-ad43-bff4d1c12486 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-815e9518-c27e-4c1e-ad43-bff4d1c12486 .shogun-heading-component h1 {
  color: rgba(0, 36, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f1aee871-25e6-4a18-8539-a7b4447e14b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1aee871-25e6-4a18-8539-a7b4447e14b1 .shogun-heading-component h4 {
  color: rgba(0, 36, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-49488984-7163-484c-89c9-3a7e53cb9eb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49488984-7163-484c-89c9-3a7e53cb9eb7 .shogun-heading-component h4 {
  color: rgba(0, 36, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-29fd0593-0f6e-45e6-9f70-4519ec82cef3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29fd0593-0f6e-45e6-9f70-4519ec82cef3 .shogun-heading-component h1 {
  color: rgba(0, 36, 87, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-c583460c-a28c-4955-8b0e-5faf6c506bd0 .shogun-countdown span, #s-c583460c-a28c-4955-8b0e-5faf6c506bd0 .shogun-countdown label {
  color: rgba(0, 36, 87, 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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ff8fde03-79fa-4453-93be-8e08fa5cff6f {
  margin-top: 10px;
margin-left: 200px;
margin-bottom: 10px;
margin-right: 200px;
text-align: left;
}




  #s-ff8fde03-79fa-4453-93be-8e08fa5cff6f img.shogun-image {
    
    width: px;
  }


#s-ff8fde03-79fa-4453-93be-8e08fa5cff6f .shogun-image-content {
  
    align-items: center;
  
}

#s-17d10cce-60d3-4413-927d-00cbf44b0cbf {
  padding-left: 60px;
padding-right: 60px;
min-height: 50px;
}








#s-17d10cce-60d3-4413-927d-00cbf44b0cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d10cce-60d3-4413-927d-00cbf44b0cbf.shg-box.shg-c {
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-f68fde7b-f580-4bf3-840a-53d048acff91 {
  margin-left: 50px;
margin-right: 50px;
min-height: 400px;
}

#s-12e9925f-d008-4bed-9920-f680560cfca6 {
  display: none;
}
.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.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-d0ddad94-bb02-4747-994a-fd497ac9f8fc {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 400px;
background-color: rgba(0, 36, 87, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-d0ddad94-bb02-4747-994a-fd497ac9f8fc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 30, 71, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d0ddad94-bb02-4747-994a-fd497ac9f8fc:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 36, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-d0ddad94-bb02-4747-994a-fd497ac9f8fc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

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

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-2281e7bb-aee6-4628-bc11-41b6ab06f155 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7e25c978-17e0-439b-a645-24fe330ff735 {
  text-align: center;
}





#s-7e25c978-17e0-439b-a645-24fe330ff735 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fc4b12e-be98-47f2-ab0f-25a6dacad126 {
  text-align: center;
}





#s-2fc4b12e-be98-47f2-ab0f-25a6dacad126 .shogun-image-content {
  
    align-items: center;
  
}

#s-57522915-3a33-4fe6-966a-14a1bff42116 {
  text-align: center;
}





#s-57522915-3a33-4fe6-966a-14a1bff42116 .shogun-image-content {
  
    align-items: center;
  
}

#s-a57391fa-8cce-41e0-b37c-dfd8f747a5ba {
  text-align: center;
}





#s-a57391fa-8cce-41e0-b37c-dfd8f747a5ba .shogun-image-content {
  
    align-items: center;
  
}

#s-73a577eb-8715-4e99-8562-5384eb5658d3 {
  text-align: center;
}





#s-73a577eb-8715-4e99-8562-5384eb5658d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e28970a-2223-490f-94b9-b30857757170 {
  text-align: center;
}





#s-8e28970a-2223-490f-94b9-b30857757170 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c5c5a75-b700-40d7-b52d-411852d071ca {
  text-align: center;
}





#s-7c5c5a75-b700-40d7-b52d-411852d071ca .shogun-image-content {
  
    align-items: center;
  
}

#s-6dfe737f-64f0-4b52-a219-2e17f1edfc46 {
  text-align: center;
}





#s-6dfe737f-64f0-4b52-a219-2e17f1edfc46 .shogun-image-content {
  
    align-items: center;
  
}

#s-24e369de-0de0-4c74-9a83-13bc1a103865 {
  text-align: left;
}





#s-24e369de-0de0-4c74-9a83-13bc1a103865 .shogun-image-content {
  
    align-items: center;
  
}

#s-de0a8275-d639-43a8-b147-d0ccb08089ce {
  text-align: center;
}





#s-de0a8275-d639-43a8-b147-d0ccb08089ce .shogun-image-content {
  
    align-items: center;
  
}

#s-d0812f1c-a2fe-4b31-b6d4-c3c8936304d5 {
  max-width: 500px;
text-align: right;
}





#s-d0812f1c-a2fe-4b31-b6d4-c3c8936304d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c5fec88-0df3-4056-8885-6a8114fe5b98 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 36, 87, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-4c5fec88-0df3-4056-8885-6a8114fe5b98:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(1, 32, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4c5fec88-0df3-4056-8885-6a8114fe5b98:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4c5fec88-0df3-4056-8885-6a8114fe5b98.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

#s-e20adeb7-20a5-4290-a4a7-a54aa0ae5eab {
  display: none;
}
#s-8651a9b5-0151-490e-bcf4-427925662603 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 36, 87, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-8651a9b5-0151-490e-bcf4-427925662603:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 30, 71, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8651a9b5-0151-490e-bcf4-427925662603:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 36, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-8651a9b5-0151-490e-bcf4-427925662603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-159a658f-d3cc-442c-b2d3-a5f912e97af7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d623b544-5caa-44c1-aa06-d74a4dadc8de {
  text-align: center;
}




  #s-d623b544-5caa-44c1-aa06-d74a4dadc8de img.shogun-image {
    
    width: px;
  }


#s-d623b544-5caa-44c1-aa06-d74a4dadc8de .shogun-image-content {
  
    align-items: center;
  
}

#s-d662d95b-705e-462e-b26b-087f9d46842a {
  text-align: center;
}




  #s-d662d95b-705e-462e-b26b-087f9d46842a img.shogun-image {
    
    width: px;
  }


#s-d662d95b-705e-462e-b26b-087f9d46842a .shogun-image-content {
  
    align-items: center;
  
}

#s-21316115-777c-4a53-bc8d-03314b53693d {
  text-align: center;
}




  #s-21316115-777c-4a53-bc8d-03314b53693d img.shogun-image {
    
    width: px;
  }


#s-21316115-777c-4a53-bc8d-03314b53693d .shogun-image-content {
  
    align-items: center;
  
}

#s-7d14dddb-3b5a-4462-a6f7-6eefebfe34fa {
  text-align: center;
}




  #s-7d14dddb-3b5a-4462-a6f7-6eefebfe34fa img.shogun-image {
    
    width: px;
  }


#s-7d14dddb-3b5a-4462-a6f7-6eefebfe34fa .shogun-image-content {
  
    align-items: center;
  
}

#s-9f5437e6-90a0-49fa-be57-a073ae8d30b9 {
  text-align: center;
}




  #s-9f5437e6-90a0-49fa-be57-a073ae8d30b9 img.shogun-image {
    
    width: px;
  }


#s-9f5437e6-90a0-49fa-be57-a073ae8d30b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4953b10-d459-45b9-b326-8176f9e07172 {
  text-align: center;
}




  #s-c4953b10-d459-45b9-b326-8176f9e07172 img.shogun-image {
    
    width: px;
  }


#s-c4953b10-d459-45b9-b326-8176f9e07172 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2e86e65-40c9-424a-874e-b290d6135821 {
  text-align: center;
}




  #s-c2e86e65-40c9-424a-874e-b290d6135821 img.shogun-image {
    
    width: px;
  }


#s-c2e86e65-40c9-424a-874e-b290d6135821 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6c4b9f7-2626-431b-8a5e-ade1b43de058 {
  text-align: center;
}




  #s-e6c4b9f7-2626-431b-8a5e-ade1b43de058 img.shogun-image {
    
    width: px;
  }


#s-e6c4b9f7-2626-431b-8a5e-ade1b43de058 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8971558-3a15-463a-a4cd-2b403fbd1faa {
  text-align: center;
}




  #s-e8971558-3a15-463a-a4cd-2b403fbd1faa img.shogun-image {
    
    width: px;
  }


#s-e8971558-3a15-463a-a4cd-2b403fbd1faa .shogun-image-content {
  
    align-items: center;
  
}

#s-25f271d3-1cb0-4369-929f-6b54624a332d {
  text-align: center;
}




  #s-25f271d3-1cb0-4369-929f-6b54624a332d img.shogun-image {
    
    width: px;
  }


#s-25f271d3-1cb0-4369-929f-6b54624a332d .shogun-image-content {
  
    align-items: center;
  
}

#s-ba0008e9-3b73-4cbe-b1a6-3bb63f89dcb2 {
  max-width: 400px;
text-align: center;
}




  #s-ba0008e9-3b73-4cbe-b1a6-3bb63f89dcb2 img.shogun-image {
    
    width: px;
  }


#s-ba0008e9-3b73-4cbe-b1a6-3bb63f89dcb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cab27e7-cdd2-423d-8877-6417b1a168ca {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 36, 87, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-7cab27e7-cdd2-423d-8877-6417b1a168ca:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(1, 32, 76, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7cab27e7-cdd2-423d-8877-6417b1a168ca:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 36, 87, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-7cab27e7-cdd2-423d-8877-6417b1a168ca.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
