.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-3e80db40-ae6e-4103-9413-ceeddeb08516 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e80db40-ae6e-4103-9413-ceeddeb08516 .shogun-heading-component h1 {
  color: rgba(26, 66, 138, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



.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-514c4de6-a7cd-4758-a219-fd0518feed0f {
  margin-left: 150px;
margin-right: 150px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-514c4de6-a7cd-4758-a219-fd0518feed0f {
  margin-left: 25px;
margin-right: 25px;
}
}@media (max-width: 767px){#s-514c4de6-a7cd-4758-a219-fd0518feed0f {
  margin-left: 25px;
margin-right: 25px;
}
}







#s-514c4de6-a7cd-4758-a219-fd0518feed0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-514c4de6-a7cd-4758-a219-fd0518feed0f.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-90c5a937-25fd-4a5d-89f0-7909fafe11a9 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-90c5a937-25fd-4a5d-89f0-7909fafe11a9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-90c5a937-25fd-4a5d-89f0-7909fafe11a9 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-90c5a937-25fd-4a5d-89f0-7909fafe11a9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-90c5a937-25fd-4a5d-89f0-7909fafe11a9 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-90c5a937-25fd-4a5d-89f0-7909fafe11a9 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-2dc3840a-07f6-402a-950f-5aa46dde7bde {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2dc3840a-07f6-402a-950f-5aa46dde7bde {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dc3840a-07f6-402a-950f-5aa46dde7bde {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-2dc3840a-07f6-402a-950f-5aa46dde7bde {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-2dc3840a-07f6-402a-950f-5aa46dde7bde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dc3840a-07f6-402a-950f-5aa46dde7bde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fa44abe-5ea3-4c45-a480-490714ad1a1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4fa44abe-5ea3-4c45-a480-490714ad1a1d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

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

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

#s-9caaa7b3-7cc0-4bec-a2d5-bf3ab6c625d5 {
  min-height: 50px;
}








#s-9caaa7b3-7cc0-4bec-a2d5-bf3ab6c625d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9caaa7b3-7cc0-4bec-a2d5-bf3ab6c625d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a48399a-a6d0-4424-92bc-82898b4d4802 {
  min-height: 50px;
}








#s-9a48399a-a6d0-4424-92bc-82898b4d4802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a48399a-a6d0-4424-92bc-82898b4d4802.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8a09d0b-35c1-4f2c-8ba9-90054ab504d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8a09d0b-35c1-4f2c-8ba9-90054ab504d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-d5474cc0-a2e2-4099-ab95-5576aa9205cb {
  min-height: 50px;
}








#s-d5474cc0-a2e2-4099-ab95-5576aa9205cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5474cc0-a2e2-4099-ab95-5576aa9205cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9775c213-83c8-4b4c-9c37-2d38bc02710c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9775c213-83c8-4b4c-9c37-2d38bc02710c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-625d5c44-9df4-455d-8635-e1911a5473b2 {
  min-height: 50px;
}








#s-625d5c44-9df4-455d-8635-e1911a5473b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-625d5c44-9df4-455d-8635-e1911a5473b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f5da4e3-e82f-46eb-bcb4-6bcb97e2ca39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f5da4e3-e82f-46eb-bcb4-6bcb97e2ca39 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-d69fd985-ee55-412f-97f8-282873b2440c {
  margin-left: 25px;
margin-right: 25px;
}

#s-349ebe77-84ce-40b5-b4ef-d7270cd93199 {
  min-height: 50px;
}








#s-349ebe77-84ce-40b5-b4ef-d7270cd93199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-349ebe77-84ce-40b5-b4ef-d7270cd93199.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0c4a2d9-7253-469a-94f0-4c6c23ac7467 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f0c4a2d9-7253-469a-94f0-4c6c23ac7467 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-3c6b32ad-1340-444c-b9e8-c59aee490a85 {
  margin-left: 25px;
margin-right: 25px;
}

#s-b1e58db7-c93b-4bd6-84f0-c6d5f767d3bd {
  margin-left: 25px;
margin-right: 25px;
}

#s-38651311-a023-4c1c-8abd-81a6ef8cc91c {
  min-height: 50px;
}








#s-38651311-a023-4c1c-8abd-81a6ef8cc91c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38651311-a023-4c1c-8abd-81a6ef8cc91c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d388347b-d180-44dc-a8cd-18be3b28945b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d388347b-d180-44dc-a8cd-18be3b28945b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-ea1a6fbf-7db9-44f2-a20b-8459d4c8e96f {
  min-height: 50px;
}








#s-ea1a6fbf-7db9-44f2-a20b-8459d4c8e96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea1a6fbf-7db9-44f2-a20b-8459d4c8e96f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be7176fb-e215-4d1d-a157-6675f1c8c6e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be7176fb-e215-4d1d-a157-6675f1c8c6e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-0ea6d1a4-342b-40f8-9f74-193f4503a6bd {
  min-height: 50px;
}








#s-0ea6d1a4-342b-40f8-9f74-193f4503a6bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ea6d1a4-342b-40f8-9f74-193f4503a6bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-8e9e7940-ee70-4957-b785-4856f0ca9509 hr {
  border-top: 2px solid #ddd;
}

#s-a1dc5919-6d98-47a6-9858-b840060a3f0d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a1dc5919-6d98-47a6-9858-b840060a3f0d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1dc5919-6d98-47a6-9858-b840060a3f0d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1dc5919-6d98-47a6-9858-b840060a3f0d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-a1dc5919-6d98-47a6-9858-b840060a3f0d {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-a1dc5919-6d98-47a6-9858-b840060a3f0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1dc5919-6d98-47a6-9858-b840060a3f0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9a79cea-f2d1-41e0-a289-c9534895ec53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9a79cea-f2d1-41e0-a289-c9534895ec53 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-17e6edbf-c455-4af5-bec1-56d1a8cdcd81 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-17e6edbf-c455-4af5-bec1-56d1a8cdcd81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17e6edbf-c455-4af5-bec1-56d1a8cdcd81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ff4dd09-1792-4310-8ff5-78d4b59e97da {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7ff4dd09-1792-4310-8ff5-78d4b59e97da {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ff4dd09-1792-4310-8ff5-78d4b59e97da {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-7ff4dd09-1792-4310-8ff5-78d4b59e97da {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-7ff4dd09-1792-4310-8ff5-78d4b59e97da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ff4dd09-1792-4310-8ff5-78d4b59e97da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43e87f74-cb59-44a9-aeb8-90c56a507138 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-43e87f74-cb59-44a9-aeb8-90c56a507138 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6d307b69-ebfb-41cd-a030-d533e520bd8a {
  min-height: 50px;
}








#s-6d307b69-ebfb-41cd-a030-d533e520bd8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d307b69-ebfb-41cd-a030-d533e520bd8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c576a8da-9a94-4e24-9ebb-6003981440e4 {
  min-height: 50px;
}








#s-c576a8da-9a94-4e24-9ebb-6003981440e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c576a8da-9a94-4e24-9ebb-6003981440e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93126fab-75e2-441b-a00b-e1287c3b6016 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-93126fab-75e2-441b-a00b-e1287c3b6016 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-5f30edec-0cf9-4a8c-8f8e-65e080d3219c {
  min-height: 50px;
}








#s-5f30edec-0cf9-4a8c-8f8e-65e080d3219c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f30edec-0cf9-4a8c-8f8e-65e080d3219c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1c4863e-90fa-44b1-97ad-43698fa3f47e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c1c4863e-90fa-44b1-97ad-43698fa3f47e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-c6f03a5d-e4af-4ebc-89a6-07e4602783c2 {
  min-height: 50px;
}








#s-c6f03a5d-e4af-4ebc-89a6-07e4602783c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6f03a5d-e4af-4ebc-89a6-07e4602783c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-463db32a-b68b-43df-b419-935e9602811a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-463db32a-b68b-43df-b419-935e9602811a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-65919563-64fa-4a0b-8af6-000268e36fea {
  margin-left: 25px;
margin-right: 25px;
}

#s-3751be53-6525-410b-8ac3-9a86972283c1 {
  min-height: 50px;
}








#s-3751be53-6525-410b-8ac3-9a86972283c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3751be53-6525-410b-8ac3-9a86972283c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eef10cc-cc9e-4a97-8078-ed55b2d89d45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0eef10cc-cc9e-4a97-8078-ed55b2d89d45 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-cf5f1e3f-b64d-49ec-ade8-af0a033ce020 {
  margin-left: 25px;
margin-right: 25px;
}

#s-7f9c14e4-45eb-47f0-91a6-61a31a57aebc {
  margin-left: 25px;
margin-right: 25px;
}

#s-1ba1353b-d7ca-47e4-a97d-55766393fb0e {
  min-height: 50px;
}








#s-1ba1353b-d7ca-47e4-a97d-55766393fb0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba1353b-d7ca-47e4-a97d-55766393fb0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69f25a2d-4047-489b-903d-bd687053cddd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-69f25a2d-4047-489b-903d-bd687053cddd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-bed1b725-49f7-460b-8e4f-0cd9aeecef98 {
  min-height: 50px;
}








#s-bed1b725-49f7-460b-8e4f-0cd9aeecef98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bed1b725-49f7-460b-8e4f-0cd9aeecef98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-247b19e9-e268-4c98-8517-b1cb6b0d79ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-247b19e9-e268-4c98-8517-b1cb6b0d79ac .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-8aa7b192-c8ec-45e6-942e-10fced203064 {
  min-height: 50px;
}








#s-8aa7b192-c8ec-45e6-942e-10fced203064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aa7b192-c8ec-45e6-942e-10fced203064.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-068d7478-81ec-4225-92cd-b2291c52373d hr {
  border-top: 2px solid #ddd;
}

#s-13535c17-44e4-4b8e-b79b-0dc92b8e3df4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-13535c17-44e4-4b8e-b79b-0dc92b8e3df4 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13535c17-44e4-4b8e-b79b-0dc92b8e3df4 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-13535c17-44e4-4b8e-b79b-0dc92b8e3df4 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-13535c17-44e4-4b8e-b79b-0dc92b8e3df4 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-13535c17-44e4-4b8e-b79b-0dc92b8e3df4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13535c17-44e4-4b8e-b79b-0dc92b8e3df4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81c7bf13-da28-4688-b80e-02bfa45e0309 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81c7bf13-da28-4688-b80e-02bfa45e0309 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ec9d56ea-fc67-4a71-acbd-c8c2d8d271ac {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ec9d56ea-fc67-4a71-acbd-c8c2d8d271ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec9d56ea-fc67-4a71-acbd-c8c2d8d271ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62810791-9a12-49b1-b77e-8ab77b47362b {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-62810791-9a12-49b1-b77e-8ab77b47362b {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62810791-9a12-49b1-b77e-8ab77b47362b {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-62810791-9a12-49b1-b77e-8ab77b47362b {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-62810791-9a12-49b1-b77e-8ab77b47362b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62810791-9a12-49b1-b77e-8ab77b47362b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8633cff5-ae77-4b27-adeb-d61636732c23 {
  min-height: 50px;
}








#s-8633cff5-ae77-4b27-adeb-d61636732c23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8633cff5-ae77-4b27-adeb-d61636732c23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-021c239d-f521-4094-9bef-d665cc8c19ca {
  min-height: 50px;
}








#s-021c239d-f521-4094-9bef-d665cc8c19ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-021c239d-f521-4094-9bef-d665cc8c19ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2fbab5c-3f88-4e70-8dd2-0b0e4f780c22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2fbab5c-3f88-4e70-8dd2-0b0e4f780c22 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-1db6f557-9756-4ca2-a598-c1ff28387b0f {
  min-height: 50px;
}








#s-1db6f557-9756-4ca2-a598-c1ff28387b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db6f557-9756-4ca2-a598-c1ff28387b0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdd2e699-0aae-41ca-b15e-f0629123f51d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fdd2e699-0aae-41ca-b15e-f0629123f51d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-b52f997f-ef66-4689-acee-305ff20d3fdf {
  min-height: 50px;
}








#s-b52f997f-ef66-4689-acee-305ff20d3fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b52f997f-ef66-4689-acee-305ff20d3fdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-552c58ae-b128-45d8-82e5-53d910f9ca23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-552c58ae-b128-45d8-82e5-53d910f9ca23 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-bbe4ac87-6be5-465e-8228-ea7a4e4184f7 {
  margin-left: 25px;
margin-right: 25px;
}

#s-7ccbdfb6-cfc8-4f60-9e0b-edf3b8e561ea {
  min-height: 50px;
}








#s-7ccbdfb6-cfc8-4f60-9e0b-edf3b8e561ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ccbdfb6-cfc8-4f60-9e0b-edf3b8e561ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c84120b-7eb1-4f50-afce-3c5b7d01001d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1c84120b-7eb1-4f50-afce-3c5b7d01001d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-8e5ded93-5d75-4cc2-875d-f341fe70857d {
  margin-left: 25px;
margin-right: 25px;
}

#s-4656a754-c656-4744-b03a-5542f22291f4 {
  margin-left: 25px;
margin-right: 25px;
}

#s-2767422b-f1cc-4619-ad80-ad0ee29582fd {
  min-height: 50px;
}








#s-2767422b-f1cc-4619-ad80-ad0ee29582fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2767422b-f1cc-4619-ad80-ad0ee29582fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0def9e81-4625-49f3-8738-a5abbb106734 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0def9e81-4625-49f3-8738-a5abbb106734 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-d86a870d-335b-4599-97d1-c573d6e9fcbe {
  min-height: 50px;
}








#s-d86a870d-335b-4599-97d1-c573d6e9fcbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d86a870d-335b-4599-97d1-c573d6e9fcbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb4ccbb4-74d6-4cbe-babc-b2be86909ce0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb4ccbb4-74d6-4cbe-babc-b2be86909ce0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-20d5cde4-093c-4d3d-98b0-4197de4c67c1 {
  min-height: 50px;
}








#s-20d5cde4-093c-4d3d-98b0-4197de4c67c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d5cde4-093c-4d3d-98b0-4197de4c67c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21e1541a-3362-4164-8900-c712ed798d3a hr {
  border-top: 2px solid #ddd;
}

#s-f9767793-d4d1-4c09-8805-fbcc74163d3d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f9767793-d4d1-4c09-8805-fbcc74163d3d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9767793-d4d1-4c09-8805-fbcc74163d3d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9767793-d4d1-4c09-8805-fbcc74163d3d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-f9767793-d4d1-4c09-8805-fbcc74163d3d {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-f9767793-d4d1-4c09-8805-fbcc74163d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9767793-d4d1-4c09-8805-fbcc74163d3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d358018-90c5-4808-828f-0d4caa008ece {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d358018-90c5-4808-828f-0d4caa008ece .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-28f45665-342e-455d-be3c-74fc1dda2f86 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-28f45665-342e-455d-be3c-74fc1dda2f86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28f45665-342e-455d-be3c-74fc1dda2f86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7023aad4-5978-4067-8f91-f43cc401d578 {
  min-height: 50px;
}








#s-7023aad4-5978-4067-8f91-f43cc401d578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7023aad4-5978-4067-8f91-f43cc401d578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c: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}