.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-3c6d6d1a-0ef7-4ebd-9779-557c86a32cc1 {
  min-height: 50px;
}








#s-3c6d6d1a-0ef7-4ebd-9779-557c86a32cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c6d6d1a-0ef7-4ebd-9779-557c86a32cc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5d996b3-22f2-41b6-983f-666355b67f44 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-e5d996b3-22f2-41b6-983f-666355b67f44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5d996b3-22f2-41b6-983f-666355b67f44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b9ce1dcc-2230-4478-b9de-3fcf708f3784 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(71, 71, 71, 1);
border-radius: 10px;
}

.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-77ecf6c4-eb97-484b-b091-01414368ee98 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-77ecf6c4-eb97-484b-b091-01414368ee98 img.shogun-image {
    

    
    
    
  }


#s-77ecf6c4-eb97-484b-b091-01414368ee98 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-9d3e435d-dcc0-49fd-9b06-d00ccbce61f8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9d3e435d-dcc0-49fd-9b06-d00ccbce61f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d3e435d-dcc0-49fd-9b06-d00ccbce61f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9d3e435d-dcc0-49fd-9b06-d00ccbce61f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d3e435d-dcc0-49fd-9b06-d00ccbce61f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

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

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

#s-3f340bb2-9703-4a85-96aa-e151ea2cffad {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 8px;
padding-left: 15%;
padding-bottom: 8px;
padding-right: 15%;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3f340bb2-9703-4a85-96aa-e151ea2cffad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f340bb2-9703-4a85-96aa-e151ea2cffad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f340bb2-9703-4a85-96aa-e151ea2cffad-root {
    text-align: center;
  }


#s-3f340bb2-9703-4a85-96aa-e151ea2cffad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3f340bb2-9703-4a85-96aa-e151ea2cffad-root {
    text-align: center;
  }


#s-3f340bb2-9703-4a85-96aa-e151ea2cffad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f340bb2-9703-4a85-96aa-e151ea2cffad-root {
    text-align: center;
  }


#s-3f340bb2-9703-4a85-96aa-e151ea2cffad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f340bb2-9703-4a85-96aa-e151ea2cffad-root {
    text-align: center;
  }


#s-3f340bb2-9703-4a85-96aa-e151ea2cffad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3f340bb2-9703-4a85-96aa-e151ea2cffad-root {
    text-align: center;
  }


#s-3f340bb2-9703-4a85-96aa-e151ea2cffad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 8px;
padding-left: 15%;
padding-bottom: 8px;
padding-right: 15%;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13-root {
    text-align: center;
  }


#s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13-root {
    text-align: center;
  }


#s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13-root {
    text-align: center;
  }


#s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13-root {
    text-align: center;
  }


#s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13-root {
    text-align: center;
  }


#s-8da0b8cb-6dcc-4174-a72a-9f7fb712bb13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-32c90331-0aa6-430a-883d-85954fd8515a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-32c90331-0aa6-430a-883d-85954fd8515a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32c90331-0aa6-430a-883d-85954fd8515a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32c90331-0aa6-430a-883d-85954fd8515a {
  
}
}







#s-32c90331-0aa6-430a-883d-85954fd8515a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32c90331-0aa6-430a-883d-85954fd8515a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e410c75-74da-4107-a09b-d9ca3bc80b1b {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6e410c75-74da-4107-a09b-d9ca3bc80b1b {
  
}
}@media (max-width: 767px){#s-6e410c75-74da-4107-a09b-d9ca3bc80b1b {
  
}
}







#s-6e410c75-74da-4107-a09b-d9ca3bc80b1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e410c75-74da-4107-a09b-d9ca3bc80b1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25b4b9b7-2f93-4437-8410-6ed638280a3b {
  text-align: left;
}

#s-ec872168-6b23-4689-ab4c-df77182d9717 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-ec872168-6b23-4689-ab4c-df77182d9717 {
  
}
}@media (max-width: 767px){#s-ec872168-6b23-4689-ab4c-df77182d9717 {
  display: none;
}
#s-ec872168-6b23-4689-ab4c-df77182d9717, #wrap-s-ec872168-6b23-4689-ab4c-df77182d9717 { display: none !important; }}






  #s-ec872168-6b23-4689-ab4c-df77182d9717 img.shogun-image {
    

    
    
    
  }


#s-ec872168-6b23-4689-ab4c-df77182d9717 .shogun-image-content {
  
    align-items: flex-end;
  
}
@media (max-width: 767px){





  #s-ec872168-6b23-4689-ab4c-df77182d9717 img.shogun-image {
    

    
    
    
  }


#s-ec872168-6b23-4689-ab4c-df77182d9717 .shogun-image-content {
  
    align-items: flex-end;
  
}
}
#s-6e0adfc4-f2d3-484e-8735-9374b421000c {
  
}
@media (min-width: 1200px){#s-6e0adfc4-f2d3-484e-8735-9374b421000c {
  display: none;
}
#s-6e0adfc4-f2d3-484e-8735-9374b421000c, #wrap-s-6e0adfc4-f2d3-484e-8735-9374b421000c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e0adfc4-f2d3-484e-8735-9374b421000c {
  display: none;
}
#s-6e0adfc4-f2d3-484e-8735-9374b421000c, #wrap-s-6e0adfc4-f2d3-484e-8735-9374b421000c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e0adfc4-f2d3-484e-8735-9374b421000c {
  display: none;
}
#s-6e0adfc4-f2d3-484e-8735-9374b421000c, #wrap-s-6e0adfc4-f2d3-484e-8735-9374b421000c { display: none !important; }}@media (max-width: 767px){#s-6e0adfc4-f2d3-484e-8735-9374b421000c {
  
}
}






  #s-6e0adfc4-f2d3-484e-8735-9374b421000c img.shogun-image {
    

    
    
    
  }


#s-6e0adfc4-f2d3-484e-8735-9374b421000c .shogun-image-content {
  
    align-items: flex-end;
  
}
@media (max-width: 767px){





  #s-6e0adfc4-f2d3-484e-8735-9374b421000c img.shogun-image {
    

    
    
    
  }


#s-6e0adfc4-f2d3-484e-8735-9374b421000c .shogun-image-content {
  
    align-items: flex-end;
  
}
}
#s-0f1f9dde-e57e-4613-8cda-33160786e549 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 29px;
padding-bottom: 29px;
min-height: 50px;
background-position: center center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f1f9dde-e57e-4613-8cda-33160786e549 {
  display: none;
}
#s-0f1f9dde-e57e-4613-8cda-33160786e549, #wrap-s-0f1f9dde-e57e-4613-8cda-33160786e549 { display: none !important; }}@media (max-width: 767px){#s-0f1f9dde-e57e-4613-8cda-33160786e549 {
  display: none;
}
#s-0f1f9dde-e57e-4613-8cda-33160786e549, #wrap-s-0f1f9dde-e57e-4613-8cda-33160786e549 { display: none !important; }}
#s-0f1f9dde-e57e-4613-8cda-33160786e549 {
  background-image: url(https://i.shgcdn.com/833cd79d-2526-4ea6-b027-54a5b5442d01/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0f1f9dde-e57e-4613-8cda-33160786e549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f1f9dde-e57e-4613-8cda-33160786e549.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cca78082-6373-478b-b3f4-74d114f3e8fd {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-e7529393-6796-4d8c-8a8f-9915070722fe {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 29px;
padding-bottom: 29px;
min-height: 50px;
background-position: right center;
}
@media (min-width: 1200px){#s-e7529393-6796-4d8c-8a8f-9915070722fe {
  display: none;
}
#s-e7529393-6796-4d8c-8a8f-9915070722fe, #wrap-s-e7529393-6796-4d8c-8a8f-9915070722fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7529393-6796-4d8c-8a8f-9915070722fe {
  display: none;
}
#s-e7529393-6796-4d8c-8a8f-9915070722fe, #wrap-s-e7529393-6796-4d8c-8a8f-9915070722fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7529393-6796-4d8c-8a8f-9915070722fe {
  
}
}@media (max-width: 767px){#s-e7529393-6796-4d8c-8a8f-9915070722fe {
  
}
}
#s-e7529393-6796-4d8c-8a8f-9915070722fe {
  background-image: url(https://i.shgcdn.com/833cd79d-2526-4ea6-b027-54a5b5442d01/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e7529393-6796-4d8c-8a8f-9915070722fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7529393-6796-4d8c-8a8f-9915070722fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ca7ed88-3e6c-4e6c-81a6-1f495f34ded4 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-3b26c664-8e2f-4b85-b2b7-fcd91cc96765 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 29px;
padding-bottom: 29px;
min-height: 50px;
background-position: center center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b26c664-8e2f-4b85-b2b7-fcd91cc96765 {
  display: none;
}
#s-3b26c664-8e2f-4b85-b2b7-fcd91cc96765, #wrap-s-3b26c664-8e2f-4b85-b2b7-fcd91cc96765 { display: none !important; }}@media (max-width: 767px){#s-3b26c664-8e2f-4b85-b2b7-fcd91cc96765 {
  display: none;
}
#s-3b26c664-8e2f-4b85-b2b7-fcd91cc96765, #wrap-s-3b26c664-8e2f-4b85-b2b7-fcd91cc96765 { display: none !important; }}







#s-3b26c664-8e2f-4b85-b2b7-fcd91cc96765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b26c664-8e2f-4b85-b2b7-fcd91cc96765.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1c2a09b-7562-41ba-b7ac-babc450cdb6c {
  margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
max-width: 1400px;
}

#s-23271da0-af3f-41d5-90b0-8c947abe62cd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-23271da0-af3f-41d5-90b0-8c947abe62cd {
  display: none;
}
#s-23271da0-af3f-41d5-90b0-8c947abe62cd, #wrap-s-23271da0-af3f-41d5-90b0-8c947abe62cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23271da0-af3f-41d5-90b0-8c947abe62cd {
  display: none;
}
#s-23271da0-af3f-41d5-90b0-8c947abe62cd, #wrap-s-23271da0-af3f-41d5-90b0-8c947abe62cd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23271da0-af3f-41d5-90b0-8c947abe62cd {
  display: none;
}
#s-23271da0-af3f-41d5-90b0-8c947abe62cd, #wrap-s-23271da0-af3f-41d5-90b0-8c947abe62cd { display: none !important; }}@media (max-width: 767px){#s-23271da0-af3f-41d5-90b0-8c947abe62cd {
  display: none;
}
#s-23271da0-af3f-41d5-90b0-8c947abe62cd, #wrap-s-23271da0-af3f-41d5-90b0-8c947abe62cd { display: none !important; }}







#s-23271da0-af3f-41d5-90b0-8c947abe62cd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-23271da0-af3f-41d5-90b0-8c947abe62cd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9db8b01f-3398-48b7-89ff-d83f5aa619a2 {
  min-height: 50px;
}








#s-9db8b01f-3398-48b7-89ff-d83f5aa619a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db8b01f-3398-48b7-89ff-d83f5aa619a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d229424d-bf96-426b-8d9d-9f1c573d85b7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-d229424d-bf96-426b-8d9d-9f1c573d85b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d229424d-bf96-426b-8d9d-9f1c573d85b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-d229424d-bf96-426b-8d9d-9f1c573d85b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d229424d-bf96-426b-8d9d-9f1c573d85b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12 {
  min-height: 650px;
background-color: rgba(15, 15, 15, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12 {
  display: none;
}
#s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12, #wrap-s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12 { display: none !important; }}@media (max-width: 767px){#s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12 {
  display: none;
}
#s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12, #wrap-s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2fa9644-c7c6-4fc7-9b93-aedc7b3d8d12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e97ac29b-7834-418f-9ad5-2017189c282d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e97ac29b-7834-418f-9ad5-2017189c282d {
  display: none;
}
#s-e97ac29b-7834-418f-9ad5-2017189c282d, #wrap-s-e97ac29b-7834-418f-9ad5-2017189c282d { display: none !important; }}@media (max-width: 767px){#s-e97ac29b-7834-418f-9ad5-2017189c282d {
  display: none;
}
#s-e97ac29b-7834-418f-9ad5-2017189c282d, #wrap-s-e97ac29b-7834-418f-9ad5-2017189c282d { display: none !important; }}







#s-e97ac29b-7834-418f-9ad5-2017189c282d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e97ac29b-7834-418f-9ad5-2017189c282d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eeae778-8da2-4037-82b1-1c3c8ed00e85 {
  background-image: url(https://i.shgcdn.com/ce57ada7-ddf1-4f79-b4af-e2f012a1f6be/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
text-align: center;
background-position: right center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0eeae778-8da2-4037-82b1-1c3c8ed00e85 {
  display: none;
}
#s-0eeae778-8da2-4037-82b1-1c3c8ed00e85, #wrap-s-0eeae778-8da2-4037-82b1-1c3c8ed00e85 { display: none !important; }}@media (max-width: 767px){#s-0eeae778-8da2-4037-82b1-1c3c8ed00e85 {
  display: none;
}
#s-0eeae778-8da2-4037-82b1-1c3c8ed00e85, #wrap-s-0eeae778-8da2-4037-82b1-1c3c8ed00e85 { display: none !important; }}






  #s-0eeae778-8da2-4037-82b1-1c3c8ed00e85 img.shogun-image {
    

    
    
    
  }


#s-0eeae778-8da2-4037-82b1-1c3c8ed00e85 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fdbb7a0-3104-4feb-9cb1-c7b89f2e63e4 {
  min-height: 650px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-3fdbb7a0-3104-4feb-9cb1-c7b89f2e63e4 {
  display: none;
}
#s-3fdbb7a0-3104-4feb-9cb1-c7b89f2e63e4, #wrap-s-3fdbb7a0-3104-4feb-9cb1-c7b89f2e63e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fdbb7a0-3104-4feb-9cb1-c7b89f2e63e4 {
  display: none;
}
#s-3fdbb7a0-3104-4feb-9cb1-c7b89f2e63e4, #wrap-s-3fdbb7a0-3104-4feb-9cb1-c7b89f2e63e4 { display: none !important; }}







#s-3fdbb7a0-3104-4feb-9cb1-c7b89f2e63e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fdbb7a0-3104-4feb-9cb1-c7b89f2e63e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9273c0dd-794e-464a-9e5f-d9cbd3635d52 {
  text-align: center;
}
@media (min-width: 1200px){#s-9273c0dd-794e-464a-9e5f-d9cbd3635d52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9273c0dd-794e-464a-9e5f-d9cbd3635d52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9273c0dd-794e-464a-9e5f-d9cbd3635d52 {
  
}
}






  #s-9273c0dd-794e-464a-9e5f-d9cbd3635d52 img.shogun-image {
    

    
    
    
  }


#s-9273c0dd-794e-464a-9e5f-d9cbd3635d52 .shogun-image-content {
  
    align-items: center;
  
}

#s-158e0abb-a70e-4365-8566-00d3655479ee {
  min-height: 650px;
}








#s-158e0abb-a70e-4365-8566-00d3655479ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-158e0abb-a70e-4365-8566-00d3655479ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d45548be-393b-41f3-b328-099df5492873 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-cfd6330a-cd24-4077-a1d8-54f6096b6697 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cfd6330a-cd24-4077-a1d8-54f6096b6697 {
  display: none;
}
#s-cfd6330a-cd24-4077-a1d8-54f6096b6697, #wrap-s-cfd6330a-cd24-4077-a1d8-54f6096b6697 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfd6330a-cd24-4077-a1d8-54f6096b6697 {
  display: none;
}
#s-cfd6330a-cd24-4077-a1d8-54f6096b6697, #wrap-s-cfd6330a-cd24-4077-a1d8-54f6096b6697 { display: none !important; }}







#s-cfd6330a-cd24-4077-a1d8-54f6096b6697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfd6330a-cd24-4077-a1d8-54f6096b6697.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95550af5-bf15-4d91-a333-92825786cc13 {
  min-height: 650px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-95550af5-bf15-4d91-a333-92825786cc13 {
  display: none;
}
#s-95550af5-bf15-4d91-a333-92825786cc13, #wrap-s-95550af5-bf15-4d91-a333-92825786cc13 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95550af5-bf15-4d91-a333-92825786cc13 {
  display: none;
}
#s-95550af5-bf15-4d91-a333-92825786cc13, #wrap-s-95550af5-bf15-4d91-a333-92825786cc13 { display: none !important; }}







#s-95550af5-bf15-4d91-a333-92825786cc13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95550af5-bf15-4d91-a333-92825786cc13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b340df34-f11d-48e8-9d28-00884138ba2c {
  text-align: center;
}
@media (min-width: 1200px){#s-b340df34-f11d-48e8-9d28-00884138ba2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b340df34-f11d-48e8-9d28-00884138ba2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b340df34-f11d-48e8-9d28-00884138ba2c {
  
}
}






  #s-b340df34-f11d-48e8-9d28-00884138ba2c img.shogun-image {
    

    
    
    
  }


#s-b340df34-f11d-48e8-9d28-00884138ba2c .shogun-image-content {
  
    align-items: center;
  
}

#s-d23ce771-5c1c-48d3-b63c-1bcc02d71c26 {
  min-height: 650px;
}








#s-d23ce771-5c1c-48d3-b63c-1bcc02d71c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d23ce771-5c1c-48d3-b63c-1bcc02d71c26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f16d6da-8a93-4131-854f-4446e61019f8 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-ad9092b3-954a-4af6-8b39-360a605c6fea {
  background-color: rgba(0, 0, 0, 1);
}








#s-ad9092b3-954a-4af6-8b39-360a605c6fea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad9092b3-954a-4af6-8b39-360a605c6fea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba {
  min-height: 50px;
}
@media (min-width: 1200px){#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba {
  display: none;
}
#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba, #wrap-s-42c39e5f-52db-491f-ab63-ad116ad4f4ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba {
  display: none;
}
#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba, #wrap-s-42c39e5f-52db-491f-ab63-ad116ad4f4ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba {
  display: none;
}
#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba, #wrap-s-42c39e5f-52db-491f-ab63-ad116ad4f4ba { display: none !important; }}@media (max-width: 767px){#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba {
  display: none;
}
#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba, #wrap-s-42c39e5f-52db-491f-ab63-ad116ad4f4ba { display: none !important; }}







#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42c39e5f-52db-491f-ab63-ad116ad4f4ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-739a2e53-3651-4cda-9e5e-c554a70ef3e1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-739a2e53-3651-4cda-9e5e-c554a70ef3e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-739a2e53-3651-4cda-9e5e-c554a70ef3e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-739a2e53-3651-4cda-9e5e-c554a70ef3e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-739a2e53-3651-4cda-9e5e-c554a70ef3e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

}

#s-25debfa9-a8f8-446b-b036-f85c7ebea343 {
  text-align: center;
opacity: 1;
}
#s-25debfa9-a8f8-446b-b036-f85c7ebea343:hover {opacity: 1 !important;}






  #s-25debfa9-a8f8-446b-b036-f85c7ebea343 img.shogun-image {
    

    
    
    
  }


#s-25debfa9-a8f8-446b-b036-f85c7ebea343 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d955c2d-3828-457a-bb6b-f76b10c9d007 {
  text-align: center;
opacity: 1;
}
#s-1d955c2d-3828-457a-bb6b-f76b10c9d007:hover {opacity: 1 !important;}






  #s-1d955c2d-3828-457a-bb6b-f76b10c9d007 img.shogun-image {
    

    
    
    
  }


#s-1d955c2d-3828-457a-bb6b-f76b10c9d007 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3a9cf49-bbe3-44c9-bcb9-589052bab32f {
  text-align: center;
opacity: 1;
}
#s-a3a9cf49-bbe3-44c9-bcb9-589052bab32f:hover {opacity: 1 !important;}






  #s-a3a9cf49-bbe3-44c9-bcb9-589052bab32f img.shogun-image {
    

    
    
    
  }


#s-a3a9cf49-bbe3-44c9-bcb9-589052bab32f .shogun-image-content {
  
    align-items: center;
  
}

#s-ed6af1ce-d686-4175-be85-a55ca13d8316 {
  text-align: center;
opacity: 1;
}
#s-ed6af1ce-d686-4175-be85-a55ca13d8316:hover {opacity: 1 !important;}






  #s-ed6af1ce-d686-4175-be85-a55ca13d8316 img.shogun-image {
    

    
    
    
  }


#s-ed6af1ce-d686-4175-be85-a55ca13d8316 .shogun-image-content {
  
    align-items: center;
  
}

#s-5172aa54-aba0-4af4-ab6c-dfc2887558bd {
  text-align: center;
opacity: 1;
}
#s-5172aa54-aba0-4af4-ab6c-dfc2887558bd:hover {opacity: 1 !important;}






  #s-5172aa54-aba0-4af4-ab6c-dfc2887558bd img.shogun-image {
    

    
    
    
  }


#s-5172aa54-aba0-4af4-ab6c-dfc2887558bd .shogun-image-content {
  
    align-items: center;
  
}

#s-4a973619-2aa6-4163-a2fb-129e33cb0d8e {
  text-align: center;
opacity: 1;
}
#s-4a973619-2aa6-4163-a2fb-129e33cb0d8e:hover {opacity: 1 !important;}






  #s-4a973619-2aa6-4163-a2fb-129e33cb0d8e img.shogun-image {
    

    
    
    
  }


#s-4a973619-2aa6-4163-a2fb-129e33cb0d8e .shogun-image-content {
  
    align-items: center;
  
}

#s-9bde3f76-2e10-4b93-a4d0-169fc1ef2fe1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 640px;
}

@media (min-width: 0px) {
[id="s-9bde3f76-2e10-4b93-a4d0-169fc1ef2fe1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-9bde3f76-2e10-4b93-a4d0-169fc1ef2fe1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-9bde3f76-2e10-4b93-a4d0-169fc1ef2fe1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bde3f76-2e10-4b93-a4d0-169fc1ef2fe1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 60.0px);
}

}

#s-51b6222f-b97b-40b2-9b11-a996214bbcbf {
  text-align: center;
opacity: 1;
}
#s-51b6222f-b97b-40b2-9b11-a996214bbcbf:hover {opacity: 1 !important;}






  #s-51b6222f-b97b-40b2-9b11-a996214bbcbf img.shogun-image {
    

    
    
    
  }


#s-51b6222f-b97b-40b2-9b11-a996214bbcbf .shogun-image-content {
  
    align-items: center;
  
}

#s-7e6996c3-8662-4efb-9460-eea9e93386b8 {
  text-align: center;
opacity: 1;
}
#s-7e6996c3-8662-4efb-9460-eea9e93386b8:hover {opacity: 1 !important;}






  #s-7e6996c3-8662-4efb-9460-eea9e93386b8 img.shogun-image {
    

    
    
    
  }


#s-7e6996c3-8662-4efb-9460-eea9e93386b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ee63e3c-36c6-4e96-a9d1-f7571324084c {
  text-align: center;
opacity: 1;
}
#s-8ee63e3c-36c6-4e96-a9d1-f7571324084c:hover {opacity: 1 !important;}






  #s-8ee63e3c-36c6-4e96-a9d1-f7571324084c img.shogun-image {
    

    
    
    
  }


#s-8ee63e3c-36c6-4e96-a9d1-f7571324084c .shogun-image-content {
  
    align-items: center;
  
}

#s-990cf926-34fa-4d01-abef-a08d9fbf5232 {
  text-align: center;
opacity: 1;
}
#s-990cf926-34fa-4d01-abef-a08d9fbf5232:hover {opacity: 1 !important;}






  #s-990cf926-34fa-4d01-abef-a08d9fbf5232 img.shogun-image {
    

    
    
    
  }


#s-990cf926-34fa-4d01-abef-a08d9fbf5232 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8692db0-6df8-4e38-9601-086e39f5c8f6 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-f8692db0-6df8-4e38-9601-086e39f5c8f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8692db0-6df8-4e38-9601-086e39f5c8f6 {
  
}
}







#s-f8692db0-6df8-4e38-9601-086e39f5c8f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8692db0-6df8-4e38-9601-086e39f5c8f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1 {
  display: none;
}
#s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1, #wrap-s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1 {
  display: none;
}
#s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1, #wrap-s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1 { display: none !important; }}@media (max-width: 767px){#s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1 {
  display: none;
}
#s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1, #wrap-s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1 { display: none !important; }}







#s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-626d8929-cc95-4b25-ac90-a3c2c2f52ac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae5ac2c2-8016-409b-ae65-02c308050af1 {
  min-height: 50px;
}








#s-ae5ac2c2-8016-409b-ae65-02c308050af1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae5ac2c2-8016-409b-ae65-02c308050af1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acd73c20-7172-4062-8ec5-303321f3ae29 {
  text-align: center;
}
@media (min-width: 1200px){#s-acd73c20-7172-4062-8ec5-303321f3ae29 {
  display: none;
}
#s-acd73c20-7172-4062-8ec5-303321f3ae29, #wrap-s-acd73c20-7172-4062-8ec5-303321f3ae29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-acd73c20-7172-4062-8ec5-303321f3ae29 {
  display: none;
}
#s-acd73c20-7172-4062-8ec5-303321f3ae29, #wrap-s-acd73c20-7172-4062-8ec5-303321f3ae29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-acd73c20-7172-4062-8ec5-303321f3ae29 {
  display: none;
}
#s-acd73c20-7172-4062-8ec5-303321f3ae29, #wrap-s-acd73c20-7172-4062-8ec5-303321f3ae29 { display: none !important; }}






  #s-acd73c20-7172-4062-8ec5-303321f3ae29 img.shogun-image {
    

    
    
    
  }


#s-acd73c20-7172-4062-8ec5-303321f3ae29 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-abdcbcb4-c2a5-44d6-80b9-93750303bf4a {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-abdcbcb4-c2a5-44d6-80b9-93750303bf4a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}







#s-abdcbcb4-c2a5-44d6-80b9-93750303bf4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abdcbcb4-c2a5-44d6-80b9-93750303bf4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67f00e40-c15d-4932-b4aa-412e87db3aca {
  margin-left: auto;
}
@media (max-width: 767px){#s-67f00e40-c15d-4932-b4aa-412e87db3aca {
  max-width: 70%;
}
}
.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-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
  max-width: 2344px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image,
  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
    width: 100%;
    height: auto;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
    
    
  }


.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
      position: relative;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image,
  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
    width: 100%;
    height: auto;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
    
    
  }


.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
      position: relative;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image,
  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
    width: 100%;
    height: auto;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
    
    
  }


.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
      position: relative;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image,
  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
    width: 100%;
    height: auto;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
    
    
  }


.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
      position: relative;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image,
  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
    width: 100%;
    height: auto;
  }

  #s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
    
    
  }


.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee .shogun-image-content {
  
    align-items: center;
  
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container {
      position: relative;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d579e829-6b85-4fc9-a977-48ea1bcf53ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-10c5e249-f8d5-4fe6-acf0-038e8f96c00a {
  padding-top: 30px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-10c5e249-f8d5-4fe6-acf0-038e8f96c00a {
  display: none;
}
#s-10c5e249-f8d5-4fe6-acf0-038e8f96c00a, #wrap-s-10c5e249-f8d5-4fe6-acf0-038e8f96c00a { display: none !important; }}







#s-10c5e249-f8d5-4fe6-acf0-038e8f96c00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10c5e249-f8d5-4fe6-acf0-038e8f96c00a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f213d662-0d30-4283-aa89-354da8f95f69 {
  margin-top: 150px;
margin-bottom: 150px;
padding-left: 10%;
padding-right: 10%;
}

#s-3d5c1742-6e91-4174-ace0-466bb29d58c1 {
  background-image: url(https://i.shgcdn.com/464f8bf3-da7e-4641-b64c-bc38fecca0f3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: 70% center;
background-color: rgba(15, 15, 15, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3d5c1742-6e91-4174-ace0-466bb29d58c1 {
  display: none;
}
#s-3d5c1742-6e91-4174-ace0-466bb29d58c1, #wrap-s-3d5c1742-6e91-4174-ace0-466bb29d58c1 { display: none !important; }}@media (max-width: 767px){#s-3d5c1742-6e91-4174-ace0-466bb29d58c1 {
  background-position: center center;
}
}
@media (min-width: 0px) {
[id="s-3d5c1742-6e91-4174-ace0-466bb29d58c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d5c1742-6e91-4174-ace0-466bb29d58c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d5c1742-6e91-4174-ace0-466bb29d58c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d5c1742-6e91-4174-ace0-466bb29d58c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3d5c1742-6e91-4174-ace0-466bb29d58c1"] > .shg-row {
    flex-flow: column-reverse;
  }
}








#s-63f62683-4a5c-42b2-b8dd-0c26f603b64a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f62683-4a5c-42b2-b8dd-0c26f603b64a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b00f87f-e88d-416f-a8bc-0f839117ba72 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-6519906c-d174-4c0a-89c8-6fc759f8b13a {
  min-height: 650px;
}
@media (max-width: 767px){#s-6519906c-d174-4c0a-89c8-6fc759f8b13a {
  
}
}







#s-6519906c-d174-4c0a-89c8-6fc759f8b13a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6519906c-d174-4c0a-89c8-6fc759f8b13a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-db5815fe-3896-46c5-bf6f-1a36ae25bc5c {
  min-height: 50px;
}








#s-db5815fe-3896-46c5-bf6f-1a36ae25bc5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db5815fe-3896-46c5-bf6f-1a36ae25bc5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa0b22f8-2974-43dd-b977-666c6f5e5398 {
  text-align: center;
}
@media (min-width: 1200px){#s-fa0b22f8-2974-43dd-b977-666c6f5e5398 {
  display: none;
}
#s-fa0b22f8-2974-43dd-b977-666c6f5e5398, #wrap-s-fa0b22f8-2974-43dd-b977-666c6f5e5398 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa0b22f8-2974-43dd-b977-666c6f5e5398 {
  display: none;
}
#s-fa0b22f8-2974-43dd-b977-666c6f5e5398, #wrap-s-fa0b22f8-2974-43dd-b977-666c6f5e5398 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fa0b22f8-2974-43dd-b977-666c6f5e5398 {
  display: none;
}
#s-fa0b22f8-2974-43dd-b977-666c6f5e5398, #wrap-s-fa0b22f8-2974-43dd-b977-666c6f5e5398 { display: none !important; }}






  #s-fa0b22f8-2974-43dd-b977-666c6f5e5398 img.shogun-image {
    

    
    
    
  }


#s-fa0b22f8-2974-43dd-b977-666c6f5e5398 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6d8b7676-f5be-4068-8fea-52629760c3e1 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-6d8b7676-f5be-4068-8fea-52629760c3e1 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}
}







#s-6d8b7676-f5be-4068-8fea-52629760c3e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d8b7676-f5be-4068-8fea-52629760c3e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eb3ffd1-e555-4311-874c-ca165f8daa46 {
  margin-left: auto;
}
@media (max-width: 767px){#s-5eb3ffd1-e555-4311-874c-ca165f8daa46 {
  max-width: 70%;
}
}
#s-430a15ac-7538-43f3-b1bb-9a50b2db5768 {
  padding-top: 30px;
padding-left: 40px;
padding-bottom: 30px;
padding-right: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-430a15ac-7538-43f3-b1bb-9a50b2db5768 {
  display: none;
}
#s-430a15ac-7538-43f3-b1bb-9a50b2db5768, #wrap-s-430a15ac-7538-43f3-b1bb-9a50b2db5768 { display: none !important; }}







#s-430a15ac-7538-43f3-b1bb-9a50b2db5768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-430a15ac-7538-43f3-b1bb-9a50b2db5768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dade2725-2dd3-42d9-9352-8ee1381945c5 {
  background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-dade2725-2dd3-42d9-9352-8ee1381945c5 {
  display: none;
}
#s-dade2725-2dd3-42d9-9352-8ee1381945c5, #wrap-s-dade2725-2dd3-42d9-9352-8ee1381945c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dade2725-2dd3-42d9-9352-8ee1381945c5 {
  display: none;
}
#s-dade2725-2dd3-42d9-9352-8ee1381945c5, #wrap-s-dade2725-2dd3-42d9-9352-8ee1381945c5 { display: none !important; }}@media (max-width: 767px){#s-dade2725-2dd3-42d9-9352-8ee1381945c5 {
  display: none;
}
#s-dade2725-2dd3-42d9-9352-8ee1381945c5, #wrap-s-dade2725-2dd3-42d9-9352-8ee1381945c5 { display: none !important; }}







#s-dade2725-2dd3-42d9-9352-8ee1381945c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dade2725-2dd3-42d9-9352-8ee1381945c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75ae8c98-b168-4fa9-8439-32d0186d31bc {
  background-color: rgba(15, 15, 15, 0);
}

@media (min-width: 0px) {
[id="s-75ae8c98-b168-4fa9-8439-32d0186d31bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75ae8c98-b168-4fa9-8439-32d0186d31bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75ae8c98-b168-4fa9-8439-32d0186d31bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75ae8c98-b168-4fa9-8439-32d0186d31bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-55a39713-8dcf-47de-979e-ecc0376f77c5 {
  min-height: 500px;
}

#s-55a39713-8dcf-47de-979e-ecc0376f77c5 {
  background-image: url();
}








#s-55a39713-8dcf-47de-979e-ecc0376f77c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55a39713-8dcf-47de-979e-ecc0376f77c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e45b557-c8ae-4315-aa04-b8fbc9d0f224 {
  min-height: 500px;
}








#s-9e45b557-c8ae-4315-aa04-b8fbc9d0f224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e45b557-c8ae-4315-aa04-b8fbc9d0f224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85c2c7d2-0eaf-4464-b4ba-172e6f8de06f {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a {
  background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a {
  display: none;
}
#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a, #wrap-s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a {
  display: none;
}
#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a, #wrap-s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a { display: none !important; }}@media (max-width: 767px){#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a {
  display: none;
}
#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a, #wrap-s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a { display: none !important; }}







#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-360223fd-905f-4e2a-907f-e5e9c8d8ce1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5454b336-21fb-49c3-ab9f-4e0c97fffb72 {
  background-color: rgba(15, 15, 15, 0);
}

@media (min-width: 0px) {
[id="s-5454b336-21fb-49c3-ab9f-4e0c97fffb72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5454b336-21fb-49c3-ab9f-4e0c97fffb72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5454b336-21fb-49c3-ab9f-4e0c97fffb72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5454b336-21fb-49c3-ab9f-4e0c97fffb72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b4ce650c-bdfe-4b8c-b115-3c4a7e322b03 {
  min-height: 650px;
}

#s-b4ce650c-bdfe-4b8c-b115-3c4a7e322b03 {
  background-image: url();
}








#s-b4ce650c-bdfe-4b8c-b115-3c4a7e322b03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4ce650c-bdfe-4b8c-b115-3c4a7e322b03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21d85e08-5d98-4914-8d8d-febee18395d9 {
  min-height: 650px;
}








#s-21d85e08-5d98-4914-8d8d-febee18395d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21d85e08-5d98-4914-8d8d-febee18395d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3c752d1-f1dc-4e8f-b10e-2fc4fa401d9b {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-e7a7dfc0-5d20-4339-9f64-94bafc84444c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e7a7dfc0-5d20-4339-9f64-94bafc84444c {
  display: none;
}
#s-e7a7dfc0-5d20-4339-9f64-94bafc84444c, #wrap-s-e7a7dfc0-5d20-4339-9f64-94bafc84444c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7a7dfc0-5d20-4339-9f64-94bafc84444c {
  display: none;
}
#s-e7a7dfc0-5d20-4339-9f64-94bafc84444c, #wrap-s-e7a7dfc0-5d20-4339-9f64-94bafc84444c { display: none !important; }}







#s-e7a7dfc0-5d20-4339-9f64-94bafc84444c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7a7dfc0-5d20-4339-9f64-94bafc84444c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68feef5a-6a1f-4ac3-9fe8-7aa62f83bfe8 {
  min-height: 500px;
}








#s-68feef5a-6a1f-4ac3-9fe8-7aa62f83bfe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68feef5a-6a1f-4ac3-9fe8-7aa62f83bfe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-b5509258-e51a-470b-b7f9-53d487f45b6d {
  min-height: 650px;
}








#s-b5509258-e51a-470b-b7f9-53d487f45b6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5509258-e51a-470b-b7f9-53d487f45b6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c5d27b2-2ced-4ea7-a3d0-80fcf8dcb15f {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-9f7b0901-ade3-4f8d-9996-b3040e0571c3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
}
@media (min-width: 1200px){#s-9f7b0901-ade3-4f8d-9996-b3040e0571c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f7b0901-ade3-4f8d-9996-b3040e0571c3 {
  
}
}@media (max-width: 767px){#s-9f7b0901-ade3-4f8d-9996-b3040e0571c3 {
  
}
}







#s-9f7b0901-ade3-4f8d-9996-b3040e0571c3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}#s-9f7b0901-ade3-4f8d-9996-b3040e0571c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef1a7eca-53e3-4b21-8636-9c5175d54891 {
  min-height: 500px;
}

#s-ef1a7eca-53e3-4b21-8636-9c5175d54891 {
  background-image: url();
}








#s-ef1a7eca-53e3-4b21-8636-9c5175d54891 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef1a7eca-53e3-4b21-8636-9c5175d54891.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d5ff1a4-775e-4ca7-a552-6cc8aa292b73 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 50px;
max-width: 700px;
text-align: center;
}







  #s-8d5ff1a4-775e-4ca7-a552-6cc8aa292b73 img.shogun-image {
    

    
    
    
  }


#s-8d5ff1a4-775e-4ca7-a552-6cc8aa292b73 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c17d3d6-e16b-446e-9256-d2d28cfdc77d {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-95c93cee-0db1-4dee-934a-f156535be05d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
max-width: 125px;
text-align: center;
}







  #s-95c93cee-0db1-4dee-934a-f156535be05d img.shogun-image {
    

    
    
    
  }


#s-95c93cee-0db1-4dee-934a-f156535be05d .shogun-image-content {
  
    align-items: center;
  
}

#s-3efb3bb4-ca7e-4cb9-a245-522327658402 {
  background-image: url(https://i.shgcdn.com/1d67d536-a49e-482d-aa63-c37665e165d2/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-3efb3bb4-ca7e-4cb9-a245-522327658402 {
  display: none;
}
#s-3efb3bb4-ca7e-4cb9-a245-522327658402, #wrap-s-3efb3bb4-ca7e-4cb9-a245-522327658402 { display: none !important; }}@media (max-width: 767px){#s-3efb3bb4-ca7e-4cb9-a245-522327658402 {
  background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 0);
display: none;
}
#s-3efb3bb4-ca7e-4cb9-a245-522327658402, #wrap-s-3efb3bb4-ca7e-4cb9-a245-522327658402 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3efb3bb4-ca7e-4cb9-a245-522327658402"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3efb3bb4-ca7e-4cb9-a245-522327658402"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3efb3bb4-ca7e-4cb9-a245-522327658402"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3efb3bb4-ca7e-4cb9-a245-522327658402"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3efb3bb4-ca7e-4cb9-a245-522327658402"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-daced828-6429-4c99-a0b1-f85c0909d3ff {
  background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-daced828-6429-4c99-a0b1-f85c0909d3ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daced828-6429-4c99-a0b1-f85c0909d3ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c29478c3-f405-42f4-9127-3754b33a896e {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-06202f3a-620a-48f3-bbf1-348b782c1214 {
  min-height: 650px;
}

#s-06202f3a-620a-48f3-bbf1-348b782c1214 {
  background-image: url();
}








#s-06202f3a-620a-48f3-bbf1-348b782c1214 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06202f3a-620a-48f3-bbf1-348b782c1214.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-43c5a44f-935c-486d-8118-d201ed574797 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 150px;
padding-bottom: 150px;
min-height: 50px;
background-position: right center;
}
@media (min-width: 1200px){#s-43c5a44f-935c-486d-8118-d201ed574797 {
  display: none;
}
#s-43c5a44f-935c-486d-8118-d201ed574797, #wrap-s-43c5a44f-935c-486d-8118-d201ed574797 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43c5a44f-935c-486d-8118-d201ed574797 {
  display: none;
}
#s-43c5a44f-935c-486d-8118-d201ed574797, #wrap-s-43c5a44f-935c-486d-8118-d201ed574797 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43c5a44f-935c-486d-8118-d201ed574797 {
  display: none;
}
#s-43c5a44f-935c-486d-8118-d201ed574797, #wrap-s-43c5a44f-935c-486d-8118-d201ed574797 { display: none !important; }}







#s-43c5a44f-935c-486d-8118-d201ed574797 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43c5a44f-935c-486d-8118-d201ed574797.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-90cfc818-7440-4b92-9d68-95e3a497a98b {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: 50px;
max-width: 125px;
text-align: left;
}
@media (max-width: 767px){#s-90cfc818-7440-4b92-9d68-95e3a497a98b {
  display: none;
}
#s-90cfc818-7440-4b92-9d68-95e3a497a98b, #wrap-s-90cfc818-7440-4b92-9d68-95e3a497a98b { display: none !important; }}






  #s-90cfc818-7440-4b92-9d68-95e3a497a98b img.shogun-image {
    

    
    
    
  }


#s-90cfc818-7440-4b92-9d68-95e3a497a98b .shogun-image-content {
  
    align-items: center;
  
}

#s-3d6dcf97-e8cb-4bc1-aef2-dc33737f4f13 {
  min-height: 50px;
}








#s-3d6dcf97-e8cb-4bc1-aef2-dc33737f4f13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d6dcf97-e8cb-4bc1-aef2-dc33737f4f13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4a9bce2-a0d6-4a06-993d-132db2ff9909 {
  background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c4a9bce2-a0d6-4a06-993d-132db2ff9909 {
  display: none;
}
#s-c4a9bce2-a0d6-4a06-993d-132db2ff9909, #wrap-s-c4a9bce2-a0d6-4a06-993d-132db2ff9909 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4a9bce2-a0d6-4a06-993d-132db2ff9909 {
  display: none;
}
#s-c4a9bce2-a0d6-4a06-993d-132db2ff9909, #wrap-s-c4a9bce2-a0d6-4a06-993d-132db2ff9909 { display: none !important; }}







#s-c4a9bce2-a0d6-4a06-993d-132db2ff9909 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4a9bce2-a0d6-4a06-993d-132db2ff9909.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77581e30-375a-4889-b33a-18c74921308e {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 150px;
min-height: 600px;
background-position: right center;
}








#s-77581e30-375a-4889-b33a-18c74921308e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77581e30-375a-4889-b33a-18c74921308e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ef650a13-9110-4d96-8b2f-d527b0d494de {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: 50px;
max-width: 125px;
text-align: left;
}
@media (max-width: 767px){#s-ef650a13-9110-4d96-8b2f-d527b0d494de {
  display: none;
}
#s-ef650a13-9110-4d96-8b2f-d527b0d494de, #wrap-s-ef650a13-9110-4d96-8b2f-d527b0d494de { display: none !important; }}






  #s-ef650a13-9110-4d96-8b2f-d527b0d494de img.shogun-image {
    

    
    
    
  }


#s-ef650a13-9110-4d96-8b2f-d527b0d494de .shogun-image-content {
  
    align-items: center;
  
}

#s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 20px;
margin-right: 20px;
max-width: 125px;
text-align: left;
}
@media (min-width: 1200px){#s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 {
  display: none;
}
#s-be1c72fb-ddda-4b34-a49f-a649e3be09c4, #wrap-s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 {
  display: none;
}
#s-be1c72fb-ddda-4b34-a49f-a649e3be09c4, #wrap-s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 {
  display: none;
}
#s-be1c72fb-ddda-4b34-a49f-a649e3be09c4, #wrap-s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 { display: none !important; }}@media (max-width: 767px){#s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 {
  
}
}






  #s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 img.shogun-image {
    

    
    
    
  }


#s-be1c72fb-ddda-4b34-a49f-a649e3be09c4 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-d7cc26a3-3f4f-428d-a6b6-4921b9ff88bd {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-f23ac6b6-d138-4451-a911-a11055e735bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-f23ac6b6-d138-4451-a911-a11055e735bc {
  display: none;
}
#s-f23ac6b6-d138-4451-a911-a11055e735bc, #wrap-s-f23ac6b6-d138-4451-a911-a11055e735bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f23ac6b6-d138-4451-a911-a11055e735bc {
  display: none;
}
#s-f23ac6b6-d138-4451-a911-a11055e735bc, #wrap-s-f23ac6b6-d138-4451-a911-a11055e735bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f23ac6b6-d138-4451-a911-a11055e735bc {
  display: none;
}
#s-f23ac6b6-d138-4451-a911-a11055e735bc, #wrap-s-f23ac6b6-d138-4451-a911-a11055e735bc { display: none !important; }}@media (max-width: 767px){#s-f23ac6b6-d138-4451-a911-a11055e735bc {
  display: none;
}
#s-f23ac6b6-d138-4451-a911-a11055e735bc, #wrap-s-f23ac6b6-d138-4451-a911-a11055e735bc { display: none !important; }}







#s-f23ac6b6-d138-4451-a911-a11055e735bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f23ac6b6-d138-4451-a911-a11055e735bc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ca41f12-cc72-44bb-b726-09a90815a050 {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 10%;
padding-right: 10%;
}

#s-f1a0ac33-9eba-409e-a8f1-45fcf875a5b0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center 28%;
}
@media (max-width: 767px){#s-f1a0ac33-9eba-409e-a8f1-45fcf875a5b0 {
  display: none;
}
#s-f1a0ac33-9eba-409e-a8f1-45fcf875a5b0, #wrap-s-f1a0ac33-9eba-409e-a8f1-45fcf875a5b0 { display: none !important; }}







#s-f1a0ac33-9eba-409e-a8f1-45fcf875a5b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1a0ac33-9eba-409e-a8f1-45fcf875a5b0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-393f8532-0091-4401-9dcb-c4cde71b5b4d {
  background-repeat: repeat;
background-size: contain;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 650px;
background-position: center top;
}








#s-393f8532-0091-4401-9dcb-c4cde71b5b4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-393f8532-0091-4401-9dcb-c4cde71b5b4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2826ab6e-baba-46da-ba45-17c75950fb9d {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
max-width: 1300px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-2826ab6e-baba-46da-ba45-17c75950fb9d {
  
}
}
#s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022 {
  box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 1);
margin-bottom: 50px;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
background-color: rgba(94, 29, 110, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022:hover {background-color: rgba(125, 29, 147, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(94, 29, 110, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022-root {
    text-align: center;
  }


#s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022-root {
    text-align: center;
  }


#s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022-root {
    text-align: center;
  }


#s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022-root {
    text-align: center;
  }


#s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022-root {
    text-align: center;
  }


#s-bff2032e-d1f2-4d9d-a2cd-726b86b3d022.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-d6d43132-bc98-4575-b772-181b5742bd03 {
  background-color: rgba(15, 15, 15, 1);
}
@media (min-width: 1200px){#s-d6d43132-bc98-4575-b772-181b5742bd03 {
  display: none;
}
#s-d6d43132-bc98-4575-b772-181b5742bd03, #wrap-s-d6d43132-bc98-4575-b772-181b5742bd03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6d43132-bc98-4575-b772-181b5742bd03 {
  display: none;
}
#s-d6d43132-bc98-4575-b772-181b5742bd03, #wrap-s-d6d43132-bc98-4575-b772-181b5742bd03 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6d43132-bc98-4575-b772-181b5742bd03 {
  display: none;
}
#s-d6d43132-bc98-4575-b772-181b5742bd03, #wrap-s-d6d43132-bc98-4575-b772-181b5742bd03 { display: none !important; }}@media (max-width: 767px){#s-d6d43132-bc98-4575-b772-181b5742bd03 {
  
}
}
@media (min-width: 0px) {
[id="s-d6d43132-bc98-4575-b772-181b5742bd03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6d43132-bc98-4575-b772-181b5742bd03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6d43132-bc98-4575-b772-181b5742bd03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6d43132-bc98-4575-b772-181b5742bd03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-77491e53-5151-48e4-9e82-0defb41b54f0 {
  min-height: 500px;
}

#s-77491e53-5151-48e4-9e82-0defb41b54f0 {
  background-image: url();
}








#s-77491e53-5151-48e4-9e82-0defb41b54f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77491e53-5151-48e4-9e82-0defb41b54f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca9da577-5a3d-4c79-a669-73830b9b71cf {
  text-align: center;
}







  #s-ca9da577-5a3d-4c79-a669-73830b9b71cf img.shogun-image {
    

    
    
    
  }


#s-ca9da577-5a3d-4c79-a669-73830b9b71cf .shogun-image-content {
  
    align-items: center;
  
}

#s-d206c7eb-a18c-445b-a931-c7b315dc6400 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (min-width: 1200px){#s-d206c7eb-a18c-445b-a931-c7b315dc6400 {
  display: none;
}
#s-d206c7eb-a18c-445b-a931-c7b315dc6400, #wrap-s-d206c7eb-a18c-445b-a931-c7b315dc6400 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d206c7eb-a18c-445b-a931-c7b315dc6400 {
  display: none;
}
#s-d206c7eb-a18c-445b-a931-c7b315dc6400, #wrap-s-d206c7eb-a18c-445b-a931-c7b315dc6400 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d206c7eb-a18c-445b-a931-c7b315dc6400 {
  display: none;
}
#s-d206c7eb-a18c-445b-a931-c7b315dc6400, #wrap-s-d206c7eb-a18c-445b-a931-c7b315dc6400 { display: none !important; }}






  #s-d206c7eb-a18c-445b-a931-c7b315dc6400 img.shogun-image {
    

    
    
    
  }


#s-d206c7eb-a18c-445b-a931-c7b315dc6400 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a76fc7a-e413-4013-9ac5-d196e04e03e9 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-0a76fc7a-e413-4013-9ac5-d196e04e03e9 {
  display: none;
}
#s-0a76fc7a-e413-4013-9ac5-d196e04e03e9, #wrap-s-0a76fc7a-e413-4013-9ac5-d196e04e03e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a76fc7a-e413-4013-9ac5-d196e04e03e9 {
  display: none;
}
#s-0a76fc7a-e413-4013-9ac5-d196e04e03e9, #wrap-s-0a76fc7a-e413-4013-9ac5-d196e04e03e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a76fc7a-e413-4013-9ac5-d196e04e03e9 {
  display: none;
}
#s-0a76fc7a-e413-4013-9ac5-d196e04e03e9, #wrap-s-0a76fc7a-e413-4013-9ac5-d196e04e03e9 { display: none !important; }}






  #s-0a76fc7a-e413-4013-9ac5-d196e04e03e9 img.shogun-image {
    

    
    
    
  }


#s-0a76fc7a-e413-4013-9ac5-d196e04e03e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a863973-5e3b-4b55-8658-ffe667657a76 {
  min-height: 50px;
}








#s-2a863973-5e3b-4b55-8658-ffe667657a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a863973-5e3b-4b55-8658-ffe667657a76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca7add0c-df21-4e4e-a9d2-c14d0a898385 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59 {
  display: none;
}
#s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59, #wrap-s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59 {
  display: none;
}
#s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59, #wrap-s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59 { display: none !important; }}@media (max-width: 767px){#s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59 {
  display: none;
}
#s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59, #wrap-s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59 { display: none !important; }}







#s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c19ca26-c89c-4a2f-87c8-f59cdf3b3b59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ee52df2-c245-4965-ba11-d275edd47903 {
  min-height: 500px;
}








#s-1ee52df2-c245-4965-ba11-d275edd47903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ee52df2-c245-4965-ba11-d275edd47903.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 {
  text-align: center;
}
@media (min-width: 1200px){#s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 {
  display: none;
}
#s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506, #wrap-s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 {
  display: none;
}
#s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506, #wrap-s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 {
  display: none;
}
#s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506, #wrap-s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 { display: none !important; }}@media (max-width: 767px){#s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 {
  
}
}






  #s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 img.shogun-image {
    

    
    
    
  }


#s-d0e0b3ca-16bc-4c92-a72b-6bc382b5c506 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image,
  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
    width: 100%;
    height: auto;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
    
    
  }


.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shogun-image-content {
  
    align-items: center;
  
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
      position: relative;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image,
  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
    width: 100%;
    height: auto;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
    
    
  }


.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shogun-image-content {
  
    align-items: center;
  
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
      position: relative;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image,
  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
    width: 100%;
    height: auto;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
    
    
  }


.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shogun-image-content {
  
    align-items: center;
  
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
      position: relative;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image,
  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
    width: 100%;
    height: auto;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
    
    
  }


.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shogun-image-content {
  
    align-items: center;
  
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
      position: relative;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image,
  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
    width: 100%;
    height: auto;
  }

  #s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
    
    
  }


.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd .shogun-image-content {
  
    align-items: center;
  
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container {
      position: relative;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3810b7f-ec83-49f4-b8b9-3f9e43ea88cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b336f808-6887-4e1a-8e7a-f13401fec15e {
  margin-top: 150px;
margin-bottom: 150px;
min-height: 50px;
}








#s-b336f808-6887-4e1a-8e7a-f13401fec15e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b336f808-6887-4e1a-8e7a-f13401fec15e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77c1c9d4-5b87-489f-b4d5-76ead4b8575e {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-7ff45bf4-f805-4f7e-837d-2132c9c085db {
  background-image: url(https://i.shgcdn.com/8a168a3a-e523-495e-9dd5-deea53c90210/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7ff45bf4-f805-4f7e-837d-2132c9c085db {
  display: none;
}
#s-7ff45bf4-f805-4f7e-837d-2132c9c085db, #wrap-s-7ff45bf4-f805-4f7e-837d-2132c9c085db { display: none !important; }}@media (max-width: 767px){#s-7ff45bf4-f805-4f7e-837d-2132c9c085db {
  background-image: url(https://i.shgcdn.com/639a277a-bb73-4775-a89c-ecdfaf128557/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(177, 177, 177, 0);
background-position: center center;
}
}
@media (min-width: 0px) {
[id="s-7ff45bf4-f805-4f7e-837d-2132c9c085db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ff45bf4-f805-4f7e-837d-2132c9c085db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ff45bf4-f805-4f7e-837d-2132c9c085db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ff45bf4-f805-4f7e-837d-2132c9c085db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7ff45bf4-f805-4f7e-837d-2132c9c085db"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d03ad7b7-f000-4303-8e39-9ab264facb7b {
  min-height: 50px;
}








#s-d03ad7b7-f000-4303-8e39-9ab264facb7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d03ad7b7-f000-4303-8e39-9ab264facb7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fde9250-2b8e-49d0-bb5b-939cec01282c {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-2a57266c-effe-4922-9fb5-730d4b0eaedb {
  min-height: 650px;
}








#s-2a57266c-effe-4922-9fb5-730d4b0eaedb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a57266c-effe-4922-9fb5-730d4b0eaedb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77eb0ac5-be8c-4bf8-ba73-939f089f3cf9 {
  min-height: 500px;
}








#s-77eb0ac5-be8c-4bf8-ba73-939f089f3cf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77eb0ac5-be8c-4bf8-ba73-939f089f3cf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dfb0dfc-c564-47e5-85a4-26479d51649f {
  text-align: center;
}
@media (min-width: 1200px){#s-9dfb0dfc-c564-47e5-85a4-26479d51649f {
  display: none;
}
#s-9dfb0dfc-c564-47e5-85a4-26479d51649f, #wrap-s-9dfb0dfc-c564-47e5-85a4-26479d51649f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dfb0dfc-c564-47e5-85a4-26479d51649f {
  display: none;
}
#s-9dfb0dfc-c564-47e5-85a4-26479d51649f, #wrap-s-9dfb0dfc-c564-47e5-85a4-26479d51649f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9dfb0dfc-c564-47e5-85a4-26479d51649f {
  display: none;
}
#s-9dfb0dfc-c564-47e5-85a4-26479d51649f, #wrap-s-9dfb0dfc-c564-47e5-85a4-26479d51649f { display: none !important; }}@media (max-width: 767px){#s-9dfb0dfc-c564-47e5-85a4-26479d51649f {
  
}
}






  #s-9dfb0dfc-c564-47e5-85a4-26479d51649f img.shogun-image {
    

    
    
    
  }


#s-9dfb0dfc-c564-47e5-85a4-26479d51649f .shogun-image-content {
  
    align-items: center;
  
}

#s-9d4f0c0f-23cd-4210-add0-d9ad969abf2f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 650px;
background-position: left center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d4f0c0f-23cd-4210-add0-d9ad969abf2f {
  display: none;
}
#s-9d4f0c0f-23cd-4210-add0-d9ad969abf2f, #wrap-s-9d4f0c0f-23cd-4210-add0-d9ad969abf2f { display: none !important; }}@media (max-width: 767px){#s-9d4f0c0f-23cd-4210-add0-d9ad969abf2f {
  display: none;
}
#s-9d4f0c0f-23cd-4210-add0-d9ad969abf2f, #wrap-s-9d4f0c0f-23cd-4210-add0-d9ad969abf2f { display: none !important; }}







#s-9d4f0c0f-23cd-4210-add0-d9ad969abf2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d4f0c0f-23cd-4210-add0-d9ad969abf2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e58cff8-58b1-454b-a5fe-7449044fa8e0 {
  min-height: 100%;
}

#s-4e58cff8-58b1-454b-a5fe-7449044fa8e0 {
  background-image: url();
}








#s-4e58cff8-58b1-454b-a5fe-7449044fa8e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e58cff8-58b1-454b-a5fe-7449044fa8e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bd914db-ff8d-4f04-82f3-b4c59c653f24 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-5b02865e-304d-4ddc-81d5-4666f4b09caa {
  background-repeat: no-repeat;
background-size: contain;
min-height: 650px;
background-position: left center;
}








#s-5b02865e-304d-4ddc-81d5-4666f4b09caa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b02865e-304d-4ddc-81d5-4666f4b09caa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bca5d878-cdd4-4ef6-a12e-b51c1336c12d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 650px;
background-position: left center;
}








#s-bca5d878-cdd4-4ef6-a12e-b51c1336c12d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bca5d878-cdd4-4ef6-a12e-b51c1336c12d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6c5097f-be53-4e47-b839-d22a24c64583 {
  min-height: 650px;
}
@media (min-width: 1200px){#s-b6c5097f-be53-4e47-b839-d22a24c64583 {
  display: none;
}
#s-b6c5097f-be53-4e47-b839-d22a24c64583, #wrap-s-b6c5097f-be53-4e47-b839-d22a24c64583 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6c5097f-be53-4e47-b839-d22a24c64583 {
  display: none;
}
#s-b6c5097f-be53-4e47-b839-d22a24c64583, #wrap-s-b6c5097f-be53-4e47-b839-d22a24c64583 { display: none !important; }}







#s-b6c5097f-be53-4e47-b839-d22a24c64583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6c5097f-be53-4e47-b839-d22a24c64583.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfaafe3b-1b57-47bd-86ed-4b9f82715a2b {
  min-height: 50px;
}








#s-bfaafe3b-1b57-47bd-86ed-4b9f82715a2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfaafe3b-1b57-47bd-86ed-4b9f82715a2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31bc8273-b73f-4922-9944-0115b3cb6448 {
  text-align: center;
}







  #s-31bc8273-b73f-4922-9944-0115b3cb6448 img.shogun-image {
    

    
    
    
  }


#s-31bc8273-b73f-4922-9944-0115b3cb6448 .shogun-image-content {
  
    align-items: center;
  
}

#s-145a3c7e-ff28-4743-9215-aeeb37e617fd {
  text-align: center;
}







  #s-145a3c7e-ff28-4743-9215-aeeb37e617fd img.shogun-image {
    

    
    
    
  }


#s-145a3c7e-ff28-4743-9215-aeeb37e617fd .shogun-image-content {
  
    align-items: center;
  
}

#s-f38e39bc-b127-4950-97d9-131b4a16b604 {
  text-align: center;
}







  #s-f38e39bc-b127-4950-97d9-131b4a16b604 img.shogun-image {
    

    
    
    
  }


#s-f38e39bc-b127-4950-97d9-131b4a16b604 .shogun-image-content {
  
    align-items: center;
  
}

#s-468bf13c-6189-41ca-90d3-096c94aed9da {
  min-height: 100%;
}

#s-468bf13c-6189-41ca-90d3-096c94aed9da {
  background-image: url();
}








#s-468bf13c-6189-41ca-90d3-096c94aed9da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-468bf13c-6189-41ca-90d3-096c94aed9da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc8efffa-e603-40da-bc0e-b184330e5038 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-61049589-5352-449e-b7ad-022445d6625a {
  padding-top: 10px;
padding-bottom: 30px;
min-height: 300px;
background-color: rgba(27, 27, 27, 1);
}








#s-61049589-5352-449e-b7ad-022445d6625a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61049589-5352-449e-b7ad-022445d6625a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b43e9e7e-6add-4510-99d9-6b0097396ea8 {
  text-align: left;
}

#s-c34b8b0b-28e9-43bf-8516-4ad2793a6b0a {
  margin-bottom: 20px;
padding-left: 10%;
padding-right: 10%;
}

#s-6bc38fae-3c3e-4b8c-aad2-ddcee635a131 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-6bc38fae-3c3e-4b8c-aad2-ddcee635a131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bc38fae-3c3e-4b8c-aad2-ddcee635a131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-2e61b580-df07-4245-8809-ba1da9380682 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

#s-2e61b580-df07-4245-8809-ba1da9380682 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-2e61b580-df07-4245-8809-ba1da9380682 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2e61b580-df07-4245-8809-ba1da9380682 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-2e61b580-df07-4245-8809-ba1da9380682 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 1px;
}

#s-2e61b580-df07-4245-8809-ba1da9380682 td.shogun-table-column, #s-2e61b580-df07-4245-8809-ba1da9380682 td.shogun-table-row {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-4d24669c-af9e-498a-9e7f-965ad454c1f9 {
  min-height: 500px;
background-color: rgba(255, 255, 255, 1);
}








#s-4d24669c-af9e-498a-9e7f-965ad454c1f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d24669c-af9e-498a-9e7f-965ad454c1f9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aed78a92-f0a7-4294-ae5e-1b97c56052f6 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
}

#s-a4ee6e80-3c25-41d1-a354-300b6a9c97c9 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-a4ee6e80-3c25-41d1-a354-300b6a9c97c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a4ee6e80-3c25-41d1-a354-300b6a9c97c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a4ee6e80-3c25-41d1-a354-300b6a9c97c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a4ee6e80-3c25-41d1-a354-300b6a9c97c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-308f7f7c-e823-4978-b378-912211a6e055 {
  padding-bottom: 30px;
min-height: 50px;
}








#s-308f7f7c-e823-4978-b378-912211a6e055 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-308f7f7c-e823-4978-b378-912211a6e055.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9f1303f9-2ce1-4584-ba4a-0ab10129d1e4 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-9f1303f9-2ce1-4584-ba4a-0ab10129d1e4 img.shogun-image {
    

    
    
    
  }


#s-9f1303f9-2ce1-4584-ba4a-0ab10129d1e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-008c6412-2831-4fee-b2fd-aa89893904c7 {
  margin-top: 20px;
}

#s-fcf28cd9-27d2-4d97-8a3e-4e650e2bae06 {
  padding-bottom: 30px;
min-height: 50px;
}








#s-fcf28cd9-27d2-4d97-8a3e-4e650e2bae06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcf28cd9-27d2-4d97-8a3e-4e650e2bae06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd7adc00-589c-4ae8-b53a-8f0076722147 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-fd7adc00-589c-4ae8-b53a-8f0076722147 img.shogun-image {
    

    
    
    
  }


#s-fd7adc00-589c-4ae8-b53a-8f0076722147 .shogun-image-content {
  
    align-items: center;
  
}

#s-06684a67-7346-42bb-873f-1d3377724e6b {
  margin-top: 20px;
}

#s-de245b9a-588d-4168-9dc6-3c3c727797a7 {
  padding-bottom: 30px;
min-height: 50px;
}








#s-de245b9a-588d-4168-9dc6-3c3c727797a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de245b9a-588d-4168-9dc6-3c3c727797a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-91848478-8aa0-4e5d-9da2-79ee944f4099 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-91848478-8aa0-4e5d-9da2-79ee944f4099 img.shogun-image {
    

    
    
    
  }


#s-91848478-8aa0-4e5d-9da2-79ee944f4099 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2124eb2-dc37-40ee-95a2-03b4d5dcfbab {
  margin-top: 20px;
}

#s-0c902d30-7b77-4e86-91d2-7266832345ee {
  padding-bottom: 30px;
min-height: 50px;
}








#s-0c902d30-7b77-4e86-91d2-7266832345ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c902d30-7b77-4e86-91d2-7266832345ee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5aa64543-b691-43cb-9abc-96af3adfb81b {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-5aa64543-b691-43cb-9abc-96af3adfb81b img.shogun-image {
    

    
    
    
  }


#s-5aa64543-b691-43cb-9abc-96af3adfb81b .shogun-image-content {
  
    align-items: center;
  
}

#s-16f137b2-4aef-46b5-9e65-a5b020597ae8 {
  margin-top: 20px;
}

#s-330634ff-0fc7-4e66-8fc7-9d162b052893 {
  padding-bottom: 30px;
min-height: 50px;
}








#s-330634ff-0fc7-4e66-8fc7-9d162b052893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-330634ff-0fc7-4e66-8fc7-9d162b052893.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7005098-cfc6-4829-b572-723174f12745 {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-a7005098-cfc6-4829-b572-723174f12745 img.shogun-image {
    

    
    
    
  }


#s-a7005098-cfc6-4829-b572-723174f12745 .shogun-image-content {
  
    align-items: center;
  
}

#s-e477a01e-e3cf-4bae-9a5f-e8081e173c86 {
  margin-top: 20px;
}

#s-a63a680a-9ea5-42f0-a855-ea6d30d40479 {
  padding-bottom: 30px;
min-height: 50px;
}








#s-a63a680a-9ea5-42f0-a855-ea6d30d40479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a63a680a-9ea5-42f0-a855-ea6d30d40479.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2adfdbcf-a876-4ebc-9a39-730237936a4d {
  margin-left: auto;
margin-right: auto;
max-width: 40%;
text-align: center;
}







  #s-2adfdbcf-a876-4ebc-9a39-730237936a4d img.shogun-image {
    

    
    
    
  }


#s-2adfdbcf-a876-4ebc-9a39-730237936a4d .shogun-image-content {
  
    align-items: center;
  
}

#s-1b96a190-90f6-4323-8f7f-b5a76acf1b7e {
  margin-top: 20px;
}

#s-548e4472-0053-4d2e-8391-efc6788a2d1e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

#s-a27cb560-63e1-4082-a416-d82be087118d {
  min-height: 350px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a27cb560-63e1-4082-a416-d82be087118d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a27cb560-63e1-4082-a416-d82be087118d {
  display: none;
}
#s-a27cb560-63e1-4082-a416-d82be087118d, #wrap-s-a27cb560-63e1-4082-a416-d82be087118d { display: none !important; }}
@media (min-width: 0px) {
[id="s-a27cb560-63e1-4082-a416-d82be087118d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a27cb560-63e1-4082-a416-d82be087118d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a27cb560-63e1-4082-a416-d82be087118d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a27cb560-63e1-4082-a416-d82be087118d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-12de80e8-e73d-4ea9-8e32-4f3549c3b9e6 {
  min-height: 50px;
}








#s-12de80e8-e73d-4ea9-8e32-4f3549c3b9e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12de80e8-e73d-4ea9-8e32-4f3549c3b9e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9261c5a-7566-4e10-8766-a721869b9d38 {
  text-align: center;
}







  #s-e9261c5a-7566-4e10-8766-a721869b9d38 img.shogun-image {
    

    
    
    
  }


#s-e9261c5a-7566-4e10-8766-a721869b9d38 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbeb8dd1-ed48-4141-9999-a98d896fe9af {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-dbeb8dd1-ed48-4141-9999-a98d896fe9af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbeb8dd1-ed48-4141-9999-a98d896fe9af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adc54120-468e-48b7-9bb2-189c34242ff6 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-a7db98e7-fab9-445e-a846-ed091f5b5845"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7db98e7-fab9-445e-a846-ed091f5b5845"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7db98e7-fab9-445e-a846-ed091f5b5845"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7db98e7-fab9-445e-a846-ed091f5b5845"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-99dcf26a-b526-4d49-905e-ffe234af7dbf {
  margin-left: 0px;
min-height: 50px;
}








#s-99dcf26a-b526-4d49-905e-ffe234af7dbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99dcf26a-b526-4d49-905e-ffe234af7dbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efcd7983-f868-45a4-b996-f383977f14a6 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
}

#s-efcd7983-f868-45a4-b996-f383977f14a6 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-efcd7983-f868-45a4-b996-f383977f14a6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-efcd7983-f868-45a4-b996-f383977f14a6 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-efcd7983-f868-45a4-b996-f383977f14a6 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
}

#s-efcd7983-f868-45a4-b996-f383977f14a6 td.shogun-table-column, #s-efcd7983-f868-45a4-b996-f383977f14a6 td.shogun-table-row {
  border: 0px solid rgba(213, 214, 215, 0);
}

#s-29a22721-9e74-43aa-beaf-6356676439d5 {
  background-color: rgba(255, 255, 255, 0);
}

#s-93b02adf-d865-41c2-aa53-1c2d785dd38b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-93b02adf-d865-41c2-aa53-1c2d785dd38b {
  display: none;
}
#s-93b02adf-d865-41c2-aa53-1c2d785dd38b, #wrap-s-93b02adf-d865-41c2-aa53-1c2d785dd38b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93b02adf-d865-41c2-aa53-1c2d785dd38b {
  display: none;
}
#s-93b02adf-d865-41c2-aa53-1c2d785dd38b, #wrap-s-93b02adf-d865-41c2-aa53-1c2d785dd38b { display: none !important; }}@media (max-width: 767px){#s-93b02adf-d865-41c2-aa53-1c2d785dd38b {
  display: none;
}
#s-93b02adf-d865-41c2-aa53-1c2d785dd38b, #wrap-s-93b02adf-d865-41c2-aa53-1c2d785dd38b { display: none !important; }}







#s-93b02adf-d865-41c2-aa53-1c2d785dd38b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93b02adf-d865-41c2-aa53-1c2d785dd38b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c9fee8f-2654-4744-b7b8-176e2e7a0469 {
  min-height: 50px;
}








#s-2c9fee8f-2654-4744-b7b8-176e2e7a0469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c9fee8f-2654-4744-b7b8-176e2e7a0469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5baef013-3074-4644-8dd1-0a0d9f3008a3 {
  text-align: center;
}







  #s-5baef013-3074-4644-8dd1-0a0d9f3008a3 img.shogun-image {
    

    
    
    
  }


#s-5baef013-3074-4644-8dd1-0a0d9f3008a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3933e25d-7bb4-4ce2-b2ce-86c1964997d5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-3933e25d-7bb4-4ce2-b2ce-86c1964997d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3933e25d-7bb4-4ce2-b2ce-86c1964997d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd369bd8-c64c-45b2-80f0-81ea167dbce9 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-5b9977af-17f3-4296-9ef8-3d2f3f293f76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b9977af-17f3-4296-9ef8-3d2f3f293f76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5b9977af-17f3-4296-9ef8-3d2f3f293f76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b9977af-17f3-4296-9ef8-3d2f3f293f76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4cc0d3e3-d0f6-4a74-9e83-bc93da6a2948 {
  margin-left: 0px;
min-height: 50px;
}








#s-4cc0d3e3-d0f6-4a74-9e83-bc93da6a2948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cc0d3e3-d0f6-4a74-9e83-bc93da6a2948.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fa141bf-129c-4c02-b08b-eff8fbe63794 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
}

#s-3fa141bf-129c-4c02-b08b-eff8fbe63794 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-3fa141bf-129c-4c02-b08b-eff8fbe63794 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3fa141bf-129c-4c02-b08b-eff8fbe63794 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3fa141bf-129c-4c02-b08b-eff8fbe63794 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
}

#s-3fa141bf-129c-4c02-b08b-eff8fbe63794 td.shogun-table-column, #s-3fa141bf-129c-4c02-b08b-eff8fbe63794 td.shogun-table-row {
  border: 0px solid rgba(213, 214, 215, 0);
}

#s-c1f3c8be-4af5-4039-9df6-a2e53eb8b668 {
  background-color: rgba(255, 255, 255, 0);
}

#s-1a855e18-b1a8-4aec-9035-8a66efdedf9a {
  text-align: left;
}

#s-b14b06f4-8d09-4dd6-b63a-f6f33e016c41 {
  min-height: 50px;
background-color: rgba(32, 32, 32, 1);
}








#s-b14b06f4-8d09-4dd6-b63a-f6f33e016c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b14b06f4-8d09-4dd6-b63a-f6f33e016c41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-51d540b5-0fe4-442c-acf6-66f1d9b4bf41 {
  margin-top: 0%;
margin-bottom: 0%;
padding-left: 20%;
padding-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-51d540b5-0fe4-442c-acf6-66f1d9b4bf41 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-51d540b5-0fe4-442c-acf6-66f1d9b4bf41 {
  padding-left: 5%;
padding-right: 5%;
}
}
#s-51d540b5-0fe4-442c-acf6-66f1d9b4bf41 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(202, 141, 39, 1);
}

#s-51d540b5-0fe4-442c-acf6-66f1d9b4bf41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(32, 32, 32, 1);
  padding: 30px;
}

#s-51d540b5-0fe4-442c-acf6-66f1d9b4bf41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(202, 141, 39, 1);
}

#s-51d540b5-0fe4-442c-acf6-66f1d9b4bf41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(247, 247, 247, 1);
  border-top: 1px solid rgba(202, 141, 39, 1);
}

#s-51d540b5-0fe4-442c-acf6-66f1d9b4bf41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(202, 141, 39, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-51d540b5-0fe4-442c-acf6-66f1d9b4bf41 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-855fe11d-7f9d-417a-9bde-4dc1e44b8aa2 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 11px;
padding-bottom: 30px;
padding-right: 11px;
max-width: 1200px;
}

#s-f9736ca2-cf8f-43d7-a50c-a1cb8b84f0fd {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f9736ca2-cf8f-43d7-a50c-a1cb8b84f0fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9736ca2-cf8f-43d7-a50c-a1cb8b84f0fd {
  cursor: pointer;
}#s-f9736ca2-cf8f-43d7-a50c-a1cb8b84f0fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8af25e73-68d3-4832-8458-a0bdc01b9bfd {
  text-align: center;
}







  img.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
    
    
  }


.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
    
    
  }


.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
    
    
  }


.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
    
    
  }


.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
    
    
  }


.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd .shogun-image-content {
  
    align-items: center;
  
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af25e73-68d3-4832-8458-a0bdc01b9bfd.shogun-image {
  box-sizing: border-box;
}



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