.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-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 330px;
background-position: center center;
}
@media (min-width: 1200px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  display: none;
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f, #wrap-s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  display: none;
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f, #wrap-s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  display: none;
}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f, #wrap-s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f { display: none !important; }}
#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(https://i.shgcdn.com/8cc68ce3-504d-401e-a0bb-8415da5ea578/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Serif;
}

.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: #000000;
  font-family: Serif;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Serif;
  font-weight: 400;
}

#s-e23e47d8-e243-471b-af0d-6bb37b1f08e7 {
  margin-top: 30px;
margin-left: 33%;
margin-bottom: 30px;
margin-right: 12%;
}
@media (min-width: 1200px){#s-e23e47d8-e243-471b-af0d-6bb37b1f08e7 {
  display: none;
}
#s-e23e47d8-e243-471b-af0d-6bb37b1f08e7, #wrap-s-e23e47d8-e243-471b-af0d-6bb37b1f08e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e23e47d8-e243-471b-af0d-6bb37b1f08e7 {
  display: none;
}
#s-e23e47d8-e243-471b-af0d-6bb37b1f08e7, #wrap-s-e23e47d8-e243-471b-af0d-6bb37b1f08e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e23e47d8-e243-471b-af0d-6bb37b1f08e7 {
  display: none;
}
#s-e23e47d8-e243-471b-af0d-6bb37b1f08e7, #wrap-s-e23e47d8-e243-471b-af0d-6bb37b1f08e7 { display: none !important; }}
#s-f51af127-433d-4e5d-8b93-09e705c3f5ec {
  min-height: 50px;
}
@media (max-width: 767px){#s-f51af127-433d-4e5d-8b93-09e705c3f5ec {
  display: none;
}
#s-f51af127-433d-4e5d-8b93-09e705c3f5ec, #wrap-s-f51af127-433d-4e5d-8b93-09e705c3f5ec { display: none !important; }}







#s-f51af127-433d-4e5d-8b93-09e705c3f5ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f51af127-433d-4e5d-8b93-09e705c3f5ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-8baf8022-a85d-49c3-9ec5-64eca7c312be {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 450px;
}
@media (max-width: 767px){#s-8baf8022-a85d-49c3-9ec5-64eca7c312be {
  display: none;
}
#s-8baf8022-a85d-49c3-9ec5-64eca7c312be, #wrap-s-8baf8022-a85d-49c3-9ec5-64eca7c312be { display: none !important; }}
#s-8baf8022-a85d-49c3-9ec5-64eca7c312be .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8baf8022-a85d-49c3-9ec5-64eca7c312be .shg-sld-nav-button.shg-sld-left,
#s-8baf8022-a85d-49c3-9ec5-64eca7c312be .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-7dbb294e-5774-4e2c-8a6c-e40adb8cbb6f {
  background-image: url(https://i.shgcdn.com/f183de7e-c029-405a-ad0c-f0a60184798b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-7dbb294e-5774-4e2c-8a6c-e40adb8cbb6f {
  display: none;
}
#s-7dbb294e-5774-4e2c-8a6c-e40adb8cbb6f, #wrap-s-7dbb294e-5774-4e2c-8a6c-e40adb8cbb6f { display: none !important; }}
@media (min-width: 0px) {
[id="s-7dbb294e-5774-4e2c-8a6c-e40adb8cbb6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7dbb294e-5774-4e2c-8a6c-e40adb8cbb6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7dbb294e-5774-4e2c-8a6c-e40adb8cbb6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7dbb294e-5774-4e2c-8a6c-e40adb8cbb6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-93a365ae-46dd-419c-b2fd-3181eb5e2b09 {
  margin-top: 60px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

.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: 400;
  font-family: Serif;
}

.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-af253377-0490-4993-8620-d9bb2c4643da {
  margin-top: 45px;
margin-left: 6%;
margin-bottom: 45px;
margin-right: 6%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-af253377-0490-4993-8620-d9bb2c4643da: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(59, 76, 125, 1) !important;
border-radius: 300px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 76, 125, 1) !important;}#s-af253377-0490-4993-8620-d9bb2c4643da:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(102, 102, 102, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-af253377-0490-4993-8620-d9bb2c4643da-root {
    text-align: left;
  }


#s-af253377-0490-4993-8620-d9bb2c4643da.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-af253377-0490-4993-8620-d9bb2c4643da-root {
    text-align: left;
  }


#s-af253377-0490-4993-8620-d9bb2c4643da.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af253377-0490-4993-8620-d9bb2c4643da-root {
    text-align: left;
  }


#s-af253377-0490-4993-8620-d9bb2c4643da.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af253377-0490-4993-8620-d9bb2c4643da-root {
    text-align: left;
  }


#s-af253377-0490-4993-8620-d9bb2c4643da.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-af253377-0490-4993-8620-d9bb2c4643da-root {
    text-align: left;
  }


#s-af253377-0490-4993-8620-d9bb2c4643da.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}
#s-af5f69eb-b633-474d-a688-5dda4f2a5e3b {
  background-image: url(https://i.shgcdn.com/6fba576e-dc56-412d-bbdf-49a3d8bec4f0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-af5f69eb-b633-474d-a688-5dda4f2a5e3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af5f69eb-b633-474d-a688-5dda4f2a5e3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af5f69eb-b633-474d-a688-5dda4f2a5e3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af5f69eb-b633-474d-a688-5dda4f2a5e3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8cf5b5af-a831-42f3-a8da-f0938358d054 {
  margin-top: 60px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

#s-ed5899c6-ba41-464c-a0b8-2aa3633b9300 {
  margin-top: 45px;
margin-left: 6%;
margin-bottom: 45px;
margin-right: 6%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ed5899c6-ba41-464c-a0b8-2aa3633b9300: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(59, 76, 125, 1) !important;
border-radius: 300px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 76, 125, 1) !important;}#s-ed5899c6-ba41-464c-a0b8-2aa3633b9300:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(102, 102, 102, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ed5899c6-ba41-464c-a0b8-2aa3633b9300-root {
    text-align: left;
  }


#s-ed5899c6-ba41-464c-a0b8-2aa3633b9300.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed5899c6-ba41-464c-a0b8-2aa3633b9300-root {
    text-align: left;
  }


#s-ed5899c6-ba41-464c-a0b8-2aa3633b9300.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed5899c6-ba41-464c-a0b8-2aa3633b9300-root {
    text-align: left;
  }


#s-ed5899c6-ba41-464c-a0b8-2aa3633b9300.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed5899c6-ba41-464c-a0b8-2aa3633b9300-root {
    text-align: left;
  }


#s-ed5899c6-ba41-464c-a0b8-2aa3633b9300.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed5899c6-ba41-464c-a0b8-2aa3633b9300-root {
    text-align: left;
  }


#s-ed5899c6-ba41-464c-a0b8-2aa3633b9300.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}
#s-475e5958-08a0-409e-838b-eff8ecc05df9 {
  background-image: url(https://i.shgcdn.com/e4e2ccd2-b87e-4bd4-8d7f-9e5232552818/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-475e5958-08a0-409e-838b-eff8ecc05df9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-475e5958-08a0-409e-838b-eff8ecc05df9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-475e5958-08a0-409e-838b-eff8ecc05df9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-475e5958-08a0-409e-838b-eff8ecc05df9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-373a6ba2-2368-4337-95d9-e963f42789f4 {
  margin-top: 60px;
margin-left: 6%;
margin-bottom: 1px;
margin-right: 9%;
}

#s-aba39c67-8149-4e52-85a7-65bad31c5d3f {
  margin-top: 45px;
margin-left: 6%;
margin-bottom: 45px;
margin-right: 6%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-aba39c67-8149-4e52-85a7-65bad31c5d3f: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(59, 76, 125, 1) !important;
border-radius: 300px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 76, 125, 1) !important;}#s-aba39c67-8149-4e52-85a7-65bad31c5d3f:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(102, 102, 102, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-aba39c67-8149-4e52-85a7-65bad31c5d3f-root {
    text-align: left;
  }


#s-aba39c67-8149-4e52-85a7-65bad31c5d3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aba39c67-8149-4e52-85a7-65bad31c5d3f-root {
    text-align: left;
  }


#s-aba39c67-8149-4e52-85a7-65bad31c5d3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aba39c67-8149-4e52-85a7-65bad31c5d3f-root {
    text-align: left;
  }


#s-aba39c67-8149-4e52-85a7-65bad31c5d3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aba39c67-8149-4e52-85a7-65bad31c5d3f-root {
    text-align: left;
  }


#s-aba39c67-8149-4e52-85a7-65bad31c5d3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aba39c67-8149-4e52-85a7-65bad31c5d3f-root {
    text-align: left;
  }


#s-aba39c67-8149-4e52-85a7-65bad31c5d3f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}
#s-fa8cb2e5-b03b-4534-8200-f36caaba8c2e {
  background-image: url(https://i.shgcdn.com/2bbd0178-8a9a-4319-9977-447ac127e065/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-fa8cb2e5-b03b-4534-8200-f36caaba8c2e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa8cb2e5-b03b-4534-8200-f36caaba8c2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa8cb2e5-b03b-4534-8200-f36caaba8c2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa8cb2e5-b03b-4534-8200-f36caaba8c2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-645029e3-6045-44dc-905a-92c9b382c697 {
  margin-top: 60px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

#s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3 {
  margin-top: 45px;
margin-left: 6%;
margin-bottom: 45px;
margin-right: 6%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3: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(59, 76, 125, 1) !important;
border-radius: 300px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 76, 125, 1) !important;}#s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(102, 102, 102, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3-root {
    text-align: left;
  }


#s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3-root {
    text-align: left;
  }


#s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3-root {
    text-align: left;
  }


#s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3-root {
    text-align: left;
  }


#s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3-root {
    text-align: left;
  }


#s-74e27a0f-8d1c-4c64-879b-c8bfb07affc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}
#s-46693a4a-8a61-4ffa-8ca6-2cb752b1516d {
  background-image: url(https://i.shgcdn.com/e18a0434-be95-495f-8921-8938687ddaff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-46693a4a-8a61-4ffa-8ca6-2cb752b1516d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46693a4a-8a61-4ffa-8ca6-2cb752b1516d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46693a4a-8a61-4ffa-8ca6-2cb752b1516d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46693a4a-8a61-4ffa-8ca6-2cb752b1516d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-310e8fa4-e46f-4997-840f-53031daa82af {
  margin-top: 60px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e6e879d1-98c8-4213-b798-1b4483107aa8 {
  margin-top: 45px;
margin-left: 6%;
margin-bottom: 45px;
margin-right: 6%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e6e879d1-98c8-4213-b798-1b4483107aa8: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(59, 76, 125, 1) !important;
border-radius: 300px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 76, 125, 1) !important;}#s-e6e879d1-98c8-4213-b798-1b4483107aa8:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(102, 102, 102, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: left;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: left;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: left;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: left;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6e879d1-98c8-4213-b798-1b4483107aa8-root {
    text-align: left;
  }


#s-e6e879d1-98c8-4213-b798-1b4483107aa8.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}
#s-b87e5f01-4352-4f30-9c9e-fb3f47bd2b62 {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.57);
}
@media (max-width: 767px){#s-b87e5f01-4352-4f30-9c9e-fb3f47bd2b62 {
  display: none;
}
#s-b87e5f01-4352-4f30-9c9e-fb3f47bd2b62, #wrap-s-b87e5f01-4352-4f30-9c9e-fb3f47bd2b62 { display: none !important; }}







#s-b87e5f01-4352-4f30-9c9e-fb3f47bd2b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87e5f01-4352-4f30-9c9e-fb3f47bd2b62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a492a00-3069-4bb3-a850-3c4932362b58 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-0a492a00-3069-4bb3-a850-3c4932362b58 {
  display: none;
}
#s-0a492a00-3069-4bb3-a850-3c4932362b58, #wrap-s-0a492a00-3069-4bb3-a850-3c4932362b58 { display: none !important; }}
#s-c8fa8112-ae9e-44d6-a8d0-bbdbea7630d8 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 21px;
padding-bottom: 21px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c8fa8112-ae9e-44d6-a8d0-bbdbea7630d8 {
  display: none;
}
#s-c8fa8112-ae9e-44d6-a8d0-bbdbea7630d8, #wrap-s-c8fa8112-ae9e-44d6-a8d0-bbdbea7630d8 { display: none !important; }}
#s-057fb75c-9ad8-42f6-bcfc-3f4f4f21a4d4 {
  margin-top: 45px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-057fb75c-9ad8-42f6-bcfc-3f4f4f21a4d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-057fb75c-9ad8-42f6-bcfc-3f4f4f21a4d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-057fb75c-9ad8-42f6-bcfc-3f4f4f21a4d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-057fb75c-9ad8-42f6-bcfc-3f4f4f21a4d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-90924352-963b-4891-8e3d-9358ac68b152 {
  padding-top: 21px;
padding-left: 3%;
padding-bottom: 21px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-90924352-963b-4891-8e3d-9358ac68b152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90924352-963b-4891-8e3d-9358ac68b152.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-019a498f-4818-47a8-809a-345963973e30 {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-9afc0cd3-dbb2-4111-b4cf-af59b8bb0c35 {
  padding-top: 21px;
padding-left: 3%;
padding-bottom: 21px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-9afc0cd3-dbb2-4111-b4cf-af59b8bb0c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9afc0cd3-dbb2-4111-b4cf-af59b8bb0c35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcf6e733-c5be-4f1b-9bcd-f0d48918ac7c {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-73075336-9bd2-4189-9f07-4a80ec9185bb {
  padding-top: 21px;
padding-left: 3%;
padding-bottom: 21px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-73075336-9bd2-4189-9f07-4a80ec9185bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73075336-9bd2-4189-9f07-4a80ec9185bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3df493c3-685f-45db-bdc9-2f92b5faf17b {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-40dbcfca-cf34-471f-8775-6a272afcbb07 {
  padding-top: 21px;
padding-left: 3%;
padding-bottom: 21px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-40dbcfca-cf34-471f-8775-6a272afcbb07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40dbcfca-cf34-471f-8775-6a272afcbb07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68dc5c02-dacf-4af9-a7b3-0d4d2c6e2269 {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-f6c21e0f-fdd0-41b1-ad95-0a9e4650c3b0 {
  margin-left: 9%;
margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-f6c21e0f-fdd0-41b1-ad95-0a9e4650c3b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6c21e0f-fdd0-41b1-ad95-0a9e4650c3b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6c21e0f-fdd0-41b1-ad95-0a9e4650c3b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6c21e0f-fdd0-41b1-ad95-0a9e4650c3b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6c21e0f-fdd0-41b1-ad95-0a9e4650c3b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6c21e0f-fdd0-41b1-ad95-0a9e4650c3b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6c21e0f-fdd0-41b1-ad95-0a9e4650c3b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-81ab6482-b7aa-4708-9f7c-75289e933685 {
  margin-top: 15px;
margin-left: 6%;
margin-bottom: 45px;
margin-right: 6%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(59, 76, 125, 1);
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-81ab6482-b7aa-4708-9f7c-75289e933685: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(59, 76, 125, 1) !important;
border-radius: 300px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 76, 125, 1) !important;}#s-81ab6482-b7aa-4708-9f7c-75289e933685:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(102, 102, 102, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-81ab6482-b7aa-4708-9f7c-75289e933685-root {
    text-align: right;
  }


#s-81ab6482-b7aa-4708-9f7c-75289e933685.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81ab6482-b7aa-4708-9f7c-75289e933685-root {
    text-align: right;
  }


#s-81ab6482-b7aa-4708-9f7c-75289e933685.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81ab6482-b7aa-4708-9f7c-75289e933685-root {
    text-align: right;
  }


#s-81ab6482-b7aa-4708-9f7c-75289e933685.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81ab6482-b7aa-4708-9f7c-75289e933685-root {
    text-align: right;
  }


#s-81ab6482-b7aa-4708-9f7c-75289e933685.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81ab6482-b7aa-4708-9f7c-75289e933685-root {
    text-align: right;
  }


#s-81ab6482-b7aa-4708-9f7c-75289e933685.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}
#s-28af7b14-ad00-4855-92bc-5146548713b5 {
  min-height: 50px;
}








#s-28af7b14-ad00-4855-92bc-5146548713b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28af7b14-ad00-4855-92bc-5146548713b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e50081c-31ba-480c-8ad8-021931d4ed2e {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-4a032700-ab88-4056-8320-68bbfb573c50 {
  margin-top: 15px;
margin-left: 6%;
margin-bottom: 45px;
margin-right: 6%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(59, 76, 125, 1);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4a032700-ab88-4056-8320-68bbfb573c50: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(59, 76, 125, 1) !important;
border-radius: 300px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 76, 125, 1) !important;}#s-4a032700-ab88-4056-8320-68bbfb573c50:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(102, 102, 102, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4a032700-ab88-4056-8320-68bbfb573c50-root {
    text-align: left;
  }


#s-4a032700-ab88-4056-8320-68bbfb573c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a032700-ab88-4056-8320-68bbfb573c50-root {
    text-align: left;
  }


#s-4a032700-ab88-4056-8320-68bbfb573c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a032700-ab88-4056-8320-68bbfb573c50-root {
    text-align: left;
  }


#s-4a032700-ab88-4056-8320-68bbfb573c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a032700-ab88-4056-8320-68bbfb573c50-root {
    text-align: left;
  }


#s-4a032700-ab88-4056-8320-68bbfb573c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a032700-ab88-4056-8320-68bbfb573c50-root {
    text-align: left;
  }


#s-4a032700-ab88-4056-8320-68bbfb573c50.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Campton;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-a138f270-8004-47bb-b8a1-ed6105f8be01 {
  margin-left: 6%;
margin-right: 6%;
}

#s-a138f270-8004-47bb-b8a1-ed6105f8be01 hr {
  border-top: 2px solid #ddd;
}

#s-5265815c-00cc-4cdb-8afb-4a05460f1f9c {
  padding-top: 45px;
padding-bottom: 45px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5265815c-00cc-4cdb-8afb-4a05460f1f9c {
  display: none;
}
#s-5265815c-00cc-4cdb-8afb-4a05460f1f9c, #wrap-s-5265815c-00cc-4cdb-8afb-4a05460f1f9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5265815c-00cc-4cdb-8afb-4a05460f1f9c {
  display: none;
}
#s-5265815c-00cc-4cdb-8afb-4a05460f1f9c, #wrap-s-5265815c-00cc-4cdb-8afb-4a05460f1f9c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5265815c-00cc-4cdb-8afb-4a05460f1f9c {
  display: none;
}
#s-5265815c-00cc-4cdb-8afb-4a05460f1f9c, #wrap-s-5265815c-00cc-4cdb-8afb-4a05460f1f9c { display: none !important; }}







#s-5265815c-00cc-4cdb-8afb-4a05460f1f9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5265815c-00cc-4cdb-8afb-4a05460f1f9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-432cd208-6eda-45f4-aba6-fbdd750e54f4 {
  margin-top: 15px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

#s-c806bbdb-0351-438f-967b-d353ebf51196 {
  margin-top: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(59, 76, 125, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(59, 76, 125, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c806bbdb-0351-438f-967b-d353ebf51196:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 76, 125, 1) !important;}#s-c806bbdb-0351-438f-967b-d353ebf51196:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c806bbdb-0351-438f-967b-d353ebf51196-root {
    text-align: center;
  }


#s-c806bbdb-0351-438f-967b-d353ebf51196.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c806bbdb-0351-438f-967b-d353ebf51196-root {
    text-align: center;
  }


#s-c806bbdb-0351-438f-967b-d353ebf51196.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c806bbdb-0351-438f-967b-d353ebf51196-root {
    text-align: center;
  }


#s-c806bbdb-0351-438f-967b-d353ebf51196.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c806bbdb-0351-438f-967b-d353ebf51196-root {
    text-align: center;
  }


#s-c806bbdb-0351-438f-967b-d353ebf51196.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c806bbdb-0351-438f-967b-d353ebf51196-root {
    text-align: center;
  }


#s-c806bbdb-0351-438f-967b-d353ebf51196.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-9854ee2b-388c-45ad-b312-b183ca16bb77 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9854ee2b-388c-45ad-b312-b183ca16bb77 {
  display: none;
}
#s-9854ee2b-388c-45ad-b312-b183ca16bb77, #wrap-s-9854ee2b-388c-45ad-b312-b183ca16bb77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9854ee2b-388c-45ad-b312-b183ca16bb77 {
  display: none;
}
#s-9854ee2b-388c-45ad-b312-b183ca16bb77, #wrap-s-9854ee2b-388c-45ad-b312-b183ca16bb77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9854ee2b-388c-45ad-b312-b183ca16bb77 {
  display: none;
}
#s-9854ee2b-388c-45ad-b312-b183ca16bb77, #wrap-s-9854ee2b-388c-45ad-b312-b183ca16bb77 { display: none !important; }}







#s-9854ee2b-388c-45ad-b312-b183ca16bb77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9854ee2b-388c-45ad-b312-b183ca16bb77.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;
  height: inherit;
  position: relative;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
  max-width: 720px;
aspect-ratio: 720/321;
text-align: center;
}





  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image,
  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
    width: 100%;
    height: auto;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
    
    
  }


.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shogun-image-content {
  
    align-items: center;
  
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
      --shg-aspect-ratio: calc(720/321); 
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
      position: relative;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image,
  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
    width: 100%;
    height: auto;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
    
    
  }


.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shogun-image-content {
  
    align-items: center;
  
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
      --shg-aspect-ratio: calc(720/321); 
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
      position: relative;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image,
  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
    width: 100%;
    height: auto;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
    
    
  }


.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shogun-image-content {
  
    align-items: center;
  
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
      --shg-aspect-ratio: calc(720/321); 
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
      position: relative;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image,
  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
    width: 100%;
    height: auto;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
    
    
  }


.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shogun-image-content {
  
    align-items: center;
  
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
      --shg-aspect-ratio: calc(720/321); 
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
      position: relative;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image,
  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
    width: 100%;
    height: auto;
  }

  #s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
    
    
  }


.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a .shogun-image-content {
  
    align-items: center;
  
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a {
      --shg-aspect-ratio: calc(720/321); 
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container {
      position: relative;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-502c9709-fe6b-4032-88b3-0bad7b06ba9a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8 {
  margin-top: 45px;
margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8 {
  display: none;
}
#s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8, #wrap-s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8 {
  display: none;
}
#s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8, #wrap-s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8 {
  display: none;
}
#s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8, #wrap-s-ad30a7b9-cee0-4c5e-8f69-2d5fb7089dd8 { display: none !important; }}
#s-757fed55-a3c4-444a-a0c4-bfec030416da {
  margin-top: 45px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-757fed55-a3c4-444a-a0c4-bfec030416da {
  display: none;
}
#s-757fed55-a3c4-444a-a0c4-bfec030416da, #wrap-s-757fed55-a3c4-444a-a0c4-bfec030416da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-757fed55-a3c4-444a-a0c4-bfec030416da {
  display: none;
}
#s-757fed55-a3c4-444a-a0c4-bfec030416da, #wrap-s-757fed55-a3c4-444a-a0c4-bfec030416da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-757fed55-a3c4-444a-a0c4-bfec030416da {
  display: none;
}
#s-757fed55-a3c4-444a-a0c4-bfec030416da, #wrap-s-757fed55-a3c4-444a-a0c4-bfec030416da { display: none !important; }}
@media (min-width: 0px) {
[id="s-757fed55-a3c4-444a-a0c4-bfec030416da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-757fed55-a3c4-444a-a0c4-bfec030416da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-757fed55-a3c4-444a-a0c4-bfec030416da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-757fed55-a3c4-444a-a0c4-bfec030416da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-97b55b6c-7252-4142-b83d-c45fff8cf955 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 21px;
padding-left: 3%;
padding-bottom: 21px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-97b55b6c-7252-4142-b83d-c45fff8cf955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97b55b6c-7252-4142-b83d-c45fff8cf955.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82fe5faf-a844-401a-9915-54667c3822a0 {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-d0458ff3-bec4-4f81-9d7f-f5800df58207 {
  margin-top: 6px;
margin-left: 6%;
margin-bottom: 6px;
margin-right: 6%;
padding-top: 21px;
padding-left: 3%;
padding-bottom: 21px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-d0458ff3-bec4-4f81-9d7f-f5800df58207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0458ff3-bec4-4f81-9d7f-f5800df58207.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9df2d68e-cf91-4e7e-a90d-11c6a4b768b9 {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-2e963642-c386-42fe-9e49-4509568489b5 {
  margin-top: 6px;
margin-left: 6%;
margin-bottom: 6px;
margin-right: 6%;
padding-top: 21px;
padding-left: 3%;
padding-bottom: 21px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-2e963642-c386-42fe-9e49-4509568489b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e963642-c386-42fe-9e49-4509568489b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2689d2d-e290-449d-ae75-014078021c6e {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-9176195c-be7a-4ac5-8e05-eb4c4117690c {
  margin-top: 6px;
margin-left: 6%;
margin-bottom: 6px;
margin-right: 6%;
padding-top: 21px;
padding-left: 3%;
padding-bottom: 21px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}








#s-9176195c-be7a-4ac5-8e05-eb4c4117690c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9176195c-be7a-4ac5-8e05-eb4c4117690c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c33a4ed-354b-47e3-9193-a7a831341b71 {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  padding-top: 21px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86d6f39c-5b09-4b51-9f92-3f8690f9fd7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b8f3929-b6f6-41f6-87b3-39b093779558 {
  min-height: 50px;
}








#s-3b8f3929-b6f6-41f6-87b3-39b093779558 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b8f3929-b6f6-41f6-87b3-39b093779558.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-fbc830d3-183a-4c05-97ee-4c39c44929ef {
  display: none;
}
#s-fbc830d3-183a-4c05-97ee-4c39c44929ef, #wrap-s-fbc830d3-183a-4c05-97ee-4c39c44929ef { display: none !important; }}
@media (min-width: 1200px){#s-7a941b9a-44ba-475a-bc96-9e02ed88f0fb {
  display: none;
}
#s-7a941b9a-44ba-475a-bc96-9e02ed88f0fb, #wrap-s-7a941b9a-44ba-475a-bc96-9e02ed88f0fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a941b9a-44ba-475a-bc96-9e02ed88f0fb {
  display: none;
}
#s-7a941b9a-44ba-475a-bc96-9e02ed88f0fb, #wrap-s-7a941b9a-44ba-475a-bc96-9e02ed88f0fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a941b9a-44ba-475a-bc96-9e02ed88f0fb {
  display: none;
}
#s-7a941b9a-44ba-475a-bc96-9e02ed88f0fb, #wrap-s-7a941b9a-44ba-475a-bc96-9e02ed88f0fb { display: none !important; }}
@media (min-width: 0px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b25e2ed3-c36f-434b-8a1f-98c6353e99f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  min-height: 360px;
}
}@media (max-width: 767px){#s-beec684e-e346-4686-a9a3-dcf4c7faa51b {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-beec684e-e346-4686-a9a3-dcf4c7faa51b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beec684e-e346-4686-a9a3-dcf4c7faa51b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-beec684e-e346-4686-a9a3-dcf4c7faa51b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-beec684e-e346-4686-a9a3-dcf4c7faa51b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-8e25f20d-463d-447a-a695-9428af03a5fa {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-0b7b5c72-7e81-4fe4-b065-84a34f71f1cb {
  margin-left: 6%;
margin-bottom: 30px;
margin-right: 6%;
}

#s-840d2f15-8b95-4119-ac2e-cd4b58652603 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-840d2f15-8b95-4119-ac2e-cd4b58652603:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(197, 176, 143, 1) !important;}#s-840d2f15-8b95-4119-ac2e-cd4b58652603:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-840d2f15-8b95-4119-ac2e-cd4b58652603-root {
    text-align: left;
  }


#s-840d2f15-8b95-4119-ac2e-cd4b58652603.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-840d2f15-8b95-4119-ac2e-cd4b58652603-root {
    text-align: left;
  }


#s-840d2f15-8b95-4119-ac2e-cd4b58652603.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-840d2f15-8b95-4119-ac2e-cd4b58652603-root {
    text-align: left;
  }


#s-840d2f15-8b95-4119-ac2e-cd4b58652603.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-840d2f15-8b95-4119-ac2e-cd4b58652603-root {
    text-align: left;
  }


#s-840d2f15-8b95-4119-ac2e-cd4b58652603.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-840d2f15-8b95-4119-ac2e-cd4b58652603-root {
    text-align: left;
  }


#s-840d2f15-8b95-4119-ac2e-cd4b58652603.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-5eda9c8d-56a6-4944-b61f-2bf0137a57b2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 2%;
margin-right: 2%;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5eda9c8d-56a6-4944-b61f-2bf0137a57b2 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-5eda9c8d-56a6-4944-b61f-2bf0137a57b2 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 360px;
}
}







#s-5eda9c8d-56a6-4944-b61f-2bf0137a57b2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5eda9c8d-56a6-4944-b61f-2bf0137a57b2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-5eda9c8d-56a6-4944-b61f-2bf0137a57b2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-5eda9c8d-56a6-4944-b61f-2bf0137a57b2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-5e547286-c518-481d-a73d-c7d3a5d60759 {
  margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
}

#s-2c3f4f0b-060f-4b8b-abf2-25be5f474115 {
  margin-left: 6%;
margin-bottom: 30px;
margin-right: 6%;
}

#s-043e86f3-782e-4ede-a462-6234b133dce3 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-043e86f3-782e-4ede-a462-6234b133dce3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(23, 151, 192, 1) !important;}#s-043e86f3-782e-4ede-a462-6234b133dce3:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-043e86f3-782e-4ede-a462-6234b133dce3-root {
    text-align: left;
  }


#s-043e86f3-782e-4ede-a462-6234b133dce3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-043e86f3-782e-4ede-a462-6234b133dce3-root {
    text-align: left;
  }


#s-043e86f3-782e-4ede-a462-6234b133dce3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-043e86f3-782e-4ede-a462-6234b133dce3-root {
    text-align: left;
  }


#s-043e86f3-782e-4ede-a462-6234b133dce3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-043e86f3-782e-4ede-a462-6234b133dce3-root {
    text-align: left;
  }


#s-043e86f3-782e-4ede-a462-6234b133dce3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-043e86f3-782e-4ede-a462-6234b133dce3-root {
    text-align: left;
  }


#s-043e86f3-782e-4ede-a462-6234b133dce3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
padding-right: 10%;
min-height: 720px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 {
  min-height: 360px;
}
}@media (max-width: 767px){#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 360px;
}
}







#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-ec8dd71d-5210-44a0-9d3e-f069d34d8268.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-c8fdef72-b8e6-4eb9-a5bb-85dbfe76121b {
  margin-bottom: 9px;
}

#s-573a8234-7c9a-4a53-a140-529d0d797b47 {
  margin-bottom: 30px;
}

#s-486f98f1-9d63-4409-8a9a-34b3c891d987 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-486f98f1-9d63-4409-8a9a-34b3c891d987:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(136, 93, 156, 1) !important;}#s-486f98f1-9d63-4409-8a9a-34b3c891d987:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-486f98f1-9d63-4409-8a9a-34b3c891d987-root {
    text-align: left;
  }


#s-486f98f1-9d63-4409-8a9a-34b3c891d987.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-486f98f1-9d63-4409-8a9a-34b3c891d987-root {
    text-align: left;
  }


#s-486f98f1-9d63-4409-8a9a-34b3c891d987.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-486f98f1-9d63-4409-8a9a-34b3c891d987-root {
    text-align: left;
  }


#s-486f98f1-9d63-4409-8a9a-34b3c891d987.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-486f98f1-9d63-4409-8a9a-34b3c891d987-root {
    text-align: left;
  }


#s-486f98f1-9d63-4409-8a9a-34b3c891d987.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-486f98f1-9d63-4409-8a9a-34b3c891d987-root {
    text-align: left;
  }


#s-486f98f1-9d63-4409-8a9a-34b3c891d987.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-678c8bcb-2c91-4de2-a625-d25c5dfe55fa {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-678c8bcb-2c91-4de2-a625-d25c5dfe55fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-678c8bcb-2c91-4de2-a625-d25c5dfe55fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9711eed-9c5f-43f4-a335-06cca40ee6c3 {
  min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}








#s-f9711eed-9c5f-43f4-a335-06cca40ee6c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9711eed-9c5f-43f4-a335-06cca40ee6c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9392827-b6b9-4bf9-913f-c2ea8c3d4af5 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 12px;
padding-bottom: 12px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e9392827-b6b9-4bf9-913f-c2ea8c3d4af5 {
  display: none;
}
#s-e9392827-b6b9-4bf9-913f-c2ea8c3d4af5, #wrap-s-e9392827-b6b9-4bf9-913f-c2ea8c3d4af5 { display: none !important; }}
#s-67478c47-269c-467d-bac5-d7fcdaf348e8 {
  margin-top: 15px;
margin-bottom: 30px;
padding-top: 12px;
padding-bottom: 12px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-67478c47-269c-467d-bac5-d7fcdaf348e8 {
  display: none;
}
#s-67478c47-269c-467d-bac5-d7fcdaf348e8, #wrap-s-67478c47-269c-467d-bac5-d7fcdaf348e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67478c47-269c-467d-bac5-d7fcdaf348e8 {
  display: none;
}
#s-67478c47-269c-467d-bac5-d7fcdaf348e8, #wrap-s-67478c47-269c-467d-bac5-d7fcdaf348e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67478c47-269c-467d-bac5-d7fcdaf348e8 {
  display: none;
}
#s-67478c47-269c-467d-bac5-d7fcdaf348e8, #wrap-s-67478c47-269c-467d-bac5-d7fcdaf348e8 { display: none !important; }}
#s-591d4569-2893-4f6c-9f2d-9d8682cab062 {
  margin-top: 0px;
padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-591d4569-2893-4f6c-9f2d-9d8682cab062 {
  display: none;
}
#s-591d4569-2893-4f6c-9f2d-9d8682cab062, #wrap-s-591d4569-2893-4f6c-9f2d-9d8682cab062 { display: none !important; }}
@media (min-width: 0px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-591d4569-2893-4f6c-9f2d-9d8682cab062"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-0cac9456-623a-4297-800b-9f785706739b {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-0cac9456-623a-4297-800b-9f785706739b {
  margin-bottom: 20px;
}
}







#s-0cac9456-623a-4297-800b-9f785706739b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cac9456-623a-4297-800b-9f785706739b.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;
}

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

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

#s-6a9968be-49de-4c92-bedf-3b20db8d5573 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-6a9968be-49de-4c92-bedf-3b20db8d5573 img.shogun-image,
  #s-6a9968be-49de-4c92-bedf-3b20db8d5573 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6a9968be-49de-4c92-bedf-3b20db8d5573 {
    width: 100%;
    height: auto;
  }



  #s-6a9968be-49de-4c92-bedf-3b20db8d5573 img.shogun-image {
    

    
    
    
  }


#s-6a9968be-49de-4c92-bedf-3b20db8d5573 .shogun-image-content {
  
    align-items: center;
  
}

#s-f532c980-013e-49d4-8085-33bd0748cd38 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-f532c980-013e-49d4-8085-33bd0748cd38 img.shogun-image,
  #s-f532c980-013e-49d4-8085-33bd0748cd38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f532c980-013e-49d4-8085-33bd0748cd38 {
    width: 100%;
    height: auto;
  }



  #s-f532c980-013e-49d4-8085-33bd0748cd38 img.shogun-image {
    

    
    
    
  }


#s-f532c980-013e-49d4-8085-33bd0748cd38 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab2d03e-bdca-4639-803b-fb443e358101 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-0ab2d03e-bdca-4639-803b-fb443e358101 {
  margin-bottom: 20px;
}
}







#s-0ab2d03e-bdca-4639-803b-fb443e358101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ab2d03e-bdca-4639-803b-fb443e358101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77d07e44-9c1d-459d-8653-95d00f0635e5 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-77d07e44-9c1d-459d-8653-95d00f0635e5 img.shogun-image,
  #s-77d07e44-9c1d-459d-8653-95d00f0635e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-77d07e44-9c1d-459d-8653-95d00f0635e5 {
    width: 100%;
    height: auto;
  }



  #s-77d07e44-9c1d-459d-8653-95d00f0635e5 img.shogun-image {
    

    
    
    
  }


#s-77d07e44-9c1d-459d-8653-95d00f0635e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e66509a-8d90-4d51-9d4e-23bc502521f3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-3e66509a-8d90-4d51-9d4e-23bc502521f3 img.shogun-image,
  #s-3e66509a-8d90-4d51-9d4e-23bc502521f3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e66509a-8d90-4d51-9d4e-23bc502521f3 {
    width: 100%;
    height: auto;
  }



  #s-3e66509a-8d90-4d51-9d4e-23bc502521f3 img.shogun-image {
    

    
    
    
  }


#s-3e66509a-8d90-4d51-9d4e-23bc502521f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d118b6c-3e0e-4be0-876b-db1f9b516f58 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-9d118b6c-3e0e-4be0-876b-db1f9b516f58 {
  margin-bottom: 20px;
}
}







#s-9d118b6c-3e0e-4be0-876b-db1f9b516f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d118b6c-3e0e-4be0-876b-db1f9b516f58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6209f198-14e1-4c18-8cc4-1565131c8a91 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1092px;
aspect-ratio: 1092/844;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-6209f198-14e1-4c18-8cc4-1565131c8a91 img.shogun-image,
  #s-6209f198-14e1-4c18-8cc4-1565131c8a91 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6209f198-14e1-4c18-8cc4-1565131c8a91 {
    width: 100%;
    height: auto;
  }



  #s-6209f198-14e1-4c18-8cc4-1565131c8a91 img.shogun-image {
    

    
    
    
  }


#s-6209f198-14e1-4c18-8cc4-1565131c8a91 .shogun-image-content {
  
    align-items: center;
  
}

#s-6571b879-efaf-4c03-bab3-4af2d9629716 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-6571b879-efaf-4c03-bab3-4af2d9629716 img.shogun-image,
  #s-6571b879-efaf-4c03-bab3-4af2d9629716 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6571b879-efaf-4c03-bab3-4af2d9629716 {
    width: 100%;
    height: auto;
  }



  #s-6571b879-efaf-4c03-bab3-4af2d9629716 img.shogun-image {
    

    
    
    
  }


#s-6571b879-efaf-4c03-bab3-4af2d9629716 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a0857b2-fa5d-4a94-b42c-01d25bb44709 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-0a0857b2-fa5d-4a94-b42c-01d25bb44709 {
  margin-bottom: 20px;
}
}







#s-0a0857b2-fa5d-4a94-b42c-01d25bb44709 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a0857b2-fa5d-4a94-b42c-01d25bb44709.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7485c7ee-eb13-4da6-9077-562e80d092be {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-7485c7ee-eb13-4da6-9077-562e80d092be img.shogun-image,
  #s-7485c7ee-eb13-4da6-9077-562e80d092be .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7485c7ee-eb13-4da6-9077-562e80d092be {
    width: 100%;
    height: auto;
  }



  #s-7485c7ee-eb13-4da6-9077-562e80d092be img.shogun-image {
    

    
    
    
  }


#s-7485c7ee-eb13-4da6-9077-562e80d092be .shogun-image-content {
  
    align-items: center;
  
}

#s-8bc72f2a-c43c-4413-bc8e-ba1948cbbbd5 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-8bc72f2a-c43c-4413-bc8e-ba1948cbbbd5 img.shogun-image,
  #s-8bc72f2a-c43c-4413-bc8e-ba1948cbbbd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8bc72f2a-c43c-4413-bc8e-ba1948cbbbd5 {
    width: 100%;
    height: auto;
  }



  #s-8bc72f2a-c43c-4413-bc8e-ba1948cbbbd5 img.shogun-image {
    

    
    
    
  }


#s-8bc72f2a-c43c-4413-bc8e-ba1948cbbbd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-119e35c9-3631-499c-b035-ca664eea3796 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-119e35c9-3631-499c-b035-ca664eea3796 {
  margin-bottom: 20px;
}
}







#s-119e35c9-3631-499c-b035-ca664eea3796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-119e35c9-3631-499c-b035-ca664eea3796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5001da98-1d69-428f-8e57-aa419c6c2036 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1092px;
aspect-ratio: 1092/844;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-5001da98-1d69-428f-8e57-aa419c6c2036 img.shogun-image,
  #s-5001da98-1d69-428f-8e57-aa419c6c2036 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5001da98-1d69-428f-8e57-aa419c6c2036 {
    width: 100%;
    height: auto;
  }



  #s-5001da98-1d69-428f-8e57-aa419c6c2036 img.shogun-image {
    

    
    
    
  }


#s-5001da98-1d69-428f-8e57-aa419c6c2036 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f577915-8041-4fcb-87af-addc088c9e8c {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-7f577915-8041-4fcb-87af-addc088c9e8c img.shogun-image,
  #s-7f577915-8041-4fcb-87af-addc088c9e8c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7f577915-8041-4fcb-87af-addc088c9e8c {
    width: 100%;
    height: auto;
  }



  #s-7f577915-8041-4fcb-87af-addc088c9e8c img.shogun-image {
    

    
    
    
  }


#s-7f577915-8041-4fcb-87af-addc088c9e8c .shogun-image-content {
  
    align-items: center;
  
}

#s-0555fb44-c7d9-4238-8ca1-073eaf2cfc01 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-0555fb44-c7d9-4238-8ca1-073eaf2cfc01 {
  margin-bottom: 20px;
}
}







#s-0555fb44-c7d9-4238-8ca1-073eaf2cfc01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0555fb44-c7d9-4238-8ca1-073eaf2cfc01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d13892a-b216-4ca8-acd2-dc778f5958e4 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1092px;
aspect-ratio: 1092/844;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-1d13892a-b216-4ca8-acd2-dc778f5958e4 img.shogun-image,
  #s-1d13892a-b216-4ca8-acd2-dc778f5958e4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d13892a-b216-4ca8-acd2-dc778f5958e4 {
    width: 100%;
    height: auto;
  }



  #s-1d13892a-b216-4ca8-acd2-dc778f5958e4 img.shogun-image {
    

    
    
    
  }


#s-1d13892a-b216-4ca8-acd2-dc778f5958e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-57cab5bb-9b39-48c4-b22c-3380f24044b5 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2000px;
aspect-ratio: 2000/1545;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-57cab5bb-9b39-48c4-b22c-3380f24044b5 img.shogun-image,
  #s-57cab5bb-9b39-48c4-b22c-3380f24044b5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57cab5bb-9b39-48c4-b22c-3380f24044b5 {
    width: 100%;
    height: auto;
  }



  #s-57cab5bb-9b39-48c4-b22c-3380f24044b5 img.shogun-image {
    

    
    
    
  }


#s-57cab5bb-9b39-48c4-b22c-3380f24044b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-02764b22-c331-4bef-86f8-5e2120516829 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-02764b22-c331-4bef-86f8-5e2120516829 img.shogun-image,
  #s-02764b22-c331-4bef-86f8-5e2120516829 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-02764b22-c331-4bef-86f8-5e2120516829 {
    width: 100%;
    height: auto;
  }



  #s-02764b22-c331-4bef-86f8-5e2120516829 img.shogun-image {
    

    
    
    
  }


#s-02764b22-c331-4bef-86f8-5e2120516829 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ea80e1a-ff0b-4d23-916c-97d45e816430 {
  padding-left: 6%;
padding-right: 6%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8ea80e1a-ff0b-4d23-916c-97d45e816430 {
  display: none;
}
#s-8ea80e1a-ff0b-4d23-916c-97d45e816430, #wrap-s-8ea80e1a-ff0b-4d23-916c-97d45e816430 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ea80e1a-ff0b-4d23-916c-97d45e816430 {
  display: none;
}
#s-8ea80e1a-ff0b-4d23-916c-97d45e816430, #wrap-s-8ea80e1a-ff0b-4d23-916c-97d45e816430 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ea80e1a-ff0b-4d23-916c-97d45e816430 {
  display: none;
}
#s-8ea80e1a-ff0b-4d23-916c-97d45e816430, #wrap-s-8ea80e1a-ff0b-4d23-916c-97d45e816430 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8ea80e1a-ff0b-4d23-916c-97d45e816430"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-8ea80e1a-ff0b-4d23-916c-97d45e816430"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8ea80e1a-ff0b-4d23-916c-97d45e816430"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ea80e1a-ff0b-4d23-916c-97d45e816430"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-30a741cd-a215-4412-a635-3e18e9708ee9 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-30a741cd-a215-4412-a635-3e18e9708ee9 {
  margin-bottom: 20px;
}
}







#s-30a741cd-a215-4412-a635-3e18e9708ee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30a741cd-a215-4412-a635-3e18e9708ee9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af29d554-ba99-484f-8268-596db3a36463 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-af29d554-ba99-484f-8268-596db3a36463 img.shogun-image,
  #s-af29d554-ba99-484f-8268-596db3a36463 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-af29d554-ba99-484f-8268-596db3a36463 {
    width: 100%;
    height: auto;
  }



  #s-af29d554-ba99-484f-8268-596db3a36463 img.shogun-image {
    

    
    
    
  }


#s-af29d554-ba99-484f-8268-596db3a36463 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d936d01-6751-43f8-a739-55dbf6b3bab8 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-1d936d01-6751-43f8-a739-55dbf6b3bab8 img.shogun-image,
  #s-1d936d01-6751-43f8-a739-55dbf6b3bab8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d936d01-6751-43f8-a739-55dbf6b3bab8 {
    width: 100%;
    height: auto;
  }



  #s-1d936d01-6751-43f8-a739-55dbf6b3bab8 img.shogun-image {
    

    
    
    
  }


#s-1d936d01-6751-43f8-a739-55dbf6b3bab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9386812-5463-49e1-8ac1-96945b5166bc {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-f9386812-5463-49e1-8ac1-96945b5166bc img.shogun-image,
  #s-f9386812-5463-49e1-8ac1-96945b5166bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9386812-5463-49e1-8ac1-96945b5166bc {
    width: 100%;
    height: auto;
  }



  #s-f9386812-5463-49e1-8ac1-96945b5166bc img.shogun-image {
    

    
    
    
  }


#s-f9386812-5463-49e1-8ac1-96945b5166bc .shogun-image-content {
  
    align-items: center;
  
}

#s-5f2e1f5f-2527-446a-b4a4-daaebb833395 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-5f2e1f5f-2527-446a-b4a4-daaebb833395 {
  margin-bottom: 20px;
}
}







#s-5f2e1f5f-2527-446a-b4a4-daaebb833395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f2e1f5f-2527-446a-b4a4-daaebb833395.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86d6bd31-5b12-47a3-bd51-68fe5a263535 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-86d6bd31-5b12-47a3-bd51-68fe5a263535 img.shogun-image,
  #s-86d6bd31-5b12-47a3-bd51-68fe5a263535 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-86d6bd31-5b12-47a3-bd51-68fe5a263535 {
    width: 100%;
    height: auto;
  }



  #s-86d6bd31-5b12-47a3-bd51-68fe5a263535 img.shogun-image {
    

    
    
    
  }


#s-86d6bd31-5b12-47a3-bd51-68fe5a263535 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4fd13e4-34b4-4c91-b2b6-bd6b4eb3dc38 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-d4fd13e4-34b4-4c91-b2b6-bd6b4eb3dc38 img.shogun-image,
  #s-d4fd13e4-34b4-4c91-b2b6-bd6b4eb3dc38 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4fd13e4-34b4-4c91-b2b6-bd6b4eb3dc38 {
    width: 100%;
    height: auto;
  }



  #s-d4fd13e4-34b4-4c91-b2b6-bd6b4eb3dc38 img.shogun-image {
    

    
    
    
  }


#s-d4fd13e4-34b4-4c91-b2b6-bd6b4eb3dc38 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9372dd4-96e0-4505-9b7b-6d92bb366a86 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-e9372dd4-96e0-4505-9b7b-6d92bb366a86 img.shogun-image,
  #s-e9372dd4-96e0-4505-9b7b-6d92bb366a86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e9372dd4-96e0-4505-9b7b-6d92bb366a86 {
    width: 100%;
    height: auto;
  }



  #s-e9372dd4-96e0-4505-9b7b-6d92bb366a86 img.shogun-image {
    

    
    
    
  }


#s-e9372dd4-96e0-4505-9b7b-6d92bb366a86 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3e60c4c-3288-486a-acc0-b8d20120a3f5 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-b3e60c4c-3288-486a-acc0-b8d20120a3f5 {
  margin-bottom: 20px;
}
}







#s-b3e60c4c-3288-486a-acc0-b8d20120a3f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3e60c4c-3288-486a-acc0-b8d20120a3f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59099761-ace0-42df-95b0-531cb538ed2d {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-59099761-ace0-42df-95b0-531cb538ed2d img.shogun-image,
  #s-59099761-ace0-42df-95b0-531cb538ed2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-59099761-ace0-42df-95b0-531cb538ed2d {
    width: 100%;
    height: auto;
  }



  #s-59099761-ace0-42df-95b0-531cb538ed2d img.shogun-image {
    

    
    
    
  }


#s-59099761-ace0-42df-95b0-531cb538ed2d .shogun-image-content {
  
    align-items: center;
  
}

#s-c7350441-f187-4d15-8a9a-378e58f90bd5 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1092px;
aspect-ratio: 1092/844;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-c7350441-f187-4d15-8a9a-378e58f90bd5 img.shogun-image,
  #s-c7350441-f187-4d15-8a9a-378e58f90bd5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7350441-f187-4d15-8a9a-378e58f90bd5 {
    width: 100%;
    height: auto;
  }



  #s-c7350441-f187-4d15-8a9a-378e58f90bd5 img.shogun-image {
    

    
    
    
  }


#s-c7350441-f187-4d15-8a9a-378e58f90bd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-353d8999-be5b-4123-8194-62b43dc6e613 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1092px;
aspect-ratio: 1092/844;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-353d8999-be5b-4123-8194-62b43dc6e613 img.shogun-image,
  #s-353d8999-be5b-4123-8194-62b43dc6e613 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-353d8999-be5b-4123-8194-62b43dc6e613 {
    width: 100%;
    height: auto;
  }



  #s-353d8999-be5b-4123-8194-62b43dc6e613 img.shogun-image {
    

    
    
    
  }


#s-353d8999-be5b-4123-8194-62b43dc6e613 .shogun-image-content {
  
    align-items: center;
  
}

#s-3aa19a24-9af1-4d47-ac87-efc0357f0346 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-3aa19a24-9af1-4d47-ac87-efc0357f0346 img.shogun-image,
  #s-3aa19a24-9af1-4d47-ac87-efc0357f0346 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3aa19a24-9af1-4d47-ac87-efc0357f0346 {
    width: 100%;
    height: auto;
  }



  #s-3aa19a24-9af1-4d47-ac87-efc0357f0346 img.shogun-image {
    

    
    
    
  }


#s-3aa19a24-9af1-4d47-ac87-efc0357f0346 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7360965-b60c-46a8-bb77-474610bbc7b2 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px){#s-c7360965-b60c-46a8-bb77-474610bbc7b2 {
  margin-bottom: 20px;
}
}







#s-c7360965-b60c-46a8-bb77-474610bbc7b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7360965-b60c-46a8-bb77-474610bbc7b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bce78a2e-40d6-4ef0-8c81-7a21d6a7b2c5 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-bce78a2e-40d6-4ef0-8c81-7a21d6a7b2c5 img.shogun-image,
  #s-bce78a2e-40d6-4ef0-8c81-7a21d6a7b2c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bce78a2e-40d6-4ef0-8c81-7a21d6a7b2c5 {
    width: 100%;
    height: auto;
  }



  #s-bce78a2e-40d6-4ef0-8c81-7a21d6a7b2c5 img.shogun-image {
    

    
    
    
  }


#s-bce78a2e-40d6-4ef0-8c81-7a21d6a7b2c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-99565633-17e9-41be-bde8-7f0428e69256 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/562;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-99565633-17e9-41be-bde8-7f0428e69256 img.shogun-image,
  #s-99565633-17e9-41be-bde8-7f0428e69256 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99565633-17e9-41be-bde8-7f0428e69256 {
    width: 100%;
    height: auto;
  }



  #s-99565633-17e9-41be-bde8-7f0428e69256 img.shogun-image {
    

    
    
    
  }


#s-99565633-17e9-41be-bde8-7f0428e69256 .shogun-image-content {
  
    align-items: center;
  
}

#s-61a5452d-5962-47af-a743-e1a0381f8137 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1092px;
aspect-ratio: 1092/844;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-61a5452d-5962-47af-a743-e1a0381f8137 img.shogun-image,
  #s-61a5452d-5962-47af-a743-e1a0381f8137 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61a5452d-5962-47af-a743-e1a0381f8137 {
    width: 100%;
    height: auto;
  }



  #s-61a5452d-5962-47af-a743-e1a0381f8137 img.shogun-image {
    

    
    
    
  }


#s-61a5452d-5962-47af-a743-e1a0381f8137 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcb8b18a-e866-4354-9ac1-43f2bfed3147 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2000px;
aspect-ratio: 2000/1545;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-fcb8b18a-e866-4354-9ac1-43f2bfed3147 img.shogun-image,
  #s-fcb8b18a-e866-4354-9ac1-43f2bfed3147 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fcb8b18a-e866-4354-9ac1-43f2bfed3147 {
    width: 100%;
    height: auto;
  }



  #s-fcb8b18a-e866-4354-9ac1-43f2bfed3147 img.shogun-image {
    

    
    
    
  }


#s-fcb8b18a-e866-4354-9ac1-43f2bfed3147 .shogun-image-content {
  
    align-items: center;
  
}

#s-d93c796b-ff6d-4e52-be97-a196c57609e3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1092px;
aspect-ratio: 1092/844;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-d93c796b-ff6d-4e52-be97-a196c57609e3 img.shogun-image,
  #s-d93c796b-ff6d-4e52-be97-a196c57609e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d93c796b-ff6d-4e52-be97-a196c57609e3 {
    width: 100%;
    height: auto;
  }



  #s-d93c796b-ff6d-4e52-be97-a196c57609e3 img.shogun-image {
    

    
    
    
  }


#s-d93c796b-ff6d-4e52-be97-a196c57609e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f989f499-559e-4622-882e-415502743597 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 728px;
aspect-ratio: 728/563;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-f989f499-559e-4622-882e-415502743597 img.shogun-image,
  #s-f989f499-559e-4622-882e-415502743597 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f989f499-559e-4622-882e-415502743597 {
    width: 100%;
    height: auto;
  }



  #s-f989f499-559e-4622-882e-415502743597 img.shogun-image {
    

    
    
    
  }


#s-f989f499-559e-4622-882e-415502743597 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1f5f10c-3b6c-4929-9b8e-3d1a51d83648 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a1f5f10c-3b6c-4929-9b8e-3d1a51d83648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1f5f10c-3b6c-4929-9b8e-3d1a51d83648.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46c96670-2cb0-4539-ab08-97dc49d49111 {
  margin-top: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(59, 76, 125, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(59, 76, 125, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-46c96670-2cb0-4539-ab08-97dc49d49111:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(59, 76, 125, 1) !important;}#s-46c96670-2cb0-4539-ab08-97dc49d49111:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-46c96670-2cb0-4539-ab08-97dc49d49111-root {
    text-align: center;
  }


#s-46c96670-2cb0-4539-ab08-97dc49d49111.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-46c96670-2cb0-4539-ab08-97dc49d49111-root {
    text-align: center;
  }


#s-46c96670-2cb0-4539-ab08-97dc49d49111.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46c96670-2cb0-4539-ab08-97dc49d49111-root {
    text-align: center;
  }


#s-46c96670-2cb0-4539-ab08-97dc49d49111.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46c96670-2cb0-4539-ab08-97dc49d49111-root {
    text-align: center;
  }


#s-46c96670-2cb0-4539-ab08-97dc49d49111.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-46c96670-2cb0-4539-ab08-97dc49d49111-root {
    text-align: center;
  }


#s-46c96670-2cb0-4539-ab08-97dc49d49111.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6b7445e4-ae73-49a0-b677-07dc782b6e5c {
  min-height: 100px;
}








#s-6b7445e4-ae73-49a0-b677-07dc782b6e5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b7445e4-ae73-49a0-b677-07dc782b6e5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a16b25e-6027-46f9-b0ce-11fe88f9b110 {
  background-color: rgba(138, 7, 7, 1);
}

@media (min-width: 0px) {
[id="s-4a16b25e-6027-46f9-b0ce-11fe88f9b110"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a16b25e-6027-46f9-b0ce-11fe88f9b110"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a16b25e-6027-46f9-b0ce-11fe88f9b110"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a16b25e-6027-46f9-b0ce-11fe88f9b110"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a16b25e-6027-46f9-b0ce-11fe88f9b110"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a16b25e-6027-46f9-b0ce-11fe88f9b110"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a16b25e-6027-46f9-b0ce-11fe88f9b110"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-f633825d-8759-47f9-928b-65c177fe63ee {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(84, 124, 170, 0);
}
@media (min-width: 1200px){#s-f633825d-8759-47f9-928b-65c177fe63ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f633825d-8759-47f9-928b-65c177fe63ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f633825d-8759-47f9-928b-65c177fe63ee {
  
}
}@media (max-width: 767px){#s-f633825d-8759-47f9-928b-65c177fe63ee {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-f633825d-8759-47f9-928b-65c177fe63ee > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f633825d-8759-47f9-928b-65c177fe63ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a1a3ebf-c01d-454a-9ac3-318264aee054 {
  min-height: 50px;
}








#s-1a1a3ebf-c01d-454a-9ac3-318264aee054 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a1a3ebf-c01d-454a-9ac3-318264aee054.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8cd5d18-68c9-4f64-96cd-134222d34123 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a8cd5d18-68c9-4f64-96cd-134222d34123 {
  display: none;
}
#s-a8cd5d18-68c9-4f64-96cd-134222d34123, #wrap-s-a8cd5d18-68c9-4f64-96cd-134222d34123 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8cd5d18-68c9-4f64-96cd-134222d34123 {
  display: none;
}
#s-a8cd5d18-68c9-4f64-96cd-134222d34123, #wrap-s-a8cd5d18-68c9-4f64-96cd-134222d34123 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8cd5d18-68c9-4f64-96cd-134222d34123 {
  display: none;
}
#s-a8cd5d18-68c9-4f64-96cd-134222d34123, #wrap-s-a8cd5d18-68c9-4f64-96cd-134222d34123 { display: none !important; }}







#s-a8cd5d18-68c9-4f64-96cd-134222d34123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8cd5d18-68c9-4f64-96cd-134222d34123.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
  margin-left: 3%;
margin-right: 3%;
max-width: 818px;
aspect-ratio: 818/671;
text-align: center;
}





  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image,
  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
    width: 100%;
    height: auto;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
    
    
  }


.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
      position: relative;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image,
  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
    width: 100%;
    height: auto;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
    
    
  }


.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
      position: relative;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image,
  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
    width: 100%;
    height: auto;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
    
    
  }


.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
      position: relative;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image,
  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
    width: 100%;
    height: auto;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
    
    
  }


.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
      position: relative;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image,
  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
    width: 100%;
    height: auto;
  }

  #s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
    
    
  }


.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 .shogun-image-content {
  
    align-items: center;
  
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container {
      position: relative;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5bb5dffc-5512-4cc4-9ab9-3d5b2f025553 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-af394c6c-25d4-4868-8d0c-2e2287698214 {
  margin-top: 15px;
padding-top: 21px;
}
@media (max-width: 767px){#s-af394c6c-25d4-4868-8d0c-2e2287698214 {
  display: none;
}
#s-af394c6c-25d4-4868-8d0c-2e2287698214, #wrap-s-af394c6c-25d4-4868-8d0c-2e2287698214 { display: none !important; }}
#s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee {
  margin-top: 15px;
padding-top: 21px;
}
@media (min-width: 1200px){#s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee {
  display: none;
}
#s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee, #wrap-s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee {
  display: none;
}
#s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee, #wrap-s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee {
  display: none;
}
#s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee, #wrap-s-4a4a6d2c-d3e5-46a1-8b17-f041413eaaee { display: none !important; }}
#s-484bf7ca-4b0f-486b-ac18-cff6b0d78f5d {
  min-height: 20px;
max-width: 100px;
}








#s-484bf7ca-4b0f-486b-ac18-cff6b0d78f5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-484bf7ca-4b0f-486b-ac18-cff6b0d78f5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3bcdf00-5b70-4636-9d7f-c6a1bd07c21c {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-f3bcdf00-5b70-4636-9d7f-c6a1bd07c21c hr {
  border-top: 2px solid #ddd;
}

@media (max-width: 767px){#s-7787122d-c56e-42f8-828c-97537926a038 {
  display: none;
}
#s-7787122d-c56e-42f8-828c-97537926a038, #wrap-s-7787122d-c56e-42f8-828c-97537926a038 { display: none !important; }}
@media (min-width: 1200px){#s-93cfb734-041a-4c7a-abe0-0d47bfcc149d {
  display: none;
}
#s-93cfb734-041a-4c7a-abe0-0d47bfcc149d, #wrap-s-93cfb734-041a-4c7a-abe0-0d47bfcc149d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93cfb734-041a-4c7a-abe0-0d47bfcc149d {
  display: none;
}
#s-93cfb734-041a-4c7a-abe0-0d47bfcc149d, #wrap-s-93cfb734-041a-4c7a-abe0-0d47bfcc149d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93cfb734-041a-4c7a-abe0-0d47bfcc149d {
  display: none;
}
#s-93cfb734-041a-4c7a-abe0-0d47bfcc149d, #wrap-s-93cfb734-041a-4c7a-abe0-0d47bfcc149d { display: none !important; }}
#s-ce425ad3-8901-40dc-90b2-1abaf5c48a49 {
  margin-top: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(59, 76, 125, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ce425ad3-8901-40dc-90b2-1abaf5c48a49:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(138, 7, 7, 1) !important;}#s-ce425ad3-8901-40dc-90b2-1abaf5c48a49:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ce425ad3-8901-40dc-90b2-1abaf5c48a49-root {
    text-align: left;
  }


#s-ce425ad3-8901-40dc-90b2-1abaf5c48a49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce425ad3-8901-40dc-90b2-1abaf5c48a49-root {
    text-align: left;
  }


#s-ce425ad3-8901-40dc-90b2-1abaf5c48a49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce425ad3-8901-40dc-90b2-1abaf5c48a49-root {
    text-align: left;
  }


#s-ce425ad3-8901-40dc-90b2-1abaf5c48a49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce425ad3-8901-40dc-90b2-1abaf5c48a49-root {
    text-align: left;
  }


#s-ce425ad3-8901-40dc-90b2-1abaf5c48a49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce425ad3-8901-40dc-90b2-1abaf5c48a49-root {
    text-align: left;
  }


#s-ce425ad3-8901-40dc-90b2-1abaf5c48a49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-23543d97-c3e7-46b6-81ef-2687f4cb2198 {
  min-height: 50px;
}








#s-23543d97-c3e7-46b6-81ef-2687f4cb2198 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23543d97-c3e7-46b6-81ef-2687f4cb2198.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dac17d2-38e8-44ed-aa61-8a39d759e872 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 3%;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 4px;
padding-right: 3%;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-6dac17d2-38e8-44ed-aa61-8a39d759e872 {
  display: none;
}
#s-6dac17d2-38e8-44ed-aa61-8a39d759e872, #wrap-s-6dac17d2-38e8-44ed-aa61-8a39d759e872 { display: none !important; }}







#s-6dac17d2-38e8-44ed-aa61-8a39d759e872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dac17d2-38e8-44ed-aa61-8a39d759e872.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  padding-top: 1px;
padding-bottom: 0px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 {
  display: none;
}
#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2, #wrap-s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 { display: none !important; }}







#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95067fe7-0112-4b0a-83b9-fd8ca02b71b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f39275b0-31fd-4d42-854e-7f6db98aecda {
  margin-left: -2%;
margin-right: -2%;
padding-left: 9%;
padding-right: 9%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f39275b0-31fd-4d42-854e-7f6db98aecda {
  display: none;
}
#s-f39275b0-31fd-4d42-854e-7f6db98aecda, #wrap-s-f39275b0-31fd-4d42-854e-7f6db98aecda { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f39275b0-31fd-4d42-854e-7f6db98aecda {
  display: none;
}
#s-f39275b0-31fd-4d42-854e-7f6db98aecda, #wrap-s-f39275b0-31fd-4d42-854e-7f6db98aecda { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f39275b0-31fd-4d42-854e-7f6db98aecda {
  display: none;
}
#s-f39275b0-31fd-4d42-854e-7f6db98aecda, #wrap-s-f39275b0-31fd-4d42-854e-7f6db98aecda { display: none !important; }}







#s-f39275b0-31fd-4d42-854e-7f6db98aecda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39275b0-31fd-4d42-854e-7f6db98aecda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5a7d1d3-c53e-481b-9897-5b5352d258aa {
  margin-top: 45px;
padding-top: 21px;
}

#s-ab50672e-b730-422b-8797-29b8488ea77d .shogun-icon-wrapper {
  text-align: center;
}


#s-ab50672e-b730-422b-8797-29b8488ea77d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-bbfa5101-afd5-4331-bdab-d07b9dc68baa .shogun-icon-wrapper {
  text-align: center;
}


#s-bbfa5101-afd5-4331-bdab-d07b9dc68baa .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-175731db-f1ff-492c-b767-35223955d37b .shogun-icon-wrapper {
  text-align: center;
}


#s-175731db-f1ff-492c-b767-35223955d37b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-f66d7296-bb67-47d0-a350-32b7725d0b1d .shogun-icon-wrapper {
  text-align: center;
}


#s-f66d7296-bb67-47d0-a350-32b7725d0b1d .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-05315e12-4e77-470a-a1c0-ad8031c811cd {
  background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-05315e12-4e77-470a-a1c0-ad8031c811cd {
  margin-left: 6%;
margin-right: 6%;
display: none;
}
#s-05315e12-4e77-470a-a1c0-ad8031c811cd, #wrap-s-05315e12-4e77-470a-a1c0-ad8031c811cd { display: none !important; }}
@media (min-width: 0px) {
[id="s-05315e12-4e77-470a-a1c0-ad8031c811cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05315e12-4e77-470a-a1c0-ad8031c811cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05315e12-4e77-470a-a1c0-ad8031c811cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05315e12-4e77-470a-a1c0-ad8031c811cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05315e12-4e77-470a-a1c0-ad8031c811cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05315e12-4e77-470a-a1c0-ad8031c811cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05315e12-4e77-470a-a1c0-ad8031c811cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-bb4d6c68-599b-43cb-977d-48bd619423b9 {
  margin-top: 15px;
padding-top: 21px;
}

@media (min-width: 0px) {
[id="s-644adb1f-2352-4b60-a04a-433504716a6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-644adb1f-2352-4b60-a04a-433504716a6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-644adb1f-2352-4b60-a04a-433504716a6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-644adb1f-2352-4b60-a04a-433504716a6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-644adb1f-2352-4b60-a04a-433504716a6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-644adb1f-2352-4b60-a04a-433504716a6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-644adb1f-2352-4b60-a04a-433504716a6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3db8beb1-d0a7-4d7f-8311-6e3d5e595a64 .shogun-icon-wrapper {
  text-align: center;
}


#s-3db8beb1-d0a7-4d7f-8311-6e3d5e595a64 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

@media (min-width: 0px) {
[id="s-b556e08a-9b7a-4f07-8811-bc16551648f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b556e08a-9b7a-4f07-8811-bc16551648f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b556e08a-9b7a-4f07-8811-bc16551648f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b556e08a-9b7a-4f07-8811-bc16551648f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b556e08a-9b7a-4f07-8811-bc16551648f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b556e08a-9b7a-4f07-8811-bc16551648f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b556e08a-9b7a-4f07-8811-bc16551648f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-096d6414-10b3-4d4d-aff5-71c2f79054ca .shogun-icon-wrapper {
  text-align: center;
}


#s-096d6414-10b3-4d4d-aff5-71c2f79054ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

@media (min-width: 0px) {
[id="s-e912d5be-2c86-45fe-811b-9da576a708c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e912d5be-2c86-45fe-811b-9da576a708c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e912d5be-2c86-45fe-811b-9da576a708c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e912d5be-2c86-45fe-811b-9da576a708c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e912d5be-2c86-45fe-811b-9da576a708c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e912d5be-2c86-45fe-811b-9da576a708c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e912d5be-2c86-45fe-811b-9da576a708c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d9e93887-fb3f-4426-b4cb-c4ff0fe56a64 .shogun-icon-wrapper {
  text-align: center;
}


#s-d9e93887-fb3f-4426-b4cb-c4ff0fe56a64 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

@media (min-width: 0px) {
[id="s-1ba6e34a-aa70-4275-ac40-46981e3f758c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ba6e34a-aa70-4275-ac40-46981e3f758c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ba6e34a-aa70-4275-ac40-46981e3f758c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ba6e34a-aa70-4275-ac40-46981e3f758c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ba6e34a-aa70-4275-ac40-46981e3f758c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ba6e34a-aa70-4275-ac40-46981e3f758c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1ba6e34a-aa70-4275-ac40-46981e3f758c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3c98fb8e-1780-49f7-87fa-e0278ce8c7ce .shogun-icon-wrapper {
  text-align: center;
}


#s-3c98fb8e-1780-49f7-87fa-e0278ce8c7ce .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

@media (min-width: 0px) {
[id="s-d2814d7a-e2fd-46c1-bcd8-d255b9d45ddd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2814d7a-e2fd-46c1-bcd8-d255b9d45ddd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2814d7a-e2fd-46c1-bcd8-d255b9d45ddd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2814d7a-e2fd-46c1-bcd8-d255b9d45ddd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2814d7a-e2fd-46c1-bcd8-d255b9d45ddd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2814d7a-e2fd-46c1-bcd8-d255b9d45ddd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2814d7a-e2fd-46c1-bcd8-d255b9d45ddd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-10db0110-fd1e-409f-aaa2-b82cf778ae52 .shogun-icon-wrapper {
  text-align: center;
}


#s-10db0110-fd1e-409f-aaa2-b82cf778ae52 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: #495056;
}

#s-068372a3-d044-4120-a638-f2e80a8f3f57 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-068372a3-d044-4120-a638-f2e80a8f3f57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-068372a3-d044-4120-a638-f2e80a8f3f57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee {
  background-color: rgba(22, 70, 116, 1);
}
@media (max-width: 767px){#s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee {
  display: none;
}
#s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee, #wrap-s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee { display: none !important; }}
@media (min-width: 0px) {
[id="s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fde5094-cf9c-40e8-b070-9adcd8eb9fee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-ed65d5e7-9315-4488-a3a1-3867c6a3b83c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 15px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
padding-left: 10%;
padding-right: 10%;
background-position: center center;
}
@media (min-width: 1200px){#s-ed65d5e7-9315-4488-a3a1-3867c6a3b83c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed65d5e7-9315-4488-a3a1-3867c6a3b83c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed65d5e7-9315-4488-a3a1-3867c6a3b83c {
  
}
}@media (max-width: 767px){#s-ed65d5e7-9315-4488-a3a1-3867c6a3b83c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-ed65d5e7-9315-4488-a3a1-3867c6a3b83c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ed65d5e7-9315-4488-a3a1-3867c6a3b83c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-664255ef-659d-48d9-bbcd-e668c82d4e5e {
  min-height: 50px;
}








#s-664255ef-659d-48d9-bbcd-e668c82d4e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-664255ef-659d-48d9-bbcd-e668c82d4e5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc8ce735-9e53-4740-b116-10ecaf0a4b72 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cc8ce735-9e53-4740-b116-10ecaf0a4b72 {
  display: none;
}
#s-cc8ce735-9e53-4740-b116-10ecaf0a4b72, #wrap-s-cc8ce735-9e53-4740-b116-10ecaf0a4b72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc8ce735-9e53-4740-b116-10ecaf0a4b72 {
  display: none;
}
#s-cc8ce735-9e53-4740-b116-10ecaf0a4b72, #wrap-s-cc8ce735-9e53-4740-b116-10ecaf0a4b72 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc8ce735-9e53-4740-b116-10ecaf0a4b72 {
  display: none;
}
#s-cc8ce735-9e53-4740-b116-10ecaf0a4b72, #wrap-s-cc8ce735-9e53-4740-b116-10ecaf0a4b72 { display: none !important; }}







#s-cc8ce735-9e53-4740-b116-10ecaf0a4b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc8ce735-9e53-4740-b116-10ecaf0a4b72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
  margin-left: 3%;
margin-right: 3%;
max-width: 818px;
aspect-ratio: 818/671;
text-align: center;
}





  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image,
  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
    width: 100%;
    height: auto;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
    
    
  }


.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shogun-image-content {
  
    align-items: center;
  
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
      position: relative;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image,
  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
    width: 100%;
    height: auto;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
    
    
  }


.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shogun-image-content {
  
    align-items: center;
  
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
      position: relative;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image,
  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
    width: 100%;
    height: auto;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
    
    
  }


.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shogun-image-content {
  
    align-items: center;
  
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
      position: relative;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image,
  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
    width: 100%;
    height: auto;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
    
    
  }


.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shogun-image-content {
  
    align-items: center;
  
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
      position: relative;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image,
  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
    width: 100%;
    height: auto;
  }

  #s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
    
    
  }


.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee .shogun-image-content {
  
    align-items: center;
  
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee {
      --shg-aspect-ratio: calc(818/671); 
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container {
      position: relative;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de5a9eee-e950-476f-9beb-8ffe50d6a6ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5b15c134-fd44-4ff9-877e-160b74ae93b8 {
  min-height: 20px;
max-width: 100px;
}








#s-5b15c134-fd44-4ff9-877e-160b74ae93b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b15c134-fd44-4ff9-877e-160b74ae93b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e83f300f-59fe-4ae5-a73a-0f966def6a70 {
  display: none;
}
#s-e83f300f-59fe-4ae5-a73a-0f966def6a70, #wrap-s-e83f300f-59fe-4ae5-a73a-0f966def6a70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e83f300f-59fe-4ae5-a73a-0f966def6a70 {
  display: none;
}
#s-e83f300f-59fe-4ae5-a73a-0f966def6a70, #wrap-s-e83f300f-59fe-4ae5-a73a-0f966def6a70 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e83f300f-59fe-4ae5-a73a-0f966def6a70 {
  display: none;
}
#s-e83f300f-59fe-4ae5-a73a-0f966def6a70, #wrap-s-e83f300f-59fe-4ae5-a73a-0f966def6a70 { display: none !important; }}
#s-77539ab7-3933-45da-9827-4fcfdb8eb31e {
  min-height: 50px;
}








#s-77539ab7-3933-45da-9827-4fcfdb8eb31e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77539ab7-3933-45da-9827-4fcfdb8eb31e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc282654-0461-4949-9549-aed2fa44ce40 {
  background-size: cover;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 3%;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 4px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
background-position: center center;
}
@media (max-width: 767px){#s-fc282654-0461-4949-9549-aed2fa44ce40 {
  display: none;
}
#s-fc282654-0461-4949-9549-aed2fa44ce40, #wrap-s-fc282654-0461-4949-9549-aed2fa44ce40 { display: none !important; }}







#s-fc282654-0461-4949-9549-aed2fa44ce40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc282654-0461-4949-9549-aed2fa44ce40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a729a9c2-27d5-4e8a-b75e-0f94e62067fa {
  margin-top: 15px;
padding-top: 21px;
}

#s-0ed2c2cf-a54f-4932-87c4-d52ca3a37f9b {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-0ed2c2cf-a54f-4932-87c4-d52ca3a37f9b hr {
  border-top: 2px solid #ddd;
}

@media (max-width: 767px){#s-7655c054-60cb-4bf2-b519-1fd3e33c8ac3 {
  display: none;
}
#s-7655c054-60cb-4bf2-b519-1fd3e33c8ac3, #wrap-s-7655c054-60cb-4bf2-b519-1fd3e33c8ac3 { display: none !important; }}
#s-35e5cd4e-cc84-4c79-9947-16c96c836d01 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(59, 76, 125, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-35e5cd4e-cc84-4c79-9947-16c96c836d01:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(22, 70, 116, 1) !important;}#s-35e5cd4e-cc84-4c79-9947-16c96c836d01:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-35e5cd4e-cc84-4c79-9947-16c96c836d01-root {
    text-align: left;
  }


#s-35e5cd4e-cc84-4c79-9947-16c96c836d01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35e5cd4e-cc84-4c79-9947-16c96c836d01-root {
    text-align: left;
  }


#s-35e5cd4e-cc84-4c79-9947-16c96c836d01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35e5cd4e-cc84-4c79-9947-16c96c836d01-root {
    text-align: left;
  }


#s-35e5cd4e-cc84-4c79-9947-16c96c836d01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35e5cd4e-cc84-4c79-9947-16c96c836d01-root {
    text-align: left;
  }


#s-35e5cd4e-cc84-4c79-9947-16c96c836d01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35e5cd4e-cc84-4c79-9947-16c96c836d01-root {
    text-align: left;
  }


#s-35e5cd4e-cc84-4c79-9947-16c96c836d01.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8840f961-ca1c-47e2-9689-426be8b4c98c {
  min-height: 135px;
}








#s-8840f961-ca1c-47e2-9689-426be8b4c98c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8840f961-ca1c-47e2-9689-426be8b4c98c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Serif;
  text-transform: none;
  font-weight: 400;
  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-57928be1-3f71-496c-b4a7-5d81611dfed9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-57928be1-3f71-496c-b4a7-5d81611dfed9 {
  margin-left: 3%;
margin-right: 3%;
display: none;
}
#s-57928be1-3f71-496c-b4a7-5d81611dfed9, #wrap-s-57928be1-3f71-496c-b4a7-5d81611dfed9 { display: none !important; }}
#s-57928be1-3f71-496c-b4a7-5d81611dfed9 .shogun-heading-component h4 {
  color: rgba(75, 75, 75, 1);
  font-weight:  normal ;
  font-family: "Campton";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}



#s-00325ebc-736e-4029-bb5e-8ae053d4fdfe {
  text-align: center;
}







  #s-00325ebc-736e-4029-bb5e-8ae053d4fdfe img.shogun-image {
    

    
    
    
  }


#s-00325ebc-736e-4029-bb5e-8ae053d4fdfe .shogun-image-content {
  
    align-items: center;
  
}

#s-f21b6fca-1399-41ce-beda-a2c5b970852f {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f21b6fca-1399-41ce-beda-a2c5b970852f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f21b6fca-1399-41ce-beda-a2c5b970852f {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2afdb6f5-0189-4f19-b387-97a5ac780d82 {
  max-width: 360px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2afdb6f5-0189-4f19-b387-97a5ac780d82 img.shogun-image,
  #s-2afdb6f5-0189-4f19-b387-97a5ac780d82 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2afdb6f5-0189-4f19-b387-97a5ac780d82 {
    width: 100%;
    height: auto;
  }



  #s-2afdb6f5-0189-4f19-b387-97a5ac780d82 img.shogun-image {
    

    
    
    
  }


#s-2afdb6f5-0189-4f19-b387-97a5ac780d82 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad {
  max-width: 384px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad img.shogun-image,
  #s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad {
    width: 100%;
    height: auto;
  }



  #s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad img.shogun-image {
    

    
    
    
  }


#s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad .shogun-image-content {
  
    align-items: center;
  
}

#s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf {
  max-width: 384px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf img.shogun-image,
  #s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf {
    width: 100%;
    height: auto;
  }



  #s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf img.shogun-image {
    

    
    
    
  }


#s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf .shogun-image-content {
  
    align-items: center;
  
}

#s-39b116d7-c254-4f45-839f-511094189ded {
  max-width: 384px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-39b116d7-c254-4f45-839f-511094189ded img.shogun-image,
  #s-39b116d7-c254-4f45-839f-511094189ded .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-39b116d7-c254-4f45-839f-511094189ded {
    width: 100%;
    height: auto;
  }



  #s-39b116d7-c254-4f45-839f-511094189ded img.shogun-image {
    

    
    
    
  }


#s-39b116d7-c254-4f45-839f-511094189ded .shogun-image-content {
  
    align-items: center;
  
}

#s-abc8d332-99b8-467b-9909-7b9a64eeb79b {
  margin-top: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-abc8d332-99b8-467b-9909-7b9a64eeb79b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-abc8d332-99b8-467b-9909-7b9a64eeb79b {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-0545d705-bdf1-43c7-865a-697c1981aac9 {
  max-width: 440px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0545d705-bdf1-43c7-865a-697c1981aac9 img.shogun-image,
  #s-0545d705-bdf1-43c7-865a-697c1981aac9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0545d705-bdf1-43c7-865a-697c1981aac9 {
    width: 100%;
    height: auto;
  }



  #s-0545d705-bdf1-43c7-865a-697c1981aac9 img.shogun-image {
    

    
    
    
  }


#s-0545d705-bdf1-43c7-865a-697c1981aac9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1091fc50-6990-4caa-8c30-ce7651e18d26 {
  max-width: 675px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1091fc50-6990-4caa-8c30-ce7651e18d26 img.shogun-image,
  #s-1091fc50-6990-4caa-8c30-ce7651e18d26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1091fc50-6990-4caa-8c30-ce7651e18d26 {
    width: 100%;
    height: auto;
  }



  #s-1091fc50-6990-4caa-8c30-ce7651e18d26 img.shogun-image {
    

    
    
    
  }


#s-1091fc50-6990-4caa-8c30-ce7651e18d26 .shogun-image-content {
  
    align-items: center;
  
}

#s-197481ad-1870-4c42-abb5-c31c3711bb5c {
  max-width: 400px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-197481ad-1870-4c42-abb5-c31c3711bb5c img.shogun-image,
  #s-197481ad-1870-4c42-abb5-c31c3711bb5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-197481ad-1870-4c42-abb5-c31c3711bb5c {
    width: 100%;
    height: auto;
  }



  #s-197481ad-1870-4c42-abb5-c31c3711bb5c img.shogun-image {
    

    
    
    
  }


#s-197481ad-1870-4c42-abb5-c31c3711bb5c .shogun-image-content {
  
    align-items: center;
  
}

#s-31137b36-1b8e-429e-bb5c-a78ea6a4b579 {
  max-width: 384px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-31137b36-1b8e-429e-bb5c-a78ea6a4b579 img.shogun-image,
  #s-31137b36-1b8e-429e-bb5c-a78ea6a4b579 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-31137b36-1b8e-429e-bb5c-a78ea6a4b579 {
    width: 100%;
    height: auto;
  }



  #s-31137b36-1b8e-429e-bb5c-a78ea6a4b579 img.shogun-image {
    

    
    
    
  }


#s-31137b36-1b8e-429e-bb5c-a78ea6a4b579 .shogun-image-content {
  
    align-items: center;
  
}

#s-149c79da-2969-4fcf-b57e-5d75bbc4642d {
  max-width: 384px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-149c79da-2969-4fcf-b57e-5d75bbc4642d img.shogun-image,
  #s-149c79da-2969-4fcf-b57e-5d75bbc4642d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-149c79da-2969-4fcf-b57e-5d75bbc4642d {
    width: 100%;
    height: auto;
  }



  #s-149c79da-2969-4fcf-b57e-5d75bbc4642d img.shogun-image {
    

    
    
    
  }


#s-149c79da-2969-4fcf-b57e-5d75bbc4642d .shogun-image-content {
  
    align-items: center;
  
}

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