#s-3786267e-5a36-4c17-bb0c-59487d969452 {
  text-align: left;
}

#s-fe2698d5-020d-49a0-9a79-f0275762b0c7 {
  text-align: left;
}

.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-81fc85b5-40b3-46e8-97aa-9cf9edc83bf5 {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
}
@media (max-width: 767px){#s-81fc85b5-40b3-46e8-97aa-9cf9edc83bf5 {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-81fc85b5-40b3-46e8-97aa-9cf9edc83bf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81fc85b5-40b3-46e8-97aa-9cf9edc83bf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d160486a-97b8-4aed-abbc-d91bbcab2e3d {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
max-width: 1290px;
background-color: rgba(255, 255, 255, 1);
}








#s-d160486a-97b8-4aed-abbc-d91bbcab2e3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d160486a-97b8-4aed-abbc-d91bbcab2e3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4801b950-906d-4df0-bb52-66cf998db9b8 {
  min-height: 50px;
}








#s-4801b950-906d-4df0-bb52-66cf998db9b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4801b950-906d-4df0-bb52-66cf998db9b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d7cadba-7c0e-45dd-a38c-35c28209e4a3 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-4d7cadba-7c0e-45dd-a38c-35c28209e4a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d7cadba-7c0e-45dd-a38c-35c28209e4a3.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-2c00997e-867c-4d7a-884d-5752276c8800 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c00997e-867c-4d7a-884d-5752276c8800 {
  
}
}
@media (min-width: 0px) {
[id="s-2c00997e-867c-4d7a-884d-5752276c8800"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c00997e-867c-4d7a-884d-5752276c8800"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-2c00997e-867c-4d7a-884d-5752276c8800"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-2c00997e-867c-4d7a-884d-5752276c8800"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0em);
}

}

#s-67d46d16-e49a-4b29-9669-ced33e0218c8 {
  box-shadow:1px 3px 10px 0px rgba(31, 37, 89, 0.15);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8%;
margin-bottom: 8%;
padding-top: 0%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-67d46d16-e49a-4b29-9669-ced33e0218c8 {
  margin-top: -2px;
margin-bottom: 0%;
min-height: 300px;
}
}
#s-67d46d16-e49a-4b29-9669-ced33e0218c8 {
  background-image: url(https://i.shgcdn.com/1bf6aa66-ee04-4311-9e90-010702b0e8aa/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-67d46d16-e49a-4b29-9669-ced33e0218c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d46d16-e49a-4b29-9669-ced33e0218c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00948a1c-1c55-4bbb-9fa1-46a6c8206be6 {
  padding-left: 12%;
padding-right: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-00948a1c-1c55-4bbb-9fa1-46a6c8206be6 {
  padding-left: 6%;
padding-right: 6%;
}
}







#s-00948a1c-1c55-4bbb-9fa1-46a6c8206be6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00948a1c-1c55-4bbb-9fa1-46a6c8206be6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74d5806d-f844-4e9e-b211-b8abc349d112 {
  margin-top: 8%;
padding-bottom: 4%;
}
@media (min-width: 1200px){#s-74d5806d-f844-4e9e-b211-b8abc349d112 {
  display: none;
}
#s-74d5806d-f844-4e9e-b211-b8abc349d112, #wrap-s-74d5806d-f844-4e9e-b211-b8abc349d112 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74d5806d-f844-4e9e-b211-b8abc349d112 {
  display: none;
}
#s-74d5806d-f844-4e9e-b211-b8abc349d112, #wrap-s-74d5806d-f844-4e9e-b211-b8abc349d112 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74d5806d-f844-4e9e-b211-b8abc349d112 {
  display: none;
}
#s-74d5806d-f844-4e9e-b211-b8abc349d112, #wrap-s-74d5806d-f844-4e9e-b211-b8abc349d112 { display:none !important; }}
@media (min-width: 0px) {
[id="s-74d5806d-f844-4e9e-b211-b8abc349d112"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-74d5806d-f844-4e9e-b211-b8abc349d112"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74d5806d-f844-4e9e-b211-b8abc349d112"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74d5806d-f844-4e9e-b211-b8abc349d112"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2ae102f6-0364-4594-9fb5-abf5c1b9d140 {
  min-height: 50px;
}








#s-2ae102f6-0364-4594-9fb5-abf5c1b9d140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ae102f6-0364-4594-9fb5-abf5c1b9d140.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

#s-9bed94d7-a6cf-4525-85a2-438a39c593f1 {
  padding-left: 0%;
padding-right: 32%;
text-align: left;
}







  img.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
    
    
  }


.s-9bed94d7-a6cf-4525-85a2-438a39c593f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shg-align-container {
  text-align: left
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
    
    
  }


.s-9bed94d7-a6cf-4525-85a2-438a39c593f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shg-align-container {
  text-align: left
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
    
    
  }


.s-9bed94d7-a6cf-4525-85a2-438a39c593f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shg-align-container {
  text-align: left
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
    
    
  }


.s-9bed94d7-a6cf-4525-85a2-438a39c593f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shg-align-container {
  text-align: left
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
    
    
  }


.s-9bed94d7-a6cf-4525-85a2-438a39c593f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shg-align-container {
  text-align: left
}

.s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bed94d7-a6cf-4525-85a2-438a39c593f1.shogun-image {
  box-sizing: border-box;
}


}
#s-fca656e9-7e31-4ff1-becd-16a56631d949 {
  margin-left: 0%;
margin-right: 0%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(0, 36, 67, 1);
border-style: solid;
border-radius: 100px;
min-height: 50px;
}








#s-fca656e9-7e31-4ff1-becd-16a56631d949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fca656e9-7e31-4ff1-becd-16a56631d949.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-66c65170-8811-4a74-8cfc-7e9f169320f6 {
  padding-left: 0%;
padding-right: 0%;
}

#s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f {
  display: none;
}
#s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f, #wrap-s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f { display:none !important; }}
@media (min-width: 0px) {
[id="s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-8fcf56d4-8a7f-45b7-a5fc-082a2367de4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.6666666666666666em);
}

}

#s-1cd01401-f2f2-414c-bc9d-5416f3e56fb0 {
  min-height: 50px;
}








#s-1cd01401-f2f2-414c-bc9d-5416f3e56fb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cd01401-f2f2-414c-bc9d-5416f3e56fb0.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-8328ecbb-844e-420e-bf50-3e88b31f1da4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8328ecbb-844e-420e-bf50-3e88b31f1da4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-8328ecbb-844e-420e-bf50-3e88b31f1da4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-8328ecbb-844e-420e-bf50-3e88b31f1da4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0em);
}

}

#s-d415e066-2ff6-48c6-88d5-4f336df2cbbb {
  margin-right: 0%;
text-align: left;
}







  img.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
    
    
  }


.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb .shogun-image-content {
  
    align-items: center;
  
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shg-align-container {
  text-align: left
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
    
    
  }


.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb .shogun-image-content {
  
    align-items: center;
  
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shg-align-container {
  text-align: left
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
    
    
  }


.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb .shogun-image-content {
  
    align-items: center;
  
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shg-align-container {
  text-align: left
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
    
    
  }


.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb .shogun-image-content {
  
    align-items: center;
  
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shg-align-container {
  text-align: left
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
    
    
  }


.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb .shogun-image-content {
  
    align-items: center;
  
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shg-align-container {
  text-align: left
}

.s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d415e066-2ff6-48c6-88d5-4f336df2cbbb.shogun-image {
  box-sizing: border-box;
}


}
#s-f7819126-4967-4587-9243-2511740433e7 {
  text-align: left;
}







  img.s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
    
    
  }


.s-f7819126-4967-4587-9243-2511740433e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7819126-4967-4587-9243-2511740433e7.shg-align-container {
  text-align: left
}

.s-f7819126-4967-4587-9243-2511740433e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
    
    
  }


.s-f7819126-4967-4587-9243-2511740433e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7819126-4967-4587-9243-2511740433e7.shg-align-container {
  text-align: left
}

.s-f7819126-4967-4587-9243-2511740433e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
    
    
  }


.s-f7819126-4967-4587-9243-2511740433e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7819126-4967-4587-9243-2511740433e7.shg-align-container {
  text-align: left
}

.s-f7819126-4967-4587-9243-2511740433e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
    
    
  }


.s-f7819126-4967-4587-9243-2511740433e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7819126-4967-4587-9243-2511740433e7.shg-align-container {
  text-align: left
}

.s-f7819126-4967-4587-9243-2511740433e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
    
    
  }


.s-f7819126-4967-4587-9243-2511740433e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7819126-4967-4587-9243-2511740433e7.shg-align-container {
  text-align: left
}

.s-f7819126-4967-4587-9243-2511740433e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7819126-4967-4587-9243-2511740433e7.shogun-image {
  box-sizing: border-box;
}


}
.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-db5dbeaa-c97b-46e2-bc43-371c0cac1bc7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-db5dbeaa-c97b-46e2-bc43-371c0cac1bc7 .shogun-heading-component h1 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-db5dbeaa-c97b-46e2-bc43-371c0cac1bc7 .shogun-heading-component h1 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-db5dbeaa-c97b-46e2-bc43-371c0cac1bc7 .shogun-heading-component h1 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-db5dbeaa-c97b-46e2-bc43-371c0cac1bc7 .shogun-heading-component h1 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-a4f03213-a628-4451-99aa-5c5e5e87f4c4 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-a4f03213-a628-4451-99aa-5c5e5e87f4c4 .shogun-heading-component h1 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans SemiBold";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-b39a001c-e9b6-4aa2-b920-77c0d34ac949 {
  margin-top: 4%;
margin-bottom: 8px;
}
@media (min-width: 1200px){#s-b39a001c-e9b6-4aa2-b920-77c0d34ac949 {
  margin-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b39a001c-e9b6-4aa2-b920-77c0d34ac949 {
  margin-bottom: 2%;
}
}@media (max-width: 767px){#s-b39a001c-e9b6-4aa2-b920-77c0d34ac949 {
  margin-bottom: 4%;
}
}
#s-991e15f0-743c-43fa-b099-dd1528159548 {
  margin-top: 0px;
margin-bottom: 8px;
}
@media (min-width: 1200px){#s-991e15f0-743c-43fa-b099-dd1528159548 {
  margin-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-991e15f0-743c-43fa-b099-dd1528159548 {
  margin-bottom: 2%;
}
}@media (max-width: 767px){#s-991e15f0-743c-43fa-b099-dd1528159548 {
  margin-bottom: 4%;
}
}
#s-b7cb299c-23bb-4778-bc04-ad93b5ea6c5b {
  margin-top: 0px;
margin-bottom: 6%;
}
@media (max-width: 767px){#s-b7cb299c-23bb-4778-bc04-ad93b5ea6c5b {
  margin-bottom: 8%;
}
}
#s-82182328-8988-4b38-bb3f-ce770c12c3d6 {
  margin-left: 0%;
}
@media (max-width: 767px){#s-82182328-8988-4b38-bb3f-ce770c12c3d6 {
  padding-bottom: 16%;
display: none;
}
#s-82182328-8988-4b38-bb3f-ce770c12c3d6, #wrap-s-82182328-8988-4b38-bb3f-ce770c12c3d6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-82182328-8988-4b38-bb3f-ce770c12c3d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82182328-8988-4b38-bb3f-ce770c12c3d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82182328-8988-4b38-bb3f-ce770c12c3d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82182328-8988-4b38-bb3f-ce770c12c3d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-50ee3fe7-82e8-42c7-98d7-18efb993503b {
  min-height: 50px;
}








#s-50ee3fe7-82e8-42c7-98d7-18efb993503b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50ee3fe7-82e8-42c7-98d7-18efb993503b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-680df1ee-fb16-4392-9a49-31e51aa6713c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 42px;
padding-bottom: 18px;
padding-right: 42px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 36, 67, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-680df1ee-fb16-4392-9a49-31e51aa6713c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 63, 118, 1) !important;
background-color: rgba(0, 63, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-680df1ee-fb16-4392-9a49-31e51aa6713c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-680df1ee-fb16-4392-9a49-31e51aa6713c-root {
    text-align: left;
  }


#s-680df1ee-fb16-4392-9a49-31e51aa6713c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-680df1ee-fb16-4392-9a49-31e51aa6713c-root {
    text-align: left;
  }


#s-680df1ee-fb16-4392-9a49-31e51aa6713c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-680df1ee-fb16-4392-9a49-31e51aa6713c-root {
    text-align: left;
  }


#s-680df1ee-fb16-4392-9a49-31e51aa6713c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-680df1ee-fb16-4392-9a49-31e51aa6713c-root {
    text-align: left;
  }


#s-680df1ee-fb16-4392-9a49-31e51aa6713c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-680df1ee-fb16-4392-9a49-31e51aa6713c-root {
    text-align: left;
  }


#s-680df1ee-fb16-4392-9a49-31e51aa6713c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-dccd2456-4c83-4610-a373-66e9b46640a0 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-dccd2456-4c83-4610-a373-66e9b46640a0 {
  display: none;
}
#s-dccd2456-4c83-4610-a373-66e9b46640a0, #wrap-s-dccd2456-4c83-4610-a373-66e9b46640a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dccd2456-4c83-4610-a373-66e9b46640a0 {
  display: none;
}
#s-dccd2456-4c83-4610-a373-66e9b46640a0, #wrap-s-dccd2456-4c83-4610-a373-66e9b46640a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dccd2456-4c83-4610-a373-66e9b46640a0 {
  display: none;
}
#s-dccd2456-4c83-4610-a373-66e9b46640a0, #wrap-s-dccd2456-4c83-4610-a373-66e9b46640a0 { display:none !important; }}@media (max-width: 767px){#s-dccd2456-4c83-4610-a373-66e9b46640a0 {
  padding-bottom: 16%;
}
}
@media (min-width: 0px) {
[id="s-dccd2456-4c83-4610-a373-66e9b46640a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dccd2456-4c83-4610-a373-66e9b46640a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dccd2456-4c83-4610-a373-66e9b46640a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dccd2456-4c83-4610-a373-66e9b46640a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b04c438e-e2c5-4bd3-8119-3aa95c6ffd9d {
  min-height: 50px;
}








#s-b04c438e-e2c5-4bd3-8119-3aa95c6ffd9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b04c438e-e2c5-4bd3-8119-3aa95c6ffd9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55c3e79e-7def-4edd-942c-97781b85c8d9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 42px;
padding-bottom: 18px;
padding-right: 42px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 36, 67, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-55c3e79e-7def-4edd-942c-97781b85c8d9:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 63, 118, 1) !important;
background-color: rgba(0, 63, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55c3e79e-7def-4edd-942c-97781b85c8d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55c3e79e-7def-4edd-942c-97781b85c8d9-root {
    text-align: left;
  }


#s-55c3e79e-7def-4edd-942c-97781b85c8d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55c3e79e-7def-4edd-942c-97781b85c8d9-root {
    text-align: left;
  }


#s-55c3e79e-7def-4edd-942c-97781b85c8d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55c3e79e-7def-4edd-942c-97781b85c8d9-root {
    text-align: left;
  }


#s-55c3e79e-7def-4edd-942c-97781b85c8d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55c3e79e-7def-4edd-942c-97781b85c8d9-root {
    text-align: left;
  }


#s-55c3e79e-7def-4edd-942c-97781b85c8d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55c3e79e-7def-4edd-942c-97781b85c8d9-root {
    text-align: left;
  }


#s-55c3e79e-7def-4edd-942c-97781b85c8d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-49985377-d53c-4213-9050-04e3b12d07db {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-49985377-d53c-4213-9050-04e3b12d07db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49985377-d53c-4213-9050-04e3b12d07db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cb34957-1607-424b-8231-7e9a708a8d87 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 1290px;
}








#s-0cb34957-1607-424b-8231-7e9a708a8d87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cb34957-1607-424b-8231-7e9a708a8d87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47a0dcef-6c39-44a4-b9f4-dae8762aa899 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-47a0dcef-6c39-44a4-b9f4-dae8762aa899 {
  margin-top: 7%;
}
}@media (max-width: 767px){#s-47a0dcef-6c39-44a4-b9f4-dae8762aa899 {
  margin-top: 8%;
margin-left: 16%;
margin-right: 16%;
}
}
#s-47a0dcef-6c39-44a4-b9f4-dae8762aa899 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-47a0dcef-6c39-44a4-b9f4-dae8762aa899 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-0126b138-1ce7-4bba-ab39-6632e45e991e {
  margin-bottom: 1%;
}

#s-0126b138-1ce7-4bba-ab39-6632e45e991e .shogun-icon-wrapper {
  text-align: center;
}


#s-0126b138-1ce7-4bba-ab39-6632e45e991e .shogun-icon-wrapper > .shogun-icon {

  font-size: 2em !important;
  color: rgba(26, 175, 214, 1);
}

#s-89110041-d536-44c2-9a1f-02791d2b4199 {
  text-align: left;
}
@media (max-width: 767px){#s-89110041-d536-44c2-9a1f-02791d2b4199 {
  padding-top: 0px;
padding-bottom: 4%;
}
}
#s-b6a1a3a8-17a7-4ce4-99ac-8cfd81ccf4bc {
  padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b6a1a3a8-17a7-4ce4-99ac-8cfd81ccf4bc {
  display: none;
}
#s-b6a1a3a8-17a7-4ce4-99ac-8cfd81ccf4bc, #wrap-s-b6a1a3a8-17a7-4ce4-99ac-8cfd81ccf4bc { display:none !important; }}@media (max-width: 767px){#s-b6a1a3a8-17a7-4ce4-99ac-8cfd81ccf4bc {
  display: none;
}
#s-b6a1a3a8-17a7-4ce4-99ac-8cfd81ccf4bc, #wrap-s-b6a1a3a8-17a7-4ce4-99ac-8cfd81ccf4bc { display:none !important; }}







#s-b6a1a3a8-17a7-4ce4-99ac-8cfd81ccf4bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6a1a3a8-17a7-4ce4-99ac-8cfd81ccf4bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-005a7117-2e08-4eef-8e54-84131925a7f0 {
  text-align: left;
}

#s-31430051-a0aa-4415-977c-9adb00f17308 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-31430051-a0aa-4415-977c-9adb00f17308 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31430051-a0aa-4415-977c-9adb00f17308 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31430051-a0aa-4415-977c-9adb00f17308 {
  display: none;
}
#s-31430051-a0aa-4415-977c-9adb00f17308, #wrap-s-31430051-a0aa-4415-977c-9adb00f17308 { display:none !important; }}@media (max-width: 767px){#s-31430051-a0aa-4415-977c-9adb00f17308 {
  
}
}







#s-31430051-a0aa-4415-977c-9adb00f17308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31430051-a0aa-4415-977c-9adb00f17308.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-365dca7b-eb90-49ca-ba6a-f89bbfee68a0 {
  margin-top: 4%;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1290px;
text-align: left;
}
@media (max-width: 767px){#s-365dca7b-eb90-49ca-ba6a-f89bbfee68a0 {
  padding-left: 4%;
padding-right: 4%;
text-align: center;
}
}
#s-365dca7b-eb90-49ca-ba6a-f89bbfee68a0 .shogun-heading-component h3 {
  color: rgba(0, 178, 219, 1);
  font-weight:  normal ;
  font-family: "Open Sans SemiBold";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-7f927403-8cc5-42d7-87fc-309560cba8a2 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1290px;
text-align: left;
}

#s-7f927403-8cc5-42d7-87fc-309560cba8a2 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-7f927403-8cc5-42d7-87fc-309560cba8a2 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-e0ba3f9b-bbe1-442c-9470-8e0487c90a2e {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 12%;
max-width: 1290px;
}

@media (min-width: 0px) {
[id="s-e0ba3f9b-bbe1-442c-9470-8e0487c90a2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0ba3f9b-bbe1-442c-9470-8e0487c90a2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-e0ba3f9b-bbe1-442c-9470-8e0487c90a2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0ba3f9b-bbe1-442c-9470-8e0487c90a2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

}

#s-130e0ca4-7f26-4cf1-93f2-e1086f2f2181 {
  min-height: 50px;
}








#s-130e0ca4-7f26-4cf1-93f2-e1086f2f2181 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-130e0ca4-7f26-4cf1-93f2-e1086f2f2181.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b8a9709-4263-469d-98f3-92bfdc8ced48 {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.15);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2b8a9709-4263-469d-98f3-92bfdc8ced48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b8a9709-4263-469d-98f3-92bfdc8ced48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b8a9709-4263-469d-98f3-92bfdc8ced48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b8a9709-4263-469d-98f3-92bfdc8ced48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-adf0b42a-02d5-4bda-9e21-fe043d515261 {
  min-height: 50px;
}








#s-adf0b42a-02d5-4bda-9e21-fe043d515261 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adf0b42a-02d5-4bda-9e21-fe043d515261.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b3c6c7e1-f2f6-4619-83b7-faae725b1244 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-b3c6c7e1-f2f6-4619-83b7-faae725b1244 .shogun-image-content {
  
    align-items: center;
  
}

#s-04c77e3f-8db3-4b7c-8708-549dde002f06 {
  margin-left: 5%;
min-height: 50px;
}








#s-04c77e3f-8db3-4b7c-8708-549dde002f06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04c77e3f-8db3-4b7c-8708-549dde002f06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f3f1083-4bb3-47bb-97c7-1a6f5d84715c {
  margin-top: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3f3f1083-4bb3-47bb-97c7-1a6f5d84715c .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-3f3f1083-4bb3-47bb-97c7-1a6f5d84715c .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

@media (min-width: 1200px){#s-3f3f1083-4bb3-47bb-97c7-1a6f5d84715c .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-3f3f1083-4bb3-47bb-97c7-1a6f5d84715c .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-3f3f1083-4bb3-47bb-97c7-1a6f5d84715c .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-3f3f1083-4bb3-47bb-97c7-1a6f5d84715c .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}
#s-f68b2f14-de2f-404c-bbdb-4248a1f16826 {
  margin-top: 4%;
margin-bottom: 4%;
}

#s-96529607-9681-4b16-a3a3-dd74d7befbbb {
  margin-top: 0px;
margin-bottom: 8%;
}

#s-2e5ad839-00d4-4bdb-84e6-261432af6da9 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 8%;
margin-right: 8%;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 36, 67, 1);
border-radius: 5px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2e5ad839-00d4-4bdb-84e6-261432af6da9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 63, 118, 1) !important;
border-radius: 5px !important;
background-color: rgba(82, 203, 234, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 63, 118, 1) !important;}#s-2e5ad839-00d4-4bdb-84e6-261432af6da9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e5ad839-00d4-4bdb-84e6-261432af6da9-root {
    text-align: left;
  }


#s-2e5ad839-00d4-4bdb-84e6-261432af6da9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2e5ad839-00d4-4bdb-84e6-261432af6da9-root {
    text-align: left;
  }


#s-2e5ad839-00d4-4bdb-84e6-261432af6da9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e5ad839-00d4-4bdb-84e6-261432af6da9-root {
    text-align: left;
  }


#s-2e5ad839-00d4-4bdb-84e6-261432af6da9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e5ad839-00d4-4bdb-84e6-261432af6da9-root {
    text-align: left;
  }


#s-2e5ad839-00d4-4bdb-84e6-261432af6da9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2e5ad839-00d4-4bdb-84e6-261432af6da9-root {
    text-align: left;
  }


#s-2e5ad839-00d4-4bdb-84e6-261432af6da9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-2e9b479f-0b52-40fc-871d-c76783d9d819 {
  min-height: 50px;
}








#s-2e9b479f-0b52-40fc-871d-c76783d9d819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e9b479f-0b52-40fc-871d-c76783d9d819.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dcda51f-e2f8-4620-bef1-f01db60a126c {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.15);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0dcda51f-e2f8-4620-bef1-f01db60a126c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dcda51f-e2f8-4620-bef1-f01db60a126c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0dcda51f-e2f8-4620-bef1-f01db60a126c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dcda51f-e2f8-4620-bef1-f01db60a126c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a9557815-a1ec-4d7e-a4f3-fb2f661853ed {
  min-height: 50px;
}








#s-a9557815-a1ec-4d7e-a4f3-fb2f661853ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9557815-a1ec-4d7e-a4f3-fb2f661853ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c38cb3e-476e-4496-ab97-c83a4c2f5140 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-1c38cb3e-476e-4496-ab97-c83a4c2f5140 .shogun-image-content {
  
    align-items: center;
  
}

#s-31875610-f689-4267-a836-6e906f872c9a {
  margin-left: 5%;
min-height: 50px;
}








#s-31875610-f689-4267-a836-6e906f872c9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31875610-f689-4267-a836-6e906f872c9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bc08aae-768b-4104-a423-6ec4b56e9d7c {
  margin-top: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5bc08aae-768b-4104-a423-6ec4b56e9d7c .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-5bc08aae-768b-4104-a423-6ec4b56e9d7c .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

@media (min-width: 1200px){#s-5bc08aae-768b-4104-a423-6ec4b56e9d7c .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-5bc08aae-768b-4104-a423-6ec4b56e9d7c .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-5bc08aae-768b-4104-a423-6ec4b56e9d7c .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-5bc08aae-768b-4104-a423-6ec4b56e9d7c .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}
#s-3e863593-1dea-4285-afa3-994e9c130363 {
  margin-top: 0px;
margin-bottom: 4%;
}

#s-03351ee1-0156-420a-b0b3-ed6b5c2be816 {
  margin-top: 0px;
margin-bottom: 8%;
}

#s-6497bdc9-b895-4eda-8468-71fe5a50f91f {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 8%;
margin-right: 8%;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 36, 67, 1);
border-radius: 5px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6497bdc9-b895-4eda-8468-71fe5a50f91f:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 63, 118, 1) !important;
border-radius: 5px !important;
background-color: rgba(82, 203, 234, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 63, 118, 1) !important;}#s-6497bdc9-b895-4eda-8468-71fe5a50f91f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6497bdc9-b895-4eda-8468-71fe5a50f91f-root {
    text-align: left;
  }


#s-6497bdc9-b895-4eda-8468-71fe5a50f91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6497bdc9-b895-4eda-8468-71fe5a50f91f-root {
    text-align: left;
  }


#s-6497bdc9-b895-4eda-8468-71fe5a50f91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6497bdc9-b895-4eda-8468-71fe5a50f91f-root {
    text-align: left;
  }


#s-6497bdc9-b895-4eda-8468-71fe5a50f91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6497bdc9-b895-4eda-8468-71fe5a50f91f-root {
    text-align: left;
  }


#s-6497bdc9-b895-4eda-8468-71fe5a50f91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6497bdc9-b895-4eda-8468-71fe5a50f91f-root {
    text-align: left;
  }


#s-6497bdc9-b895-4eda-8468-71fe5a50f91f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-f6662f83-ae27-45cd-8b72-42c4e15bc0d5 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-left: 0%;
padding-right: 12%;
max-width: 1290px;
}

@media (min-width: 0px) {
[id="s-f6662f83-ae27-45cd-8b72-42c4e15bc0d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6662f83-ae27-45cd-8b72-42c4e15bc0d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-f6662f83-ae27-45cd-8b72-42c4e15bc0d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6662f83-ae27-45cd-8b72-42c4e15bc0d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

}

#s-22843261-4e19-482e-85bb-ddfc5c0b1adf {
  min-height: 50px;
}








#s-22843261-4e19-482e-85bb-ddfc5c0b1adf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22843261-4e19-482e-85bb-ddfc5c0b1adf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6d48b3d-6126-4b53-8d63-60dd05a2338b {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.15);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f6d48b3d-6126-4b53-8d63-60dd05a2338b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6d48b3d-6126-4b53-8d63-60dd05a2338b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6d48b3d-6126-4b53-8d63-60dd05a2338b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6d48b3d-6126-4b53-8d63-60dd05a2338b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b50b205a-7613-4420-8406-ca95e21ad64d {
  min-height: 50px;
}








#s-b50b205a-7613-4420-8406-ca95e21ad64d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b50b205a-7613-4420-8406-ca95e21ad64d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-194b45df-603e-451d-81b1-d09d9e4d504f {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-194b45df-603e-451d-81b1-d09d9e4d504f .shogun-image-content {
  
    align-items: center;
  
}

#s-2748afe3-9ad2-42b2-8d9f-7c2779a9a145 {
  margin-left: 5%;
min-height: 50px;
}








#s-2748afe3-9ad2-42b2-8d9f-7c2779a9a145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2748afe3-9ad2-42b2-8d9f-7c2779a9a145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5716a02-1129-4386-bb06-4cf054641e34 {
  margin-top: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5716a02-1129-4386-bb06-4cf054641e34 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-b5716a02-1129-4386-bb06-4cf054641e34 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

@media (min-width: 1200px){#s-b5716a02-1129-4386-bb06-4cf054641e34 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-b5716a02-1129-4386-bb06-4cf054641e34 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-b5716a02-1129-4386-bb06-4cf054641e34 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-b5716a02-1129-4386-bb06-4cf054641e34 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}
#s-2e04a21a-d0d1-4afd-b272-41df00a6c780 {
  margin-top: 0px;
margin-bottom: 4%;
}

#s-fb6420f7-abf0-4591-8101-65f6a0199bfc {
  margin-top: 0px;
margin-bottom: 8%;
}

#s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 8%;
margin-right: 8%;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 36, 67, 1);
border-radius: 5px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 63, 118, 1) !important;
border-radius: 5px !important;
background-color: rgba(82, 203, 234, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 63, 118, 1) !important;}#s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b-root {
    text-align: left;
  }


#s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b-root {
    text-align: left;
  }


#s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b-root {
    text-align: left;
  }


#s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b-root {
    text-align: left;
  }


#s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b-root {
    text-align: left;
  }


#s-1ff0ee29-fa60-45f3-baf7-bfa57953e33b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-9f0e7207-7fde-4c9b-9456-398aa03a5926 {
  min-height: 50px;
}








#s-9f0e7207-7fde-4c9b-9456-398aa03a5926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f0e7207-7fde-4c9b-9456-398aa03a5926.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ba92e07-8ad0-4ea1-b7a6-7cbb8ca9e42b {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.15);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8ba92e07-8ad0-4ea1-b7a6-7cbb8ca9e42b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ba92e07-8ad0-4ea1-b7a6-7cbb8ca9e42b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ba92e07-8ad0-4ea1-b7a6-7cbb8ca9e42b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ba92e07-8ad0-4ea1-b7a6-7cbb8ca9e42b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-85a252e2-035f-4028-b8fe-b22ba9b02b8d {
  min-height: 50px;
}








#s-85a252e2-035f-4028-b8fe-b22ba9b02b8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85a252e2-035f-4028-b8fe-b22ba9b02b8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c39576bc-4249-4733-b07b-1105d5b319d3 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-c39576bc-4249-4733-b07b-1105d5b319d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d39c0181-f650-4d37-8bdb-8a03c0a7e14b {
  margin-left: 5%;
min-height: 50px;
}








#s-d39c0181-f650-4d37-8bdb-8a03c0a7e14b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d39c0181-f650-4d37-8bdb-8a03c0a7e14b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-781b79fe-b427-4eca-911c-b943c97539a0 {
  margin-top: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-781b79fe-b427-4eca-911c-b943c97539a0 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-781b79fe-b427-4eca-911c-b943c97539a0 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

@media (min-width: 1200px){#s-781b79fe-b427-4eca-911c-b943c97539a0 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-781b79fe-b427-4eca-911c-b943c97539a0 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-781b79fe-b427-4eca-911c-b943c97539a0 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-781b79fe-b427-4eca-911c-b943c97539a0 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}
#s-ab186269-7c66-4648-bc21-66973fc3f21f {
  margin-top: 4%;
margin-bottom: 4%;
}

#s-b22bf4b7-f7e6-462d-846c-8d398ba0e4d6 {
  margin-top: 0px;
margin-bottom: 8%;
}

#s-aa945c6a-bae0-4c11-8f76-b24fa4261179 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 8%;
margin-right: 8%;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 36, 67, 1);
border-radius: 5px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-aa945c6a-bae0-4c11-8f76-b24fa4261179:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 63, 118, 1) !important;
border-radius: 5px !important;
background-color: rgba(82, 203, 234, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 63, 118, 1) !important;}#s-aa945c6a-bae0-4c11-8f76-b24fa4261179:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa945c6a-bae0-4c11-8f76-b24fa4261179-root {
    text-align: left;
  }


#s-aa945c6a-bae0-4c11-8f76-b24fa4261179.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa945c6a-bae0-4c11-8f76-b24fa4261179-root {
    text-align: left;
  }


#s-aa945c6a-bae0-4c11-8f76-b24fa4261179.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa945c6a-bae0-4c11-8f76-b24fa4261179-root {
    text-align: left;
  }


#s-aa945c6a-bae0-4c11-8f76-b24fa4261179.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa945c6a-bae0-4c11-8f76-b24fa4261179-root {
    text-align: left;
  }


#s-aa945c6a-bae0-4c11-8f76-b24fa4261179.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa945c6a-bae0-4c11-8f76-b24fa4261179-root {
    text-align: left;
  }


#s-aa945c6a-bae0-4c11-8f76-b24fa4261179.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-5da5d5f9-6dcb-4497-8775-9c03d2ae6270 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 12%;
max-width: 1290px;
}

@media (min-width: 0px) {
[id="s-5da5d5f9-6dcb-4497-8775-9c03d2ae6270"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5da5d5f9-6dcb-4497-8775-9c03d2ae6270"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-5da5d5f9-6dcb-4497-8775-9c03d2ae6270"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-5da5d5f9-6dcb-4497-8775-9c03d2ae6270"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

}

#s-77c66444-8a7a-489c-b3c7-16ebbd95931d {
  min-height: 50px;
}








#s-77c66444-8a7a-489c-b3c7-16ebbd95931d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77c66444-8a7a-489c-b3c7-16ebbd95931d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0ecb215-04d7-4f47-9d0d-9d4e7d8ba895 {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.15);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b0ecb215-04d7-4f47-9d0d-9d4e7d8ba895"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0ecb215-04d7-4f47-9d0d-9d4e7d8ba895"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0ecb215-04d7-4f47-9d0d-9d4e7d8ba895"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0ecb215-04d7-4f47-9d0d-9d4e7d8ba895"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-417a797e-ed2f-494a-8af6-f02153c3bed6 {
  min-height: 50px;
}








#s-417a797e-ed2f-494a-8af6-f02153c3bed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-417a797e-ed2f-494a-8af6-f02153c3bed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9233af0b-32d8-46b1-9999-c2624a7e122a {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-9233af0b-32d8-46b1-9999-c2624a7e122a .shogun-image-content {
  
    align-items: center;
  
}

#s-e07ccb3f-1a83-4e6d-ba88-fbf56c7c9a46 {
  margin-left: 5%;
min-height: 50px;
}








#s-e07ccb3f-1a83-4e6d-ba88-fbf56c7c9a46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e07ccb3f-1a83-4e6d-ba88-fbf56c7c9a46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-481f61ac-4cc7-4d4c-bb46-0ddc1ea86fc8 {
  margin-top: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-481f61ac-4cc7-4d4c-bb46-0ddc1ea86fc8 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-481f61ac-4cc7-4d4c-bb46-0ddc1ea86fc8 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

@media (min-width: 1200px){#s-481f61ac-4cc7-4d4c-bb46-0ddc1ea86fc8 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-481f61ac-4cc7-4d4c-bb46-0ddc1ea86fc8 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-481f61ac-4cc7-4d4c-bb46-0ddc1ea86fc8 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-481f61ac-4cc7-4d4c-bb46-0ddc1ea86fc8 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}
#s-c96690d0-7112-4da4-a809-1d29d77e6a53 {
  margin-top: 0px;
margin-bottom: 4%;
}

#s-8641caa0-1d33-4952-9c59-066e8964b6f4 {
  margin-top: 0px;
margin-bottom: 8%;
}

#s-207fe006-0d45-4ccd-8bfc-f80866a59474 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 8%;
margin-right: 8%;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 36, 67, 1);
border-radius: 5px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-207fe006-0d45-4ccd-8bfc-f80866a59474:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 63, 118, 1) !important;
border-radius: 5px !important;
background-color: rgba(82, 203, 234, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 63, 118, 1) !important;}#s-207fe006-0d45-4ccd-8bfc-f80866a59474:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-207fe006-0d45-4ccd-8bfc-f80866a59474-root {
    text-align: left;
  }


#s-207fe006-0d45-4ccd-8bfc-f80866a59474.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-207fe006-0d45-4ccd-8bfc-f80866a59474-root {
    text-align: left;
  }


#s-207fe006-0d45-4ccd-8bfc-f80866a59474.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-207fe006-0d45-4ccd-8bfc-f80866a59474-root {
    text-align: left;
  }


#s-207fe006-0d45-4ccd-8bfc-f80866a59474.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-207fe006-0d45-4ccd-8bfc-f80866a59474-root {
    text-align: left;
  }


#s-207fe006-0d45-4ccd-8bfc-f80866a59474.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-207fe006-0d45-4ccd-8bfc-f80866a59474-root {
    text-align: left;
  }


#s-207fe006-0d45-4ccd-8bfc-f80866a59474.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-ae84de5a-3cfe-46ac-910f-000c1e22413a {
  min-height: 50px;
}








#s-ae84de5a-3cfe-46ac-910f-000c1e22413a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae84de5a-3cfe-46ac-910f-000c1e22413a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aeb69e7c-b510-422c-a012-c6207045ecbd {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.15);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-aeb69e7c-b510-422c-a012-c6207045ecbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aeb69e7c-b510-422c-a012-c6207045ecbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aeb69e7c-b510-422c-a012-c6207045ecbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aeb69e7c-b510-422c-a012-c6207045ecbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0032c610-2ffd-4f4f-9e58-a535dd0beec5 {
  min-height: 50px;
}








#s-0032c610-2ffd-4f4f-9e58-a535dd0beec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0032c610-2ffd-4f4f-9e58-a535dd0beec5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60f4374e-3775-493a-b9da-78809cc99bc4 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-60f4374e-3775-493a-b9da-78809cc99bc4 img.shogun-image {
    

    
    
    
  }


#s-60f4374e-3775-493a-b9da-78809cc99bc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ed74135-334a-4d4a-959f-6e2754e83899 {
  margin-left: 5%;
min-height: 50px;
}








#s-5ed74135-334a-4d4a-959f-6e2754e83899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ed74135-334a-4d4a-959f-6e2754e83899.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8471641f-57ba-47b3-b2f8-23f3a6255205 {
  margin-top: 8%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8471641f-57ba-47b3-b2f8-23f3a6255205 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-8471641f-57ba-47b3-b2f8-23f3a6255205 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

@media (min-width: 1200px){#s-8471641f-57ba-47b3-b2f8-23f3a6255205 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-8471641f-57ba-47b3-b2f8-23f3a6255205 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-8471641f-57ba-47b3-b2f8-23f3a6255205 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-8471641f-57ba-47b3-b2f8-23f3a6255205 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}
#s-ad31dfae-2d5d-47ea-8598-3766378f30a4 {
  margin-top: 0px;
margin-bottom: 4%;
}

#s-ea9cf223-a11f-4ffe-921c-6fc7768e918a {
  margin-top: 0px;
margin-bottom: 8%;
}

#s-85c55e39-3350-40d3-9007-6a548f289117 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 8%;
margin-right: 8%;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 36, 67, 1);
border-radius: 5px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-85c55e39-3350-40d3-9007-6a548f289117:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 63, 118, 1) !important;
border-radius: 5px !important;
background-color: rgba(82, 203, 234, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 63, 118, 1) !important;}#s-85c55e39-3350-40d3-9007-6a548f289117:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-85c55e39-3350-40d3-9007-6a548f289117-root {
    text-align: left;
  }


#s-85c55e39-3350-40d3-9007-6a548f289117.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85c55e39-3350-40d3-9007-6a548f289117-root {
    text-align: left;
  }


#s-85c55e39-3350-40d3-9007-6a548f289117.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85c55e39-3350-40d3-9007-6a548f289117-root {
    text-align: left;
  }


#s-85c55e39-3350-40d3-9007-6a548f289117.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85c55e39-3350-40d3-9007-6a548f289117-root {
    text-align: left;
  }


#s-85c55e39-3350-40d3-9007-6a548f289117.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85c55e39-3350-40d3-9007-6a548f289117-root {
    text-align: left;
  }


#s-85c55e39-3350-40d3-9007-6a548f289117.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-6eca15be-0212-4999-b2d8-f8b61aa47570 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 12%;
max-width: 1290px;
}

@media (min-width: 0px) {
[id="s-6eca15be-0212-4999-b2d8-f8b61aa47570"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6eca15be-0212-4999-b2d8-f8b61aa47570"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-6eca15be-0212-4999-b2d8-f8b61aa47570"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-6eca15be-0212-4999-b2d8-f8b61aa47570"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

}

#s-c58fc93a-fbb2-4ffd-8bfd-04cd33401232 {
  min-height: 50px;
}








#s-c58fc93a-fbb2-4ffd-8bfd-04cd33401232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c58fc93a-fbb2-4ffd-8bfd-04cd33401232.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd141f11-4458-4e42-97dc-d3964e9620f8 {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.15);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bd141f11-4458-4e42-97dc-d3964e9620f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd141f11-4458-4e42-97dc-d3964e9620f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd141f11-4458-4e42-97dc-d3964e9620f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd141f11-4458-4e42-97dc-d3964e9620f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4f1b2bc1-f703-45b8-a7fb-48d5f45e4802 {
  min-height: 50px;
}








#s-4f1b2bc1-f703-45b8-a7fb-48d5f45e4802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f1b2bc1-f703-45b8-a7fb-48d5f45e4802.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e77615f0-d721-44f9-a01e-c802fb8c9086 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-e77615f0-d721-44f9-a01e-c802fb8c9086 .shogun-image-content {
  
    align-items: center;
  
}

#s-13cc743e-c756-4cdb-a4db-e5409df657cc {
  margin-left: 5%;
min-height: 50px;
}








#s-13cc743e-c756-4cdb-a4db-e5409df657cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13cc743e-c756-4cdb-a4db-e5409df657cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1165f35-6419-446e-a216-ccf871b44090 {
  margin-top: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1165f35-6419-446e-a216-ccf871b44090 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-f1165f35-6419-446e-a216-ccf871b44090 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

@media (min-width: 1200px){#s-f1165f35-6419-446e-a216-ccf871b44090 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-f1165f35-6419-446e-a216-ccf871b44090 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-f1165f35-6419-446e-a216-ccf871b44090 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-f1165f35-6419-446e-a216-ccf871b44090 .shogun-heading-component h2 a {
  color: rgba(0, 36, 67, 1);
}

}
#s-3794b3e2-3c4a-48a5-af93-d09c29b7d464 {
  margin-top: 0px;
margin-bottom: 4%;
}

#s-9f5e7525-59a3-4b58-87f3-30026698bb76 {
  margin-top: 0px;
margin-bottom: 8%;
}

#s-90a81ae6-7292-446b-90f8-129ddb999d59 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 8%;
margin-right: 8%;
padding-top: 16px;
padding-left: 15px;
padding-bottom: 16px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 36, 67, 1);
border-radius: 5px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-90a81ae6-7292-446b-90f8-129ddb999d59:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 63, 118, 1) !important;
border-radius: 5px !important;
background-color: rgba(82, 203, 234, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 63, 118, 1) !important;}#s-90a81ae6-7292-446b-90f8-129ddb999d59:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90a81ae6-7292-446b-90f8-129ddb999d59-root {
    text-align: left;
  }


#s-90a81ae6-7292-446b-90f8-129ddb999d59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90a81ae6-7292-446b-90f8-129ddb999d59-root {
    text-align: left;
  }


#s-90a81ae6-7292-446b-90f8-129ddb999d59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90a81ae6-7292-446b-90f8-129ddb999d59-root {
    text-align: left;
  }


#s-90a81ae6-7292-446b-90f8-129ddb999d59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90a81ae6-7292-446b-90f8-129ddb999d59-root {
    text-align: left;
  }


#s-90a81ae6-7292-446b-90f8-129ddb999d59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90a81ae6-7292-446b-90f8-129ddb999d59-root {
    text-align: left;
  }


#s-90a81ae6-7292-446b-90f8-129ddb999d59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-ed88b606-552d-4526-8271-0ba199f457a4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ed88b606-552d-4526-8271-0ba199f457a4 {
  display: none;
}
#s-ed88b606-552d-4526-8271-0ba199f457a4, #wrap-s-ed88b606-552d-4526-8271-0ba199f457a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed88b606-552d-4526-8271-0ba199f457a4 {
  display: none;
}
#s-ed88b606-552d-4526-8271-0ba199f457a4, #wrap-s-ed88b606-552d-4526-8271-0ba199f457a4 { display:none !important; }}@media (max-width: 767px){#s-ed88b606-552d-4526-8271-0ba199f457a4 {
  display: none;
}
#s-ed88b606-552d-4526-8271-0ba199f457a4, #wrap-s-ed88b606-552d-4526-8271-0ba199f457a4 { display:none !important; }}







#s-ed88b606-552d-4526-8271-0ba199f457a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed88b606-552d-4526-8271-0ba199f457a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96ebaae5-4924-484a-849e-93c8d7a72a80 {
  padding-top: 50px;
padding-bottom: 0px;
}

#s-87d10dc6-9f08-4da3-8af2-deaec5336603 {
  margin-top: 16px;
margin-left: 16%;
margin-bottom: 50px;
margin-right: 16%;
}

@media (min-width: 768px) and (max-width: 991px){#s-8e390ab5-da49-4d60-8524-2f5631d72e4e {
  margin-top: -2px;
margin-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-8e390ab5-da49-4d60-8524-2f5631d72e4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e390ab5-da49-4d60-8524-2f5631d72e4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e390ab5-da49-4d60-8524-2f5631d72e4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e390ab5-da49-4d60-8524-2f5631d72e4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9bc19605-5f60-4760-8453-9caed70e640b {
  min-height: 50px;
}








#s-9bc19605-5f60-4760-8453-9caed70e640b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc19605-5f60-4760-8453-9caed70e640b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-518d6708-84e2-42b8-ac5b-b2f04d64b071 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-518d6708-84e2-42b8-ac5b-b2f04d64b071 img.shogun-image {
    

    
    
    
  }


#s-518d6708-84e2-42b8-ac5b-b2f04d64b071 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef05923d-149a-4238-91e6-50abfc8dac71 {
  margin-left: 15%;
margin-right: 0%;
min-height: 50px;
}








#s-ef05923d-149a-4238-91e6-50abfc8dac71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef05923d-149a-4238-91e6-50abfc8dac71 {
  cursor: pointer;
}#s-ef05923d-149a-4238-91e6-50abfc8dac71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-157f5534-2bd5-46ee-a432-b175a32c4c66 {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-92477baa-1622-4173-ab9b-25381cd2c128 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-986280c6-046c-4eb1-91b9-27f911a025a4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2a6011c9-8a11-4414-93d6-1adc515ada19 {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-afbe6e33-840c-4cad-bbb2-cdda229fed21 {
  min-height: 50px;
}








#s-afbe6e33-840c-4cad-bbb2-cdda229fed21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afbe6e33-840c-4cad-bbb2-cdda229fed21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-237ac9ba-35d8-4416-81f8-6433d2d6ec6b {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-237ac9ba-35d8-4416-81f8-6433d2d6ec6b img.shogun-image {
    

    
    
    
  }


#s-237ac9ba-35d8-4416-81f8-6433d2d6ec6b .shogun-image-content {
  
    align-items: center;
  
}

#s-42c5758a-5a80-464a-aefe-d9f4af2571f0 {
  margin-left: 15%;
margin-right: 0%;
min-height: 50px;
}








#s-42c5758a-5a80-464a-aefe-d9f4af2571f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42c5758a-5a80-464a-aefe-d9f4af2571f0 {
  cursor: pointer;
}#s-42c5758a-5a80-464a-aefe-d9f4af2571f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ac83104-1e6e-4621-a0ca-ad51516922eb {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-ec113239-70b5-449e-8b47-eb6bd71c1e3d {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-50585124-1fec-466b-8579-dfd0ca31a6e7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2398593e-95c1-44dd-8582-632c854ad35f {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-b8cc1fd9-0d2f-4778-a2c2-5e444996d796 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8cc1fd9-0d2f-4778-a2c2-5e444996d796 {
  margin-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-b8cc1fd9-0d2f-4778-a2c2-5e444996d796"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8cc1fd9-0d2f-4778-a2c2-5e444996d796"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8cc1fd9-0d2f-4778-a2c2-5e444996d796"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8cc1fd9-0d2f-4778-a2c2-5e444996d796"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d4d3b5aa-11ab-4feb-bbd1-7c2cf2b8b96f {
  min-height: 50px;
}








#s-d4d3b5aa-11ab-4feb-bbd1-7c2cf2b8b96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4d3b5aa-11ab-4feb-bbd1-7c2cf2b8b96f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30ae027f-32c1-4fc7-874c-92e2212baced {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-30ae027f-32c1-4fc7-874c-92e2212baced img.shogun-image {
    

    
    
    
  }


#s-30ae027f-32c1-4fc7-874c-92e2212baced .shogun-image-content {
  
    align-items: center;
  
}

#s-94a66520-9adc-43cd-a1c6-ca12ec8c1596 {
  margin-left: 15%;
margin-right: 0%;
min-height: 50px;
}








#s-94a66520-9adc-43cd-a1c6-ca12ec8c1596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94a66520-9adc-43cd-a1c6-ca12ec8c1596 {
  cursor: pointer;
}#s-94a66520-9adc-43cd-a1c6-ca12ec8c1596.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffc2a034-e915-4af9-b758-578e1ba41818 {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-5304f72c-53f8-47b2-8054-35fb68f4af29 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-f476328a-8ee8-412a-8ac9-ead83b4fa8a6 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-747d1067-d087-4485-9f66-29a8c531aab0 {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-09e05aa6-35bd-4764-b80c-d8ca1bc87aed {
  min-height: 50px;
}








#s-09e05aa6-35bd-4764-b80c-d8ca1bc87aed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09e05aa6-35bd-4764-b80c-d8ca1bc87aed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-557db989-763d-48c1-baf9-4e581546c7af {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-557db989-763d-48c1-baf9-4e581546c7af img.shogun-image {
    

    
    
    
  }


#s-557db989-763d-48c1-baf9-4e581546c7af .shogun-image-content {
  
    align-items: center;
  
}

#s-4c1af6f6-fe3a-404f-837f-9760dbd8bc78 {
  margin-left: 15%;
margin-right: 0%;
min-height: 50px;
}








#s-4c1af6f6-fe3a-404f-837f-9760dbd8bc78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c1af6f6-fe3a-404f-837f-9760dbd8bc78 {
  cursor: pointer;
}#s-4c1af6f6-fe3a-404f-837f-9760dbd8bc78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75f8bbeb-679c-42ed-a5d5-4b1e95cc258e {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-6ef6ff39-9597-4cfa-b33a-4e23df2a2eaa {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-b9abc5e6-9a6c-42cb-a859-ea628f2f7cf4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e3823d4c-d5bf-4fca-a762-264b2c9cb608 {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-c587c0b8-ee54-45fc-9bd9-9656053e6b32 {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c587c0b8-ee54-45fc-9bd9-9656053e6b32 {
  margin-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-c587c0b8-ee54-45fc-9bd9-9656053e6b32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c587c0b8-ee54-45fc-9bd9-9656053e6b32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c587c0b8-ee54-45fc-9bd9-9656053e6b32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c587c0b8-ee54-45fc-9bd9-9656053e6b32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a88ca0fa-059a-4c2e-b1b1-fbd72804f178 {
  min-height: 50px;
}








#s-a88ca0fa-059a-4c2e-b1b1-fbd72804f178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a88ca0fa-059a-4c2e-b1b1-fbd72804f178.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2eadb550-b4a3-482e-9e99-1f9e63de0e5e {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-2eadb550-b4a3-482e-9e99-1f9e63de0e5e img.shogun-image {
    

    
    
    
  }


#s-2eadb550-b4a3-482e-9e99-1f9e63de0e5e .shogun-image-content {
  
    align-items: center;
  
}

#s-be6833d4-926a-43f1-b59d-8e2792bd7940 {
  margin-left: 15%;
margin-right: 0%;
min-height: 50px;
}








#s-be6833d4-926a-43f1-b59d-8e2792bd7940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be6833d4-926a-43f1-b59d-8e2792bd7940 {
  cursor: pointer;
}#s-be6833d4-926a-43f1-b59d-8e2792bd7940.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65d073b4-e8d6-4e30-b4ab-1b4b9699cf6e {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-d03a968c-d203-4e5a-a2d7-ea38e65a3455 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-a06a2e74-b767-452e-996a-0ae3991adc75 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-12179f59-daf2-4549-b28e-2983468d0c5b {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-05fc1c0d-eaee-4d45-9c91-23a658a8f82e {
  min-height: 50px;
}








#s-05fc1c0d-eaee-4d45-9c91-23a658a8f82e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05fc1c0d-eaee-4d45-9c91-23a658a8f82e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1768a6bf-8ce9-47d8-ab27-d4b9d0ab1378 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-1768a6bf-8ce9-47d8-ab27-d4b9d0ab1378 img.shogun-image {
    

    
    
    
  }


#s-1768a6bf-8ce9-47d8-ab27-d4b9d0ab1378 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec5a4348-418b-4394-9c10-ea84ca3cfdd4 {
  margin-left: 15%;
margin-right: 0%;
min-height: 50px;
}








#s-ec5a4348-418b-4394-9c10-ea84ca3cfdd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec5a4348-418b-4394-9c10-ea84ca3cfdd4 {
  cursor: pointer;
}#s-ec5a4348-418b-4394-9c10-ea84ca3cfdd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5c2db63-5eff-4ef8-97d5-25ebae906b7e {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-eaf54229-e84f-4ed2-8f78-68ccbf4e7a2a {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-0bf739c4-55aa-4e19-a62d-ef63af90ca85 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f2aeeb4a-4021-4c76-9f2f-2311cb71f87d {
  margin-top: 8px;
margin-bottom: 15px;
}

#s-d39d865b-96a0-43e5-9820-dc5da03d4432 {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d39d865b-96a0-43e5-9820-dc5da03d4432 {
  margin-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-d39d865b-96a0-43e5-9820-dc5da03d4432"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d39d865b-96a0-43e5-9820-dc5da03d4432"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d39d865b-96a0-43e5-9820-dc5da03d4432"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d39d865b-96a0-43e5-9820-dc5da03d4432"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51668e3c-72ba-4e30-ae54-c28fe952b938 {
  min-height: 50px;
}








#s-51668e3c-72ba-4e30-ae54-c28fe952b938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51668e3c-72ba-4e30-ae54-c28fe952b938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cc50d00-1c01-4eb3-a6eb-215778c26c4e {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-8cc50d00-1c01-4eb3-a6eb-215778c26c4e img.shogun-image {
    

    
    
    
  }


#s-8cc50d00-1c01-4eb3-a6eb-215778c26c4e .shogun-image-content {
  
    align-items: center;
  
}

#s-6dc44271-8c9c-49e9-a830-e97d29810398 {
  margin-left: 15%;
margin-right: 0%;
min-height: 50px;
}








#s-6dc44271-8c9c-49e9-a830-e97d29810398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dc44271-8c9c-49e9-a830-e97d29810398 {
  cursor: pointer;
}#s-6dc44271-8c9c-49e9-a830-e97d29810398.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-413bf9a1-af4c-44ae-8b2d-fa574f591c55 {
  margin-top: 8px;
margin-bottom: 0px;
}

#s-6f76b78f-6a54-46e6-a60e-d81df2cebe7b {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-9e219bdb-04f0-47cd-bbf1-837fe4e7dc9a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7e217c25-58b3-45ef-9629-fac26dc9ed0a {
  margin-top: 8px;
margin-bottom: 15px;
}

#s-b27ccc1c-21af-4118-9a72-72a9975abf96 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-b27ccc1c-21af-4118-9a72-72a9975abf96 {
  display: none;
}
#s-b27ccc1c-21af-4118-9a72-72a9975abf96, #wrap-s-b27ccc1c-21af-4118-9a72-72a9975abf96 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b27ccc1c-21af-4118-9a72-72a9975abf96 {
  display: none;
}
#s-b27ccc1c-21af-4118-9a72-72a9975abf96, #wrap-s-b27ccc1c-21af-4118-9a72-72a9975abf96 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b27ccc1c-21af-4118-9a72-72a9975abf96 {
  display: none;
}
#s-b27ccc1c-21af-4118-9a72-72a9975abf96, #wrap-s-b27ccc1c-21af-4118-9a72-72a9975abf96 { display:none !important; }}@media (max-width: 767px){#s-b27ccc1c-21af-4118-9a72-72a9975abf96 {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-b27ccc1c-21af-4118-9a72-72a9975abf96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b27ccc1c-21af-4118-9a72-72a9975abf96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de7f6228-37b1-4c74-ae59-d58ff235e831 {
  text-align: left;
}

#s-4c825876-09a0-4a5e-8f5b-fa82fb143866 {
  margin-top: 6%;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1290px;
text-align: left;
}
@media (max-width: 767px){#s-4c825876-09a0-4a5e-8f5b-fa82fb143866 {
  margin-top: 2%;
padding-left: 4%;
padding-right: 4%;
text-align: center;
}
}
#s-4c825876-09a0-4a5e-8f5b-fa82fb143866 .shogun-heading-component h1 {
  color: rgba(0, 178, 219, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-4c825876-09a0-4a5e-8f5b-fa82fb143866 .shogun-heading-component h1 {
  color: rgba(0, 178, 219, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}
#s-ae627a69-a465-4e30-b3ac-04895e83e43b {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1290px;
text-align: left;
}
@media (max-width: 767px){#s-ae627a69-a465-4e30-b3ac-04895e83e43b {
  margin-bottom: 2%;
padding-left: 4%;
padding-right: 4%;
}
}
#s-ae627a69-a465-4e30-b3ac-04895e83e43b .shogun-heading-component h1 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-98b6b8b6-14dc-4432-8d22-b36561acc15c {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1290px;
}
@media (min-width: 1200px){#s-98b6b8b6-14dc-4432-8d22-b36561acc15c {
  display: none;
}
#s-98b6b8b6-14dc-4432-8d22-b36561acc15c, #wrap-s-98b6b8b6-14dc-4432-8d22-b36561acc15c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98b6b8b6-14dc-4432-8d22-b36561acc15c {
  display: none;
}
#s-98b6b8b6-14dc-4432-8d22-b36561acc15c, #wrap-s-98b6b8b6-14dc-4432-8d22-b36561acc15c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98b6b8b6-14dc-4432-8d22-b36561acc15c {
  max-width: 1290px;
display: none;
}
#s-98b6b8b6-14dc-4432-8d22-b36561acc15c, #wrap-s-98b6b8b6-14dc-4432-8d22-b36561acc15c { display:none !important; }}@media (max-width: 767px){#s-98b6b8b6-14dc-4432-8d22-b36561acc15c {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-98b6b8b6-14dc-4432-8d22-b36561acc15c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-98b6b8b6-14dc-4432-8d22-b36561acc15c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-98b6b8b6-14dc-4432-8d22-b36561acc15c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-98b6b8b6-14dc-4432-8d22-b36561acc15c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

}

#s-128d44ad-bb8f-435f-b1f7-6c417f24301d {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
min-height: 50px;
}








#s-128d44ad-bb8f-435f-b1f7-6c417f24301d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-128d44ad-bb8f-435f-b1f7-6c417f24301d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60052eab-a0d6-4fac-ba39-e2468a089dbe {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-60052eab-a0d6-4fac-ba39-e2468a089dbe {
  min-height: 200px;
}
}@media (max-width: 767px){#s-60052eab-a0d6-4fac-ba39-e2468a089dbe {
  margin-bottom: 8%;
min-height: 200px;
}
}







#s-60052eab-a0d6-4fac-ba39-e2468a089dbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60052eab-a0d6-4fac-ba39-e2468a089dbe {
  cursor: pointer;
}#s-60052eab-a0d6-4fac-ba39-e2468a089dbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35e42cea-6101-4c1c-a09f-cd679e7be7ec {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-35e42cea-6101-4c1c-a09f-cd679e7be7ec .shogun-image-content {
  
    align-items: center;
  
}

#s-94153ca3-7406-4011-8eb4-6befdc1070e3 {
  margin-top: 8%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-94153ca3-7406-4011-8eb4-6befdc1070e3 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f948cdec-dfcc-46da-999e-a12b5218e22e {
  margin-top: 6%;
margin-left: 8%;
margin-bottom: 6%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f948cdec-dfcc-46da-999e-a12b5218e22e .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-a0f6fb1b-bc67-4467-a967-414a4158cf8d {
  margin-top: 0%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0%;
padding-bottom: 8%;
text-align: left;
}
@media (max-width: 767px){#s-a0f6fb1b-bc67-4467-a967-414a4158cf8d {
  margin-bottom: 4%;
}
}
#s-a0f6fb1b-bc67-4467-a967-414a4158cf8d .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-b5463d3b-220e-41cf-ab19-0e38b0441c47 {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b5463d3b-220e-41cf-ab19-0e38b0441c47 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-b5463d3b-220e-41cf-ab19-0e38b0441c47 {
  margin-bottom: 8%;
min-height: 200px;
}
}







#s-b5463d3b-220e-41cf-ab19-0e38b0441c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5463d3b-220e-41cf-ab19-0e38b0441c47 {
  cursor: pointer;
}#s-b5463d3b-220e-41cf-ab19-0e38b0441c47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09f18263-cbf2-4d7b-8b9a-376076964817 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-09f18263-cbf2-4d7b-8b9a-376076964817 .shogun-image-content {
  
    align-items: center;
  
}

#s-df0067e8-8944-45b3-91aa-3187e3155139 {
  margin-top: 8%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-df0067e8-8944-45b3-91aa-3187e3155139 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-82160bd9-488d-44d6-aa9f-fdf194fd8335 {
  margin-top: 6%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-82160bd9-488d-44d6-aa9f-fdf194fd8335 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-df2e2cc0-5c58-44b0-ad62-45e215e38d51 {
  margin-top: 6%;
margin-left: 8%;
margin-bottom: 4%;
margin-right: 8%;
padding-top: 0%;
padding-bottom: 8%;
text-align: left;
}

#s-df2e2cc0-5c58-44b0-ad62-45e215e38d51 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-d7830be7-7e7c-4b6c-9f81-77b06fa3456c {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d7830be7-7e7c-4b6c-9f81-77b06fa3456c {
  min-height: 200px;
}
}@media (max-width: 767px){#s-d7830be7-7e7c-4b6c-9f81-77b06fa3456c {
  margin-bottom: 8%;
min-height: 200px;
}
}







#s-d7830be7-7e7c-4b6c-9f81-77b06fa3456c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7830be7-7e7c-4b6c-9f81-77b06fa3456c {
  cursor: pointer;
}#s-d7830be7-7e7c-4b6c-9f81-77b06fa3456c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec907252-d0dc-4e9a-8ed3-4e698664b6f3 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-ec907252-d0dc-4e9a-8ed3-4e698664b6f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-54c9420d-e582-461b-bfdf-70e3e101b09a {
  margin-top: 8%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-54c9420d-e582-461b-bfdf-70e3e101b09a .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-fb22008d-7e08-4d17-a92c-a65b933d9173 {
  margin-top: 6%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fb22008d-7e08-4d17-a92c-a65b933d9173 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-59e5cd6f-06e7-4bbb-b634-689d99c47393 {
  margin-top: 6%;
margin-left: 8%;
margin-bottom: 4%;
margin-right: 8%;
padding-top: 0%;
padding-bottom: 8%;
text-align: left;
}

#s-59e5cd6f-06e7-4bbb-b634-689d99c47393 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-f895a26a-a4aa-4478-8e84-311cbaa281a7 {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f895a26a-a4aa-4478-8e84-311cbaa281a7 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-f895a26a-a4aa-4478-8e84-311cbaa281a7 {
  margin-bottom: 8%;
min-height: 200px;
}
}







#s-f895a26a-a4aa-4478-8e84-311cbaa281a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f895a26a-a4aa-4478-8e84-311cbaa281a7 {
  cursor: pointer;
}#s-f895a26a-a4aa-4478-8e84-311cbaa281a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bd27e75-dbab-4e8b-99c0-e37d0564404c {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-8bd27e75-dbab-4e8b-99c0-e37d0564404c .shogun-image-content {
  
    align-items: center;
  
}

#s-3a40c472-a75a-423f-9f8c-16a0ae1581ee {
  margin-top: 8%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3a40c472-a75a-423f-9f8c-16a0ae1581ee .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b5b0c8df-80af-470b-a9e3-1ecf2c2afd1a {
  margin-top: 6%;
margin-left: 8%;
margin-bottom: 6%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b5b0c8df-80af-470b-a9e3-1ecf2c2afd1a .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-df910af5-e728-484a-ae08-13215a2e7bd2 {
  margin-top: 0%;
margin-left: 8%;
margin-bottom: 4%;
margin-right: 8%;
padding-top: 0%;
padding-bottom: 8%;
text-align: left;
}

#s-df910af5-e728-484a-ae08-13215a2e7bd2 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-8233d19b-79e2-433b-992a-442267344738 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
max-width: 1290px;
}
@media (min-width: 1200px){#s-8233d19b-79e2-433b-992a-442267344738 {
  display: none;
}
#s-8233d19b-79e2-433b-992a-442267344738, #wrap-s-8233d19b-79e2-433b-992a-442267344738 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8233d19b-79e2-433b-992a-442267344738 {
  display: none;
}
#s-8233d19b-79e2-433b-992a-442267344738, #wrap-s-8233d19b-79e2-433b-992a-442267344738 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8233d19b-79e2-433b-992a-442267344738 {
  max-width: 1290px;
display: none;
}
#s-8233d19b-79e2-433b-992a-442267344738, #wrap-s-8233d19b-79e2-433b-992a-442267344738 { display:none !important; }}@media (max-width: 767px){#s-8233d19b-79e2-433b-992a-442267344738 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-8233d19b-79e2-433b-992a-442267344738"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-8233d19b-79e2-433b-992a-442267344738"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-8233d19b-79e2-433b-992a-442267344738"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-8233d19b-79e2-433b-992a-442267344738"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.0px);
}

}

#s-7f4eaeff-d9b9-4c19-89a2-464835a7a5d3 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
min-height: 50px;
}








#s-7f4eaeff-d9b9-4c19-89a2-464835a7a5d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f4eaeff-d9b9-4c19-89a2-464835a7a5d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0bd3694-4531-41cd-a883-38ed6d681cb2 {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c0bd3694-4531-41cd-a883-38ed6d681cb2 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-c0bd3694-4531-41cd-a883-38ed6d681cb2 {
  margin-bottom: 8%;
min-height: 200px;
}
}







#s-c0bd3694-4531-41cd-a883-38ed6d681cb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0bd3694-4531-41cd-a883-38ed6d681cb2 {
  cursor: pointer;
}#s-c0bd3694-4531-41cd-a883-38ed6d681cb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bdc190d-78fc-4d96-a3d8-60fac215627b {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-0bdc190d-78fc-4d96-a3d8-60fac215627b .shogun-image-content {
  
    align-items: center;
  
}

#s-e977c009-5326-4645-962d-41b3f9883678 {
  margin-top: 8%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e977c009-5326-4645-962d-41b3f9883678 .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c81d61b8-c9bb-42b8-9c9b-9b03f07c4200 {
  margin-top: 6%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c81d61b8-c9bb-42b8-9c9b-9b03f07c4200 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-76e7ee3a-04ec-44ea-9a19-5098521fc555 {
  margin-top: 6%;
margin-left: 8%;
margin-bottom: 4%;
margin-right: 8%;
padding-top: 0%;
padding-bottom: 8%;
text-align: left;
}

#s-76e7ee3a-04ec-44ea-9a19-5098521fc555 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-9ace77f7-7f99-4bd3-ba32-0cdb02b6724d {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9ace77f7-7f99-4bd3-ba32-0cdb02b6724d {
  min-height: 200px;
}
}@media (max-width: 767px){#s-9ace77f7-7f99-4bd3-ba32-0cdb02b6724d {
  margin-bottom: 8%;
min-height: 200px;
}
}







#s-9ace77f7-7f99-4bd3-ba32-0cdb02b6724d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ace77f7-7f99-4bd3-ba32-0cdb02b6724d {
  cursor: pointer;
}#s-9ace77f7-7f99-4bd3-ba32-0cdb02b6724d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4ab5f05-cb6f-4d5b-9d05-1ae537bf7f46 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}







  #s-a4ab5f05-cb6f-4d5b-9d05-1ae537bf7f46 img.shogun-image {
    

    
    
    
  }


#s-a4ab5f05-cb6f-4d5b-9d05-1ae537bf7f46 .shogun-image-content {
  
    align-items: center;
  
}

#s-67f5971b-1455-421b-a794-78a2b7b7580a {
  margin-top: 8%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-67f5971b-1455-421b-a794-78a2b7b7580a .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0d662405-2abc-4cdd-b935-afd5b05ec823 {
  margin-top: 6%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0d662405-2abc-4cdd-b935-afd5b05ec823 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-cc361723-9c3c-4eea-89e1-c557617630b4 {
  margin-top: 6%;
margin-left: 8%;
margin-bottom: 4%;
margin-right: 8%;
padding-top: 0%;
padding-bottom: 8%;
text-align: left;
}

#s-cc361723-9c3c-4eea-89e1-c557617630b4 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-aa1c3957-da87-480e-95e3-d18ca44c93d2 {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-aa1c3957-da87-480e-95e3-d18ca44c93d2 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-aa1c3957-da87-480e-95e3-d18ca44c93d2 {
  margin-bottom: 8%;
min-height: 200px;
}
}







#s-aa1c3957-da87-480e-95e3-d18ca44c93d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa1c3957-da87-480e-95e3-d18ca44c93d2 {
  cursor: pointer;
}#s-aa1c3957-da87-480e-95e3-d18ca44c93d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5747aa27-b4d7-4344-a3a8-a8a8f5e782fa {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
}








#s-5747aa27-b4d7-4344-a3a8-a8a8f5e782fa .shogun-image-content {
  
    align-items: center;
  
}

#s-4cc07bb9-828d-4fdc-82c0-daaa1722e8be {
  margin-top: 8%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4cc07bb9-828d-4fdc-82c0-daaa1722e8be .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f0eb5f32-c1fa-4220-8889-86f1317488b9 {
  margin-top: 6%;
margin-left: 8%;
margin-right: 8%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f0eb5f32-c1fa-4220-8889-86f1317488b9 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-dbc05ad3-b8ad-474d-81de-14976e2fd735 {
  margin-top: 6%;
margin-left: 8%;
margin-bottom: 4%;
margin-right: 8%;
padding-top: 0%;
padding-bottom: 8%;
text-align: left;
}

#s-dbc05ad3-b8ad-474d-81de-14976e2fd735 .shogun-heading-component h2 {
  color: rgba(51, 80, 105, 1);
  font-weight:  normal ;
  font-family: "Open Sans Regular";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-c967110b-3f94-476e-b8b1-71956ec0f47a {
  margin-left: 0%;
margin-right: 0%;
padding-left: 4%;
padding-right: 4%;
min-height: 290px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c967110b-3f94-476e-b8b1-71956ec0f47a {
  display: none;
}
#s-c967110b-3f94-476e-b8b1-71956ec0f47a, #wrap-s-c967110b-3f94-476e-b8b1-71956ec0f47a { display:none !important; }}@media (max-width: 767px){#s-c967110b-3f94-476e-b8b1-71956ec0f47a {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-c967110b-3f94-476e-b8b1-71956ec0f47a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c967110b-3f94-476e-b8b1-71956ec0f47a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91ada959-39c3-46fb-85b6-f858dcacad23 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
min-height: 2px;
max-width: 1290px;
}
@media (max-width: 767px){#s-91ada959-39c3-46fb-85b6-f858dcacad23 {
  margin-top: 0%;
}
}
@media (min-width: 0px) {
[id="s-91ada959-39c3-46fb-85b6-f858dcacad23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91ada959-39c3-46fb-85b6-f858dcacad23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-91ada959-39c3-46fb-85b6-f858dcacad23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-91ada959-39c3-46fb-85b6-f858dcacad23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-91ada959-39c3-46fb-85b6-f858dcacad23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-91ada959-39c3-46fb-85b6-f858dcacad23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-91ada959-39c3-46fb-85b6-f858dcacad23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-80cd317b-bb62-4a57-9ec0-ba077996f96b {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.1);
padding-left: 8%;
padding-right: 8%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-80cd317b-bb62-4a57-9ec0-ba077996f96b {
  box-shadow: 0px 0px 0px ;
border-style: solid;
border-color: #000;
margin-top: 8%;
margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}
}







#s-80cd317b-bb62-4a57-9ec0-ba077996f96b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80cd317b-bb62-4a57-9ec0-ba077996f96b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd3d5ace-da4e-4c47-b093-0255bf349505 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-dd3d5ace-da4e-4c47-b093-0255bf349505 {
  min-height: 150px;
display: none;
}
#s-dd3d5ace-da4e-4c47-b093-0255bf349505, #wrap-s-dd3d5ace-da4e-4c47-b093-0255bf349505 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd3d5ace-da4e-4c47-b093-0255bf349505 {
  display: none;
}
#s-dd3d5ace-da4e-4c47-b093-0255bf349505, #wrap-s-dd3d5ace-da4e-4c47-b093-0255bf349505 { display:none !important; }}@media (max-width: 767px){#s-dd3d5ace-da4e-4c47-b093-0255bf349505 {
  margin-top: 8%;
margin-bottom: 0%;
display: none;
}
#s-dd3d5ace-da4e-4c47-b093-0255bf349505, #wrap-s-dd3d5ace-da4e-4c47-b093-0255bf349505 { display:none !important; }}







#s-dd3d5ace-da4e-4c47-b093-0255bf349505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd3d5ace-da4e-4c47-b093-0255bf349505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-695b58c0-4ba8-4e03-a821-01b33ac2a9ea {
  margin-top: 8%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-695b58c0-4ba8-4e03-a821-01b33ac2a9ea {
  margin-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-695b58c0-4ba8-4e03-a821-01b33ac2a9ea {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-695b58c0-4ba8-4e03-a821-01b33ac2a9ea {
  margin-top: 12%;
}
}
#s-695b58c0-4ba8-4e03-a821-01b33ac2a9ea .shogun-heading-component h2 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-dc5177c1-2e5a-4715-a159-78ebfad4fc0c {
  margin-top: 2%;
margin-bottom: 24px;
margin-right: 48px;
}
@media (max-width: 767px){#s-dc5177c1-2e5a-4715-a159-78ebfad4fc0c {
  margin-top: 3%;
margin-bottom: 8%;
margin-right: 0px;
}
}
#s-5c1bf4e8-d09a-4440-a8e2-f303c1fec7fd {
  margin-bottom: 0%;
min-height: 50px;
}








#s-5c1bf4e8-d09a-4440-a8e2-f303c1fec7fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c1bf4e8-d09a-4440-a8e2-f303c1fec7fd.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-4726bd3a-b874-49a7-bb0a-ae02ed1b62ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4726bd3a-b874-49a7-bb0a-ae02ed1b62ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4726bd3a-b874-49a7-bb0a-ae02ed1b62ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4726bd3a-b874-49a7-bb0a-ae02ed1b62ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d924699e-c18d-4f01-82d7-19e48ca2ee07 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 42px;
padding-bottom: 18px;
padding-right: 42px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 36, 67, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d924699e-c18d-4f01-82d7-19e48ca2ee07:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 63, 118, 1) !important;
background-color: rgba(0, 63, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d924699e-c18d-4f01-82d7-19e48ca2ee07:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d924699e-c18d-4f01-82d7-19e48ca2ee07-root {
    text-align: left;
  }


#s-d924699e-c18d-4f01-82d7-19e48ca2ee07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d924699e-c18d-4f01-82d7-19e48ca2ee07-root {
    text-align: left;
  }


#s-d924699e-c18d-4f01-82d7-19e48ca2ee07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d924699e-c18d-4f01-82d7-19e48ca2ee07-root {
    text-align: left;
  }


#s-d924699e-c18d-4f01-82d7-19e48ca2ee07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d924699e-c18d-4f01-82d7-19e48ca2ee07-root {
    text-align: left;
  }


#s-d924699e-c18d-4f01-82d7-19e48ca2ee07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d924699e-c18d-4f01-82d7-19e48ca2ee07-root {
    text-align: left;
  }


#s-d924699e-c18d-4f01-82d7-19e48ca2ee07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-31159c23-afce-48a1-bc03-5bae9c2e898d {
  min-height: 50px;
}
@media (max-width: 767px){#s-31159c23-afce-48a1-bc03-5bae9c2e898d {
  padding-top: 6px;
padding-bottom: 6px;
}
}







#s-31159c23-afce-48a1-bc03-5bae9c2e898d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31159c23-afce-48a1-bc03-5bae9c2e898d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d770a792-f1ab-4c5e-8ba3-27a14406cf26 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 19px;
padding-left: 55px;
padding-bottom: 19px;
padding-right: 55px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 248, 248, 0);
border-radius: 5px;
background-color: rgba(248, 248, 248, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 36, 67, 1);
}
#s-d770a792-f1ab-4c5e-8ba3-27a14406cf26:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(248, 248, 248, 0) !important;
border-radius: 5px !important;
background-color: rgba(248, 248, 248, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 199, 245, 1) !important;}#s-d770a792-f1ab-4c5e-8ba3-27a14406cf26:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d770a792-f1ab-4c5e-8ba3-27a14406cf26 {
  margin-top: 4%;
margin-left: 8%;
margin-bottom: 8%;
padding-top: 5%;
padding-left: 0px;
padding-bottom: 5%;
padding-right: 0px;
}
}

  #s-d770a792-f1ab-4c5e-8ba3-27a14406cf26-root {
    text-align: left;
  }


#s-d770a792-f1ab-4c5e-8ba3-27a14406cf26.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d770a792-f1ab-4c5e-8ba3-27a14406cf26-root {
    text-align: left;
  }


#s-d770a792-f1ab-4c5e-8ba3-27a14406cf26.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d770a792-f1ab-4c5e-8ba3-27a14406cf26-root {
    text-align: left;
  }


#s-d770a792-f1ab-4c5e-8ba3-27a14406cf26.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d770a792-f1ab-4c5e-8ba3-27a14406cf26-root {
    text-align: left;
  }


#s-d770a792-f1ab-4c5e-8ba3-27a14406cf26.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d770a792-f1ab-4c5e-8ba3-27a14406cf26-root {
    text-align: left;
  }


#s-d770a792-f1ab-4c5e-8ba3-27a14406cf26.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-8ca57485-a420-41f8-9a3e-e4e0d2ec56d9 {
  box-shadow:0px 1px 3px 1px rgba(0, 0, 0, 0.1);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 36, 67, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(0, 36, 67, 1);
}
@media (min-width: 1200px){#s-8ca57485-a420-41f8-9a3e-e4e0d2ec56d9 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ca57485-a420-41f8-9a3e-e4e0d2ec56d9 {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-8ca57485-a420-41f8-9a3e-e4e0d2ec56d9 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}







#s-8ca57485-a420-41f8-9a3e-e4e0d2ec56d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ca57485-a420-41f8-9a3e-e4e0d2ec56d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-581c4b8c-d8b1-4f0b-a94a-cbc0670673b2 {
  margin-left: 33px;
margin-right: 33px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-581c4b8c-d8b1-4f0b-a94a-cbc0670673b2 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-581c4b8c-d8b1-4f0b-a94a-cbc0670673b2 {
  margin-left: 8%;
margin-right: 8%;
}
}@media (max-width: 767px){#s-581c4b8c-d8b1-4f0b-a94a-cbc0670673b2 {
  margin-top: 1%;
margin-left: 8%;
margin-bottom: 1%;
margin-right: 8%;
border-radius: 0px;
}
}







#s-581c4b8c-d8b1-4f0b-a94a-cbc0670673b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-581c4b8c-d8b1-4f0b-a94a-cbc0670673b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cf558eb-67dd-4964-8a28-8a9f7c88718e {
  margin-top: 4%;
margin-bottom: 4%;
}
@media (min-width: 1200px){#s-4cf558eb-67dd-4964-8a28-8a9f7c88718e {
  display: none;
}
#s-4cf558eb-67dd-4964-8a28-8a9f7c88718e, #wrap-s-4cf558eb-67dd-4964-8a28-8a9f7c88718e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cf558eb-67dd-4964-8a28-8a9f7c88718e {
  display: none;
}
#s-4cf558eb-67dd-4964-8a28-8a9f7c88718e, #wrap-s-4cf558eb-67dd-4964-8a28-8a9f7c88718e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4cf558eb-67dd-4964-8a28-8a9f7c88718e {
  display: none;
}
#s-4cf558eb-67dd-4964-8a28-8a9f7c88718e, #wrap-s-4cf558eb-67dd-4964-8a28-8a9f7c88718e { display:none !important; }}
#s-da0398e4-9a88-46de-b97e-142ff65cd723 {
  margin-top: 8%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 36, 67, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
}
@media (max-width: 767px){#s-da0398e4-9a88-46de-b97e-142ff65cd723 {
  margin-top: 4%;
}
}







.s-da0398e4-9a88-46de-b97e-142ff65cd723 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shg-align-container {
  text-align: center
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-da0398e4-9a88-46de-b97e-142ff65cd723 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shg-align-container {
  text-align: center
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){






.s-da0398e4-9a88-46de-b97e-142ff65cd723 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shg-align-container {
  text-align: center
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){






.s-da0398e4-9a88-46de-b97e-142ff65cd723 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shg-align-container {
  text-align: center
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){






.s-da0398e4-9a88-46de-b97e-142ff65cd723 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shg-align-container {
  text-align: center
}

.s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0398e4-9a88-46de-b97e-142ff65cd723.shogun-image {
  box-sizing: border-box;
}


}
#s-1388451f-22b4-413a-bc95-faf9d82e7e6b {
  margin-top: 16px;
}

#s-08949c79-8dfd-4c97-bfc1-1ef0bad1e204 {
  margin-right: 4%;
}
@media (max-width: 767px){#s-08949c79-8dfd-4c97-bfc1-1ef0bad1e204 {
  margin-top: 4%;
margin-bottom: 0%;
}
}
#s-cdba9166-91fe-4d2c-9304-fad9781def24 {
  margin-top: 16px;
margin-bottom: 16px;
}
@media (min-width: 1200px){#s-cdba9166-91fe-4d2c-9304-fad9781def24 {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cdba9166-91fe-4d2c-9304-fad9781def24 {
  margin-top: 2%;
margin-bottom: 2%;
}
}
#s-0f233aa9-10d8-41d4-b14c-4144fd9b8bc2 {
  margin-top: 12%;
margin-bottom: 16%;
text-align: left;
}

#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410 {
  min-height: 50px;
background-color: rgba(250, 250, 252, 1);
}
@media (min-width: 1200px){#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410 {
  padding-top: 8%;
padding-bottom: 8%;
display: none;
}
#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410, #wrap-s-69f7e143-0e4c-4e3f-82d1-5774e90a8410 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410 {
  padding-top: 8%;
padding-bottom: 8%;
display: none;
}
#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410, #wrap-s-69f7e143-0e4c-4e3f-82d1-5774e90a8410 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410 {
  display: none;
}
#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410, #wrap-s-69f7e143-0e4c-4e3f-82d1-5774e90a8410 { display:none !important; }}@media (max-width: 767px){#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410 {
  
}
}







#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69f7e143-0e4c-4e3f-82d1-5774e90a8410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfbf9b1f-d3f5-44db-a81d-720b39fe63b8 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 1290px;
}

@media (min-width: 0px) {
[id="s-dfbf9b1f-d3f5-44db-a81d-720b39fe63b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfbf9b1f-d3f5-44db-a81d-720b39fe63b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfbf9b1f-d3f5-44db-a81d-720b39fe63b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfbf9b1f-d3f5-44db-a81d-720b39fe63b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e919b548-365a-4b71-bffe-74e612dc179d {
  box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.15);
text-align: center;
}







  img.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
    
    
  }


.s-e919b548-365a-4b71-bffe-74e612dc179d .shogun-image-content {
  
    align-items: center;
  
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shg-align-container {
  text-align: center
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
    
    
  }


.s-e919b548-365a-4b71-bffe-74e612dc179d .shogun-image-content {
  
    align-items: center;
  
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shg-align-container {
  text-align: center
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
    
    
  }


.s-e919b548-365a-4b71-bffe-74e612dc179d .shogun-image-content {
  
    align-items: center;
  
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shg-align-container {
  text-align: center
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
    
    
  }


.s-e919b548-365a-4b71-bffe-74e612dc179d .shogun-image-content {
  
    align-items: center;
  
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shg-align-container {
  text-align: center
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
    
    
  }


.s-e919b548-365a-4b71-bffe-74e612dc179d .shogun-image-content {
  
    align-items: center;
  
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shg-align-container {
  text-align: center
}

.s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e919b548-365a-4b71-bffe-74e612dc179d.shogun-image {
  box-sizing: border-box;
}


}
#s-19a77c07-3706-47fd-8163-412e81411938 {
  min-height: 50px;
}
@media (max-width: 767px){#s-19a77c07-3706-47fd-8163-412e81411938 {
  margin-top: 0%;
margin-bottom: 8%;
}
}







#s-19a77c07-3706-47fd-8163-412e81411938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19a77c07-3706-47fd-8163-412e81411938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-a31b6cbd-ddee-44e4-a634-bb704bd4785e {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
}
}
#s-4d040be3-7934-4a14-9d44-dcace98159f6 {
  margin-top: 2%;
}
@media (min-width: 1200px){#s-4d040be3-7934-4a14-9d44-dcace98159f6 {
  margin-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d040be3-7934-4a14-9d44-dcace98159f6 {
  margin-right: 8%;
}
}@media (max-width: 767px){#s-4d040be3-7934-4a14-9d44-dcace98159f6 {
  margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
}
}
#s-87be663d-e148-4418-beca-f7e55b73f543 {
  min-height: 50px;
background-color: rgba(250, 250, 252, 1);
}
@media (min-width: 1200px){#s-87be663d-e148-4418-beca-f7e55b73f543 {
  padding-top: 8%;
padding-left: 4%;
padding-bottom: 8%;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87be663d-e148-4418-beca-f7e55b73f543 {
  padding-top: 8%;
padding-left: 4%;
padding-bottom: 8%;
padding-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-87be663d-e148-4418-beca-f7e55b73f543 {
  display: none;
}
#s-87be663d-e148-4418-beca-f7e55b73f543, #wrap-s-87be663d-e148-4418-beca-f7e55b73f543 { display:none !important; }}@media (max-width: 767px){#s-87be663d-e148-4418-beca-f7e55b73f543 {
  display: none;
}
#s-87be663d-e148-4418-beca-f7e55b73f543, #wrap-s-87be663d-e148-4418-beca-f7e55b73f543 { display:none !important; }}







#s-87be663d-e148-4418-beca-f7e55b73f543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87be663d-e148-4418-beca-f7e55b73f543.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6efb3fad-8dd1-498d-9840-87a1f748b019 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
max-width: 1290px;
}

@media (min-width: 0px) {
[id="s-6efb3fad-8dd1-498d-9840-87a1f748b019"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6efb3fad-8dd1-498d-9840-87a1f748b019"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6efb3fad-8dd1-498d-9840-87a1f748b019"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6efb3fad-8dd1-498d-9840-87a1f748b019"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8d95414-15fb-41c4-8bf6-88997e61517d {
  min-height: 50px;
}








#s-e8d95414-15fb-41c4-8bf6-88997e61517d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8d95414-15fb-41c4-8bf6-88997e61517d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3d43960-4600-47fa-8f81-ea636976c4d3 {
  margin-top: 2%;
}
@media (min-width: 1200px){#s-e3d43960-4600-47fa-8f81-ea636976c4d3 {
  margin-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3d43960-4600-47fa-8f81-ea636976c4d3 {
  margin-right: 8%;
}
}
#s-501f6b0a-bce9-46de-9089-041beef9fd16 {
  min-height: 50px;
}








#s-501f6b0a-bce9-46de-9089-041beef9fd16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-501f6b0a-bce9-46de-9089-041beef9fd16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3296d004-1dc5-49c9-8568-83daa7433055 {
  box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.15);
text-align: center;
}







  img.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
    
    
  }


.s-3296d004-1dc5-49c9-8568-83daa7433055 .shogun-image-content {
  
    align-items: center;
  
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shg-align-container {
  text-align: center
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
    
    
  }


.s-3296d004-1dc5-49c9-8568-83daa7433055 .shogun-image-content {
  
    align-items: center;
  
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shg-align-container {
  text-align: center
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
    
    
  }


.s-3296d004-1dc5-49c9-8568-83daa7433055 .shogun-image-content {
  
    align-items: center;
  
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shg-align-container {
  text-align: center
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
    
    
  }


.s-3296d004-1dc5-49c9-8568-83daa7433055 .shogun-image-content {
  
    align-items: center;
  
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shg-align-container {
  text-align: center
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
    
    
  }


.s-3296d004-1dc5-49c9-8568-83daa7433055 .shogun-image-content {
  
    align-items: center;
  
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shg-align-container {
  text-align: center
}

.s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3296d004-1dc5-49c9-8568-83daa7433055.shogun-image {
  box-sizing: border-box;
}


}
#s-f11b0513-cdb3-420e-be85-ae1fd144758b {
  padding-top: 8%;
padding-bottom: 4%;
min-height: 50px;
background-color: rgba(0, 36, 67, 1);
}
@media (min-width: 1200px){#s-f11b0513-cdb3-420e-be85-ae1fd144758b {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 4%;
padding-bottom: 8%;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f11b0513-cdb3-420e-be85-ae1fd144758b {
  margin-top: 0%;
padding-left: 4%;
padding-bottom: 8%;
padding-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f11b0513-cdb3-420e-be85-ae1fd144758b {
  display: none;
}
#s-f11b0513-cdb3-420e-be85-ae1fd144758b, #wrap-s-f11b0513-cdb3-420e-be85-ae1fd144758b { display:none !important; }}@media (max-width: 767px){#s-f11b0513-cdb3-420e-be85-ae1fd144758b {
  padding-top: 0%;
}
}







#s-f11b0513-cdb3-420e-be85-ae1fd144758b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f11b0513-cdb3-420e-be85-ae1fd144758b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2538d777-7e3b-4506-8b86-e062300edc6e {
  margin-left: auto;
margin-right: auto;
max-width: 1290px;
}

@media (min-width: 0px) {
[id="s-2538d777-7e3b-4506-8b86-e062300edc6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2538d777-7e3b-4506-8b86-e062300edc6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2538d777-7e3b-4506-8b86-e062300edc6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2538d777-7e3b-4506-8b86-e062300edc6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4dd6a147-c81f-4ce9-9b60-b0144c242aa5 {
  min-height: 50px;
}








#s-4dd6a147-c81f-4ce9-9b60-b0144c242aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd6a147-c81f-4ce9-9b60-b0144c242aa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7092a52b-8af0-4a0e-9945-f14aa6bc8770 {
  margin-top: 0%;
margin-bottom: 0%;
text-align: center;
}







  img.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
    
    
  }


.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shg-align-container {
  text-align: center
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
    
    
  }


.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shg-align-container {
  text-align: center
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
    
    
  }


.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shg-align-container {
  text-align: center
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
    
    
  }


.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shg-align-container {
  text-align: center
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
    
    
  }


.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shg-align-container {
  text-align: center
}

.s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7092a52b-8af0-4a0e-9945-f14aa6bc8770.shogun-image {
  box-sizing: border-box;
}


}
#s-cf90903d-736d-4872-8e90-6423f9759b6b {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-cf90903d-736d-4872-8e90-6423f9759b6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf90903d-736d-4872-8e90-6423f9759b6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6493cf9b-e1e9-43b0-a926-8c9e3c21252b {
  margin-top: 1%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-6493cf9b-e1e9-43b0-a926-8c9e3c21252b {
  padding-top: 8%;
}
}
#s-6493cf9b-e1e9-43b0-a926-8c9e3c21252b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-6493cf9b-e1e9-43b0-a926-8c9e3c21252b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6493cf9b-e1e9-43b0-a926-8c9e3c21252b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-6493cf9b-e1e9-43b0-a926-8c9e3c21252b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}


}
#s-6a6883aa-0dfe-4043-9a39-de329e432e22 {
  margin-top: 2%;
margin-left: 0%;
margin-right: 0%;
}

#s-1a5c3ded-c75f-4466-a8cd-80b66d13a8d6 {
  margin-top: 2%;
margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-1a5c3ded-c75f-4466-a8cd-80b66d13a8d6 {
  margin-top: 4%;
}
}
#s-c096c17d-69fe-4984-b306-9624cb5ca279 {
  margin-top: 8%;
margin-left: 0%;
margin-right: 0%;
padding-top: 18px;
padding-left: 55px;
padding-bottom: 18px;
padding-right: 55px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c096c17d-69fe-4984-b306-9624cb5ca279:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(26, 175, 214, 1) !important;
border-radius: 5px !important;
background-color: rgba(26, 175, 214, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(26, 175, 214, 1) !important;}#s-c096c17d-69fe-4984-b306-9624cb5ca279:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c096c17d-69fe-4984-b306-9624cb5ca279 {
  margin-top: 6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c096c17d-69fe-4984-b306-9624cb5ca279 {
  margin-top: 6%;
}
}@media (max-width: 767px){#s-c096c17d-69fe-4984-b306-9624cb5ca279 {
  margin-top: 8%;
margin-bottom: 10%;
}
}

  #s-c096c17d-69fe-4984-b306-9624cb5ca279-root {
    text-align: left;
  }


#s-c096c17d-69fe-4984-b306-9624cb5ca279.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c096c17d-69fe-4984-b306-9624cb5ca279-root {
    text-align: left;
  }


#s-c096c17d-69fe-4984-b306-9624cb5ca279.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c096c17d-69fe-4984-b306-9624cb5ca279-root {
    text-align: left;
  }


#s-c096c17d-69fe-4984-b306-9624cb5ca279.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c096c17d-69fe-4984-b306-9624cb5ca279-root {
    text-align: left;
  }


#s-c096c17d-69fe-4984-b306-9624cb5ca279.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c096c17d-69fe-4984-b306-9624cb5ca279-root {
    text-align: left;
  }


#s-c096c17d-69fe-4984-b306-9624cb5ca279.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-56cb6e96-827f-44b1-97ab-106cf5c46a0d {
  min-height: 50px;
}








#s-56cb6e96-827f-44b1-97ab-106cf5c46a0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56cb6e96-827f-44b1-97ab-106cf5c46a0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7559a988-df62-419e-a3b3-baa947a8cfba {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7559a988-df62-419e-a3b3-baa947a8cfba {
  
}
}







#s-7559a988-df62-419e-a3b3-baa947a8cfba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7559a988-df62-419e-a3b3-baa947a8cfba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c244f6f-88e0-493e-8d11-59301556315c {
  margin-left: 4%;
margin-bottom: 8%;
margin-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-8c244f6f-88e0-493e-8d11-59301556315c {
  margin-top: 8%;
margin-bottom: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c244f6f-88e0-493e-8d11-59301556315c {
  margin-top: 8%;
margin-bottom: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c244f6f-88e0-493e-8d11-59301556315c {
  display: none;
}
#s-8c244f6f-88e0-493e-8d11-59301556315c, #wrap-s-8c244f6f-88e0-493e-8d11-59301556315c { display:none !important; }}@media (max-width: 767px){#s-8c244f6f-88e0-493e-8d11-59301556315c {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
}
}







#s-8c244f6f-88e0-493e-8d11-59301556315c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c244f6f-88e0-493e-8d11-59301556315c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8663cf80-d6e3-40de-a764-28c21293672e {
  margin-left: auto;
margin-right: auto;
min-height: 295px;
}








#s-8663cf80-d6e3-40de-a764-28c21293672e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8663cf80-d6e3-40de-a764-28c21293672e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af062a84-28fd-4e85-85f5-4bd69159ab74 {
  margin-left: auto;
margin-right: auto;
min-height: 2px;
max-width: 1290px;
}

@media (min-width: 0px) {
[id="s-af062a84-28fd-4e85-85f5-4bd69159ab74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af062a84-28fd-4e85-85f5-4bd69159ab74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-af062a84-28fd-4e85-85f5-4bd69159ab74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-af062a84-28fd-4e85-85f5-4bd69159ab74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-af062a84-28fd-4e85-85f5-4bd69159ab74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-af062a84-28fd-4e85-85f5-4bd69159ab74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-af062a84-28fd-4e85-85f5-4bd69159ab74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

}

#s-a71faebc-e2f7-4be8-a19b-668d11d74b25 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a71faebc-e2f7-4be8-a19b-668d11d74b25 {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}







#s-a71faebc-e2f7-4be8-a19b-668d11d74b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a71faebc-e2f7-4be8-a19b-668d11d74b25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-536c44ee-702b-4974-b549-af18242e3fac {
  box-shadow:0px 3px 1px 1px rgba(0, 0, 0, 0.1);
margin-left: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 248, 248, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-536c44ee-702b-4974-b549-af18242e3fac {
  box-shadow: -1px 0px 0px ;
border-style: solid;
border-color: #000;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}
}
@media (min-width: 0px) {
[id="s-536c44ee-702b-4974-b549-af18242e3fac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-536c44ee-702b-4974-b549-af18242e3fac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-536c44ee-702b-4974-b549-af18242e3fac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-536c44ee-702b-4974-b549-af18242e3fac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-536c44ee-702b-4974-b549-af18242e3fac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-536c44ee-702b-4974-b549-af18242e3fac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-536c44ee-702b-4974-b549-af18242e3fac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

}

#s-85be65c1-0016-4b89-b4ba-6aeb5a5cb3d7 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-85be65c1-0016-4b89-b4ba-6aeb5a5cb3d7 {
  min-height: 300px;
}
}







#s-85be65c1-0016-4b89-b4ba-6aeb5a5cb3d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85be65c1-0016-4b89-b4ba-6aeb5a5cb3d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03b48f33-bf35-4804-a49b-070d0fff006c {
  min-height: 50px;
}
@media (max-width: 767px){#s-03b48f33-bf35-4804-a49b-070d0fff006c {
  margin-top: 8%;
margin-left: 4%;
margin-bottom: 8%;
margin-right: 4%;
padding-left: 4%;
padding-right: 4%;
}
}







#s-03b48f33-bf35-4804-a49b-070d0fff006c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03b48f33-bf35-4804-a49b-070d0fff006c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50988780-b7f0-4c03-ae12-4824e8d82bf4 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-50988780-b7f0-4c03-ae12-4824e8d82bf4 {
  margin-top: 2%;
margin-bottom: 2%;
}
}
#s-50988780-b7f0-4c03-ae12-4824e8d82bf4 .shogun-heading-component h3 {
  color: rgba(0, 36, 67, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-306a2df4-2557-4b6c-b740-012243fdc1a3 {
  margin-top: 2%;
margin-bottom: 24px;
margin-right: 48px;
}
@media (max-width: 767px){#s-306a2df4-2557-4b6c-b740-012243fdc1a3 {
  margin-bottom: 8%;
margin-right: 0%;
}
}
#s-24e97579-0858-4ad1-b10c-9b905110f19a {
  margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-24e97579-0858-4ad1-b10c-9b905110f19a {
  margin-bottom: 4%;
}
}







#s-24e97579-0858-4ad1-b10c-9b905110f19a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24e97579-0858-4ad1-b10c-9b905110f19a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87f79ab5-739d-4cc4-ba55-dbf72ef0e604 {
  margin-top: 0%;
margin-bottom: 16%;
}
@media (max-width: 767px){#s-87f79ab5-739d-4cc4-ba55-dbf72ef0e604 {
  margin-bottom: 2%;
padding-top: 0%;
padding-bottom: 4%;
}
}
@media (min-width: 0px) {
[id="s-87f79ab5-739d-4cc4-ba55-dbf72ef0e604"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87f79ab5-739d-4cc4-ba55-dbf72ef0e604"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87f79ab5-739d-4cc4-ba55-dbf72ef0e604"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87f79ab5-739d-4cc4-ba55-dbf72ef0e604"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f68128a0-2182-4660-ac86-ee5c996b401f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 42px;
padding-bottom: 18px;
padding-right: 42px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 36, 67, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f68128a0-2182-4660-ac86-ee5c996b401f:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 63, 118, 1) !important;
background-color: rgba(0, 63, 118, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f68128a0-2182-4660-ac86-ee5c996b401f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f68128a0-2182-4660-ac86-ee5c996b401f-root {
    text-align: left;
  }


#s-f68128a0-2182-4660-ac86-ee5c996b401f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f68128a0-2182-4660-ac86-ee5c996b401f-root {
    text-align: left;
  }


#s-f68128a0-2182-4660-ac86-ee5c996b401f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f68128a0-2182-4660-ac86-ee5c996b401f-root {
    text-align: left;
  }


#s-f68128a0-2182-4660-ac86-ee5c996b401f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f68128a0-2182-4660-ac86-ee5c996b401f-root {
    text-align: left;
  }


#s-f68128a0-2182-4660-ac86-ee5c996b401f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f68128a0-2182-4660-ac86-ee5c996b401f-root {
    text-align: left;
  }


#s-f68128a0-2182-4660-ac86-ee5c996b401f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Open Sans Bold;
  display:  inline-block ;
}
}
#s-6a935e3d-3ff1-4d08-a586-ef8c3c01ce7b {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
margin-top: 0%;
margin-left: 16%;
margin-bottom: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(0, 36, 67, 1);
}
@media (min-width: 1200px){#s-6a935e3d-3ff1-4d08-a586-ef8c3c01ce7b {
  margin-left: 0%;
padding-left: 4%;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a935e3d-3ff1-4d08-a586-ef8c3c01ce7b {
  margin-left: 0%;
padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-6a935e3d-3ff1-4d08-a586-ef8c3c01ce7b {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
}
}







#s-6a935e3d-3ff1-4d08-a586-ef8c3c01ce7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a935e3d-3ff1-4d08-a586-ef8c3c01ce7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50252c77-17c0-4913-a079-7249067866d7 {
  margin-top: 8%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 8%;
text-align: center;
}







  img.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
    
    
  }


.s-50252c77-17c0-4913-a079-7249067866d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-50252c77-17c0-4913-a079-7249067866d7.shg-align-container {
  text-align: center
}

.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
    
    
  }


.s-50252c77-17c0-4913-a079-7249067866d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-50252c77-17c0-4913-a079-7249067866d7.shg-align-container {
  text-align: center
}

.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
    
    
  }


.s-50252c77-17c0-4913-a079-7249067866d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-50252c77-17c0-4913-a079-7249067866d7.shg-align-container {
  text-align: center
}

.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
    
    
  }


.s-50252c77-17c0-4913-a079-7249067866d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-50252c77-17c0-4913-a079-7249067866d7.shg-align-container {
  text-align: center
}

.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
    
    
  }


.s-50252c77-17c0-4913-a079-7249067866d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-50252c77-17c0-4913-a079-7249067866d7.shg-align-container {
  text-align: center
}

.s-50252c77-17c0-4913-a079-7249067866d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50252c77-17c0-4913-a079-7249067866d7.shogun-image {
  box-sizing: border-box;
}


}
#s-a4ccdce6-0f4b-488b-aed7-e2f74227de56 {
  margin-top: 0%;
margin-left: 8%;
margin-bottom: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-a4ccdce6-0f4b-488b-aed7-e2f74227de56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4ccdce6-0f4b-488b-aed7-e2f74227de56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72d4625c-9311-4f63-b7fa-bbfdb908cbf9 {
  margin-top: 8%;
}

#s-f6c0db1b-1e89-45d7-b67a-ed3497548657 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-0092cf0f-7cdd-49e8-999a-ceef1225b55a {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-4605db27-b6f7-41a9-912e-95c06bfe8a18 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 6%;
padding-bottom: 6%;
padding-right: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(248, 248, 248, 1);
border-radius: 5px;
background-color: rgba(0, 36, 67, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4605db27-b6f7-41a9-912e-95c06bfe8a18:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(248, 248, 248, 1) !important;
border-radius: 5px !important;
background-color: rgba(0, 36, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 199, 245, 1) !important;}#s-4605db27-b6f7-41a9-912e-95c06bfe8a18:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4605db27-b6f7-41a9-912e-95c06bfe8a18 {
  margin-bottom: 8%;
}
}

  #s-4605db27-b6f7-41a9-912e-95c06bfe8a18-root {
    text-align: left;
  }


#s-4605db27-b6f7-41a9-912e-95c06bfe8a18.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4605db27-b6f7-41a9-912e-95c06bfe8a18-root {
    text-align: left;
  }


#s-4605db27-b6f7-41a9-912e-95c06bfe8a18.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4605db27-b6f7-41a9-912e-95c06bfe8a18-root {
    text-align: left;
  }


#s-4605db27-b6f7-41a9-912e-95c06bfe8a18.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4605db27-b6f7-41a9-912e-95c06bfe8a18-root {
    text-align: left;
  }


#s-4605db27-b6f7-41a9-912e-95c06bfe8a18.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4605db27-b6f7-41a9-912e-95c06bfe8a18-root {
    text-align: left;
  }


#s-4605db27-b6f7-41a9-912e-95c06bfe8a18.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3 {
  display: none;
}
#s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3, #wrap-s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3 {
  display: none;
}
#s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3, #wrap-s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3 { display:none !important; }}@media (max-width: 767px){#s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3 {
  display: none;
}
#s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3, #wrap-s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3 { display:none !important; }}







#s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d022b51-9f76-46fa-9ccd-cb13fe8e0ce3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8f0008e-a5de-41cd-a1f5-3dd057f91121 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-d8f0008e-a5de-41cd-a1f5-3dd057f91121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8f0008e-a5de-41cd-a1f5-3dd057f91121.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1202af9-d3f7-4a70-a09a-dd9bb1905cb6 {
  background-size: cover;
padding-top: 80px;
padding-left: 11%;
padding-bottom: 80px;
padding-right: 0%;
min-height: 0px;
background-position: center center;
background-color: rgba(0, 36, 67, 1);
}
@media (max-width: 767px){#s-f1202af9-d3f7-4a70-a09a-dd9bb1905cb6 {
  min-height: 0px;
}
}







#s-f1202af9-d3f7-4a70-a09a-dd9bb1905cb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1202af9-d3f7-4a70-a09a-dd9bb1905cb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfcbfcb7-cc96-44de-920c-4f44fdb7feb0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-right: 15%;
}
@media (max-width: 767px){#s-cfcbfcb7-cc96-44de-920c-4f44fdb7feb0 {
  
}
}
#s-98aa60f9-91d8-434b-b6b0-2ddd28209cd0 {
  margin-top: 1%;
margin-right: 8%;
padding-right: 15%;
}
@media (max-width: 767px){#s-98aa60f9-91d8-434b-b6b0-2ddd28209cd0 {
  
}
}
#s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 55px;
padding-bottom: 20px;
padding-right: 55px;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 36, 67, 1);
}
#s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 36, 67, 1) !important;}#s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14-root {
    text-align: left;
  }


#s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14-root {
    text-align: left;
  }


#s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14-root {
    text-align: left;
  }


#s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14-root {
    text-align: left;
  }


#s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14-root {
    text-align: left;
  }


#s-dc8fb6a2-63bc-4bd5-9212-5df8723e5c14.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-2fbf9f80-5e7f-455d-b90d-b84b074c376b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2fbf9f80-5e7f-455d-b90d-b84b074c376b {
  display: none;
}
#s-2fbf9f80-5e7f-455d-b90d-b84b074c376b, #wrap-s-2fbf9f80-5e7f-455d-b90d-b84b074c376b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fbf9f80-5e7f-455d-b90d-b84b074c376b {
  display: none;
}
#s-2fbf9f80-5e7f-455d-b90d-b84b074c376b, #wrap-s-2fbf9f80-5e7f-455d-b90d-b84b074c376b { display:none !important; }}@media (max-width: 767px){#s-2fbf9f80-5e7f-455d-b90d-b84b074c376b {
  display: none;
}
#s-2fbf9f80-5e7f-455d-b90d-b84b074c376b, #wrap-s-2fbf9f80-5e7f-455d-b90d-b84b074c376b { display:none !important; }}







#s-2fbf9f80-5e7f-455d-b90d-b84b074c376b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fbf9f80-5e7f-455d-b90d-b84b074c376b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17439b01-be9f-452a-9978-66844d7c9f8d {
  margin-top: 50px;
margin-left: 14%;
margin-right: 14%;
text-align: center;
}







  #s-17439b01-be9f-452a-9978-66844d7c9f8d img.shogun-image {
    

    
    
    
  }


#s-17439b01-be9f-452a-9978-66844d7c9f8d .shogun-image-content {
  
    align-items: center;
  
}

#s-ecdd68e1-0487-42d8-b4fe-49325c5df18f {
  margin-left: 0%;
min-height: 50px;
}








#s-ecdd68e1-0487-42d8-b4fe-49325c5df18f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecdd68e1-0487-42d8-b4fe-49325c5df18f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4312b1c2-21cc-4592-b4c5-1e8f647526b0 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-f53e50e3-9a0a-4111-b9fd-543187b0db92 {
  margin-top: 1%;
margin-left: 14%;
margin-right: 14%;
}

#s-a32a7c8f-5285-43ba-9982-4d11bcd19342 {
  margin-top: 3%;
padding-top: 16px;
padding-left: 70px;
padding-bottom: 16px;
padding-right: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 36, 67, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 36, 67, 1);
}
#s-a32a7c8f-5285-43ba-9982-4d11bcd19342:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 36, 67, 1) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 36, 67, 1) !important;}#s-a32a7c8f-5285-43ba-9982-4d11bcd19342:active {background-color: rgba(0, 36, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a32a7c8f-5285-43ba-9982-4d11bcd19342-root {
    text-align: center;
  }


#s-a32a7c8f-5285-43ba-9982-4d11bcd19342.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a32a7c8f-5285-43ba-9982-4d11bcd19342-root {
    text-align: center;
  }


#s-a32a7c8f-5285-43ba-9982-4d11bcd19342.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a32a7c8f-5285-43ba-9982-4d11bcd19342-root {
    text-align: center;
  }


#s-a32a7c8f-5285-43ba-9982-4d11bcd19342.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a32a7c8f-5285-43ba-9982-4d11bcd19342-root {
    text-align: center;
  }


#s-a32a7c8f-5285-43ba-9982-4d11bcd19342.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a32a7c8f-5285-43ba-9982-4d11bcd19342-root {
    text-align: center;
  }


#s-a32a7c8f-5285-43ba-9982-4d11bcd19342.shg-btn {
  color: rgba(0, 36, 67, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30 {
  display: none;
}
#s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30, #wrap-s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30 {
  display: none;
}
#s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30, #wrap-s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30 { display:none !important; }}@media (max-width: 767px){#s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30 {
  display: none;
}
#s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30, #wrap-s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30 { display:none !important; }}







#s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ea668b7-ffb8-4d56-8aac-4d7b8bab9a30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ad3b3e4-b8bd-44e1-8f8c-d3eb6b2f98e5 {
  margin-top: 80px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-0ad3b3e4-b8bd-44e1-8f8c-d3eb6b2f98e5 {
  display: none;
}
#s-0ad3b3e4-b8bd-44e1-8f8c-d3eb6b2f98e5, #wrap-s-0ad3b3e4-b8bd-44e1-8f8c-d3eb6b2f98e5 { display:none !important; }}
#s-9093ab6b-bab9-44b9-80c1-b02744e7af09 {
  min-height: 150px;
}








#s-9093ab6b-bab9-44b9-80c1-b02744e7af09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9093ab6b-bab9-44b9-80c1-b02744e7af09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dbd77b7-2cb6-4584-b646-88cb1fc3bb09 {
  margin-left: 45%;
margin-right: 45%;
text-align: center;
}







  #s-6dbd77b7-2cb6-4584-b646-88cb1fc3bb09 img.shogun-image {
    

    
    
    
  }


#s-6dbd77b7-2cb6-4584-b646-88cb1fc3bb09 .shogun-image-content {
  
    align-items: center;
  
}

#s-5046262c-f72a-40f5-b704-a16b6569e045 {
  margin-top: 30px;
margin-left: 8%;
margin-right: 8%;
}

#s-77cb90a2-22fd-4c47-8d39-d0e010e016fd {
  margin-left: 37%;
margin-right: 37%;
text-align: center;
}
@media (max-width: 767px){#s-77cb90a2-22fd-4c47-8d39-d0e010e016fd {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-77cb90a2-22fd-4c47-8d39-d0e010e016fd img.shogun-image {
    

    
    
    
  }


#s-77cb90a2-22fd-4c47-8d39-d0e010e016fd .shogun-image-content {
  
    align-items: center;
  
}

#s-9647218b-7168-465f-96f4-05288eff34bc {
  margin-top: 0px;
margin-left: 8%;
margin-right: 8%;
}

#s-27c17187-e01d-417c-87a7-ddb20f0d984f {
  margin-top: 30px;
margin-left: 42%;
margin-right: 42%;
text-align: center;
}







  #s-27c17187-e01d-417c-87a7-ddb20f0d984f img.shogun-image {
    

    
    
    
  }


#s-27c17187-e01d-417c-87a7-ddb20f0d984f .shogun-image-content {
  
    align-items: center;
  
}

#s-8ee525fe-0493-481c-991f-004bb20adad7 {
  margin-top: 30px;
margin-left: 8%;
margin-bottom: 100px;
margin-right: 8%;
}

#s-91a4df3a-f52e-4a64-a010-d49f536be7ad {
  margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
min-height: 50px;
background-color: rgba(0, 36, 67, 1);
}
@media (min-width: 1200px){#s-91a4df3a-f52e-4a64-a010-d49f536be7ad {
  padding-left: 4%;
padding-right: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91a4df3a-f52e-4a64-a010-d49f536be7ad {
  padding-left: 4%;
padding-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-91a4df3a-f52e-4a64-a010-d49f536be7ad {
  padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-91a4df3a-f52e-4a64-a010-d49f536be7ad {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-91a4df3a-f52e-4a64-a010-d49f536be7ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a4df3a-f52e-4a64-a010-d49f536be7ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a2d7dd2-66a0-430b-a42a-e8aca0271f57 {
  margin-left: auto;
margin-right: auto;
max-width: 1290px;
}
@media (min-width: 1200px){#s-3a2d7dd2-66a0-430b-a42a-e8aca0271f57 {
  margin-top: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a2d7dd2-66a0-430b-a42a-e8aca0271f57 {
  margin-top: 8%;
margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a2d7dd2-66a0-430b-a42a-e8aca0271f57 {
  padding-top: 8%;
padding-bottom: 8%;
}
}
@media (min-width: 0px) {
[id="s-3a2d7dd2-66a0-430b-a42a-e8aca0271f57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a2d7dd2-66a0-430b-a42a-e8aca0271f57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a2d7dd2-66a0-430b-a42a-e8aca0271f57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a2d7dd2-66a0-430b-a42a-e8aca0271f57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-50526255-8526-466d-8e9a-3610c1423802 {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 1200px){#s-50526255-8526-466d-8e9a-3610c1423802 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50526255-8526-466d-8e9a-3610c1423802 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-50526255-8526-466d-8e9a-3610c1423802 {
  margin-left: 4%;
margin-right: 4%;
}
}







#s-50526255-8526-466d-8e9a-3610c1423802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50526255-8526-466d-8e9a-3610c1423802.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5058eb5b-b056-41b9-9a0f-35260458ffce {
  margin-bottom: 16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-5058eb5b-b056-41b9-9a0f-35260458ffce {
  margin-bottom: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5058eb5b-b056-41b9-9a0f-35260458ffce {
  margin-bottom: 2%;
}
}@media (max-width: 767px){#s-5058eb5b-b056-41b9-9a0f-35260458ffce {
  margin-top: 16%;
margin-bottom: 2%;
}
}
#s-5058eb5b-b056-41b9-9a0f-35260458ffce .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans Bold";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-60d16de0-ee74-41ef-a961-cdfbc2320eb5 {
  margin-top: 4%;
margin-bottom: 0%;
}
}
#s-ff0751a2-305b-41ee-9aa8-bae0743a4954 {
  text-align: left;
}

#s-8e6517ea-13ab-4eef-b6e0-b23f4235772a {
  min-height: 50px;
}
@media (max-width: 767px){#s-8e6517ea-13ab-4eef-b6e0-b23f4235772a {
  margin-top: -10%;
margin-bottom: 0%;
padding-left: 4%;
padding-right: 4%;
}
}







#s-8e6517ea-13ab-4eef-b6e0-b23f4235772a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e6517ea-13ab-4eef-b6e0-b23f4235772a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-293e6320-3ae6-4a40-b180-b79402714a04 {
  margin-top: 16%;
margin-left: 0%;
margin-bottom: 16%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-293e6320-3ae6-4a40-b180-b79402714a04 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-293e6320-3ae6-4a40-b180-b79402714a04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 36, 67, 1);
  padding: 30px;
}

#s-293e6320-3ae6-4a40-b180-b79402714a04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-293e6320-3ae6-4a40-b180-b79402714a04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 36, 67, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-293e6320-3ae6-4a40-b180-b79402714a04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Open Sans SemiBold;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-293e6320-3ae6-4a40-b180-b79402714a04 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-a6404f2e-5ade-41fa-bd4f-a415b4d8e362 {
  margin-top: -3px;
margin-left: 6%;
margin-bottom: -3px;
margin-right: 6%;
min-height: 50px;
}








#s-a6404f2e-5ade-41fa-bd4f-a415b4d8e362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6404f2e-5ade-41fa-bd4f-a415b4d8e362.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec6ed142-fdfb-49a3-84aa-c27111fbe9e9 {
  margin-top: 8%;
margin-bottom: 8%;
}

#s-6fa9d1a0-c3f7-4881-bd13-d265ebe976b9 {
  margin-top: -3px;
margin-left: 6%;
margin-bottom: -3px;
margin-right: 6%;
min-height: 50px;
}








#s-6fa9d1a0-c3f7-4881-bd13-d265ebe976b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fa9d1a0-c3f7-4881-bd13-d265ebe976b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26fd3739-b024-4944-859b-1b95fafb35ca {
  margin-top: 8%;
margin-bottom: 8%;
}

#s-b0ce5c78-6368-46db-9024-f8c9f0d1dc9d {
  margin-top: 0px;
min-height: 50px;
background-color: rgba(0, 36, 67, 1);
}
@media (max-width: 767px){#s-b0ce5c78-6368-46db-9024-f8c9f0d1dc9d {
  display: none;
}
#s-b0ce5c78-6368-46db-9024-f8c9f0d1dc9d, #wrap-s-b0ce5c78-6368-46db-9024-f8c9f0d1dc9d { display:none !important; }}







#s-b0ce5c78-6368-46db-9024-f8c9f0d1dc9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0ce5c78-6368-46db-9024-f8c9f0d1dc9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-595c277b-1358-4aa9-9884-f8410a8dbfa7 {
  margin-top: 100px;
margin-bottom: 100px;
}

#s-c4c1c14f-681e-44a5-8998-919a21324679 {
  min-height: 50px;
background-color: rgba(0, 36, 67, 1);
}
@media (min-width: 1200px){#s-c4c1c14f-681e-44a5-8998-919a21324679 {
  display: none;
}
#s-c4c1c14f-681e-44a5-8998-919a21324679, #wrap-s-c4c1c14f-681e-44a5-8998-919a21324679 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4c1c14f-681e-44a5-8998-919a21324679 {
  display: none;
}
#s-c4c1c14f-681e-44a5-8998-919a21324679, #wrap-s-c4c1c14f-681e-44a5-8998-919a21324679 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4c1c14f-681e-44a5-8998-919a21324679 {
  display: none;
}
#s-c4c1c14f-681e-44a5-8998-919a21324679, #wrap-s-c4c1c14f-681e-44a5-8998-919a21324679 { display:none !important; }}







#s-c4c1c14f-681e-44a5-8998-919a21324679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4c1c14f-681e-44a5-8998-919a21324679.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0ca982d-d4fe-422f-8ebd-7ccedf1f2d39 {
  margin-top: 50px;
margin-bottom: 50px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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