.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-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-262030a7-2b69-410c-a9d9-a7597dff5c6a {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-262030a7-2b69-410c-a9d9-a7597dff5c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-262030a7-2b69-410c-a9d9-a7597dff5c6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15a4d52e-fb31-4b76-bf21-d184911a7933 {
  min-height: 50px;
}








#s-15a4d52e-fb31-4b76-bf21-d184911a7933 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15a4d52e-fb31-4b76-bf21-d184911a7933.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-f27152e5-14ef-4972-8634-e39372c2435e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f27152e5-14ef-4972-8634-e39372c2435e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1 {
  min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1 {
  min-height: 300px;
}
}







#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049c5369-5c96-41b3-a9fd-c740cb70b2b1.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-de677470-7c1f-41ec-95e1-2f9d977bdbf8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-de677470-7c1f-41ec-95e1-2f9d977bdbf8 .shogun-heading-component h1 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-7a701ef6-9f44-4df9-a57f-f00b49a335fd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7a701ef6-9f44-4df9-a57f-f00b49a335fd .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-2b8a0a4c-203c-48fb-aa11-bde171879400 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2b8a0a4c-203c-48fb-aa11-bde171879400 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2b8a0a4c-203c-48fb-aa11-bde171879400 .shg-sld-nav-button.shg-sld-left,
#s-2b8a0a4c-203c-48fb-aa11-bde171879400 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-20109f42-b6c9-42e3-9f15-a76f3758e045 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-20109f42-b6c9-42e3-9f15-a76f3758e045 img.shogun-image {
    

    
    
    
  }


#s-20109f42-b6c9-42e3-9f15-a76f3758e045 .shogun-image-content {
  
    align-items: center;
  
}

#s-380e1e9e-7695-4bfe-ba39-ee330d2ac2b5 {
  text-align: center;
}







  #s-380e1e9e-7695-4bfe-ba39-ee330d2ac2b5 img.shogun-image {
    

    
    
    
  }


#s-380e1e9e-7695-4bfe-ba39-ee330d2ac2b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-568e1dfc-8457-44ea-9269-98b73c7828af {
  text-align: center;
}







  #s-568e1dfc-8457-44ea-9269-98b73c7828af img.shogun-image {
    

    
    
    
  }


#s-568e1dfc-8457-44ea-9269-98b73c7828af .shogun-image-content {
  
    align-items: center;
  
}

#s-fa667e22-9e57-4001-a32c-08ca63a9e8db {
  text-align: center;
}







  #s-fa667e22-9e57-4001-a32c-08ca63a9e8db img.shogun-image {
    

    
    
    
  }


#s-fa667e22-9e57-4001-a32c-08ca63a9e8db .shogun-image-content {
  
    align-items: center;
  
}

#s-503b5a9a-aa15-45f0-9355-2c2a97b25573 {
  text-align: center;
}







  #s-503b5a9a-aa15-45f0-9355-2c2a97b25573 img.shogun-image {
    

    
    
    
  }


#s-503b5a9a-aa15-45f0-9355-2c2a97b25573 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f194a35-ee88-4dd6-a5a1-db352e70a283 {
  text-align: center;
}







  #s-1f194a35-ee88-4dd6-a5a1-db352e70a283 img.shogun-image {
    

    
    
    
  }


#s-1f194a35-ee88-4dd6-a5a1-db352e70a283 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-40cef883-dfba-4f14-9f7b-a052ae8289cc {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-762d1182-1ade-4201-9f4f-946a66474aec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-762d1182-1ade-4201-9f4f-946a66474aec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-762d1182-1ade-4201-9f4f-946a66474aec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-762d1182-1ade-4201-9f4f-946a66474aec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-563a8950-45f1-4b74-92ea-e45873978214 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-563a8950-45f1-4b74-92ea-e45873978214 .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-e250fe31-594a-43bc-b9c1-f648b2655c1a {
  margin-top: 40px;
margin-bottom: 0px;
text-align: center;
}







  #s-e250fe31-594a-43bc-b9c1-f648b2655c1a img.shogun-image {
    

    
    
    
  }


#s-e250fe31-594a-43bc-b9c1-f648b2655c1a .shogun-image-content {
  
    align-items: center;
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 50px;
background-color: rgba(0, 62, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2:hover {background-color: rgba(1, 53, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2:active {background-color: rgba(0, 62, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2-root {
    text-align: center;
  }


#s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2-root {
    text-align: center;
  }


#s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2-root {
    text-align: center;
  }


#s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2-root {
    text-align: center;
  }


#s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2-root {
    text-align: center;
  }


#s-3c66b1f3-5bb5-445b-9d38-1849eaa398e2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-ddd9cc33-b31d-4adc-8c6d-9f03f6ffa0f5 {
  margin-top: 40px;
margin-bottom: 0px;
text-align: center;
}







  #s-ddd9cc33-b31d-4adc-8c6d-9f03f6ffa0f5 img.shogun-image {
    

    
    
    
  }


#s-ddd9cc33-b31d-4adc-8c6d-9f03f6ffa0f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dfa479a-6084-48ef-b7d0-90d7f80fd265 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 50px;
background-color: rgba(0, 62, 103, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7dfa479a-6084-48ef-b7d0-90d7f80fd265:hover {background-color: rgba(1, 53, 87, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7dfa479a-6084-48ef-b7d0-90d7f80fd265:active {background-color: rgba(0, 62, 103, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7dfa479a-6084-48ef-b7d0-90d7f80fd265-root {
    text-align: center;
  }


#s-7dfa479a-6084-48ef-b7d0-90d7f80fd265.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7dfa479a-6084-48ef-b7d0-90d7f80fd265-root {
    text-align: center;
  }


#s-7dfa479a-6084-48ef-b7d0-90d7f80fd265.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7dfa479a-6084-48ef-b7d0-90d7f80fd265-root {
    text-align: center;
  }


#s-7dfa479a-6084-48ef-b7d0-90d7f80fd265.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7dfa479a-6084-48ef-b7d0-90d7f80fd265-root {
    text-align: center;
  }


#s-7dfa479a-6084-48ef-b7d0-90d7f80fd265.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7dfa479a-6084-48ef-b7d0-90d7f80fd265-root {
    text-align: center;
  }


#s-7dfa479a-6084-48ef-b7d0-90d7f80fd265.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  block ;
}
}
#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  padding-top: 60px;
padding-left: 25%;
padding-bottom: 60px;
padding-right: 25%;
background-color: rgba(0, 62, 103, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  padding-left: 12.5%;
padding-right: 12.5%;
}
}@media (max-width: 767px){#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3812a0-c7b6-4925-a6ed-946b33227c3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46922bee-3f1f-447e-8799-c24ebaedea6e {
  margin-bottom: 20px;
text-align: center;
}

#s-46922bee-3f1f-447e-8799-c24ebaedea6e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.25em;
  
  
}



#s-ba5d4c34-f3ea-41cc-b1f6-0f8d9c588881 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ba5d4c34-f3ea-41cc-b1f6-0f8d9c588881 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-681aa048-5608-47b5-8ad5-c0da58028620 {
  padding-top: 120px;
padding-left: 10%;
padding-bottom: 120px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-681aa048-5608-47b5-8ad5-c0da58028620 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-681aa048-5608-47b5-8ad5-c0da58028620 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-681aa048-5608-47b5-8ad5-c0da58028620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-681aa048-5608-47b5-8ad5-c0da58028620.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91cb035c-0907-4aba-8349-04dfd52ec758 {
  min-height: 50px;
}








#s-91cb035c-0907-4aba-8349-04dfd52ec758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91cb035c-0907-4aba-8349-04dfd52ec758.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-16b555c1-b61a-4584-be14-bcaa85c2985f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16b555c1-b61a-4584-be14-bcaa85c2985f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-16b555c1-b61a-4584-be14-bcaa85c2985f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-16b555c1-b61a-4584-be14-bcaa85c2985f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-77940ca0-8490-4b0a-b760-86c15839064c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 120px;
padding-left: 10%;
padding-bottom: 120px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-77940ca0-8490-4b0a-b760-86c15839064c {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-77940ca0-8490-4b0a-b760-86c15839064c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-77940ca0-8490-4b0a-b760-86c15839064c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77940ca0-8490-4b0a-b760-86c15839064c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f39e01b1-450e-4881-aa8e-49ff75aae9eb {
  min-height: 50px;
}








#s-f39e01b1-450e-4881-aa8e-49ff75aae9eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39e01b1-450e-4881-aa8e-49ff75aae9eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e070f7f-57fb-4012-84ab-18faf93df3a6 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4e070f7f-57fb-4012-84ab-18faf93df3a6 .shogun-heading-component h1 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-95335248-f3c8-4b5a-9963-33f88418a991 {
  min-height: 50px;
}








#s-95335248-f3c8-4b5a-9963-33f88418a991 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95335248-f3c8-4b5a-9963-33f88418a991.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bab8a38-7325-44a3-af4c-253ac449465f {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-6bab8a38-7325-44a3-af4c-253ac449465f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6bab8a38-7325-44a3-af4c-253ac449465f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6bab8a38-7325-44a3-af4c-253ac449465f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6bab8a38-7325-44a3-af4c-253ac449465f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7b604da7-9f03-4ee7-8439-41e80d55058e {
  min-height: 50px;
}








#s-7b604da7-9f03-4ee7-8439-41e80d55058e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b604da7-9f03-4ee7-8439-41e80d55058e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3da8f4f5-e0f2-40fc-8f39-e4f0c4b575ae {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3da8f4f5-e0f2-40fc-8f39-e4f0c4b575ae .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-22ccffb1-1cd2-4948-a033-69d08f008077 {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}







  #s-22ccffb1-1cd2-4948-a033-69d08f008077 img.shogun-image {
    

    
    
    
  }


#s-22ccffb1-1cd2-4948-a033-69d08f008077 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bd654a6-2a60-4f52-a412-334f231d38b5 {
  min-height: 50px;
}








#s-4bd654a6-2a60-4f52-a412-334f231d38b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bd654a6-2a60-4f52-a412-334f231d38b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed121a1f-9ee2-441d-ab53-b765ed006eed {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ed121a1f-9ee2-441d-ab53-b765ed006eed .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-9c5ebdf0-7760-4020-b6d2-535a34d3919d {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}







  #s-9c5ebdf0-7760-4020-b6d2-535a34d3919d img.shogun-image {
    

    
    
    
  }


#s-9c5ebdf0-7760-4020-b6d2-535a34d3919d .shogun-image-content {
  
    align-items: center;
  
}

#s-79f1d51e-afeb-43b7-aa90-d9d744a056c8 {
  min-height: 50px;
}








#s-79f1d51e-afeb-43b7-aa90-d9d744a056c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79f1d51e-afeb-43b7-aa90-d9d744a056c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a02e72fe-3f28-4e77-8e96-499602ebaf75 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a02e72fe-3f28-4e77-8e96-499602ebaf75 .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-5800d764-11d1-4008-a7cd-a6e3cc20085d {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}







  #s-5800d764-11d1-4008-a7cd-a6e3cc20085d img.shogun-image {
    

    
    
    
  }


#s-5800d764-11d1-4008-a7cd-a6e3cc20085d .shogun-image-content {
  
    align-items: center;
  
}

#s-cc797bbd-c2b9-475e-a06a-1f5aba4eae09 {
  min-height: 50px;
}








#s-cc797bbd-c2b9-475e-a06a-1f5aba4eae09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc797bbd-c2b9-475e-a06a-1f5aba4eae09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c190354-ceaf-46aa-8b49-fd2f2ef306e5 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9c190354-ceaf-46aa-8b49-fd2f2ef306e5 .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-278fea38-d221-4428-a10f-1e857870acea {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}







  #s-278fea38-d221-4428-a10f-1e857870acea img.shogun-image {
    

    
    
    
  }


#s-278fea38-d221-4428-a10f-1e857870acea .shogun-image-content {
  
    align-items: center;
  
}

#s-fbc9e397-b95e-40bc-bdbd-fdba10f39a33 {
  padding-top: 120px;
padding-left: 10%;
padding-bottom: 120px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fbc9e397-b95e-40bc-bdbd-fdba10f39a33 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-fbc9e397-b95e-40bc-bdbd-fdba10f39a33 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-fbc9e397-b95e-40bc-bdbd-fdba10f39a33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbc9e397-b95e-40bc-bdbd-fdba10f39a33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10367913-16f7-458b-a45a-aa1989ea23b0 {
  min-height: 50px;
}








#s-10367913-16f7-458b-a45a-aa1989ea23b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10367913-16f7-458b-a45a-aa1989ea23b0.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-21fb1274-288a-40a5-8687-ccc0e4ddace8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21fb1274-288a-40a5-8687-ccc0e4ddace8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21fb1274-288a-40a5-8687-ccc0e4ddace8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21fb1274-288a-40a5-8687-ccc0e4ddace8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f622082c-44d2-4fbf-aa20-56b34a33a0eb {
  min-height: 50px;
}








#s-f622082c-44d2-4fbf-aa20-56b34a33a0eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f622082c-44d2-4fbf-aa20-56b34a33a0eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04c8897b-a222-4ed5-9c34-e37a83706a88 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-04c8897b-a222-4ed5-9c34-e37a83706a88 img.shogun-image {
    

    
    
    
  }


#s-04c8897b-a222-4ed5-9c34-e37a83706a88 .shogun-image-content {
  
    align-items: center;
  
}

#s-53d55e8c-a35b-4152-b6ac-f42c98730145 {
  min-height: 50px;
}








#s-53d55e8c-a35b-4152-b6ac-f42c98730145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53d55e8c-a35b-4152-b6ac-f42c98730145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21ec9430-2f93-4b8d-ad11-ef4f87c146da {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 4px;
padding-bottom: 0px;
text-align: left;
}

#s-21ec9430-2f93-4b8d-ad11-ef4f87c146da .shogun-heading-component h1 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-6aecabd4-b80f-4785-98ca-887501ae5b6d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 120px;
padding-left: 10%;
padding-bottom: 120px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6aecabd4-b80f-4785-98ca-887501ae5b6d {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6aecabd4-b80f-4785-98ca-887501ae5b6d {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-6aecabd4-b80f-4785-98ca-887501ae5b6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6aecabd4-b80f-4785-98ca-887501ae5b6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16d824d8-f894-4f3f-a357-e80586100aa6 {
  min-height: 50px;
}








#s-16d824d8-f894-4f3f-a357-e80586100aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16d824d8-f894-4f3f-a357-e80586100aa6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7c19553-a55e-48ab-b955-118013b48151 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e7c19553-a55e-48ab-b955-118013b48151 .shogun-heading-component h1 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-4b79f644-9f0b-4809-9b8f-0a43ac1c5de2 {
  min-height: 50px;
}








#s-4b79f644-9f0b-4809-9b8f-0a43ac1c5de2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b79f644-9f0b-4809-9b8f-0a43ac1c5de2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6b5dacd-6f07-4cc5-a12e-293bb60b3d2e {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-a6b5dacd-6f07-4cc5-a12e-293bb60b3d2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6b5dacd-6f07-4cc5-a12e-293bb60b3d2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6b5dacd-6f07-4cc5-a12e-293bb60b3d2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6b5dacd-6f07-4cc5-a12e-293bb60b3d2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c0c39bbc-ec03-48ad-bfe6-64a3c4f167eb {
  min-height: 50px;
}








#s-c0c39bbc-ec03-48ad-bfe6-64a3c4f167eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0c39bbc-ec03-48ad-bfe6-64a3c4f167eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa8929ec-b08d-4bc0-a5ba-6141967f44bc {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fa8929ec-b08d-4bc0-a5ba-6141967f44bc .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-81345360-3651-455b-9c16-5f5f0fdb2c09 {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}







  #s-81345360-3651-455b-9c16-5f5f0fdb2c09 img.shogun-image {
    

    
    
    
  }


#s-81345360-3651-455b-9c16-5f5f0fdb2c09 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7fabe9b-f58d-49a4-b243-570ccb1e04ec {
  min-height: 50px;
}








#s-b7fabe9b-f58d-49a4-b243-570ccb1e04ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7fabe9b-f58d-49a4-b243-570ccb1e04ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-caf856fe-8a37-49a5-ae21-ed315d12fd68 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-caf856fe-8a37-49a5-ae21-ed315d12fd68 .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-536b4154-a095-43f3-b3ea-3fa93e13a640 {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}







  #s-536b4154-a095-43f3-b3ea-3fa93e13a640 img.shogun-image {
    

    
    
    
  }


#s-536b4154-a095-43f3-b3ea-3fa93e13a640 .shogun-image-content {
  
    align-items: center;
  
}

#s-60adee9a-8475-405b-a9a9-62f9e25deda6 {
  padding-top: 120px;
padding-left: 10%;
padding-bottom: 120px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(0, 62, 103, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-60adee9a-8475-405b-a9a9-62f9e25deda6 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-60adee9a-8475-405b-a9a9-62f9e25deda6 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-60adee9a-8475-405b-a9a9-62f9e25deda6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60adee9a-8475-405b-a9a9-62f9e25deda6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4588a4d4-6406-45fd-8cb4-b4d747a9d9e5 {
  min-height: 50px;
}








#s-4588a4d4-6406-45fd-8cb4-b4d747a9d9e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4588a4d4-6406-45fd-8cb4-b4d747a9d9e5.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-794f58d9-72e4-4f0d-aff7-59452f2ce1a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-794f58d9-72e4-4f0d-aff7-59452f2ce1a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-794f58d9-72e4-4f0d-aff7-59452f2ce1a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-794f58d9-72e4-4f0d-aff7-59452f2ce1a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc0e7b38-3320-4f35-9092-b0067fe64192 {
  min-height: 50px;
}








#s-bc0e7b38-3320-4f35-9092-b0067fe64192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0e7b38-3320-4f35-9092-b0067fe64192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-225aa452-7d63-41f7-a8d1-2ff9d036b7a1 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-225aa452-7d63-41f7-a8d1-2ff9d036b7a1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-8cf2c629-8659-471a-bf13-466a11a871e4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
border-radius: 50px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 62, 103, 1);
}
#s-8cf2c629-8659-471a-bf13-466a11a871e4:hover {background-color: rgba(245, 245, 245, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 62, 103, 1) !important;}#s-8cf2c629-8659-471a-bf13-466a11a871e4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 62, 103, 1) !important;}@media (max-width: 767px){#s-8cf2c629-8659-471a-bf13-466a11a871e4 {
  text-align: center;
}
}

  #s-8cf2c629-8659-471a-bf13-466a11a871e4-root {
    text-align: left;
  }


#s-8cf2c629-8659-471a-bf13-466a11a871e4.shg-btn {
  color: rgba(0, 62, 103, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8cf2c629-8659-471a-bf13-466a11a871e4-root {
    text-align: left;
  }


#s-8cf2c629-8659-471a-bf13-466a11a871e4.shg-btn {
  color: rgba(0, 62, 103, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8cf2c629-8659-471a-bf13-466a11a871e4-root {
    text-align: left;
  }


#s-8cf2c629-8659-471a-bf13-466a11a871e4.shg-btn {
  color: rgba(0, 62, 103, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8cf2c629-8659-471a-bf13-466a11a871e4-root {
    text-align: left;
  }


#s-8cf2c629-8659-471a-bf13-466a11a871e4.shg-btn {
  color: rgba(0, 62, 103, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8cf2c629-8659-471a-bf13-466a11a871e4-root {
    text-align: center;
  }


#s-8cf2c629-8659-471a-bf13-466a11a871e4.shg-btn {
  color: rgba(0, 62, 103, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Quicksand;
  display:  inline-block ;
}
}
#s-bd7721c2-7ae9-413e-9e3f-d04e2e0640fd {
  min-height: 50px;
}








#s-bd7721c2-7ae9-413e-9e3f-d04e2e0640fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd7721c2-7ae9-413e-9e3f-d04e2e0640fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c275cf4b-a447-4fc9-bf59-7535f25de660 {
  text-align: center;
}







  #s-c275cf4b-a447-4fc9-bf59-7535f25de660 img.shogun-image {
    

    
    
    
  }


#s-c275cf4b-a447-4fc9-bf59-7535f25de660 .shogun-image-content {
  
    align-items: center;
  
}

#s-e79e7de8-b388-41ab-b350-f60a497dc41f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 120px;
padding-left: 10%;
padding-bottom: 120px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e79e7de8-b388-41ab-b350-f60a497dc41f {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e79e7de8-b388-41ab-b350-f60a497dc41f {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-e79e7de8-b388-41ab-b350-f60a497dc41f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79e7de8-b388-41ab-b350-f60a497dc41f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb70ebed-e34f-4d79-982d-846675019fa0 {
  min-height: 50px;
}








#s-fb70ebed-e34f-4d79-982d-846675019fa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb70ebed-e34f-4d79-982d-846675019fa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b2d0dfd-129a-432f-acb5-44e1ece0f680 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1b2d0dfd-129a-432f-acb5-44e1ece0f680 .shogun-heading-component h1 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-19721df7-72bc-42d6-8e40-1b36e3efc4ae {
  min-height: 50px;
}








#s-19721df7-72bc-42d6-8e40-1b36e3efc4ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19721df7-72bc-42d6-8e40-1b36e3efc4ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be8b8fb1-a7e8-4e34-bb0b-64e80a5156f0 {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-be8b8fb1-a7e8-4e34-bb0b-64e80a5156f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be8b8fb1-a7e8-4e34-bb0b-64e80a5156f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-be8b8fb1-a7e8-4e34-bb0b-64e80a5156f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-be8b8fb1-a7e8-4e34-bb0b-64e80a5156f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-232c74b1-5f0c-44c0-9283-476ac27e4291 {
  min-height: 50px;
}








#s-232c74b1-5f0c-44c0-9283-476ac27e4291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-232c74b1-5f0c-44c0-9283-476ac27e4291.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0680dadb-ec4b-4235-919d-d12a9812335b {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0680dadb-ec4b-4235-919d-d12a9812335b .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-50e7d389-e288-45c0-b25c-8df389c337db {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}







  #s-50e7d389-e288-45c0-b25c-8df389c337db img.shogun-image {
    

    
    
    
  }


#s-50e7d389-e288-45c0-b25c-8df389c337db .shogun-image-content {
  
    align-items: center;
  
}

#s-cecf90f8-9894-4de3-aefe-a7253bbef182 {
  min-height: 50px;
}








#s-cecf90f8-9894-4de3-aefe-a7253bbef182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cecf90f8-9894-4de3-aefe-a7253bbef182.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e47841cc-8cd3-424f-9c23-656d8155b2ff {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e47841cc-8cd3-424f-9c23-656d8155b2ff .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-d1375792-388f-4fbf-811b-b220a43fdd0a {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}







  #s-d1375792-388f-4fbf-811b-b220a43fdd0a img.shogun-image {
    

    
    
    
  }


#s-d1375792-388f-4fbf-811b-b220a43fdd0a .shogun-image-content {
  
    align-items: center;
  
}

#s-8a14541f-6525-4d2f-a23f-5e1c29768a38 {
  min-height: 50px;
}








#s-8a14541f-6525-4d2f-a23f-5e1c29768a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a14541f-6525-4d2f-a23f-5e1c29768a38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f7bca7a-820f-496c-9c4f-0d3381c725d5 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7f7bca7a-820f-496c-9c4f-0d3381c725d5 .shogun-heading-component h2 {
  color: rgba(0, 62, 103, 1);
  font-weight:  700 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-f519712b-6476-4da2-afa1-fd411134b5de {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}







  #s-f519712b-6476-4da2-afa1-fd411134b5de img.shogun-image {
    

    
    
    
  }


#s-f519712b-6476-4da2-afa1-fd411134b5de .shogun-image-content {
  
    align-items: center;
  
}

#s-c2d6df84-be5d-4399-8f76-485b15fac5d5 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
background-color: rgba(0, 62, 103, 1);
}
@media (max-width: 767px){#s-c2d6df84-be5d-4399-8f76-485b15fac5d5 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-c2d6df84-be5d-4399-8f76-485b15fac5d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2d6df84-be5d-4399-8f76-485b15fac5d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c057ff9-7020-4bc8-9378-c97d920097d7 {
  min-height: 50px;
}








#s-2c057ff9-7020-4bc8-9378-c97d920097d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c057ff9-7020-4bc8-9378-c97d920097d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8328207-e758-4c6d-9465-73567c0c316b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f8328207-e758-4c6d-9465-73567c0c316b .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-f8328207-e758-4c6d-9465-73567c0c316b .shg-sld-nav-button.shg-sld-left,
#s-f8328207-e758-4c6d-9465-73567c0c316b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
