.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-a44c8c85-390a-4df9-87c8-93d7e60cc401 {
  min-height: 50px;
}








#s-a44c8c85-390a-4df9-87c8-93d7e60cc401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a44c8c85-390a-4df9-87c8-93d7e60cc401.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d46f11b0-3a2e-4950-9057-72e5ca23defc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

.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-75588fa7-5005-4c7b-9a9f-44b5b15e2c0e {
  text-align: center;
}







  #s-75588fa7-5005-4c7b-9a9f-44b5b15e2c0e img.shogun-image {
    

    
    
    
  }


#s-75588fa7-5005-4c7b-9a9f-44b5b15e2c0e .shogun-image-content {
  
    align-items: center;
  
}

#s-cfe597cd-e386-4161-a6ac-5b9b33251ba1 {
  text-align: left;
}

#s-ee70100f-59c1-4169-9e0a-c72ecbbd2ca8 {
  min-height: 50px;
}








#s-ee70100f-59c1-4169-9e0a-c72ecbbd2ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee70100f-59c1-4169-9e0a-c72ecbbd2ca8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e1c03d5b-1cea-4ac3-98c4-2e95bd47c9b6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

.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-8c1c9dfb-cbb9-4907-a09f-3612c04df2fa {
  margin-top: -15px;
text-align: left;
}

#s-8c1c9dfb-cbb9-4907-a09f-3612c04df2fa .shogun-heading-component h1 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-72d03681-fcc3-4255-adb4-de5fb9d06a33 {
  padding-bottom: 20px;
}

#s-fdb1d5b8-ae59-4d50-ab3b-77503a96d080 {
  padding-top: 5px;
padding-bottom: 30px;
}

#s-42dcafe1-c0ca-4313-8f31-a86b0c19a021 {
  margin-top: -20px;
margin-right: 1%;
padding-left: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 241, 239, 1);
border-style: solid;
min-height: 80px;
background-color: rgba(234, 228, 235, 1);
}








#s-42dcafe1-c0ca-4313-8f31-a86b0c19a021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42dcafe1-c0ca-4313-8f31-a86b0c19a021.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7debc08b-a3a4-4b5b-88ac-9e64b9478fc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7debc08b-a3a4-4b5b-88ac-9e64b9478fc5 .shogun-heading-component h5 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-8d9ce278-e990-47eb-a975-1dfd0fa07037 {
  padding-right: 3%;
}

#s-7c4088ed-a389-4113-808b-73e4f182c480 {
  min-height: 50px;
}








#s-7c4088ed-a389-4113-808b-73e4f182c480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c4088ed-a389-4113-808b-73e4f182c480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb917f36-b108-467b-a73e-6e9ecffc1ab8 {
  padding-top: 30px;
padding-bottom: 35px;
}

#s-a8b7538e-2f39-495c-bcbb-a9eacd1320aa {
  min-height: 50px;
}








#s-a8b7538e-2f39-495c-bcbb-a9eacd1320aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8b7538e-2f39-495c-bcbb-a9eacd1320aa.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-a6a6d526-e5ce-4ec9-b17b-4e8dde18b768"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6a6d526-e5ce-4ec9-b17b-4e8dde18b768"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6a6d526-e5ce-4ec9-b17b-4e8dde18b768"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6a6d526-e5ce-4ec9-b17b-4e8dde18b768"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-622653fb-d134-4c83-a9bd-a56d4b4cc5f6 {
  text-align: left;
}

#s-622653fb-d134-4c83-a9bd-a56d4b4cc5f6 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}










#s-7e3a27e5-1b8a-40d2-a429-829f159cd524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e3a27e5-1b8a-40d2-a429-829f159cd524.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dc30d70-fb15-4445-8493-3245b4a6c91a {
  text-align: center;
}







  #s-9dc30d70-fb15-4445-8493-3245b4a6c91a img.shogun-image {
    

    
    
    
  }


#s-9dc30d70-fb15-4445-8493-3245b4a6c91a .shogun-image-content {
  
    align-items: center;
  
}

#s-fa5fa5e7-9624-4654-9225-b1414419c5be {
  min-height: 50px;
}








#s-fa5fa5e7-9624-4654-9225-b1414419c5be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa5fa5e7-9624-4654-9225-b1414419c5be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a11031e-5eae-466a-a592-db8ab8728dd9 {
  text-align: left;
}

#s-8a11031e-5eae-466a-a592-db8ab8728dd9 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-16d0a270-d743-4262-92c9-436dff11b1de {
  text-align: center;
}







  #s-16d0a270-d743-4262-92c9-436dff11b1de img.shogun-image {
    

    
    
    
  }


#s-16d0a270-d743-4262-92c9-436dff11b1de .shogun-image-content {
  
    align-items: center;
  
}

#s-77450509-ff29-403b-b375-f383d7dca9ab {
  min-height: 50px;
}








#s-77450509-ff29-403b-b375-f383d7dca9ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77450509-ff29-403b-b375-f383d7dca9ab.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-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1796bcdb-7d94-4b54-8364-90e4924ea851"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a0fcb2b8-c391-4472-b178-d2d7ec68954d {
  min-height: 50px;
}








#s-a0fcb2b8-c391-4472-b178-d2d7ec68954d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0fcb2b8-c391-4472-b178-d2d7ec68954d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-map {
  height: 100%;
}

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

#s-49e17fa2-4a08-49bd-bba5-377bb4dfa6b1 {
  min-height: 365px;
}

#s-a954d67e-5a07-44d4-a524-a85173cb42ed {
  text-align: left;
}
@media (max-width: 767px){#s-a954d67e-5a07-44d4-a524-a85173cb42ed {
  display: none;
}
#s-a954d67e-5a07-44d4-a524-a85173cb42ed, #wrap-s-a954d67e-5a07-44d4-a524-a85173cb42ed { display: none !important; }}
#s-a954d67e-5a07-44d4-a524-a85173cb42ed .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-763c679e-b129-4960-abfa-0dcc5e533cdf {
  display: none;
}
#s-763c679e-b129-4960-abfa-0dcc5e533cdf, #wrap-s-763c679e-b129-4960-abfa-0dcc5e533cdf { display: none !important; }}
#s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037 {
  display: none;
}
#s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037, #wrap-s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037 {
  display: none;
}
#s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037, #wrap-s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037 {
  display: none;
}
#s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037, #wrap-s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037 { display: none !important; }}







#s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-512fbf9e-3004-4f93-95a0-f9f6f6a4c037.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%;
}

@media (max-width: 767px){#s-66478ffe-3a92-4b61-bd14-ee51e825d84c {
  display: none;
}
#s-66478ffe-3a92-4b61-bd14-ee51e825d84c, #wrap-s-66478ffe-3a92-4b61-bd14-ee51e825d84c { display: none !important; }}
#s-66478ffe-3a92-4b61-bd14-ee51e825d84c hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79 {
  padding-top: 50px;
padding-left: 27%;
padding-bottom: 4px;
padding-right: 26%;
text-align: left;
}
@media (min-width: 1200px){#s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79 {
  display: none;
}
#s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79, #wrap-s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79 {
  display: none;
}
#s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79, #wrap-s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79 {
  display: none;
}
#s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79, #wrap-s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79 { display: none !important; }}
#s-e6ccaae9-59bd-4a5f-b7e8-5fac6bcc3b79 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-86c6c661-f111-4765-b458-d4647105a381 {
  padding-top: 0px;
padding-left: 27%;
padding-bottom: 0px;
padding-right: 27%;
text-align: left;
}

#s-d86c13ec-89fc-4d31-96bc-1ccf3403cc3a {
  min-height: 50px;
}
@media (max-width: 767px){#s-d86c13ec-89fc-4d31-96bc-1ccf3403cc3a {
  display: none;
}
#s-d86c13ec-89fc-4d31-96bc-1ccf3403cc3a, #wrap-s-d86c13ec-89fc-4d31-96bc-1ccf3403cc3a { display: none !important; }}







#s-d86c13ec-89fc-4d31-96bc-1ccf3403cc3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d86c13ec-89fc-4d31-96bc-1ccf3403cc3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c702c75a-a6e2-4903-84ac-9637928cc8bf {
  text-align: left;
}
@media (min-width: 1200px){#s-c702c75a-a6e2-4903-84ac-9637928cc8bf {
  display: unset;
}
#s-c702c75a-a6e2-4903-84ac-9637928cc8bf, #wrap-s-c702c75a-a6e2-4903-84ac-9637928cc8bf { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c702c75a-a6e2-4903-84ac-9637928cc8bf {
  display: unset;
}
#s-c702c75a-a6e2-4903-84ac-9637928cc8bf, #wrap-s-c702c75a-a6e2-4903-84ac-9637928cc8bf { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c702c75a-a6e2-4903-84ac-9637928cc8bf {
  display: unset;
}
#s-c702c75a-a6e2-4903-84ac-9637928cc8bf, #wrap-s-c702c75a-a6e2-4903-84ac-9637928cc8bf { display: unset !important; }}@media (max-width: 767px){#s-c702c75a-a6e2-4903-84ac-9637928cc8bf {
  display: none;
}
#s-c702c75a-a6e2-4903-84ac-9637928cc8bf, #wrap-s-c702c75a-a6e2-4903-84ac-9637928cc8bf { display: none !important; }}
#s-c702c75a-a6e2-4903-84ac-9637928cc8bf .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-be9adbc4-d53e-4a14-89de-aa924055e76c {
  padding-top: 35px;
padding-left: 20%;
padding-bottom: 35px;
padding-right: 20%;
}
@media (max-width: 767px){#s-be9adbc4-d53e-4a14-89de-aa924055e76c {
  display: none;
}
#s-be9adbc4-d53e-4a14-89de-aa924055e76c, #wrap-s-be9adbc4-d53e-4a14-89de-aa924055e76c { display: none !important; }}
#s-be9adbc4-d53e-4a14-89de-aa924055e76c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(251, 250, 248, 1);
}

#s-be9adbc4-d53e-4a14-89de-aa924055e76c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 250, 248, 1);
  padding: 10px;
}

#s-be9adbc4-d53e-4a14-89de-aa924055e76c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 43, 65, 1);
}

#s-be9adbc4-d53e-4a14-89de-aa924055e76c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(251, 250, 248, 1);
}

#s-be9adbc4-d53e-4a14-89de-aa924055e76c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 43, 65, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-be9adbc4-d53e-4a14-89de-aa924055e76c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-89f00895-39f2-4498-88b4-67159c6a145b {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-824cb6d5-6a05-43f8-ae06-488602896793 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-481e627a-ece4-456c-974e-f5c2b04e4eac {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-aa084259-48cb-419f-80fb-06a2b257315c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-3fc7906e-1c1c-436f-8387-5ae7c27c960a {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-db452dad-8ca9-418b-b4fd-36cf7341f10d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-32d85b43-1862-46c0-bb96-cbf6a6b40cad {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-5a920260-51dc-4b26-aacd-62d5d2011551 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-d0d78b3c-5a76-453c-a000-3024ca7c04f0 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-6d6b62ec-bcf8-4f89-aef7-e821f6731e02 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-baee1d75-d666-4956-b81a-e9f2cb390c04 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-5de58158-6953-46b6-9bac-943c0825a63f {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-964d6897-c763-4d24-ad44-f9284e4733f7 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-1c497ddf-ac52-43e5-afef-0b521bcf6508 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed {
  display: none;
}
#s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed, #wrap-s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed {
  display: none;
}
#s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed, #wrap-s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed {
  display: none;
}
#s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed, #wrap-s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed { display: none !important; }}







#s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d161d2b-a74f-4a66-ab44-5ebbc3d0feed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab4f2cf5-bf5a-464c-8129-00d1c038a570 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab4f2cf5-bf5a-464c-8129-00d1c038a570 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 {
  padding-top: 20px;
padding-bottom: 45px;
}
@media (min-width: 1200px){#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 {
  display: none;
}
#s-58121b04-de55-4a0d-9475-e82a8c5c18a5, #wrap-s-58121b04-de55-4a0d-9475-e82a8c5c18a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 {
  display: none;
}
#s-58121b04-de55-4a0d-9475-e82a8c5c18a5, #wrap-s-58121b04-de55-4a0d-9475-e82a8c5c18a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 {
  display: none;
}
#s-58121b04-de55-4a0d-9475-e82a8c5c18a5, #wrap-s-58121b04-de55-4a0d-9475-e82a8c5c18a5 { display: none !important; }}
#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(251, 250, 248, 1);
}

#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(251, 250, 248, 1);
  padding: 10px;
}

#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 43, 65, 1);
}

#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(251, 250, 248, 1);
}

#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 43, 65, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-58121b04-de55-4a0d-9475-e82a8c5c18a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4038dfde-fcc5-47b6-85f3-fecbac4d3a35 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a2b95c22-116a-4501-8efd-7fd7b740271c {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-aee9eca1-8ad4-474f-a8ce-bc44706810ba {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-9a838ccb-2b4a-4b4b-b0bd-20e34067c357 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b1e2c07e-ba3c-4c13-bb1e-6efa45075671 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-cce66738-65fa-442c-9f77-fab2a7b1b2d2 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-c28ac08a-44e7-48de-ae1b-3fc6e549851f {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b5eb20cf-a1b3-4f3b-b12b-2c349e6e27cb {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a4821f39-f23b-45ec-9760-539745aa482d {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-2362b9f6-d08e-4e0b-88fe-5f5a1dfc9be3 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-f865bae8-ee12-4ba4-ab8b-bec495ad1b86 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-faa1301f-0671-428c-9a22-dd17486ff2a4 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-a5195360-4719-4e74-aba9-8975efa90bf8 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-675ad3fa-79e6-4c05-a3ad-41374c96991f {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa {
  min-height: 50px;
}








#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff90cf7a-ce77-454f-9a1f-034b9ad081fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db126ebf-6624-4a91-8ed3-94fdc782a509 {
  margin-bottom: 30px;
text-align: center;
}

#s-db126ebf-6624-4a91-8ed3-94fdc782a509 .shogun-heading-component h2 {
  color: rgba(0, 43, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ea83c162-fd79-4e48-8167-81ae4a03254a {
  padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-efb2c1bb-6f80-45f0-babb-e3023b520974"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-efb2c1bb-6f80-45f0-babb-e3023b520974"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-efb2c1bb-6f80-45f0-babb-e3023b520974"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-efb2c1bb-6f80-45f0-babb-e3023b520974"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

}

#s-f79a6f9e-a2da-4e21-b139-9ceebe0db450 {
  text-align: center;
}
@media (max-width: 767px){#s-f79a6f9e-a2da-4e21-b139-9ceebe0db450 {
  display: none;
}
#s-f79a6f9e-a2da-4e21-b139-9ceebe0db450, #wrap-s-f79a6f9e-a2da-4e21-b139-9ceebe0db450 { display: none !important; }}






  #s-f79a6f9e-a2da-4e21-b139-9ceebe0db450 img.shogun-image {
    

    
    
    
  }


#s-f79a6f9e-a2da-4e21-b139-9ceebe0db450 .shogun-image-content {
  
    align-items: center;
  
}

#s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f {
  margin-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f {
  display: none;
}
#s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f, #wrap-s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f {
  display: none;
}
#s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f, #wrap-s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f {
  display: none;
}
#s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f, #wrap-s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f { display: none !important; }}






  #s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f img.shogun-image {
    

    
    
    
  }


#s-8eab1c3a-a5fe-47f9-856f-f5697d077d8f .shogun-image-content {
  
    align-items: center;
  
}

#s-bf1af4e0-3c5e-45db-9d5b-f6e8416d5417 {
  text-align: center;
}







  #s-bf1af4e0-3c5e-45db-9d5b-f6e8416d5417 img.shogun-image {
    

    
    
    
  }


#s-bf1af4e0-3c5e-45db-9d5b-f6e8416d5417 .shogun-image-content {
  
    align-items: center;
  
}

#s-d36047d6-0e7d-4524-bdc0-52ac012e8121 {
  text-align: center;
}







  #s-d36047d6-0e7d-4524-bdc0-52ac012e8121 img.shogun-image {
    

    
    
    
  }


#s-d36047d6-0e7d-4524-bdc0-52ac012e8121 .shogun-image-content {
  
    align-items: center;
  
}

#s-810cc524-7bff-4bc7-9200-dffa9d01e942 {
  text-align: center;
}







  #s-810cc524-7bff-4bc7-9200-dffa9d01e942 img.shogun-image {
    

    
    
    
  }


#s-810cc524-7bff-4bc7-9200-dffa9d01e942 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8e024ddd-c3de-4133-85d5-e78d778cf73e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-8e024ddd-c3de-4133-85d5-e78d778cf73e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-8e024ddd-c3de-4133-85d5-e78d778cf73e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e024ddd-c3de-4133-85d5-e78d778cf73e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

}

#s-ade78b1b-691d-4a25-92dc-a328f74fa011 {
  text-align: center;
}
@media (max-width: 767px){#s-ade78b1b-691d-4a25-92dc-a328f74fa011 {
  display: none;
}
#s-ade78b1b-691d-4a25-92dc-a328f74fa011, #wrap-s-ade78b1b-691d-4a25-92dc-a328f74fa011 { display: none !important; }}






  #s-ade78b1b-691d-4a25-92dc-a328f74fa011 img.shogun-image {
    

    
    
    
  }


#s-ade78b1b-691d-4a25-92dc-a328f74fa011 .shogun-image-content {
  
    align-items: center;
  
}

#s-cec89580-457d-4dbc-a984-74432a173988 {
  padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-cec89580-457d-4dbc-a984-74432a173988 {
  display: none;
}
#s-cec89580-457d-4dbc-a984-74432a173988, #wrap-s-cec89580-457d-4dbc-a984-74432a173988 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cec89580-457d-4dbc-a984-74432a173988 {
  display: none;
}
#s-cec89580-457d-4dbc-a984-74432a173988, #wrap-s-cec89580-457d-4dbc-a984-74432a173988 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cec89580-457d-4dbc-a984-74432a173988 {
  display: none;
}
#s-cec89580-457d-4dbc-a984-74432a173988, #wrap-s-cec89580-457d-4dbc-a984-74432a173988 { display: none !important; }}






  #s-cec89580-457d-4dbc-a984-74432a173988 img.shogun-image {
    

    
    
    
  }


#s-cec89580-457d-4dbc-a984-74432a173988 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddf5e20d-cd5a-48fc-8456-e8eb12786d30 {
  text-align: center;
}







  #s-ddf5e20d-cd5a-48fc-8456-e8eb12786d30 img.shogun-image {
    

    
    
    
  }


#s-ddf5e20d-cd5a-48fc-8456-e8eb12786d30 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b3a860-011a-47ad-9630-8aeb037c0ca4 {
  text-align: center;
}







  #s-e4b3a860-011a-47ad-9630-8aeb037c0ca4 img.shogun-image {
    

    
    
    
  }


#s-e4b3a860-011a-47ad-9630-8aeb037c0ca4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffbcc5bf-3f33-497f-a10e-211ea0e1d5ff {
  text-align: center;
}







  #s-ffbcc5bf-3f33-497f-a10e-211ea0e1d5ff img.shogun-image {
    

    
    
    
  }


#s-ffbcc5bf-3f33-497f-a10e-211ea0e1d5ff .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9891ecd4-fb5e-46f6-9f1e-af80ae8ca662"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 768px) {
[id="s-9891ecd4-fb5e-46f6-9f1e-af80ae8ca662"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 992px) {
[id="s-9891ecd4-fb5e-46f6-9f1e-af80ae8ca662"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0px);
}

}

@media (min-width: 1200px) {
[id="s-9891ecd4-fb5e-46f6-9f1e-af80ae8ca662"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0px);
}

}

#s-fd508f8d-0b8f-43ff-90e5-6a7c539aa0d9 {
  text-align: center;
}
@media (max-width: 767px){#s-fd508f8d-0b8f-43ff-90e5-6a7c539aa0d9 {
  display: none;
}
#s-fd508f8d-0b8f-43ff-90e5-6a7c539aa0d9, #wrap-s-fd508f8d-0b8f-43ff-90e5-6a7c539aa0d9 { display: none !important; }}






  #s-fd508f8d-0b8f-43ff-90e5-6a7c539aa0d9 img.shogun-image {
    

    
    
    
  }


#s-fd508f8d-0b8f-43ff-90e5-6a7c539aa0d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dada6d8d-8d63-4410-8b65-8b4bbc609712 {
  padding-bottom: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-dada6d8d-8d63-4410-8b65-8b4bbc609712 {
  display: none;
}
#s-dada6d8d-8d63-4410-8b65-8b4bbc609712, #wrap-s-dada6d8d-8d63-4410-8b65-8b4bbc609712 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dada6d8d-8d63-4410-8b65-8b4bbc609712 {
  display: none;
}
#s-dada6d8d-8d63-4410-8b65-8b4bbc609712, #wrap-s-dada6d8d-8d63-4410-8b65-8b4bbc609712 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dada6d8d-8d63-4410-8b65-8b4bbc609712 {
  display: none;
}
#s-dada6d8d-8d63-4410-8b65-8b4bbc609712, #wrap-s-dada6d8d-8d63-4410-8b65-8b4bbc609712 { display: none !important; }}






  #s-dada6d8d-8d63-4410-8b65-8b4bbc609712 img.shogun-image {
    

    
    
    
  }


#s-dada6d8d-8d63-4410-8b65-8b4bbc609712 .shogun-image-content {
  
    align-items: center;
  
}

#s-c794859e-34a8-4836-ab6b-aa1ccb85536d {
  text-align: center;
}







  #s-c794859e-34a8-4836-ab6b-aa1ccb85536d img.shogun-image {
    

    
    
    
  }


#s-c794859e-34a8-4836-ab6b-aa1ccb85536d .shogun-image-content {
  
    align-items: center;
  
}

#s-af0bddc7-9dbd-416b-8838-94547fdc10f7 {
  text-align: center;
}







  #s-af0bddc7-9dbd-416b-8838-94547fdc10f7 img.shogun-image {
    

    
    
    
  }


#s-af0bddc7-9dbd-416b-8838-94547fdc10f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-62215770-7c61-4b45-9383-4d62def76564 {
  text-align: center;
}







  #s-62215770-7c61-4b45-9383-4d62def76564 img.shogun-image {
    

    
    
    
  }


#s-62215770-7c61-4b45-9383-4d62def76564 .shogun-image-content {
  
    align-items: center;
  
}

#s-2659f4b1-3573-4370-ba23-1d6ac7e49909 {
  min-height: 50px;
}








#s-2659f4b1-3573-4370-ba23-1d6ac7e49909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2659f4b1-3573-4370-ba23-1d6ac7e49909.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-4ab8d064-c9c9-40c7-ac13-2c7ec7d82382 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4ab8d064-c9c9-40c7-ac13-2c7ec7d82382 .shg-sld-nav-button.shg-sld-left,
#s-4ab8d064-c9c9-40c7-ac13-2c7ec7d82382 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e1ca0b5f-b87a-4805-83cf-a1b70b0be03e {
  text-align: center;
}

#s-e1ca0b5f-b87a-4805-83cf-a1b70b0be03e .shogun-heading-component h6 {
  color: rgba(206, 202, 194, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-fbdfe26e-3907-4039-a609-e03b6a52fd07 {
  text-align: center;
}

#s-fbdfe26e-3907-4039-a609-e03b6a52fd07 .shogun-heading-component h6 {
  color: rgba(206, 202, 194, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



#s-3fa5b281-b8dd-444a-bc1b-2554fd24259c {
  text-align: center;
}

#s-3fa5b281-b8dd-444a-bc1b-2554fd24259c .shogun-heading-component h6 {
  color: rgba(206, 202, 194, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}



/*
  $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}
