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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-fbe88c26-6515-4f4b-a91f-10c825220d54 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fbe88c26-6515-4f4b-a91f-10c825220d54 .shg-sld-dot {
  background-color: rgba(224, 156, 164, 1);
}

#s-fbe88c26-6515-4f4b-a91f-10c825220d54 .shg-sld-nav-button.shg-sld-left,
#s-fbe88c26-6515-4f4b-a91f-10c825220d54 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(224, 156, 164, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-defe6d45-889e-40cf-a9c4-d61b40d543ae {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 0.8;
background-color: rgba(0, 0, 0, 1);
}
#s-defe6d45-889e-40cf-a9c4-d61b40d543ae:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}@media (min-width: 768px) and (max-width: 991px){#s-defe6d45-889e-40cf-a9c4-d61b40d543ae {
  display: none;
}
#s-defe6d45-889e-40cf-a9c4-d61b40d543ae, #wrap-s-defe6d45-889e-40cf-a9c4-d61b40d543ae { display: none !important; }}@media (max-width: 767px){#s-defe6d45-889e-40cf-a9c4-d61b40d543ae {
  display: none;
}
#s-defe6d45-889e-40cf-a9c4-d61b40d543ae, #wrap-s-defe6d45-889e-40cf-a9c4-d61b40d543ae { display: none !important; }}






  #s-defe6d45-889e-40cf-a9c4-d61b40d543ae img.shogun-image {
    

    
    
    
  }


#s-defe6d45-889e-40cf-a9c4-d61b40d543ae .shogun-image-content {
  
    align-items: flex-end;
  
}

.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-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1 {
  display: none;
}
#s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1, #wrap-s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1 {
  display: none;
}
#s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1, #wrap-s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5c0fe9df-82ce-4475-b7e3-bcd8c57922c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

.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-0a201baf-91bf-498a-945f-2c3f3b6708af {
  border-style: solid;
margin-top: 1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.01);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
color: rgba(224, 156, 164, 1);
}
#s-0a201baf-91bf-498a-945f-2c3f3b6708af:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(111, 153, 250, 0.02) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-0a201baf-91bf-498a-945f-2c3f3b6708af:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(214, 226, 255, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-0a201baf-91bf-498a-945f-2c3f3b6708af-root {
    text-align: right;
  }


#s-0a201baf-91bf-498a-945f-2c3f3b6708af.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a201baf-91bf-498a-945f-2c3f3b6708af-root {
    text-align: right;
  }


#s-0a201baf-91bf-498a-945f-2c3f3b6708af.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a201baf-91bf-498a-945f-2c3f3b6708af-root {
    text-align: right;
  }


#s-0a201baf-91bf-498a-945f-2c3f3b6708af.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a201baf-91bf-498a-945f-2c3f3b6708af-root {
    text-align: right;
  }


#s-0a201baf-91bf-498a-945f-2c3f3b6708af.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a201baf-91bf-498a-945f-2c3f3b6708af-root {
    text-align: right;
  }


#s-0a201baf-91bf-498a-945f-2c3f3b6708af.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-0a201baf-91bf-498a-945f-2c3f3b6708af-root {
    text-align: right;
  }


#s-0a201baf-91bf-498a-945f-2c3f3b6708af.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-04307f6a-4921-4a93-b89b-55892a43d01c {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-04307f6a-4921-4a93-b89b-55892a43d01c {
  display: none;
}
#s-04307f6a-4921-4a93-b89b-55892a43d01c, #wrap-s-04307f6a-4921-4a93-b89b-55892a43d01c { display: none !important; }}@media (max-width: 767px){#s-04307f6a-4921-4a93-b89b-55892a43d01c {
  display: none;
}
#s-04307f6a-4921-4a93-b89b-55892a43d01c, #wrap-s-04307f6a-4921-4a93-b89b-55892a43d01c { display: none !important; }}
@media (min-width: 0px) {
[id="s-04307f6a-4921-4a93-b89b-55892a43d01c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-04307f6a-4921-4a93-b89b-55892a43d01c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-04307f6a-4921-4a93-b89b-55892a43d01c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-04307f6a-4921-4a93-b89b-55892a43d01c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-04307f6a-4921-4a93-b89b-55892a43d01c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-04307f6a-4921-4a93-b89b-55892a43d01c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-04307f6a-4921-4a93-b89b-55892a43d01c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-18de91fc-6bbb-421e-a116-24a44def8fb9 {
  margin-left: 0%;
margin-right: 0%;
}

#s-9c1452cf-52b9-4080-a390-9e467346bf35 {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-9c1452cf-52b9-4080-a390-9e467346bf35:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c1452cf-52b9-4080-a390-9e467346bf35:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9c1452cf-52b9-4080-a390-9e467346bf35-root {
    text-align: right;
  }


#s-9c1452cf-52b9-4080-a390-9e467346bf35.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c1452cf-52b9-4080-a390-9e467346bf35-root {
    text-align: right;
  }


#s-9c1452cf-52b9-4080-a390-9e467346bf35.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c1452cf-52b9-4080-a390-9e467346bf35-root {
    text-align: right;
  }


#s-9c1452cf-52b9-4080-a390-9e467346bf35.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c1452cf-52b9-4080-a390-9e467346bf35-root {
    text-align: right;
  }


#s-9c1452cf-52b9-4080-a390-9e467346bf35.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c1452cf-52b9-4080-a390-9e467346bf35-root {
    text-align: right;
  }


#s-9c1452cf-52b9-4080-a390-9e467346bf35.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-9c1452cf-52b9-4080-a390-9e467346bf35-root {
    text-align: right;
  }


#s-9c1452cf-52b9-4080-a390-9e467346bf35.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-color: rgba(255, 255, 255, 1);
max-width: 1920px;
aspect-ratio: 1920/925;
text-align: center;
opacity: 0.8;
background-color: rgba(0, 0, 0, 1);
}
#s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}@media (min-width: 768px) and (max-width: 991px){#s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef {
  display: none;
}
#s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef, #wrap-s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef { display: none !important; }}@media (max-width: 767px){#s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef {
  display: none;
}
#s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef, #wrap-s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef { display: none !important; }}




  #s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef img.shogun-image,
  #s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef {
    width: 100%;
    height: auto;
  }



  #s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef img.shogun-image {
    

    
    
    
  }


#s-a57bd0a8-aa98-47fd-bf80-8e67322cf2ef .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-af19f2c4-8864-4328-b72b-f248f1adde16 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-af19f2c4-8864-4328-b72b-f248f1adde16 {
  display: none;
}
#s-af19f2c4-8864-4328-b72b-f248f1adde16, #wrap-s-af19f2c4-8864-4328-b72b-f248f1adde16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af19f2c4-8864-4328-b72b-f248f1adde16 {
  display: none;
}
#s-af19f2c4-8864-4328-b72b-f248f1adde16, #wrap-s-af19f2c4-8864-4328-b72b-f248f1adde16 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af19f2c4-8864-4328-b72b-f248f1adde16 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-af19f2c4-8864-4328-b72b-f248f1adde16 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-af19f2c4-8864-4328-b72b-f248f1adde16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af19f2c4-8864-4328-b72b-f248f1adde16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af19f2c4-8864-4328-b72b-f248f1adde16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af19f2c4-8864-4328-b72b-f248f1adde16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af19f2c4-8864-4328-b72b-f248f1adde16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af19f2c4-8864-4328-b72b-f248f1adde16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af19f2c4-8864-4328-b72b-f248f1adde16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ed490f0f-4c8c-412f-93cc-93cd17bf2297 {
  border-style: solid;
margin-top: 1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.01);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
color: rgba(224, 156, 164, 1);
}
#s-ed490f0f-4c8c-412f-93cc-93cd17bf2297:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(111, 153, 250, 0.02) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-ed490f0f-4c8c-412f-93cc-93cd17bf2297:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(214, 226, 255, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-ed490f0f-4c8c-412f-93cc-93cd17bf2297-root {
    text-align: right;
  }


#s-ed490f0f-4c8c-412f-93cc-93cd17bf2297.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed490f0f-4c8c-412f-93cc-93cd17bf2297-root {
    text-align: right;
  }


#s-ed490f0f-4c8c-412f-93cc-93cd17bf2297.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed490f0f-4c8c-412f-93cc-93cd17bf2297-root {
    text-align: right;
  }


#s-ed490f0f-4c8c-412f-93cc-93cd17bf2297.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed490f0f-4c8c-412f-93cc-93cd17bf2297-root {
    text-align: right;
  }


#s-ed490f0f-4c8c-412f-93cc-93cd17bf2297.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed490f0f-4c8c-412f-93cc-93cd17bf2297-root {
    text-align: right;
  }


#s-ed490f0f-4c8c-412f-93cc-93cd17bf2297.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-ed490f0f-4c8c-412f-93cc-93cd17bf2297-root {
    text-align: right;
  }


#s-ed490f0f-4c8c-412f-93cc-93cd17bf2297.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc {
  display: none;
}
#s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc, #wrap-s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc { display: none !important; }}@media (max-width: 767px){#s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc {
  display: none;
}
#s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc, #wrap-s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc { display: none !important; }}
@media (min-width: 0px) {
[id="s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06fe4c76-b3eb-4b47-a7f9-29074a3923dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-10fab158-8daf-4b1a-8837-ca5a7b4e6d79 {
  margin-left: 0%;
margin-right: 0%;
}

#s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958 {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958-root {
    text-align: right;
  }


#s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958-root {
    text-align: right;
  }


#s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958-root {
    text-align: right;
  }


#s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958-root {
    text-align: right;
  }


#s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958-root {
    text-align: right;
  }


#s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958-root {
    text-align: right;
  }


#s-70d1b71e-b3f7-4e1f-bfc9-8ac9503ae958.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-a31b4ea6-c916-4acc-8b58-37b52fe1bad9 {
  text-align: center;
}
@media (min-width: 1200px){#s-a31b4ea6-c916-4acc-8b58-37b52fe1bad9 {
  display: none;
}
#s-a31b4ea6-c916-4acc-8b58-37b52fe1bad9, #wrap-s-a31b4ea6-c916-4acc-8b58-37b52fe1bad9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a31b4ea6-c916-4acc-8b58-37b52fe1bad9 {
  display: none;
}
#s-a31b4ea6-c916-4acc-8b58-37b52fe1bad9, #wrap-s-a31b4ea6-c916-4acc-8b58-37b52fe1bad9 { display: none !important; }}






  #s-a31b4ea6-c916-4acc-8b58-37b52fe1bad9 img.shogun-image {
    

    
    
    
  }


#s-a31b4ea6-c916-4acc-8b58-37b52fe1bad9 .shogun-image-content {
  
    align-items: flex-end;
  
}

.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-3b0e22f0-8d6f-4169-8641-64eb95a4beed {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b0e22f0-8d6f-4169-8641-64eb95a4beed {
  display: none;
}
#s-3b0e22f0-8d6f-4169-8641-64eb95a4beed, #wrap-s-3b0e22f0-8d6f-4169-8641-64eb95a4beed { display: none !important; }}







#s-3b0e22f0-8d6f-4169-8641-64eb95a4beed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b0e22f0-8d6f-4169-8641-64eb95a4beed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-014c8094-cc28-43e1-b0df-602f2b316b66 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-23b448bc-52ae-4acf-83a0-94616f9fc44f {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-23b448bc-52ae-4acf-83a0-94616f9fc44f:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-23b448bc-52ae-4acf-83a0-94616f9fc44f:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-23b448bc-52ae-4acf-83a0-94616f9fc44f-root {
    text-align: right;
  }


#s-23b448bc-52ae-4acf-83a0-94616f9fc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23b448bc-52ae-4acf-83a0-94616f9fc44f-root {
    text-align: right;
  }


#s-23b448bc-52ae-4acf-83a0-94616f9fc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23b448bc-52ae-4acf-83a0-94616f9fc44f-root {
    text-align: right;
  }


#s-23b448bc-52ae-4acf-83a0-94616f9fc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23b448bc-52ae-4acf-83a0-94616f9fc44f-root {
    text-align: right;
  }


#s-23b448bc-52ae-4acf-83a0-94616f9fc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23b448bc-52ae-4acf-83a0-94616f9fc44f-root {
    text-align: right;
  }


#s-23b448bc-52ae-4acf-83a0-94616f9fc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-23b448bc-52ae-4acf-83a0-94616f9fc44f-root {
    text-align: right;
  }


#s-23b448bc-52ae-4acf-83a0-94616f9fc44f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-713e841c-de7e-47f5-bf0e-68175c5337a5 {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-713e841c-de7e-47f5-bf0e-68175c5337a5 {
  display: none;
}
#s-713e841c-de7e-47f5-bf0e-68175c5337a5, #wrap-s-713e841c-de7e-47f5-bf0e-68175c5337a5 { display: none !important; }}







#s-713e841c-de7e-47f5-bf0e-68175c5337a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-713e841c-de7e-47f5-bf0e-68175c5337a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dea13ed8-12bf-45a5-a6dc-9a92ba083fdf {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-54bcfd99-a426-4d41-ab07-7745c4412eed {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-54bcfd99-a426-4d41-ab07-7745c4412eed:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-54bcfd99-a426-4d41-ab07-7745c4412eed:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-54bcfd99-a426-4d41-ab07-7745c4412eed-root {
    text-align: right;
  }


#s-54bcfd99-a426-4d41-ab07-7745c4412eed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54bcfd99-a426-4d41-ab07-7745c4412eed-root {
    text-align: right;
  }


#s-54bcfd99-a426-4d41-ab07-7745c4412eed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54bcfd99-a426-4d41-ab07-7745c4412eed-root {
    text-align: right;
  }


#s-54bcfd99-a426-4d41-ab07-7745c4412eed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54bcfd99-a426-4d41-ab07-7745c4412eed-root {
    text-align: right;
  }


#s-54bcfd99-a426-4d41-ab07-7745c4412eed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54bcfd99-a426-4d41-ab07-7745c4412eed-root {
    text-align: right;
  }


#s-54bcfd99-a426-4d41-ab07-7745c4412eed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-54bcfd99-a426-4d41-ab07-7745c4412eed-root {
    text-align: right;
  }


#s-54bcfd99-a426-4d41-ab07-7745c4412eed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-0728e29c-e43a-4028-8351-4bafe64d8ffc {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.8;
background-color: rgba(0, 0, 0, 1);
}
#s-0728e29c-e43a-4028-8351-4bafe64d8ffc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}@media (min-width: 1200px){#s-0728e29c-e43a-4028-8351-4bafe64d8ffc {
  display: none;
}
#s-0728e29c-e43a-4028-8351-4bafe64d8ffc, #wrap-s-0728e29c-e43a-4028-8351-4bafe64d8ffc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0728e29c-e43a-4028-8351-4bafe64d8ffc {
  display: none;
}
#s-0728e29c-e43a-4028-8351-4bafe64d8ffc, #wrap-s-0728e29c-e43a-4028-8351-4bafe64d8ffc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0728e29c-e43a-4028-8351-4bafe64d8ffc {
  
}
}




  #s-0728e29c-e43a-4028-8351-4bafe64d8ffc img.shogun-image,
  #s-0728e29c-e43a-4028-8351-4bafe64d8ffc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0728e29c-e43a-4028-8351-4bafe64d8ffc {
    width: 100%;
    height: auto;
  }



  #s-0728e29c-e43a-4028-8351-4bafe64d8ffc img.shogun-image {
    

    
    
    
  }


#s-0728e29c-e43a-4028-8351-4bafe64d8ffc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-93a26c27-5048-4a24-ba47-e28a3822beaf {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-93a26c27-5048-4a24-ba47-e28a3822beaf {
  display: none;
}
#s-93a26c27-5048-4a24-ba47-e28a3822beaf, #wrap-s-93a26c27-5048-4a24-ba47-e28a3822beaf { display: none !important; }}







#s-93a26c27-5048-4a24-ba47-e28a3822beaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93a26c27-5048-4a24-ba47-e28a3822beaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8ed89db-eb02-4041-aa1a-4e7f8063bd9d {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-91608a35-68a8-472e-b2f7-8df81431b253 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-91608a35-68a8-472e-b2f7-8df81431b253:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-91608a35-68a8-472e-b2f7-8df81431b253:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-91608a35-68a8-472e-b2f7-8df81431b253-root {
    text-align: right;
  }


#s-91608a35-68a8-472e-b2f7-8df81431b253.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91608a35-68a8-472e-b2f7-8df81431b253-root {
    text-align: right;
  }


#s-91608a35-68a8-472e-b2f7-8df81431b253.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91608a35-68a8-472e-b2f7-8df81431b253-root {
    text-align: right;
  }


#s-91608a35-68a8-472e-b2f7-8df81431b253.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91608a35-68a8-472e-b2f7-8df81431b253-root {
    text-align: right;
  }


#s-91608a35-68a8-472e-b2f7-8df81431b253.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91608a35-68a8-472e-b2f7-8df81431b253-root {
    text-align: right;
  }


#s-91608a35-68a8-472e-b2f7-8df81431b253.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-91608a35-68a8-472e-b2f7-8df81431b253-root {
    text-align: right;
  }


#s-91608a35-68a8-472e-b2f7-8df81431b253.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-fbbc33e0-c1ac-4218-8dd2-7007c2f174d2 {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-fbbc33e0-c1ac-4218-8dd2-7007c2f174d2 {
  display: none;
}
#s-fbbc33e0-c1ac-4218-8dd2-7007c2f174d2, #wrap-s-fbbc33e0-c1ac-4218-8dd2-7007c2f174d2 { display: none !important; }}







#s-fbbc33e0-c1ac-4218-8dd2-7007c2f174d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbbc33e0-c1ac-4218-8dd2-7007c2f174d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46c59d0a-3594-41bf-89ed-2e24ba8a99c1 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-f973a415-98b5-44e7-8e98-8bd18b4169c5 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-f973a415-98b5-44e7-8e98-8bd18b4169c5:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f973a415-98b5-44e7-8e98-8bd18b4169c5:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f973a415-98b5-44e7-8e98-8bd18b4169c5-root {
    text-align: right;
  }


#s-f973a415-98b5-44e7-8e98-8bd18b4169c5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f973a415-98b5-44e7-8e98-8bd18b4169c5-root {
    text-align: right;
  }


#s-f973a415-98b5-44e7-8e98-8bd18b4169c5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f973a415-98b5-44e7-8e98-8bd18b4169c5-root {
    text-align: right;
  }


#s-f973a415-98b5-44e7-8e98-8bd18b4169c5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f973a415-98b5-44e7-8e98-8bd18b4169c5-root {
    text-align: right;
  }


#s-f973a415-98b5-44e7-8e98-8bd18b4169c5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f973a415-98b5-44e7-8e98-8bd18b4169c5-root {
    text-align: right;
  }


#s-f973a415-98b5-44e7-8e98-8bd18b4169c5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-f973a415-98b5-44e7-8e98-8bd18b4169c5-root {
    text-align: right;
  }


#s-f973a415-98b5-44e7-8e98-8bd18b4169c5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-49514b27-f8af-4acc-98c6-37fb2457144a {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-49514b27-f8af-4acc-98c6-37fb2457144a {
  display: none;
}
#s-49514b27-f8af-4acc-98c6-37fb2457144a, #wrap-s-49514b27-f8af-4acc-98c6-37fb2457144a { display: none !important; }}@media (max-width: 767px){#s-49514b27-f8af-4acc-98c6-37fb2457144a {
  display: none;
}
#s-49514b27-f8af-4acc-98c6-37fb2457144a, #wrap-s-49514b27-f8af-4acc-98c6-37fb2457144a { display: none !important; }}
@media (min-width: 0px) {
[id="s-49514b27-f8af-4acc-98c6-37fb2457144a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-49514b27-f8af-4acc-98c6-37fb2457144a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49514b27-f8af-4acc-98c6-37fb2457144a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49514b27-f8af-4acc-98c6-37fb2457144a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49514b27-f8af-4acc-98c6-37fb2457144a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49514b27-f8af-4acc-98c6-37fb2457144a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49514b27-f8af-4acc-98c6-37fb2457144a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-41a85fe9-1ac5-438a-bbbf-6659f9fb110a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41a85fe9-1ac5-438a-bbbf-6659f9fb110a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-b592f996-671e-44b7-9285-68eee9444131 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-b592f996-671e-44b7-9285-68eee9444131:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b592f996-671e-44b7-9285-68eee9444131:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b592f996-671e-44b7-9285-68eee9444131-root {
    text-align: left;
  }


#s-b592f996-671e-44b7-9285-68eee9444131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b592f996-671e-44b7-9285-68eee9444131-root {
    text-align: left;
  }


#s-b592f996-671e-44b7-9285-68eee9444131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b592f996-671e-44b7-9285-68eee9444131-root {
    text-align: left;
  }


#s-b592f996-671e-44b7-9285-68eee9444131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b592f996-671e-44b7-9285-68eee9444131-root {
    text-align: left;
  }


#s-b592f996-671e-44b7-9285-68eee9444131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b592f996-671e-44b7-9285-68eee9444131-root {
    text-align: left;
  }


#s-b592f996-671e-44b7-9285-68eee9444131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-b592f996-671e-44b7-9285-68eee9444131-root {
    text-align: left;
  }


#s-b592f996-671e-44b7-9285-68eee9444131.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a4227c0-e244-4171-a333-dc29a0a76072 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}








#s-5a4227c0-e244-4171-a333-dc29a0a76072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a4227c0-e244-4171-a333-dc29a0a76072.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e2be9f9-e36f-4cd5-960c-85c53292585f {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: right;
opacity: 0.8;
background-color: rgba(0, 0, 0, 1);
}
#s-1e2be9f9-e36f-4cd5-960c-85c53292585f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}@media (min-width: 1200px){#s-1e2be9f9-e36f-4cd5-960c-85c53292585f {
  display: none;
}
#s-1e2be9f9-e36f-4cd5-960c-85c53292585f, #wrap-s-1e2be9f9-e36f-4cd5-960c-85c53292585f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e2be9f9-e36f-4cd5-960c-85c53292585f {
  display: none;
}
#s-1e2be9f9-e36f-4cd5-960c-85c53292585f, #wrap-s-1e2be9f9-e36f-4cd5-960c-85c53292585f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e2be9f9-e36f-4cd5-960c-85c53292585f {
  
}
}




  #s-1e2be9f9-e36f-4cd5-960c-85c53292585f img.shogun-image,
  #s-1e2be9f9-e36f-4cd5-960c-85c53292585f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e2be9f9-e36f-4cd5-960c-85c53292585f {
    width: 100%;
    height: auto;
  }



  #s-1e2be9f9-e36f-4cd5-960c-85c53292585f img.shogun-image {
    

    
    
    
  }


#s-1e2be9f9-e36f-4cd5-960c-85c53292585f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94 {
  margin-top: 3%;
margin-left: 4%;
margin-bottom: 3%;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94 {
  display: none;
}
#s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94, #wrap-s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94 { display: none !important; }}@media (max-width: 767px){#s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94 {
  display: none;
}
#s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94, #wrap-s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94 { display: none !important; }}
@media (min-width: 0px) {
[id="s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08b63412-7aa6-46e2-9ec4-fb7b1db55c94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e866aaf8-48f1-483e-8554-c573bae19430 {
  margin-top: 10%;
margin-left: 0%;
margin-bottom: 10%;
margin-right: 0%;
min-height: 50px;
}








#s-e866aaf8-48f1-483e-8554-c573bae19430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e866aaf8-48f1-483e-8554-c573bae19430.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0bd085a-34a0-4474-90e1-29def31eb705 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d0bd085a-34a0-4474-90e1-29def31eb705 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: left;
}



#s-0da03c4c-ce01-4f7a-b4bc-844687673af2 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
}
#s-0da03c4c-ce01-4f7a-b4bc-844687673af2:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0da03c4c-ce01-4f7a-b4bc-844687673af2:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0da03c4c-ce01-4f7a-b4bc-844687673af2-root {
    text-align: left;
  }


#s-0da03c4c-ce01-4f7a-b4bc-844687673af2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0da03c4c-ce01-4f7a-b4bc-844687673af2-root {
    text-align: left;
  }


#s-0da03c4c-ce01-4f7a-b4bc-844687673af2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0da03c4c-ce01-4f7a-b4bc-844687673af2-root {
    text-align: left;
  }


#s-0da03c4c-ce01-4f7a-b4bc-844687673af2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0da03c4c-ce01-4f7a-b4bc-844687673af2-root {
    text-align: left;
  }


#s-0da03c4c-ce01-4f7a-b4bc-844687673af2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0da03c4c-ce01-4f7a-b4bc-844687673af2-root {
    text-align: left;
  }


#s-0da03c4c-ce01-4f7a-b4bc-844687673af2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
  #s-0da03c4c-ce01-4f7a-b4bc-844687673af2-root {
    text-align: left;
  }


#s-0da03c4c-ce01-4f7a-b4bc-844687673af2.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-39a25746-76d6-4bd8-92cd-c396f73c5ab5 {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-39a25746-76d6-4bd8-92cd-c396f73c5ab5 {
  display: none;
}
#s-39a25746-76d6-4bd8-92cd-c396f73c5ab5, #wrap-s-39a25746-76d6-4bd8-92cd-c396f73c5ab5 { display: none !important; }}







#s-39a25746-76d6-4bd8-92cd-c396f73c5ab5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39a25746-76d6-4bd8-92cd-c396f73c5ab5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-587da057-195f-4a79-9642-0c990b4f5a4d {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-ab99e665-fd72-496a-a9b8-b931a2272a6e {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab99e665-fd72-496a-a9b8-b931a2272a6e {
  display: none;
}
#s-ab99e665-fd72-496a-a9b8-b931a2272a6e, #wrap-s-ab99e665-fd72-496a-a9b8-b931a2272a6e { display: none !important; }}







#s-ab99e665-fd72-496a-a9b8-b931a2272a6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab99e665-fd72-496a-a9b8-b931a2272a6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af1d7ed9-0d44-4f96-b6cd-112a56a0785a {
  margin-top: 0%;
margin-bottom: 0%;
}

.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-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
  max-width: 1920px;
aspect-ratio: 1920/924;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
  display: none;
}
#s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144, #wrap-s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 { display: none !important; }}@media (max-width: 767px){#s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
  display: none;
}
#s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144, #wrap-s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 { display: none !important; }}




  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image,
  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
    width: 100%;
    height: auto;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
    
    
  }


.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
      --shg-aspect-ratio: calc(1920/924); 
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
      position: relative;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image,
  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
    width: 100%;
    height: auto;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
    
    
  }


.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
      --shg-aspect-ratio: calc(1920/924); 
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
      position: relative;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image,
  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
    width: 100%;
    height: auto;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
    
    
  }


.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
      --shg-aspect-ratio: calc(1920/924); 
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
      position: relative;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image,
  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
    width: 100%;
    height: auto;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
    
    
  }


.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
      --shg-aspect-ratio: calc(1920/924); 
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
      position: relative;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image,
  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
    width: 100%;
    height: auto;
  }

  #s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
    
    
  }


.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 {
      --shg-aspect-ratio: calc(1920/924); 
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container {
      position: relative;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2db97df0-d7ba-4ceb-9bbf-1b85a9f86144 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875 {
  display: none;
}
#s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875, #wrap-s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875 { display: none !important; }}@media (max-width: 767px){#s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875 {
  display: none;
}
#s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875, #wrap-s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7e88e6d-b0df-4a5d-b485-88e82d0c5875"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-67f54406-f870-4359-84ad-096575778d61 {
  margin-left: 0%;
margin-right: 0%;
}

#s-b4464ced-058c-414b-853c-cfb2119a26ce {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-b4464ced-058c-414b-853c-cfb2119a26ce:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b4464ced-058c-414b-853c-cfb2119a26ce:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b4464ced-058c-414b-853c-cfb2119a26ce-root {
    text-align: left;
  }


#s-b4464ced-058c-414b-853c-cfb2119a26ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4464ced-058c-414b-853c-cfb2119a26ce-root {
    text-align: left;
  }


#s-b4464ced-058c-414b-853c-cfb2119a26ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4464ced-058c-414b-853c-cfb2119a26ce-root {
    text-align: left;
  }


#s-b4464ced-058c-414b-853c-cfb2119a26ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4464ced-058c-414b-853c-cfb2119a26ce-root {
    text-align: left;
  }


#s-b4464ced-058c-414b-853c-cfb2119a26ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4464ced-058c-414b-853c-cfb2119a26ce-root {
    text-align: left;
  }


#s-b4464ced-058c-414b-853c-cfb2119a26ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-b4464ced-058c-414b-853c-cfb2119a26ce-root {
    text-align: left;
  }


#s-b4464ced-058c-414b-853c-cfb2119a26ce.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-8f4fe6f4-44ae-45c2-86ba-6be7014665cc {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 0.8;
background-color: rgba(2, 2, 2, 1);
}
#s-8f4fe6f4-44ae-45c2-86ba-6be7014665cc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}@media (max-width: 767px){#s-8f4fe6f4-44ae-45c2-86ba-6be7014665cc {
  display: none;
}
#s-8f4fe6f4-44ae-45c2-86ba-6be7014665cc, #wrap-s-8f4fe6f4-44ae-45c2-86ba-6be7014665cc { display: none !important; }}






  #s-8f4fe6f4-44ae-45c2-86ba-6be7014665cc img.shogun-image {
    

    
    
    
  }


#s-8f4fe6f4-44ae-45c2-86ba-6be7014665cc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9751dca3-00e1-4b17-9d78-209e9f6f189b {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-9751dca3-00e1-4b17-9d78-209e9f6f189b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9751dca3-00e1-4b17-9d78-209e9f6f189b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9751dca3-00e1-4b17-9d78-209e9f6f189b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9751dca3-00e1-4b17-9d78-209e9f6f189b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-295fb9ce-84c3-4213-a87e-d2af2d4f694e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-295fb9ce-84c3-4213-a87e-d2af2d4f694e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-6f62dc45-5c4a-467b-ad1f-24325da1bfad {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-6f62dc45-5c4a-467b-ad1f-24325da1bfad:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f62dc45-5c4a-467b-ad1f-24325da1bfad:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6f62dc45-5c4a-467b-ad1f-24325da1bfad-root {
    text-align: left;
  }


#s-6f62dc45-5c4a-467b-ad1f-24325da1bfad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f62dc45-5c4a-467b-ad1f-24325da1bfad-root {
    text-align: left;
  }


#s-6f62dc45-5c4a-467b-ad1f-24325da1bfad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f62dc45-5c4a-467b-ad1f-24325da1bfad-root {
    text-align: left;
  }


#s-6f62dc45-5c4a-467b-ad1f-24325da1bfad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f62dc45-5c4a-467b-ad1f-24325da1bfad-root {
    text-align: left;
  }


#s-6f62dc45-5c4a-467b-ad1f-24325da1bfad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f62dc45-5c4a-467b-ad1f-24325da1bfad-root {
    text-align: left;
  }


#s-6f62dc45-5c4a-467b-ad1f-24325da1bfad.shg-btn {
  color: #ffffff;
  font-size: 8px;
  
  
  
  display:  inline-block ;
}
}
  #s-6f62dc45-5c4a-467b-ad1f-24325da1bfad-root {
    text-align: left;
  }


#s-6f62dc45-5c4a-467b-ad1f-24325da1bfad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c401adb-78ee-4d52-bcdf-876fc66d51bd {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-a28aa21f-e0c5-43ca-b246-91e5cf1fff29 {
  text-align: left;
}







  #s-a28aa21f-e0c5-43ca-b246-91e5cf1fff29 img.shogun-image {
    

    
    
    
  }


#s-a28aa21f-e0c5-43ca-b246-91e5cf1fff29 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-166ee64e-4d1d-4be2-be7f-4ad695379e4e {
  margin-left: 12%;
margin-right: 12%;
}
@media (min-width: 768px) and (max-width: 991px){#s-166ee64e-4d1d-4be2-be7f-4ad695379e4e {
  
}
}@media (max-width: 767px){#s-166ee64e-4d1d-4be2-be7f-4ad695379e4e {
  margin-top: -10%;
margin-bottom: -10%;
display: none;
}
#s-166ee64e-4d1d-4be2-be7f-4ad695379e4e, #wrap-s-166ee64e-4d1d-4be2-be7f-4ad695379e4e { display: none !important; }}
@media (min-width: 0px) {
[id="s-166ee64e-4d1d-4be2-be7f-4ad695379e4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-166ee64e-4d1d-4be2-be7f-4ad695379e4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-166ee64e-4d1d-4be2-be7f-4ad695379e4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-166ee64e-4d1d-4be2-be7f-4ad695379e4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3d0e6737-4116-41a8-85a5-ad3b364e0ae1 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-7bbe370c-741c-4506-b0ef-c6f36addf66e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7bbe370c-741c-4506-b0ef-c6f36addf66e:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7bbe370c-741c-4506-b0ef-c6f36addf66e:active {background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-7bbe370c-741c-4506-b0ef-c6f36addf66e {
  margin-top: -20%;
margin-bottom: -20%;
}
}

  #s-7bbe370c-741c-4506-b0ef-c6f36addf66e-root {
    text-align: left;
  }


#s-7bbe370c-741c-4506-b0ef-c6f36addf66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7bbe370c-741c-4506-b0ef-c6f36addf66e-root {
    text-align: left;
  }


#s-7bbe370c-741c-4506-b0ef-c6f36addf66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bbe370c-741c-4506-b0ef-c6f36addf66e-root {
    text-align: left;
  }


#s-7bbe370c-741c-4506-b0ef-c6f36addf66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bbe370c-741c-4506-b0ef-c6f36addf66e-root {
    text-align: left;
  }


#s-7bbe370c-741c-4506-b0ef-c6f36addf66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7bbe370c-741c-4506-b0ef-c6f36addf66e-root {
    text-align: left;
  }


#s-7bbe370c-741c-4506-b0ef-c6f36addf66e.shg-btn {
  color: #ffffff;
  font-size: 11px;
  
  
  
  display:  inline-block ;
}
}
  #s-7bbe370c-741c-4506-b0ef-c6f36addf66e-root {
    text-align: left;
  }


#s-7bbe370c-741c-4506-b0ef-c6f36addf66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-0f386af3-ecb8-47ba-be50-34d4b662b10b {
  margin-top: 5%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
}
@media (min-width: 1200px){#s-0f386af3-ecb8-47ba-be50-34d4b662b10b {
  display: none;
}
#s-0f386af3-ecb8-47ba-be50-34d4b662b10b, #wrap-s-0f386af3-ecb8-47ba-be50-34d4b662b10b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f386af3-ecb8-47ba-be50-34d4b662b10b {
  display: none;
}
#s-0f386af3-ecb8-47ba-be50-34d4b662b10b, #wrap-s-0f386af3-ecb8-47ba-be50-34d4b662b10b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f386af3-ecb8-47ba-be50-34d4b662b10b {
  display: none;
}
#s-0f386af3-ecb8-47ba-be50-34d4b662b10b, #wrap-s-0f386af3-ecb8-47ba-be50-34d4b662b10b { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f386af3-ecb8-47ba-be50-34d4b662b10b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f386af3-ecb8-47ba-be50-34d4b662b10b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f386af3-ecb8-47ba-be50-34d4b662b10b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f386af3-ecb8-47ba-be50-34d4b662b10b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7e8423ca-a529-4c12-8f94-b5293d2e5eef {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-7e8423ca-a529-4c12-8f94-b5293d2e5eef:hover {background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7e8423ca-a529-4c12-8f94-b5293d2e5eef:active {background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7e8423ca-a529-4c12-8f94-b5293d2e5eef-root {
    text-align: left;
  }


#s-7e8423ca-a529-4c12-8f94-b5293d2e5eef.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e8423ca-a529-4c12-8f94-b5293d2e5eef-root {
    text-align: left;
  }


#s-7e8423ca-a529-4c12-8f94-b5293d2e5eef.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e8423ca-a529-4c12-8f94-b5293d2e5eef-root {
    text-align: left;
  }


#s-7e8423ca-a529-4c12-8f94-b5293d2e5eef.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e8423ca-a529-4c12-8f94-b5293d2e5eef-root {
    text-align: left;
  }


#s-7e8423ca-a529-4c12-8f94-b5293d2e5eef.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e8423ca-a529-4c12-8f94-b5293d2e5eef-root {
    text-align: left;
  }


#s-7e8423ca-a529-4c12-8f94-b5293d2e5eef.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
  #s-7e8423ca-a529-4c12-8f94-b5293d2e5eef-root {
    text-align: left;
  }


#s-7e8423ca-a529-4c12-8f94-b5293d2e5eef.shg-btn {
  color: #ffffff;
  font-size: 10px;
  
  
  
  display:  inline-block ;
}

#s-9e6e4890-5736-4732-8380-964fc627f9c3 {
  max-width: 873px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-9e6e4890-5736-4732-8380-964fc627f9c3 {
  display: none;
}
#s-9e6e4890-5736-4732-8380-964fc627f9c3, #wrap-s-9e6e4890-5736-4732-8380-964fc627f9c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e6e4890-5736-4732-8380-964fc627f9c3 {
  display: none;
}
#s-9e6e4890-5736-4732-8380-964fc627f9c3, #wrap-s-9e6e4890-5736-4732-8380-964fc627f9c3 { display: none !important; }}




  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image,
  #s-9e6e4890-5736-4732-8380-964fc627f9c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 {
    width: 100%;
    height: auto;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
    
    
  }


.s-9e6e4890-5736-4732-8380-964fc627f9c3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e6e4890-5736-4732-8380-964fc627f9c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
      position: relative;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image,
  #s-9e6e4890-5736-4732-8380-964fc627f9c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 {
    width: 100%;
    height: auto;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
    
    
  }


.s-9e6e4890-5736-4732-8380-964fc627f9c3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e6e4890-5736-4732-8380-964fc627f9c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
      position: relative;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image,
  #s-9e6e4890-5736-4732-8380-964fc627f9c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 {
    width: 100%;
    height: auto;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
    
    
  }


.s-9e6e4890-5736-4732-8380-964fc627f9c3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e6e4890-5736-4732-8380-964fc627f9c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
      position: relative;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image,
  #s-9e6e4890-5736-4732-8380-964fc627f9c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 {
    width: 100%;
    height: auto;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
    
    
  }


.s-9e6e4890-5736-4732-8380-964fc627f9c3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e6e4890-5736-4732-8380-964fc627f9c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
      position: relative;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image,
  #s-9e6e4890-5736-4732-8380-964fc627f9c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 {
    width: 100%;
    height: auto;
  }

  #s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
    
    
  }


.s-9e6e4890-5736-4732-8380-964fc627f9c3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e6e4890-5736-4732-8380-964fc627f9c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container {
      position: relative;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e6e4890-5736-4732-8380-964fc627f9c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-60573246-930b-4f2d-8c4d-52c410b3d95c {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-60573246-930b-4f2d-8c4d-52c410b3d95c {
  display: none;
}
#s-60573246-930b-4f2d-8c4d-52c410b3d95c, #wrap-s-60573246-930b-4f2d-8c4d-52c410b3d95c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60573246-930b-4f2d-8c4d-52c410b3d95c {
  display: none;
}
#s-60573246-930b-4f2d-8c4d-52c410b3d95c, #wrap-s-60573246-930b-4f2d-8c4d-52c410b3d95c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60573246-930b-4f2d-8c4d-52c410b3d95c {
  display: none;
}
#s-60573246-930b-4f2d-8c4d-52c410b3d95c, #wrap-s-60573246-930b-4f2d-8c4d-52c410b3d95c { display: none !important; }}
@media (min-width: 0px) {
[id="s-60573246-930b-4f2d-8c4d-52c410b3d95c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60573246-930b-4f2d-8c4d-52c410b3d95c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60573246-930b-4f2d-8c4d-52c410b3d95c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60573246-930b-4f2d-8c4d-52c410b3d95c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-18feb6b9-8084-4b27-8852-28dfb933f045 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-c1454aef-164a-4d85-8ce5-725e64133089 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-c1454aef-164a-4d85-8ce5-725e64133089:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c1454aef-164a-4d85-8ce5-725e64133089:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c1454aef-164a-4d85-8ce5-725e64133089-root {
    text-align: right;
  }


#s-c1454aef-164a-4d85-8ce5-725e64133089.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1454aef-164a-4d85-8ce5-725e64133089-root {
    text-align: right;
  }


#s-c1454aef-164a-4d85-8ce5-725e64133089.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1454aef-164a-4d85-8ce5-725e64133089-root {
    text-align: right;
  }


#s-c1454aef-164a-4d85-8ce5-725e64133089.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1454aef-164a-4d85-8ce5-725e64133089-root {
    text-align: right;
  }


#s-c1454aef-164a-4d85-8ce5-725e64133089.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1454aef-164a-4d85-8ce5-725e64133089-root {
    text-align: right;
  }


#s-c1454aef-164a-4d85-8ce5-725e64133089.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-c1454aef-164a-4d85-8ce5-725e64133089-root {
    text-align: right;
  }


#s-c1454aef-164a-4d85-8ce5-725e64133089.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-67e7269e-76b3-4f1b-8b4e-1392c98d889d {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-67e7269e-76b3-4f1b-8b4e-1392c98d889d {
  display: none;
}
#s-67e7269e-76b3-4f1b-8b4e-1392c98d889d, #wrap-s-67e7269e-76b3-4f1b-8b4e-1392c98d889d { display: none !important; }}







#s-67e7269e-76b3-4f1b-8b4e-1392c98d889d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67e7269e-76b3-4f1b-8b4e-1392c98d889d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0-root {
    text-align: right;
  }


#s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0-root {
    text-align: right;
  }


#s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0-root {
    text-align: right;
  }


#s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0-root {
    text-align: right;
  }


#s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0-root {
    text-align: right;
  }


#s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0-root {
    text-align: right;
  }


#s-1fee5a57-a5cc-49b9-95de-82e2283a2ec0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
opacity: 0.8;
background-color: rgba(0, 0, 0, 1);
}
#s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}@media (min-width: 1200px){#s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d {
  display: none;
}
#s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d, #wrap-s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d {
  display: none;
}
#s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d, #wrap-s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d {
  
}
}




  #s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d img.shogun-image,
  #s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d {
    width: 100%;
    height: auto;
  }



  #s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d img.shogun-image {
    

    
    
    
  }


#s-8cf3c362-9522-4b4b-8f7b-e106cf71d45d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-10ffc5cf-b5e2-45b6-9c2e-187ad82a212a {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-10ffc5cf-b5e2-45b6-9c2e-187ad82a212a {
  display: none;
}
#s-10ffc5cf-b5e2-45b6-9c2e-187ad82a212a, #wrap-s-10ffc5cf-b5e2-45b6-9c2e-187ad82a212a { display: none !important; }}







#s-10ffc5cf-b5e2-45b6-9c2e-187ad82a212a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10ffc5cf-b5e2-45b6-9c2e-187ad82a212a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43b509cd-1064-488d-91ec-73f2a6dacbcf {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40-root {
    text-align: right;
  }


#s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40-root {
    text-align: right;
  }


#s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40-root {
    text-align: right;
  }


#s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40-root {
    text-align: right;
  }


#s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40-root {
    text-align: right;
  }


#s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40-root {
    text-align: right;
  }


#s-2ad0b784-e0a2-4b16-bdbc-7373fdffef40.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-c02309ed-df32-40a8-83c6-91a9eaec0c1b {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c02309ed-df32-40a8-83c6-91a9eaec0c1b {
  display: none;
}
#s-c02309ed-df32-40a8-83c6-91a9eaec0c1b, #wrap-s-c02309ed-df32-40a8-83c6-91a9eaec0c1b { display: none !important; }}@media (max-width: 767px){#s-c02309ed-df32-40a8-83c6-91a9eaec0c1b {
  display: none;
}
#s-c02309ed-df32-40a8-83c6-91a9eaec0c1b, #wrap-s-c02309ed-df32-40a8-83c6-91a9eaec0c1b { display: none !important; }}
@media (min-width: 0px) {
[id="s-c02309ed-df32-40a8-83c6-91a9eaec0c1b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c02309ed-df32-40a8-83c6-91a9eaec0c1b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c02309ed-df32-40a8-83c6-91a9eaec0c1b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c02309ed-df32-40a8-83c6-91a9eaec0c1b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c02309ed-df32-40a8-83c6-91a9eaec0c1b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c02309ed-df32-40a8-83c6-91a9eaec0c1b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c02309ed-df32-40a8-83c6-91a9eaec0c1b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6021340d-e0a1-4ea7-a4be-4b49bec0517d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6021340d-e0a1-4ea7-a4be-4b49bec0517d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-092eb38c-ae70-477b-b92b-2a69a7396e37 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-092eb38c-ae70-477b-b92b-2a69a7396e37:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-092eb38c-ae70-477b-b92b-2a69a7396e37:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-092eb38c-ae70-477b-b92b-2a69a7396e37-root {
    text-align: left;
  }


#s-092eb38c-ae70-477b-b92b-2a69a7396e37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-092eb38c-ae70-477b-b92b-2a69a7396e37-root {
    text-align: left;
  }


#s-092eb38c-ae70-477b-b92b-2a69a7396e37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-092eb38c-ae70-477b-b92b-2a69a7396e37-root {
    text-align: left;
  }


#s-092eb38c-ae70-477b-b92b-2a69a7396e37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-092eb38c-ae70-477b-b92b-2a69a7396e37-root {
    text-align: left;
  }


#s-092eb38c-ae70-477b-b92b-2a69a7396e37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-092eb38c-ae70-477b-b92b-2a69a7396e37-root {
    text-align: left;
  }


#s-092eb38c-ae70-477b-b92b-2a69a7396e37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-092eb38c-ae70-477b-b92b-2a69a7396e37-root {
    text-align: left;
  }


#s-092eb38c-ae70-477b-b92b-2a69a7396e37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-17217a56-0004-4664-b56a-b98f67805c31 {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-17217a56-0004-4664-b56a-b98f67805c31 {
  display: none;
}
#s-17217a56-0004-4664-b56a-b98f67805c31, #wrap-s-17217a56-0004-4664-b56a-b98f67805c31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17217a56-0004-4664-b56a-b98f67805c31 {
  display: none;
}
#s-17217a56-0004-4664-b56a-b98f67805c31, #wrap-s-17217a56-0004-4664-b56a-b98f67805c31 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17217a56-0004-4664-b56a-b98f67805c31 {
  display: none;
}
#s-17217a56-0004-4664-b56a-b98f67805c31, #wrap-s-17217a56-0004-4664-b56a-b98f67805c31 { display: none !important; }}
@media (min-width: 0px) {
[id="s-17217a56-0004-4664-b56a-b98f67805c31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17217a56-0004-4664-b56a-b98f67805c31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17217a56-0004-4664-b56a-b98f67805c31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17217a56-0004-4664-b56a-b98f67805c31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8e21cfd-1296-49db-b601-ec132c828561 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-924e0929-384b-42ca-b6f4-47c2d121f46e {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-924e0929-384b-42ca-b6f4-47c2d121f46e:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-924e0929-384b-42ca-b6f4-47c2d121f46e:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-924e0929-384b-42ca-b6f4-47c2d121f46e-root {
    text-align: right;
  }


#s-924e0929-384b-42ca-b6f4-47c2d121f46e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-924e0929-384b-42ca-b6f4-47c2d121f46e-root {
    text-align: right;
  }


#s-924e0929-384b-42ca-b6f4-47c2d121f46e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-924e0929-384b-42ca-b6f4-47c2d121f46e-root {
    text-align: right;
  }


#s-924e0929-384b-42ca-b6f4-47c2d121f46e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-924e0929-384b-42ca-b6f4-47c2d121f46e-root {
    text-align: right;
  }


#s-924e0929-384b-42ca-b6f4-47c2d121f46e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-924e0929-384b-42ca-b6f4-47c2d121f46e-root {
    text-align: right;
  }


#s-924e0929-384b-42ca-b6f4-47c2d121f46e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-924e0929-384b-42ca-b6f4-47c2d121f46e-root {
    text-align: right;
  }


#s-924e0929-384b-42ca-b6f4-47c2d121f46e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-12dee0c0-25d1-4448-805f-2ae4097004ac {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
max-width: 1613px;
aspect-ratio: 1613/777;
text-align: right;
opacity: 0.8;
background-color: rgba(0, 0, 0, 1);
}
#s-12dee0c0-25d1-4448-805f-2ae4097004ac:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}@media (min-width: 1200px){#s-12dee0c0-25d1-4448-805f-2ae4097004ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12dee0c0-25d1-4448-805f-2ae4097004ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12dee0c0-25d1-4448-805f-2ae4097004ac {
  display: none;
}
#s-12dee0c0-25d1-4448-805f-2ae4097004ac, #wrap-s-12dee0c0-25d1-4448-805f-2ae4097004ac { display: none !important; }}@media (max-width: 767px){#s-12dee0c0-25d1-4448-805f-2ae4097004ac {
  display: none;
}
#s-12dee0c0-25d1-4448-805f-2ae4097004ac, #wrap-s-12dee0c0-25d1-4448-805f-2ae4097004ac { display: none !important; }}




  #s-12dee0c0-25d1-4448-805f-2ae4097004ac img.shogun-image,
  #s-12dee0c0-25d1-4448-805f-2ae4097004ac .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-12dee0c0-25d1-4448-805f-2ae4097004ac {
    width: 100%;
    height: auto;
  }



  #s-12dee0c0-25d1-4448-805f-2ae4097004ac img.shogun-image {
    

    
    
    
  }


#s-12dee0c0-25d1-4448-805f-2ae4097004ac .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-fe33aba5-1d5d-4d3c-9399-e75a11ece863 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
min-height: 50px;
}








#s-fe33aba5-1d5d-4d3c-9399-e75a11ece863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe33aba5-1d5d-4d3c-9399-e75a11ece863.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-227dea3b-fb28-4691-9d18-fed6814bbfc7 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-227dea3b-fb28-4691-9d18-fed6814bbfc7:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-227dea3b-fb28-4691-9d18-fed6814bbfc7:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-227dea3b-fb28-4691-9d18-fed6814bbfc7-root {
    text-align: right;
  }


#s-227dea3b-fb28-4691-9d18-fed6814bbfc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-227dea3b-fb28-4691-9d18-fed6814bbfc7-root {
    text-align: right;
  }


#s-227dea3b-fb28-4691-9d18-fed6814bbfc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-227dea3b-fb28-4691-9d18-fed6814bbfc7-root {
    text-align: right;
  }


#s-227dea3b-fb28-4691-9d18-fed6814bbfc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-227dea3b-fb28-4691-9d18-fed6814bbfc7-root {
    text-align: right;
  }


#s-227dea3b-fb28-4691-9d18-fed6814bbfc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-227dea3b-fb28-4691-9d18-fed6814bbfc7-root {
    text-align: right;
  }


#s-227dea3b-fb28-4691-9d18-fed6814bbfc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-227dea3b-fb28-4691-9d18-fed6814bbfc7-root {
    text-align: right;
  }


#s-227dea3b-fb28-4691-9d18-fed6814bbfc7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-b445cdcc-466a-450d-9a97-16b8c38394d2 {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
text-align: right;
opacity: 0.8;
background-color: rgba(0, 0, 0, 1);
}
#s-b445cdcc-466a-450d-9a97-16b8c38394d2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}@media (min-width: 1200px){#s-b445cdcc-466a-450d-9a97-16b8c38394d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b445cdcc-466a-450d-9a97-16b8c38394d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b445cdcc-466a-450d-9a97-16b8c38394d2 {
  display: none;
}
#s-b445cdcc-466a-450d-9a97-16b8c38394d2, #wrap-s-b445cdcc-466a-450d-9a97-16b8c38394d2 { display: none !important; }}@media (max-width: 767px){#s-b445cdcc-466a-450d-9a97-16b8c38394d2 {
  display: none;
}
#s-b445cdcc-466a-450d-9a97-16b8c38394d2, #wrap-s-b445cdcc-466a-450d-9a97-16b8c38394d2 { display: none !important; }}






  #s-b445cdcc-466a-450d-9a97-16b8c38394d2 img.shogun-image {
    

    
    
    
  }


#s-b445cdcc-466a-450d-9a97-16b8c38394d2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f8324b2e-9248-43b4-b009-167e36e27402 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8324b2e-9248-43b4-b009-167e36e27402 {
  display: none;
}
#s-f8324b2e-9248-43b4-b009-167e36e27402, #wrap-s-f8324b2e-9248-43b4-b009-167e36e27402 { display: none !important; }}@media (max-width: 767px){#s-f8324b2e-9248-43b4-b009-167e36e27402 {
  display: none;
}
#s-f8324b2e-9248-43b4-b009-167e36e27402, #wrap-s-f8324b2e-9248-43b4-b009-167e36e27402 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f8324b2e-9248-43b4-b009-167e36e27402"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f8324b2e-9248-43b4-b009-167e36e27402"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8324b2e-9248-43b4-b009-167e36e27402"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8324b2e-9248-43b4-b009-167e36e27402"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8324b2e-9248-43b4-b009-167e36e27402"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8324b2e-9248-43b4-b009-167e36e27402"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8324b2e-9248-43b4-b009-167e36e27402"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-cbe4fb3b-05ea-449d-9f09-0a699d5320fc {
  margin-left: 0%;
margin-right: 0%;
}

#s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1 {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1-root {
    text-align: right;
  }


#s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1-root {
    text-align: right;
  }


#s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1-root {
    text-align: right;
  }


#s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1-root {
    text-align: right;
  }


#s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1-root {
    text-align: right;
  }


#s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1-root {
    text-align: right;
  }


#s-d4053a8b-1cb9-43a1-8bf9-d44b45b009a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-3dba137c-7217-410d-b1b0-b28ec8bbee00 {
  min-height: 50px;
}








#s-3dba137c-7217-410d-b1b0-b28ec8bbee00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dba137c-7217-410d-b1b0-b28ec8bbee00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-026b8c9a-443c-4472-b37a-66261f9cf500 {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-026b8c9a-443c-4472-b37a-66261f9cf500 {
  display: none;
}
#s-026b8c9a-443c-4472-b37a-66261f9cf500, #wrap-s-026b8c9a-443c-4472-b37a-66261f9cf500 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-026b8c9a-443c-4472-b37a-66261f9cf500 {
  display: none;
}
#s-026b8c9a-443c-4472-b37a-66261f9cf500, #wrap-s-026b8c9a-443c-4472-b37a-66261f9cf500 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-026b8c9a-443c-4472-b37a-66261f9cf500 {
  display: none;
}
#s-026b8c9a-443c-4472-b37a-66261f9cf500, #wrap-s-026b8c9a-443c-4472-b37a-66261f9cf500 { display: none !important; }}@media (max-width: 767px){#s-026b8c9a-443c-4472-b37a-66261f9cf500 {
  
}
}
#s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe {
  display: none;
}
#s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe, #wrap-s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe {
  display: none;
}
#s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe, #wrap-s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe {
  
}
}@media (max-width: 767px){#s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe {
  display: none;
}
#s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe, #wrap-s-8dfccaf8-b004-4194-ba7b-2f573ba88cbe { display: none !important; }}
#s-c279656d-762c-46c4-a1aa-685790b35028 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-c279656d-762c-46c4-a1aa-685790b35028 {
  display: none;
}
#s-c279656d-762c-46c4-a1aa-685790b35028, #wrap-s-c279656d-762c-46c4-a1aa-685790b35028 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c279656d-762c-46c4-a1aa-685790b35028 {
  display: none;
}
#s-c279656d-762c-46c4-a1aa-685790b35028, #wrap-s-c279656d-762c-46c4-a1aa-685790b35028 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c279656d-762c-46c4-a1aa-685790b35028 {
  margin-left: 20%;
margin-right: 20%;
}
}
@media (min-width: 0px) {
[id="s-c279656d-762c-46c4-a1aa-685790b35028"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-c279656d-762c-46c4-a1aa-685790b35028"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-c279656d-762c-46c4-a1aa-685790b35028"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-c279656d-762c-46c4-a1aa-685790b35028"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-8c96bc77-ddcf-4ad4-b4c0-e9c6b1517822 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8c96bc77-ddcf-4ad4-b4c0-e9c6b1517822 img.shogun-image {
    

    
    
    
  }


#s-8c96bc77-ddcf-4ad4-b4c0-e9c6b1517822 .shogun-image-content {
  
    align-items: center;
  
}

#s-351d7f5c-d91c-405b-b934-de4b028b4980 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-351d7f5c-d91c-405b-b934-de4b028b4980 img.shogun-image {
    

    
    
    
  }


#s-351d7f5c-d91c-405b-b934-de4b028b4980 .shogun-image-content {
  
    align-items: center;
  
}

#s-02b1ebd8-2a44-49cf-af41-9078f2514c28 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-02b1ebd8-2a44-49cf-af41-9078f2514c28 img.shogun-image {
    

    
    
    
  }


#s-02b1ebd8-2a44-49cf-af41-9078f2514c28 .shogun-image-content {
  
    align-items: center;
  
}

#s-288b85d7-3dac-4069-9b3b-8c93e155b499 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-288b85d7-3dac-4069-9b3b-8c93e155b499 {
  display: none;
}
#s-288b85d7-3dac-4069-9b3b-8c93e155b499, #wrap-s-288b85d7-3dac-4069-9b3b-8c93e155b499 { display: none !important; }}@media (max-width: 767px){#s-288b85d7-3dac-4069-9b3b-8c93e155b499 {
  display: none;
}
#s-288b85d7-3dac-4069-9b3b-8c93e155b499, #wrap-s-288b85d7-3dac-4069-9b3b-8c93e155b499 { display: none !important; }}







#s-288b85d7-3dac-4069-9b3b-8c93e155b499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-288b85d7-3dac-4069-9b3b-8c93e155b499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47fea45e-e404-46b8-a239-46161c719b13 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-47fea45e-e404-46b8-a239-46161c719b13 {
  display: none;
}
#s-47fea45e-e404-46b8-a239-46161c719b13, #wrap-s-47fea45e-e404-46b8-a239-46161c719b13 { display: none !important; }}@media (max-width: 767px){#s-47fea45e-e404-46b8-a239-46161c719b13 {
  display: none;
}
#s-47fea45e-e404-46b8-a239-46161c719b13, #wrap-s-47fea45e-e404-46b8-a239-46161c719b13 { display: none !important; }}
#s-a80756b8-15b3-4709-83f5-ddf3faa8266b {
  margin-top: 0%;
margin-left: 25%;
margin-bottom: 0%;
margin-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a80756b8-15b3-4709-83f5-ddf3faa8266b {
  display: none;
}
#s-a80756b8-15b3-4709-83f5-ddf3faa8266b, #wrap-s-a80756b8-15b3-4709-83f5-ddf3faa8266b { display: none !important; }}@media (max-width: 767px){#s-a80756b8-15b3-4709-83f5-ddf3faa8266b {
  display: none;
}
#s-a80756b8-15b3-4709-83f5-ddf3faa8266b, #wrap-s-a80756b8-15b3-4709-83f5-ddf3faa8266b { display: none !important; }}
@media (min-width: 0px) {
[id="s-a80756b8-15b3-4709-83f5-ddf3faa8266b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 26.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-a80756b8-15b3-4709-83f5-ddf3faa8266b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-a80756b8-15b3-4709-83f5-ddf3faa8266b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-a80756b8-15b3-4709-83f5-ddf3faa8266b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-d7991e26-5c86-49d2-b0f4-677f3a386056 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
text-align: center;
}







  #s-d7991e26-5c86-49d2-b0f4-677f3a386056 img.shogun-image {
    

    
    
    
  }


#s-d7991e26-5c86-49d2-b0f4-677f3a386056 .shogun-image-content {
  
    align-items: center;
  
}

#s-0634dd51-b752-4155-99cf-42db14cd7c2b {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
text-align: center;
}







  #s-0634dd51-b752-4155-99cf-42db14cd7c2b img.shogun-image {
    

    
    
    
  }


#s-0634dd51-b752-4155-99cf-42db14cd7c2b .shogun-image-content {
  
    align-items: center;
  
}

#s-28261495-70f0-4410-864d-653891939e91 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
text-align: center;
}







  #s-28261495-70f0-4410-864d-653891939e91 img.shogun-image {
    

    
    
    
  }


#s-28261495-70f0-4410-864d-653891939e91 .shogun-image-content {
  
    align-items: center;
  
}

#s-1402fd40-62d2-4dc4-9b8f-4aca324c78b3 {
  margin-top: 4%;
margin-bottom: 4%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 232, 232, 1);
}
@media (max-width: 767px){#s-1402fd40-62d2-4dc4-9b8f-4aca324c78b3 {
  margin-top: 8%;
margin-bottom: 8%;
}
}







#s-1402fd40-62d2-4dc4-9b8f-4aca324c78b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1402fd40-62d2-4dc4-9b8f-4aca324c78b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4a8406b-f7db-4db5-a682-0d558c9ce72d {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 4%;
margin-right: 2%;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-e4a8406b-f7db-4db5-a682-0d558c9ce72d {
  display: none;
}
#s-e4a8406b-f7db-4db5-a682-0d558c9ce72d, #wrap-s-e4a8406b-f7db-4db5-a682-0d558c9ce72d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e4a8406b-f7db-4db5-a682-0d558c9ce72d {
  display: none;
}
#s-e4a8406b-f7db-4db5-a682-0d558c9ce72d, #wrap-s-e4a8406b-f7db-4db5-a682-0d558c9ce72d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e4a8406b-f7db-4db5-a682-0d558c9ce72d {
  
}
}@media (max-width: 767px){#s-e4a8406b-f7db-4db5-a682-0d558c9ce72d {
  
}
}
@media (min-width: 0px) {
[id="s-e4a8406b-f7db-4db5-a682-0d558c9ce72d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4a8406b-f7db-4db5-a682-0d558c9ce72d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e4a8406b-f7db-4db5-a682-0d558c9ce72d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e4a8406b-f7db-4db5-a682-0d558c9ce72d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e4a8406b-f7db-4db5-a682-0d558c9ce72d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4a8406b-f7db-4db5-a682-0d558c9ce72d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-e4a8406b-f7db-4db5-a682-0d558c9ce72d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

.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-1b170c4e-a035-4ccc-95b8-5208f991a806 {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
}

#s-3cd56a5b-c168-4d21-b77d-2b22e9185c69 {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
min-height: 50px;
}








#s-3cd56a5b-c168-4d21-b77d-2b22e9185c69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cd56a5b-c168-4d21-b77d-2b22e9185c69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a89d84c-1fd3-46e2-8464-9bfb3a61dd76 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-0a89d84c-1fd3-46e2-8464-9bfb3a61dd76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a89d84c-1fd3-46e2-8464-9bfb3a61dd76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b30159a5-1076-483f-9906-5393f6f826b6 {
  margin-top: 1%;
margin-left: 8%;
margin-bottom: 1%;
margin-right: 8%;
}

#s-bb84cbd3-09b1-4555-a399-335339cead7c {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-bb84cbd3-09b1-4555-a399-335339cead7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bb84cbd3-09b1-4555-a399-335339cead7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb84cbd3-09b1-4555-a399-335339cead7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb84cbd3-09b1-4555-a399-335339cead7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a6c25919-0d52-4e3e-987a-69935ef1041f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
}

#s-9222da38-4ba0-42f4-8937-fbf080c0e12b {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
}

#s-068c91bc-a525-41e3-b186-0581776f3af0 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-068c91bc-a525-41e3-b186-0581776f3af0:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-068c91bc-a525-41e3-b186-0581776f3af0:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-068c91bc-a525-41e3-b186-0581776f3af0-root {
    text-align: left;
  }


#s-068c91bc-a525-41e3-b186-0581776f3af0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-068c91bc-a525-41e3-b186-0581776f3af0-root {
    text-align: left;
  }


#s-068c91bc-a525-41e3-b186-0581776f3af0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-068c91bc-a525-41e3-b186-0581776f3af0-root {
    text-align: left;
  }


#s-068c91bc-a525-41e3-b186-0581776f3af0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-068c91bc-a525-41e3-b186-0581776f3af0-root {
    text-align: left;
  }


#s-068c91bc-a525-41e3-b186-0581776f3af0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-068c91bc-a525-41e3-b186-0581776f3af0-root {
    text-align: left;
  }


#s-068c91bc-a525-41e3-b186-0581776f3af0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-068c91bc-a525-41e3-b186-0581776f3af0-root {
    text-align: left;
  }


#s-068c91bc-a525-41e3-b186-0581776f3af0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-8ceff491-5588-4ba4-baf2-68e2d1915c11 {
  margin-top: 5%;
margin-left: 25%;
margin-bottom: 5%;
margin-right: 25%;
text-align: center;
}







  img.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
    
    
  }


.s-8ceff491-5588-4ba4-baf2-68e2d1915c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
    
    
  }


.s-8ceff491-5588-4ba4-baf2-68e2d1915c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
    
    
  }


.s-8ceff491-5588-4ba4-baf2-68e2d1915c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
    
    
  }


.s-8ceff491-5588-4ba4-baf2-68e2d1915c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
    
    
  }


.s-8ceff491-5588-4ba4-baf2-68e2d1915c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ceff491-5588-4ba4-baf2-68e2d1915c11.shogun-image {
  box-sizing: border-box;
}



}
#s-d24633a5-8a70-49b4-906b-888c2da77a11 {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 4%;
margin-right: 2%;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-d24633a5-8a70-49b4-906b-888c2da77a11 {
  display: none;
}
#s-d24633a5-8a70-49b4-906b-888c2da77a11, #wrap-s-d24633a5-8a70-49b4-906b-888c2da77a11 { display: none !important; }}@media (max-width: 767px){#s-d24633a5-8a70-49b4-906b-888c2da77a11 {
  display: none;
}
#s-d24633a5-8a70-49b4-906b-888c2da77a11, #wrap-s-d24633a5-8a70-49b4-906b-888c2da77a11 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d24633a5-8a70-49b4-906b-888c2da77a11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d24633a5-8a70-49b4-906b-888c2da77a11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d24633a5-8a70-49b4-906b-888c2da77a11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d24633a5-8a70-49b4-906b-888c2da77a11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d24633a5-8a70-49b4-906b-888c2da77a11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d24633a5-8a70-49b4-906b-888c2da77a11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d24633a5-8a70-49b4-906b-888c2da77a11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5592e99b-515d-42ff-a539-6bbcb88cbe9b {
  margin-top: 15%;
margin-bottom: 15%;
min-height: 50px;
}








#s-5592e99b-515d-42ff-a539-6bbcb88cbe9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5592e99b-515d-42ff-a539-6bbcb88cbe9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46e624fd-6fed-4267-8ed8-a28aba86c0fc {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-606ea77f-cfa5-489c-bc54-3a57a0df7400 {
  margin-left: 0%;
margin-right: 0%;
}

#s-61cb723a-370b-49c3-9696-e8281db65715 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-cb45be8a-584a-48c8-9c9e-d49b22199181 {
  margin-top: -10%;
margin-bottom: -10%;
}

@media (min-width: 0px) {
[id="s-cb45be8a-584a-48c8-9c9e-d49b22199181"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb45be8a-584a-48c8-9c9e-d49b22199181"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb45be8a-584a-48c8-9c9e-d49b22199181"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb45be8a-584a-48c8-9c9e-d49b22199181"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c4de86cb-870a-4eef-99c1-5def54f96467"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4de86cb-870a-4eef-99c1-5def54f96467"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4de86cb-870a-4eef-99c1-5def54f96467"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4de86cb-870a-4eef-99c1-5def54f96467"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4de86cb-870a-4eef-99c1-5def54f96467"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4de86cb-870a-4eef-99c1-5def54f96467"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4de86cb-870a-4eef-99c1-5def54f96467"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-791592fc-e763-4c86-bb67-fbabbfbeee42 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  img.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
    
    
  }


.s-791592fc-e763-4c86-bb67-fbabbfbeee42 .shogun-image-content {
  
    align-items: center;
  
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
    
    
  }


.s-791592fc-e763-4c86-bb67-fbabbfbeee42 .shogun-image-content {
  
    align-items: center;
  
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
  box-sizing: border-box;
}



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





  img.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
    
    
  }


.s-791592fc-e763-4c86-bb67-fbabbfbeee42 .shogun-image-content {
  
    align-items: center;
  
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
  box-sizing: border-box;
}



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





  img.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
    
    
  }


.s-791592fc-e763-4c86-bb67-fbabbfbeee42 .shogun-image-content {
  
    align-items: center;
  
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
  box-sizing: border-box;
}



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





  img.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
    
    
  }


.s-791592fc-e763-4c86-bb67-fbabbfbeee42 .shogun-image-content {
  
    align-items: center;
  
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shg-align-container {
  display: flex;
  justify-content: center
}

.s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-791592fc-e763-4c86-bb67-fbabbfbeee42.shogun-image {
  box-sizing: border-box;
}



}
#s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef-root {
    text-align: right;
  }


#s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef-root {
    text-align: right;
  }


#s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef-root {
    text-align: right;
  }


#s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef-root {
    text-align: right;
  }


#s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef-root {
    text-align: right;
  }


#s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef-root {
    text-align: right;
  }


#s-adad6a5d-2c91-4e49-b7e0-6e6c154b24ef.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-5851bbdc-1799-4ed8-a8e7-cda253f37911 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-6face5c8-a54a-4c61-b752-dc6ff002b296 {
  display: none;
}
#s-6face5c8-a54a-4c61-b752-dc6ff002b296, #wrap-s-6face5c8-a54a-4c61-b752-dc6ff002b296 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6face5c8-a54a-4c61-b752-dc6ff002b296 {
  display: none;
}
#s-6face5c8-a54a-4c61-b752-dc6ff002b296, #wrap-s-6face5c8-a54a-4c61-b752-dc6ff002b296 { display: none !important; }}
#s-6face5c8-a54a-4c61-b752-dc6ff002b296 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-ef97981b-351a-4178-bd91-508a31e05cf3 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-ef97981b-351a-4178-bd91-508a31e05cf3 {
  display: none;
}
#s-ef97981b-351a-4178-bd91-508a31e05cf3, #wrap-s-ef97981b-351a-4178-bd91-508a31e05cf3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef97981b-351a-4178-bd91-508a31e05cf3 {
  display: none;
}
#s-ef97981b-351a-4178-bd91-508a31e05cf3, #wrap-s-ef97981b-351a-4178-bd91-508a31e05cf3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef97981b-351a-4178-bd91-508a31e05cf3 {
  
}
}
@media (min-width: 0px) {
[id="s-ef97981b-351a-4178-bd91-508a31e05cf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef97981b-351a-4178-bd91-508a31e05cf3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef97981b-351a-4178-bd91-508a31e05cf3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef97981b-351a-4178-bd91-508a31e05cf3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef97981b-351a-4178-bd91-508a31e05cf3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef97981b-351a-4178-bd91-508a31e05cf3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ef97981b-351a-4178-bd91-508a31e05cf3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-f3c5e8c3-92f6-417e-80b3-b6813fff62d7 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3c5e8c3-92f6-417e-80b3-b6813fff62d7 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-f3c5e8c3-92f6-417e-80b3-b6813fff62d7 {
  margin-top: 2%;
margin-bottom: 2%;
}
}






  #s-f3c5e8c3-92f6-417e-80b3-b6813fff62d7 img.shogun-image {
    

    
    
    
  }


#s-f3c5e8c3-92f6-417e-80b3-b6813fff62d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-860d4c11-fd45-48cc-bfc0-b22e8760d7d0 {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-860d4c11-fd45-48cc-bfc0-b22e8760d7d0 {
  margin-left: 13%;
margin-right: 13%;
display: none;
}
#s-860d4c11-fd45-48cc-bfc0-b22e8760d7d0, #wrap-s-860d4c11-fd45-48cc-bfc0-b22e8760d7d0 { display: none !important; }}
#s-8d215e7d-8b8f-4692-bead-cf921231cea2 {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-8d215e7d-8b8f-4692-bead-cf921231cea2 {
  display: none;
}
#s-8d215e7d-8b8f-4692-bead-cf921231cea2, #wrap-s-8d215e7d-8b8f-4692-bead-cf921231cea2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d215e7d-8b8f-4692-bead-cf921231cea2 {
  display: none;
}
#s-8d215e7d-8b8f-4692-bead-cf921231cea2, #wrap-s-8d215e7d-8b8f-4692-bead-cf921231cea2 { display: none !important; }}@media (max-width: 767px){#s-8d215e7d-8b8f-4692-bead-cf921231cea2 {
  display: none;
}
#s-8d215e7d-8b8f-4692-bead-cf921231cea2, #wrap-s-8d215e7d-8b8f-4692-bead-cf921231cea2 { display: none !important; }}
#s-d49817d0-cf0e-479b-99ef-26c3734e1967 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
}

#s-2a617051-a65a-436f-9412-1e4d92cd61cd {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-f0caf691-00ee-469e-b23f-547921089771 {
  border-style: solid;
margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f0caf691-00ee-469e-b23f-547921089771:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f0caf691-00ee-469e-b23f-547921089771:active {border-style: solid !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f0caf691-00ee-469e-b23f-547921089771-root {
    text-align: left;
  }


#s-f0caf691-00ee-469e-b23f-547921089771.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0caf691-00ee-469e-b23f-547921089771-root {
    text-align: left;
  }


#s-f0caf691-00ee-469e-b23f-547921089771.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0caf691-00ee-469e-b23f-547921089771-root {
    text-align: left;
  }


#s-f0caf691-00ee-469e-b23f-547921089771.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0caf691-00ee-469e-b23f-547921089771-root {
    text-align: left;
  }


#s-f0caf691-00ee-469e-b23f-547921089771.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0caf691-00ee-469e-b23f-547921089771-root {
    text-align: left;
  }


#s-f0caf691-00ee-469e-b23f-547921089771.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
#s-ff2581ce-c128-4964-b6ca-1bc4266d4d60 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff2581ce-c128-4964-b6ca-1bc4266d4d60 {
  display: none;
}
#s-ff2581ce-c128-4964-b6ca-1bc4266d4d60, #wrap-s-ff2581ce-c128-4964-b6ca-1bc4266d4d60 { display: none !important; }}@media (max-width: 767px){#s-ff2581ce-c128-4964-b6ca-1bc4266d4d60 {
  display: none;
}
#s-ff2581ce-c128-4964-b6ca-1bc4266d4d60, #wrap-s-ff2581ce-c128-4964-b6ca-1bc4266d4d60 { display: none !important; }}
#s-bc177384-633c-4cfa-be22-7337fcae402c {
  margin-left: 2%;
margin-right: 2%;
padding-left: 3%;
padding-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc177384-633c-4cfa-be22-7337fcae402c {
  display: none;
}
#s-bc177384-633c-4cfa-be22-7337fcae402c, #wrap-s-bc177384-633c-4cfa-be22-7337fcae402c { display: none !important; }}@media (max-width: 767px){#s-bc177384-633c-4cfa-be22-7337fcae402c {
  display: none;
}
#s-bc177384-633c-4cfa-be22-7337fcae402c, #wrap-s-bc177384-633c-4cfa-be22-7337fcae402c { display: none !important; }}
@media (min-width: 0px) {
[id="s-bc177384-633c-4cfa-be22-7337fcae402c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc177384-633c-4cfa-be22-7337fcae402c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc177384-633c-4cfa-be22-7337fcae402c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc177384-633c-4cfa-be22-7337fcae402c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-6efeaf15-b378-4310-a94d-5c3f12b3f32e {
  display: none;
}
#s-6efeaf15-b378-4310-a94d-5c3f12b3f32e, #wrap-s-6efeaf15-b378-4310-a94d-5c3f12b3f32e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6efeaf15-b378-4310-a94d-5c3f12b3f32e {
  display: none;
}
#s-6efeaf15-b378-4310-a94d-5c3f12b3f32e, #wrap-s-6efeaf15-b378-4310-a94d-5c3f12b3f32e { display: none !important; }}
#s-6efeaf15-b378-4310-a94d-5c3f12b3f32e hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e {
  display: none;
}
#s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e, #wrap-s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e { display: none !important; }}@media (max-width: 767px){#s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e {
  display: none;
}
#s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e, #wrap-s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e { display: none !important; }}
@media (min-width: 0px) {
[id="s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa821116-c4aa-4f9b-bbc4-4043e9aea77e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-c2c05b93-719f-44d0-bac2-dcf9264fc3bc {
  border-style: solid;
margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0%;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 1;
background-color: rgba(0, 0, 0, 1);
}
#s-c2c05b93-719f-44d0-bac2-dcf9264fc3bc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-c2c05b93-719f-44d0-bac2-dcf9264fc3bc img.shogun-image {
    

    
    
    
  }


#s-c2c05b93-719f-44d0-bac2-dcf9264fc3bc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ea1d0203-7a13-4264-9c0f-3bb38107c7fc {
  margin-left: 8%;
margin-right: 8%;
}

#s-9ed4978d-74b1-4023-959c-44359f24edcc {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-9ed4978d-74b1-4023-959c-44359f24edcc {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-29cb322a-4979-4964-89a1-9b0debf429f6 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-c38ae716-7058-4f13-ae26-90653432cbca {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-c38ae716-7058-4f13-ae26-90653432cbca:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c38ae716-7058-4f13-ae26-90653432cbca:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c38ae716-7058-4f13-ae26-90653432cbca-root {
    text-align: left;
  }


#s-c38ae716-7058-4f13-ae26-90653432cbca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c38ae716-7058-4f13-ae26-90653432cbca-root {
    text-align: left;
  }


#s-c38ae716-7058-4f13-ae26-90653432cbca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c38ae716-7058-4f13-ae26-90653432cbca-root {
    text-align: left;
  }


#s-c38ae716-7058-4f13-ae26-90653432cbca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c38ae716-7058-4f13-ae26-90653432cbca-root {
    text-align: left;
  }


#s-c38ae716-7058-4f13-ae26-90653432cbca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c38ae716-7058-4f13-ae26-90653432cbca-root {
    text-align: left;
  }


#s-c38ae716-7058-4f13-ae26-90653432cbca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-c38ae716-7058-4f13-ae26-90653432cbca-root {
    text-align: left;
  }


#s-c38ae716-7058-4f13-ae26-90653432cbca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-e0a75d18-048b-4319-ba4d-8b6d34ade49e {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0a75d18-048b-4319-ba4d-8b6d34ade49e {
  display: none;
}
#s-e0a75d18-048b-4319-ba4d-8b6d34ade49e, #wrap-s-e0a75d18-048b-4319-ba4d-8b6d34ade49e { display: none !important; }}@media (max-width: 767px){#s-e0a75d18-048b-4319-ba4d-8b6d34ade49e {
  display: none;
}
#s-e0a75d18-048b-4319-ba4d-8b6d34ade49e, #wrap-s-e0a75d18-048b-4319-ba4d-8b6d34ade49e { display: none !important; }}
#s-e0a75d18-048b-4319-ba4d-8b6d34ade49e hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-bb94a52c-c280-4ee5-b6e9-1eff150cb741 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb94a52c-c280-4ee5-b6e9-1eff150cb741 {
  
}
}@media (max-width: 767px){#s-bb94a52c-c280-4ee5-b6e9-1eff150cb741 {
  margin-top: 5%;
margin-left: 2%;
margin-bottom: 5%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-bb94a52c-c280-4ee5-b6e9-1eff150cb741"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb94a52c-c280-4ee5-b6e9-1eff150cb741"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb94a52c-c280-4ee5-b6e9-1eff150cb741"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb94a52c-c280-4ee5-b6e9-1eff150cb741"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e938cd2b-a9cc-492b-b9a6-0daaf91181b4 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e938cd2b-a9cc-492b-b9a6-0daaf91181b4 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-e938cd2b-a9cc-492b-b9a6-0daaf91181b4 {
  margin-top: 2%;
margin-bottom: 2%;
}
}







#s-e938cd2b-a9cc-492b-b9a6-0daaf91181b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e938cd2b-a9cc-492b-b9a6-0daaf91181b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edd73f80-6662-400d-86d6-c4ded6bb0794 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
opacity: 0.8;
background-color: rgba(0, 0, 0, 1);
}
#s-edd73f80-6662-400d-86d6-c4ded6bb0794:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-edd73f80-6662-400d-86d6-c4ded6bb0794 img.shogun-image {
    

    
    
    
  }


#s-edd73f80-6662-400d-86d6-c4ded6bb0794 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3a506db4-6e0f-443e-b7b6-39f9aaaeea3d {
  display: none;
}
#s-3a506db4-6e0f-443e-b7b6-39f9aaaeea3d, #wrap-s-3a506db4-6e0f-443e-b7b6-39f9aaaeea3d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a506db4-6e0f-443e-b7b6-39f9aaaeea3d {
  display: none;
}
#s-3a506db4-6e0f-443e-b7b6-39f9aaaeea3d, #wrap-s-3a506db4-6e0f-443e-b7b6-39f9aaaeea3d { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-9ba2eba6-af6b-4ad6-9bf8-8dcba5aa6e50 {
  display: none;
}
#s-9ba2eba6-af6b-4ad6-9bf8-8dcba5aa6e50, #wrap-s-9ba2eba6-af6b-4ad6-9bf8-8dcba5aa6e50 { display: none !important; }}@media (max-width: 767px){#s-9ba2eba6-af6b-4ad6-9bf8-8dcba5aa6e50 {
  display: none;
}
#s-9ba2eba6-af6b-4ad6-9bf8-8dcba5aa6e50, #wrap-s-9ba2eba6-af6b-4ad6-9bf8-8dcba5aa6e50 { display: none !important; }}
#s-1844fff9-001d-4cfa-ac63-6faf4638abcf {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1844fff9-001d-4cfa-ac63-6faf4638abcf {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-1844fff9-001d-4cfa-ac63-6faf4638abcf {
  margin-top: 2%;
margin-bottom: 2%;
}
}







#s-1844fff9-001d-4cfa-ac63-6faf4638abcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1844fff9-001d-4cfa-ac63-6faf4638abcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e76ac6f-d74c-40da-9f5f-866c41f28d0b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
opacity: 0.8;
background-color: rgba(9, 9, 9, 1);
}
#s-8e76ac6f-d74c-40da-9f5f-866c41f28d0b:hover {border-style: solid !important;
border-color: rgba(44, 42, 52, 0.01) !important;}






  #s-8e76ac6f-d74c-40da-9f5f-866c41f28d0b img.shogun-image {
    

    
    
    
  }


#s-8e76ac6f-d74c-40da-9f5f-866c41f28d0b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-a352c91c-f3e3-4145-963c-819ef25fa3ea {
  display: none;
}
#s-a352c91c-f3e3-4145-963c-819ef25fa3ea, #wrap-s-a352c91c-f3e3-4145-963c-819ef25fa3ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a352c91c-f3e3-4145-963c-819ef25fa3ea {
  display: none;
}
#s-a352c91c-f3e3-4145-963c-819ef25fa3ea, #wrap-s-a352c91c-f3e3-4145-963c-819ef25fa3ea { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-34e55030-f441-4422-aadf-bdb468ae3027 {
  display: none;
}
#s-34e55030-f441-4422-aadf-bdb468ae3027, #wrap-s-34e55030-f441-4422-aadf-bdb468ae3027 { display: none !important; }}@media (max-width: 767px){#s-34e55030-f441-4422-aadf-bdb468ae3027 {
  display: none;
}
#s-34e55030-f441-4422-aadf-bdb468ae3027, #wrap-s-34e55030-f441-4422-aadf-bdb468ae3027 { display: none !important; }}
#s-428e8ede-c4da-448b-8875-1bdae3e46f36 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-428e8ede-c4da-448b-8875-1bdae3e46f36 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-428e8ede-c4da-448b-8875-1bdae3e46f36 {
  margin-top: 2%;
margin-bottom: 2%;
}
}







#s-428e8ede-c4da-448b-8875-1bdae3e46f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-428e8ede-c4da-448b-8875-1bdae3e46f36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-004ab397-f8f2-415a-a79a-0351a0893f86 {
  margin-top: 10px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
opacity: 0.8;
background-color: rgba(8, 8, 8, 1);
}
#s-004ab397-f8f2-415a-a79a-0351a0893f86:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;}






  #s-004ab397-f8f2-415a-a79a-0351a0893f86 img.shogun-image {
    

    
    
    
  }


#s-004ab397-f8f2-415a-a79a-0351a0893f86 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-54061f95-bf9e-474d-bdd1-922d58e7dfd8 {
  display: none;
}
#s-54061f95-bf9e-474d-bdd1-922d58e7dfd8, #wrap-s-54061f95-bf9e-474d-bdd1-922d58e7dfd8 { display: none !important; }}@media (max-width: 767px){#s-54061f95-bf9e-474d-bdd1-922d58e7dfd8 {
  display: none;
}
#s-54061f95-bf9e-474d-bdd1-922d58e7dfd8, #wrap-s-54061f95-bf9e-474d-bdd1-922d58e7dfd8 { display: none !important; }}
@media (min-width: 1200px){#s-5c6e484e-32fe-4dc9-9b6a-d9bdce6bb32b {
  display: none;
}
#s-5c6e484e-32fe-4dc9-9b6a-d9bdce6bb32b, #wrap-s-5c6e484e-32fe-4dc9-9b6a-d9bdce6bb32b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c6e484e-32fe-4dc9-9b6a-d9bdce6bb32b {
  display: none;
}
#s-5c6e484e-32fe-4dc9-9b6a-d9bdce6bb32b, #wrap-s-5c6e484e-32fe-4dc9-9b6a-d9bdce6bb32b { display: none !important; }}
#s-1da94aed-8bbe-48dc-a35f-03f898aed757 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1da94aed-8bbe-48dc-a35f-03f898aed757 {
  display: none;
}
#s-1da94aed-8bbe-48dc-a35f-03f898aed757, #wrap-s-1da94aed-8bbe-48dc-a35f-03f898aed757 { display: none !important; }}@media (max-width: 767px){#s-1da94aed-8bbe-48dc-a35f-03f898aed757 {
  display: none;
}
#s-1da94aed-8bbe-48dc-a35f-03f898aed757, #wrap-s-1da94aed-8bbe-48dc-a35f-03f898aed757 { display: none !important; }}
#s-1da94aed-8bbe-48dc-a35f-03f898aed757 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-7b923aa7-727f-4c96-9c94-46e464198579 {
  min-height: 50px;
}








#s-7b923aa7-727f-4c96-9c94-46e464198579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b923aa7-727f-4c96-9c94-46e464198579.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abde2155-02d9-4928-ac11-bb663f633a04 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(9, 9, 9, 0.01);
border-style: solid;
max-width: 1920px;
aspect-ratio: 1920/924;
text-align: center;
opacity: 0.8;
background-color: rgba(8, 8, 8, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-abde2155-02d9-4928-ac11-bb663f633a04 {
  display: none;
}
#s-abde2155-02d9-4928-ac11-bb663f633a04, #wrap-s-abde2155-02d9-4928-ac11-bb663f633a04 { display: none !important; }}@media (max-width: 767px){#s-abde2155-02d9-4928-ac11-bb663f633a04 {
  display: none;
}
#s-abde2155-02d9-4928-ac11-bb663f633a04, #wrap-s-abde2155-02d9-4928-ac11-bb663f633a04 { display: none !important; }}




  #s-abde2155-02d9-4928-ac11-bb663f633a04 img.shogun-image,
  #s-abde2155-02d9-4928-ac11-bb663f633a04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abde2155-02d9-4928-ac11-bb663f633a04 {
    width: 100%;
    height: auto;
  }



  #s-abde2155-02d9-4928-ac11-bb663f633a04 img.shogun-image {
    

    
    
    
  }


#s-abde2155-02d9-4928-ac11-bb663f633a04 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2d83eb06-8fc1-48e8-acb1-d1c37a87aed6 {
  margin-top: 5%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2d83eb06-8fc1-48e8-acb1-d1c37a87aed6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d83eb06-8fc1-48e8-acb1-d1c37a87aed6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d83eb06-8fc1-48e8-acb1-d1c37a87aed6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d83eb06-8fc1-48e8-acb1-d1c37a87aed6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-997ca1fd-b817-40d2-957c-5473112a100c {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-cd74c88c-06bf-4d35-8a4f-95cd484d340c {
  border-style: solid;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.01);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
color: rgba(224, 156, 164, 1);
}
#s-cd74c88c-06bf-4d35-8a4f-95cd484d340c:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(111, 153, 250, 0.02) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-cd74c88c-06bf-4d35-8a4f-95cd484d340c:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(214, 226, 255, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-cd74c88c-06bf-4d35-8a4f-95cd484d340c-root {
    text-align: right;
  }


#s-cd74c88c-06bf-4d35-8a4f-95cd484d340c.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd74c88c-06bf-4d35-8a4f-95cd484d340c-root {
    text-align: right;
  }


#s-cd74c88c-06bf-4d35-8a4f-95cd484d340c.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd74c88c-06bf-4d35-8a4f-95cd484d340c-root {
    text-align: right;
  }


#s-cd74c88c-06bf-4d35-8a4f-95cd484d340c.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd74c88c-06bf-4d35-8a4f-95cd484d340c-root {
    text-align: right;
  }


#s-cd74c88c-06bf-4d35-8a4f-95cd484d340c.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd74c88c-06bf-4d35-8a4f-95cd484d340c-root {
    text-align: right;
  }


#s-cd74c88c-06bf-4d35-8a4f-95cd484d340c.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-cd74c88c-06bf-4d35-8a4f-95cd484d340c-root {
    text-align: right;
  }


#s-cd74c88c-06bf-4d35-8a4f-95cd484d340c.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-4680f0a1-583c-43ff-a202-3016950fbf84 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4680f0a1-583c-43ff-a202-3016950fbf84 {
  display: none;
}
#s-4680f0a1-583c-43ff-a202-3016950fbf84, #wrap-s-4680f0a1-583c-43ff-a202-3016950fbf84 { display: none !important; }}@media (max-width: 767px){#s-4680f0a1-583c-43ff-a202-3016950fbf84 {
  display: none;
}
#s-4680f0a1-583c-43ff-a202-3016950fbf84, #wrap-s-4680f0a1-583c-43ff-a202-3016950fbf84 { display: none !important; }}
#s-4680f0a1-583c-43ff-a202-3016950fbf84 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-ec9d44dc-fbbc-4b2d-80bf-f84f37a55a3e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec9d44dc-fbbc-4b2d-80bf-f84f37a55a3e {
  display: none;
}
#s-ec9d44dc-fbbc-4b2d-80bf-f84f37a55a3e, #wrap-s-ec9d44dc-fbbc-4b2d-80bf-f84f37a55a3e { display: none !important; }}@media (max-width: 767px){#s-ec9d44dc-fbbc-4b2d-80bf-f84f37a55a3e {
  display: none;
}
#s-ec9d44dc-fbbc-4b2d-80bf-f84f37a55a3e, #wrap-s-ec9d44dc-fbbc-4b2d-80bf-f84f37a55a3e { display: none !important; }}







#s-ec9d44dc-fbbc-4b2d-80bf-f84f37a55a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec9d44dc-fbbc-4b2d-80bf-f84f37a55a3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa169c74-3c30-4e31-8174-f40bf8043a06 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa169c74-3c30-4e31-8174-f40bf8043a06 {
  display: none;
}
#s-aa169c74-3c30-4e31-8174-f40bf8043a06, #wrap-s-aa169c74-3c30-4e31-8174-f40bf8043a06 { display: none !important; }}@media (max-width: 767px){#s-aa169c74-3c30-4e31-8174-f40bf8043a06 {
  display: none;
}
#s-aa169c74-3c30-4e31-8174-f40bf8043a06, #wrap-s-aa169c74-3c30-4e31-8174-f40bf8043a06 { display: none !important; }}
#s-862fac5b-1735-4e21-afa8-01378a65f711 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-862fac5b-1735-4e21-afa8-01378a65f711 {
  display: none;
}
#s-862fac5b-1735-4e21-afa8-01378a65f711, #wrap-s-862fac5b-1735-4e21-afa8-01378a65f711 { display: none !important; }}@media (max-width: 767px){#s-862fac5b-1735-4e21-afa8-01378a65f711 {
  display: none;
}
#s-862fac5b-1735-4e21-afa8-01378a65f711, #wrap-s-862fac5b-1735-4e21-afa8-01378a65f711 { display: none !important; }}
@media (min-width: 0px) {
[id="s-862fac5b-1735-4e21-afa8-01378a65f711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-862fac5b-1735-4e21-afa8-01378a65f711"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-862fac5b-1735-4e21-afa8-01378a65f711"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-862fac5b-1735-4e21-afa8-01378a65f711"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-862fac5b-1735-4e21-afa8-01378a65f711"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-862fac5b-1735-4e21-afa8-01378a65f711"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-862fac5b-1735-4e21-afa8-01378a65f711"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-a47385b7-9569-4a59-8844-4986ceacf025 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
text-align: center;
}







  #s-a47385b7-9569-4a59-8844-4986ceacf025 img.shogun-image {
    

    
    
    
  }


#s-a47385b7-9569-4a59-8844-4986ceacf025 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-65742efb-d68d-4fcb-9a05-008fd4a20f2c {
  margin-top: 30%;
margin-bottom: 30%;
}

#s-8a8fb685-e0f6-427b-aa37-3b280c7c4e02 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8a8fb685-e0f6-427b-aa37-3b280c7c4e02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a8fb685-e0f6-427b-aa37-3b280c7c4e02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8a8fb685-e0f6-427b-aa37-3b280c7c4e02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a8fb685-e0f6-427b-aa37-3b280c7c4e02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-444b3a6c-7eea-43e2-bfae-fe39fe95e529 {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(10, 10, 10, 1);
opacity: 0.7;
}
#s-444b3a6c-7eea-43e2-bfae-fe39fe95e529:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-444b3a6c-7eea-43e2-bfae-fe39fe95e529 img.shogun-image {
    

    
    
    
  }


#s-444b3a6c-7eea-43e2-bfae-fe39fe95e529 .shogun-image-content {
  
    align-items: center;
  
}

#s-43cfea13-3adc-4651-956f-c1d441280f79 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-43cfea13-3adc-4651-956f-c1d441280f79 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "cera pro";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-df098690-22ac-4061-b823-6f90c4185150 {
  border-style: solid;
margin-left: 2%;
margin-right: 2%;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 0.7;
background-color: rgba(15, 15, 15, 1);
}
#s-df098690-22ac-4061-b823-6f90c4185150:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-df098690-22ac-4061-b823-6f90c4185150 img.shogun-image {
    

    
    
    
  }


#s-df098690-22ac-4061-b823-6f90c4185150 .shogun-image-content {
  
    align-items: center;
  
}

#s-49fada22-b42e-4db9-b66a-d91b54f66a78 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-49fada22-b42e-4db9-b66a-d91b54f66a78 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "cera pro";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7bb229bf-1143-47bf-8db5-9abc65225f16 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-7bb229bf-1143-47bf-8db5-9abc65225f16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bb229bf-1143-47bf-8db5-9abc65225f16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7bb229bf-1143-47bf-8db5-9abc65225f16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bb229bf-1143-47bf-8db5-9abc65225f16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7945f188-70b9-4d7b-9546-98a5ba81a74d {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(3, 3, 3, 1);
opacity: 0.6;
}
#s-7945f188-70b9-4d7b-9546-98a5ba81a74d:hover {opacity: 1 !important;}






  #s-7945f188-70b9-4d7b-9546-98a5ba81a74d img.shogun-image {
    

    
    
    
  }


#s-7945f188-70b9-4d7b-9546-98a5ba81a74d .shogun-image-content {
  
    align-items: center;
  
}

#s-44d737d3-34c9-40ea-8a44-0f86037a65e7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-44d737d3-34c9-40ea-8a44-0f86037a65e7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "cera pro";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4a932dab-e43d-40e3-913c-a5206b5e0aa4 {
  margin-left: 2%;
margin-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(8, 8, 8, 1);
opacity: 0.7;
}
#s-4a932dab-e43d-40e3-913c-a5206b5e0aa4:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-4a932dab-e43d-40e3-913c-a5206b5e0aa4 img.shogun-image {
    

    
    
    
  }


#s-4a932dab-e43d-40e3-913c-a5206b5e0aa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f51ca379-708f-4b22-8f57-90d2d8768007 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f51ca379-708f-4b22-8f57-90d2d8768007 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "cera pro";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a3825840-ea5a-4e95-9d5f-db62622a2b6f {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3825840-ea5a-4e95-9d5f-db62622a2b6f {
  display: none;
}
#s-a3825840-ea5a-4e95-9d5f-db62622a2b6f, #wrap-s-a3825840-ea5a-4e95-9d5f-db62622a2b6f { display: none !important; }}@media (max-width: 767px){#s-a3825840-ea5a-4e95-9d5f-db62622a2b6f {
  display: none;
}
#s-a3825840-ea5a-4e95-9d5f-db62622a2b6f, #wrap-s-a3825840-ea5a-4e95-9d5f-db62622a2b6f { display: none !important; }}
#s-a3825840-ea5a-4e95-9d5f-db62622a2b6f hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-a0332228-db3a-4878-a3a3-5388cc278b05 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0332228-db3a-4878-a3a3-5388cc278b05 {
  display: none;
}
#s-a0332228-db3a-4878-a3a3-5388cc278b05, #wrap-s-a0332228-db3a-4878-a3a3-5388cc278b05 { display: none !important; }}@media (max-width: 767px){#s-a0332228-db3a-4878-a3a3-5388cc278b05 {
  display: none;
}
#s-a0332228-db3a-4878-a3a3-5388cc278b05, #wrap-s-a0332228-db3a-4878-a3a3-5388cc278b05 { display: none !important; }}







#s-a0332228-db3a-4878-a3a3-5388cc278b05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0332228-db3a-4878-a3a3-5388cc278b05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0537f8cb-0d13-4c9c-b603-abd686cde252 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0537f8cb-0d13-4c9c-b603-abd686cde252 {
  display: none;
}
#s-0537f8cb-0d13-4c9c-b603-abd686cde252, #wrap-s-0537f8cb-0d13-4c9c-b603-abd686cde252 { display: none !important; }}@media (max-width: 767px){#s-0537f8cb-0d13-4c9c-b603-abd686cde252 {
  display: none;
}
#s-0537f8cb-0d13-4c9c-b603-abd686cde252, #wrap-s-0537f8cb-0d13-4c9c-b603-abd686cde252 { display: none !important; }}
#s-bd40de08-b985-4f51-96b0-12295f860a33 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd40de08-b985-4f51-96b0-12295f860a33 {
  display: none;
}
#s-bd40de08-b985-4f51-96b0-12295f860a33, #wrap-s-bd40de08-b985-4f51-96b0-12295f860a33 { display: none !important; }}@media (max-width: 767px){#s-bd40de08-b985-4f51-96b0-12295f860a33 {
  display: none;
}
#s-bd40de08-b985-4f51-96b0-12295f860a33, #wrap-s-bd40de08-b985-4f51-96b0-12295f860a33 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bd40de08-b985-4f51-96b0-12295f860a33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd40de08-b985-4f51-96b0-12295f860a33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd40de08-b985-4f51-96b0-12295f860a33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd40de08-b985-4f51-96b0-12295f860a33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5271000c-3ce5-4bf5-9e81-14817d72973d {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 1;
background-color: rgba(0, 0, 0, 1);
}
#s-5271000c-3ce5-4bf5-9e81-14817d72973d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-5271000c-3ce5-4bf5-9e81-14817d72973d img.shogun-image {
    

    
    
    
  }


#s-5271000c-3ce5-4bf5-9e81-14817d72973d .shogun-image-content {
  
    align-items: 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-6c5a3b1c-bbac-4029-a0fe-5d41debbad6c {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-6c5a3b1c-bbac-4029-a0fe-5d41debbad6c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 198, 1);
}

#s-6c5a3b1c-bbac-4029-a0fe-5d41debbad6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-6c5a3b1c-bbac-4029-a0fe-5d41debbad6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 45, 45, 1);
}

#s-6c5a3b1c-bbac-4029-a0fe-5d41debbad6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 190, 198, 1);
}

#s-6c5a3b1c-bbac-4029-a0fe-5d41debbad6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 45, 45, 1);
  text-align: left;
  font-family: Avenir next;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-6c5a3b1c-bbac-4029-a0fe-5d41debbad6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ceba2ba9-6901-4631-adb5-fef0994984f1 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
}

#s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5-root {
    text-align: left;
  }


#s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5-root {
    text-align: left;
  }


#s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5-root {
    text-align: left;
  }


#s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5-root {
    text-align: left;
  }


#s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5-root {
    text-align: left;
  }


#s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5-root {
    text-align: left;
  }


#s-82d6c8e2-1a2e-4897-8db1-fd134620bdc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-4100acbc-3769-4638-b99d-64f646bd6c5e {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(48, 45, 45, 1);
opacity: 0.9;
}
#s-4100acbc-3769-4638-b99d-64f646bd6c5e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-4100acbc-3769-4638-b99d-64f646bd6c5e img.shogun-image {
    

    
    
    
  }


#s-4100acbc-3769-4638-b99d-64f646bd6c5e .shogun-image-content {
  
    align-items: flex-end;
  
}
@media (min-width: 768px) and (max-width: 991px){





  #s-4100acbc-3769-4638-b99d-64f646bd6c5e img.shogun-image {
    

    
    
    
  }


#s-4100acbc-3769-4638-b99d-64f646bd6c5e .shogun-image-content {
  
    align-items: center;
  
}
}
#s-6a5aee27-7b8e-45ce-a6e3-e97e2eacb0e4 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

#s-6a5aee27-7b8e-45ce-a6e3-e97e2eacb0e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 198, 1);
}

#s-6a5aee27-7b8e-45ce-a6e3-e97e2eacb0e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-6a5aee27-7b8e-45ce-a6e3-e97e2eacb0e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 45, 45, 1);
}

#s-6a5aee27-7b8e-45ce-a6e3-e97e2eacb0e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 190, 198, 1);
}

#s-6a5aee27-7b8e-45ce-a6e3-e97e2eacb0e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 45, 45, 1);
  text-align: left;
  font-family: Avenir next;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-6a5aee27-7b8e-45ce-a6e3-e97e2eacb0e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-fe193683-4659-4b25-9bac-469f7ccb0199 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fe193683-4659-4b25-9bac-469f7ccb0199 {
  
}
}@media (max-width: 767px){#s-fe193683-4659-4b25-9bac-469f7ccb0199 {
  
}
}
#s-a320a88b-0fc3-4799-bdba-f8cb90011f44 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-a320a88b-0fc3-4799-bdba-f8cb90011f44:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a320a88b-0fc3-4799-bdba-f8cb90011f44:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a320a88b-0fc3-4799-bdba-f8cb90011f44-root {
    text-align: left;
  }


#s-a320a88b-0fc3-4799-bdba-f8cb90011f44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a320a88b-0fc3-4799-bdba-f8cb90011f44-root {
    text-align: left;
  }


#s-a320a88b-0fc3-4799-bdba-f8cb90011f44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a320a88b-0fc3-4799-bdba-f8cb90011f44-root {
    text-align: left;
  }


#s-a320a88b-0fc3-4799-bdba-f8cb90011f44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a320a88b-0fc3-4799-bdba-f8cb90011f44-root {
    text-align: left;
  }


#s-a320a88b-0fc3-4799-bdba-f8cb90011f44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a320a88b-0fc3-4799-bdba-f8cb90011f44-root {
    text-align: left;
  }


#s-a320a88b-0fc3-4799-bdba-f8cb90011f44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-a320a88b-0fc3-4799-bdba-f8cb90011f44-root {
    text-align: left;
  }


#s-a320a88b-0fc3-4799-bdba-f8cb90011f44.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b0af77a-0634-4787-8c74-51c8031df5b3 {
  margin-top: 0%;
margin-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
border-radius: 2px;
min-height: 50px;
}








#s-9b0af77a-0634-4787-8c74-51c8031df5b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b0af77a-0634-4787-8c74-51c8031df5b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8816748-a610-4dc5-9af1-d8ab8c05db9a {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
border-color: rgba(255, 255, 255, 1);
text-align: right;
background-color: rgba(48, 45, 45, 1);
opacity: 1;
}
#s-f8816748-a610-4dc5-9af1-d8ab8c05db9a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-f8816748-a610-4dc5-9af1-d8ab8c05db9a img.shogun-image {
    

    
    
    
  }


#s-f8816748-a610-4dc5-9af1-d8ab8c05db9a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ea69781a-fb37-4b49-a703-885ebd6aa2a8 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-ea69781a-fb37-4b49-a703-885ebd6aa2a8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 198, 1);
}

#s-ea69781a-fb37-4b49-a703-885ebd6aa2a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-ea69781a-fb37-4b49-a703-885ebd6aa2a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 45, 45, 1);
}

#s-ea69781a-fb37-4b49-a703-885ebd6aa2a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 190, 198, 1);
}

#s-ea69781a-fb37-4b49-a703-885ebd6aa2a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 45, 45, 1);
  text-align: left;
  font-family: Avenir next;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ea69781a-fb37-4b49-a703-885ebd6aa2a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-7b4e3f65-aa59-4dea-a1a7-766eb34d51fc {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7b4e3f65-aa59-4dea-a1a7-766eb34d51fc {
  
}
}@media (max-width: 767px){#s-7b4e3f65-aa59-4dea-a1a7-766eb34d51fc {
  
}
}
#s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: left undefined;
line-height: 0.5em;
}
#s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6-root {
    text-align: left;
  }


#s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6-root {
    text-align: left;
  }


#s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6-root {
    text-align: left;
  }


#s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6-root {
    text-align: left;
  }


#s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6-root {
    text-align: left;
  }


#s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6-root {
    text-align: left;
  }


#s-659a5dbd-50bb-47f2-a1d8-67605b7e35d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a098974b-8fb0-4bc3-bfbc-e23004632377 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a098974b-8fb0-4bc3-bfbc-e23004632377 {
  display: none;
}
#s-a098974b-8fb0-4bc3-bfbc-e23004632377, #wrap-s-a098974b-8fb0-4bc3-bfbc-e23004632377 { display: none !important; }}@media (max-width: 767px){#s-a098974b-8fb0-4bc3-bfbc-e23004632377 {
  display: none;
}
#s-a098974b-8fb0-4bc3-bfbc-e23004632377, #wrap-s-a098974b-8fb0-4bc3-bfbc-e23004632377 { display: none !important; }}
#s-a098974b-8fb0-4bc3-bfbc-e23004632377 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-edda72bf-ac2a-4253-bbe1-d3fc339100e5 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-edda72bf-ac2a-4253-bbe1-d3fc339100e5 {
  display: none;
}
#s-edda72bf-ac2a-4253-bbe1-d3fc339100e5, #wrap-s-edda72bf-ac2a-4253-bbe1-d3fc339100e5 { display: none !important; }}@media (max-width: 767px){#s-edda72bf-ac2a-4253-bbe1-d3fc339100e5 {
  display: none;
}
#s-edda72bf-ac2a-4253-bbe1-d3fc339100e5, #wrap-s-edda72bf-ac2a-4253-bbe1-d3fc339100e5 { display: none !important; }}







#s-edda72bf-ac2a-4253-bbe1-d3fc339100e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edda72bf-ac2a-4253-bbe1-d3fc339100e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97cde563-4c3a-491d-9ba2-00f7d479fc55 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97cde563-4c3a-491d-9ba2-00f7d479fc55 {
  display: none;
}
#s-97cde563-4c3a-491d-9ba2-00f7d479fc55, #wrap-s-97cde563-4c3a-491d-9ba2-00f7d479fc55 { display: none !important; }}@media (max-width: 767px){#s-97cde563-4c3a-491d-9ba2-00f7d479fc55 {
  display: none;
}
#s-97cde563-4c3a-491d-9ba2-00f7d479fc55, #wrap-s-97cde563-4c3a-491d-9ba2-00f7d479fc55 { display: none !important; }}







#s-97cde563-4c3a-491d-9ba2-00f7d479fc55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97cde563-4c3a-491d-9ba2-00f7d479fc55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8df4098d-a1e8-4dd5-b742-b1822824b2a6 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8df4098d-a1e8-4dd5-b742-b1822824b2a6 {
  display: none;
}
#s-8df4098d-a1e8-4dd5-b742-b1822824b2a6, #wrap-s-8df4098d-a1e8-4dd5-b742-b1822824b2a6 { display: none !important; }}@media (max-width: 767px){#s-8df4098d-a1e8-4dd5-b742-b1822824b2a6 {
  display: none;
}
#s-8df4098d-a1e8-4dd5-b742-b1822824b2a6, #wrap-s-8df4098d-a1e8-4dd5-b742-b1822824b2a6 { display: none !important; }}
#s-ebd21736-35df-48b6-ab49-ceaf7a7439e0 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
text-align: center;
background-color: rgba(48, 45, 45, 1);
opacity: 0.8;
}
#s-ebd21736-35df-48b6-ab49-ceaf7a7439e0:hover {opacity: 1 !important;}@media (min-width: 768px) and (max-width: 991px){#s-ebd21736-35df-48b6-ab49-ceaf7a7439e0 {
  display: none;
}
#s-ebd21736-35df-48b6-ab49-ceaf7a7439e0, #wrap-s-ebd21736-35df-48b6-ab49-ceaf7a7439e0 { display: none !important; }}@media (max-width: 767px){#s-ebd21736-35df-48b6-ab49-ceaf7a7439e0 {
  display: none;
}
#s-ebd21736-35df-48b6-ab49-ceaf7a7439e0, #wrap-s-ebd21736-35df-48b6-ab49-ceaf7a7439e0 { display: none !important; }}






  #s-ebd21736-35df-48b6-ab49-ceaf7a7439e0 img.shogun-image {
    

    
    
    
  }


#s-ebd21736-35df-48b6-ab49-ceaf7a7439e0 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-219aa13d-c003-40dd-9896-6fb38dfb683a {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-219aa13d-c003-40dd-9896-6fb38dfb683a {
  display: none;
}
#s-219aa13d-c003-40dd-9896-6fb38dfb683a, #wrap-s-219aa13d-c003-40dd-9896-6fb38dfb683a { display: none !important; }}@media (max-width: 767px){#s-219aa13d-c003-40dd-9896-6fb38dfb683a {
  display: none;
}
#s-219aa13d-c003-40dd-9896-6fb38dfb683a, #wrap-s-219aa13d-c003-40dd-9896-6fb38dfb683a { display: none !important; }}
@media (min-width: 0px) {
[id="s-219aa13d-c003-40dd-9896-6fb38dfb683a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-219aa13d-c003-40dd-9896-6fb38dfb683a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-219aa13d-c003-40dd-9896-6fb38dfb683a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-219aa13d-c003-40dd-9896-6fb38dfb683a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-219aa13d-c003-40dd-9896-6fb38dfb683a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-219aa13d-c003-40dd-9896-6fb38dfb683a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-219aa13d-c003-40dd-9896-6fb38dfb683a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-672b604f-7335-46ad-be2b-72a81abcf370 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-672b604f-7335-46ad-be2b-72a81abcf370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-672b604f-7335-46ad-be2b-72a81abcf370.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89d9ee8a-fae1-4d79-8640-d3a4fdade935 {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.01);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
color: rgba(255, 255, 255, 1);
}
#s-89d9ee8a-fae1-4d79-8640-d3a4fdade935:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(111, 153, 250, 0.02) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-89d9ee8a-fae1-4d79-8640-d3a4fdade935:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(214, 226, 255, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-89d9ee8a-fae1-4d79-8640-d3a4fdade935-root {
    text-align: left;
  }


#s-89d9ee8a-fae1-4d79-8640-d3a4fdade935.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89d9ee8a-fae1-4d79-8640-d3a4fdade935-root {
    text-align: left;
  }


#s-89d9ee8a-fae1-4d79-8640-d3a4fdade935.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89d9ee8a-fae1-4d79-8640-d3a4fdade935-root {
    text-align: left;
  }


#s-89d9ee8a-fae1-4d79-8640-d3a4fdade935.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89d9ee8a-fae1-4d79-8640-d3a4fdade935-root {
    text-align: left;
  }


#s-89d9ee8a-fae1-4d79-8640-d3a4fdade935.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89d9ee8a-fae1-4d79-8640-d3a4fdade935-root {
    text-align: left;
  }


#s-89d9ee8a-fae1-4d79-8640-d3a4fdade935.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-89d9ee8a-fae1-4d79-8640-d3a4fdade935-root {
    text-align: left;
  }


#s-89d9ee8a-fae1-4d79-8640-d3a4fdade935.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-17d29ea9-ec00-4af6-8abb-21c9426d5080 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}








#s-17d29ea9-ec00-4af6-8abb-21c9426d5080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d29ea9-ec00-4af6-8abb-21c9426d5080.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49d3d99e-b83d-4f04-993a-c39c03f34783 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-49d3d99e-b83d-4f04-993a-c39c03f34783:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-49d3d99e-b83d-4f04-993a-c39c03f34783:active {border-radius: 2px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-49d3d99e-b83d-4f04-993a-c39c03f34783-root {
    text-align: left;
  }


#s-49d3d99e-b83d-4f04-993a-c39c03f34783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49d3d99e-b83d-4f04-993a-c39c03f34783-root {
    text-align: left;
  }


#s-49d3d99e-b83d-4f04-993a-c39c03f34783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49d3d99e-b83d-4f04-993a-c39c03f34783-root {
    text-align: left;
  }


#s-49d3d99e-b83d-4f04-993a-c39c03f34783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49d3d99e-b83d-4f04-993a-c39c03f34783-root {
    text-align: left;
  }


#s-49d3d99e-b83d-4f04-993a-c39c03f34783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49d3d99e-b83d-4f04-993a-c39c03f34783-root {
    text-align: left;
  }


#s-49d3d99e-b83d-4f04-993a-c39c03f34783.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
#s-ee4456d2-b1ca-4c8d-9091-3a28fbfa06cd {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee4456d2-b1ca-4c8d-9091-3a28fbfa06cd {
  display: none;
}
#s-ee4456d2-b1ca-4c8d-9091-3a28fbfa06cd, #wrap-s-ee4456d2-b1ca-4c8d-9091-3a28fbfa06cd { display: none !important; }}@media (max-width: 767px){#s-ee4456d2-b1ca-4c8d-9091-3a28fbfa06cd {
  display: none;
}
#s-ee4456d2-b1ca-4c8d-9091-3a28fbfa06cd, #wrap-s-ee4456d2-b1ca-4c8d-9091-3a28fbfa06cd { display: none !important; }}
#s-ee4456d2-b1ca-4c8d-9091-3a28fbfa06cd hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-34ec1f19-56ee-4266-97cb-41f83bbf7040 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-34ec1f19-56ee-4266-97cb-41f83bbf7040 {
  display: none;
}
#s-34ec1f19-56ee-4266-97cb-41f83bbf7040, #wrap-s-34ec1f19-56ee-4266-97cb-41f83bbf7040 { display: none !important; }}@media (max-width: 767px){#s-34ec1f19-56ee-4266-97cb-41f83bbf7040 {
  display: none;
}
#s-34ec1f19-56ee-4266-97cb-41f83bbf7040, #wrap-s-34ec1f19-56ee-4266-97cb-41f83bbf7040 { display: none !important; }}







#s-34ec1f19-56ee-4266-97cb-41f83bbf7040 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34ec1f19-56ee-4266-97cb-41f83bbf7040.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dec07c1-167c-44ad-88ea-96ab597d2f63 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8dec07c1-167c-44ad-88ea-96ab597d2f63 {
  display: none;
}
#s-8dec07c1-167c-44ad-88ea-96ab597d2f63, #wrap-s-8dec07c1-167c-44ad-88ea-96ab597d2f63 { display: none !important; }}@media (max-width: 767px){#s-8dec07c1-167c-44ad-88ea-96ab597d2f63 {
  display: none;
}
#s-8dec07c1-167c-44ad-88ea-96ab597d2f63, #wrap-s-8dec07c1-167c-44ad-88ea-96ab597d2f63 { display: none !important; }}
#s-3a488ba6-f38e-412e-98a6-422921d334e0 {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 4%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 241, 241, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-3a488ba6-f38e-412e-98a6-422921d334e0 {
  display: none;
}
#s-3a488ba6-f38e-412e-98a6-422921d334e0, #wrap-s-3a488ba6-f38e-412e-98a6-422921d334e0 { display: none !important; }}@media (max-width: 767px){#s-3a488ba6-f38e-412e-98a6-422921d334e0 {
  display: none;
}
#s-3a488ba6-f38e-412e-98a6-422921d334e0, #wrap-s-3a488ba6-f38e-412e-98a6-422921d334e0 { display: none !important; }}
#s-3a488ba6-f38e-412e-98a6-422921d334e0 .shg-sld-dot {
  background-color: rgba(224, 156, 164, 1);
}

#s-3a488ba6-f38e-412e-98a6-422921d334e0 .shg-sld-nav-button.shg-sld-left,
#s-3a488ba6-f38e-412e-98a6-422921d334e0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(224, 156, 164, 1);
}

#s-daa9418f-6e31-4f22-87d7-51b283859f62 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-daa9418f-6e31-4f22-87d7-51b283859f62 {
  
}
}
@media (min-width: 0px) {
[id="s-daa9418f-6e31-4f22-87d7-51b283859f62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-daa9418f-6e31-4f22-87d7-51b283859f62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-daa9418f-6e31-4f22-87d7-51b283859f62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-daa9418f-6e31-4f22-87d7-51b283859f62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8b2948f6-9b1f-4d50-86c7-2e7732873bae {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0%;
max-width: 1000px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-8b2948f6-9b1f-4d50-86c7-2e7732873bae img.shogun-image,
  #s-8b2948f6-9b1f-4d50-86c7-2e7732873bae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b2948f6-9b1f-4d50-86c7-2e7732873bae {
    width: 100%;
    height: auto;
  }



  #s-8b2948f6-9b1f-4d50-86c7-2e7732873bae img.shogun-image {
    

    
    
    
  }


#s-8b2948f6-9b1f-4d50-86c7-2e7732873bae .shogun-image-content {
  
    align-items: center;
  
}

#s-a3c94a3d-a663-4279-a41e-5fec9aacaa64 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-a3c94a3d-a663-4279-a41e-5fec9aacaa64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c94a3d-a663-4279-a41e-5fec9aacaa64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b08f936-8d8b-4485-b3e0-a170b23f5d06 {
  margin-left: 0%;
margin-right: 0%;
}

#s-f9ebc8ee-af71-4ee3-adc0-4aac4a37fe1e {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f9ebc8ee-af71-4ee3-adc0-4aac4a37fe1e {
  display: none;
}
#s-f9ebc8ee-af71-4ee3-adc0-4aac4a37fe1e, #wrap-s-f9ebc8ee-af71-4ee3-adc0-4aac4a37fe1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9ebc8ee-af71-4ee3-adc0-4aac4a37fe1e {
  display: none;
}
#s-f9ebc8ee-af71-4ee3-adc0-4aac4a37fe1e, #wrap-s-f9ebc8ee-af71-4ee3-adc0-4aac4a37fe1e { display: none !important; }}







#s-f9ebc8ee-af71-4ee3-adc0-4aac4a37fe1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9ebc8ee-af71-4ee3-adc0-4aac4a37fe1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72e2f1bb-d3ec-41ba-af06-841ae14669a6 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-72e2f1bb-d3ec-41ba-af06-841ae14669a6 {
  display: none;
}
#s-72e2f1bb-d3ec-41ba-af06-841ae14669a6, #wrap-s-72e2f1bb-d3ec-41ba-af06-841ae14669a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72e2f1bb-d3ec-41ba-af06-841ae14669a6 {
  display: none;
}
#s-72e2f1bb-d3ec-41ba-af06-841ae14669a6, #wrap-s-72e2f1bb-d3ec-41ba-af06-841ae14669a6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-72e2f1bb-d3ec-41ba-af06-841ae14669a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-72e2f1bb-d3ec-41ba-af06-841ae14669a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72e2f1bb-d3ec-41ba-af06-841ae14669a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72e2f1bb-d3ec-41ba-af06-841ae14669a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1f5450f8-c520-409b-a644-4cc7fd11f00f {
  margin-top: 4%;
margin-bottom: 4%;
}
@media (max-width: 767px){#s-1f5450f8-c520-409b-a644-4cc7fd11f00f {
  margin-top: 0%;
margin-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-84410ba0-923a-422c-9f86-b08798067e7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-84410ba0-923a-422c-9f86-b08798067e7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84410ba0-923a-422c-9f86-b08798067e7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84410ba0-923a-422c-9f86-b08798067e7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13ee6e12-bbbd-458f-bd13-2a6e51acbab6 {
  margin-top: -6%;
margin-left: 20%;
margin-bottom: -6%;
margin-right: 20%;
}

#s-13ee6e12-bbbd-458f-bd13-2a6e51acbab6 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-9570b9aa-059e-4eb5-8c9b-153784a9ed02 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b0dc990a-42f0-486a-a2fa-215705d71901 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0dc990a-42f0-486a-a2fa-215705d71901 {
  display: none;
}
#s-b0dc990a-42f0-486a-a2fa-215705d71901, #wrap-s-b0dc990a-42f0-486a-a2fa-215705d71901 { display: none !important; }}@media (max-width: 767px){#s-b0dc990a-42f0-486a-a2fa-215705d71901 {
  display: none;
}
#s-b0dc990a-42f0-486a-a2fa-215705d71901, #wrap-s-b0dc990a-42f0-486a-a2fa-215705d71901 { display: none !important; }}
#s-b0dc990a-42f0-486a-a2fa-215705d71901 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-dd90947c-63b1-4639-a71e-4cd26b126edb {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-dd90947c-63b1-4639-a71e-4cd26b126edb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd90947c-63b1-4639-a71e-4cd26b126edb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd90947c-63b1-4639-a71e-4cd26b126edb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dd90947c-63b1-4639-a71e-4cd26b126edb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd90947c-63b1-4639-a71e-4cd26b126edb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd90947c-63b1-4639-a71e-4cd26b126edb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dd90947c-63b1-4639-a71e-4cd26b126edb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-11559a99-adcb-4977-ad5c-37e471ce9d67 {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-11559a99-adcb-4977-ad5c-37e471ce9d67 {
  display: none;
}
#s-11559a99-adcb-4977-ad5c-37e471ce9d67, #wrap-s-11559a99-adcb-4977-ad5c-37e471ce9d67 { display: none !important; }}@media (max-width: 767px){#s-11559a99-adcb-4977-ad5c-37e471ce9d67 {
  display: none;
}
#s-11559a99-adcb-4977-ad5c-37e471ce9d67, #wrap-s-11559a99-adcb-4977-ad5c-37e471ce9d67 { display: none !important; }}
#s-178e68c4-d6b8-4f94-bdd8-e4854d880776 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-178e68c4-d6b8-4f94-bdd8-e4854d880776 {
  display: none;
}
#s-178e68c4-d6b8-4f94-bdd8-e4854d880776, #wrap-s-178e68c4-d6b8-4f94-bdd8-e4854d880776 { display: none !important; }}@media (max-width: 767px){#s-178e68c4-d6b8-4f94-bdd8-e4854d880776 {
  display: none;
}
#s-178e68c4-d6b8-4f94-bdd8-e4854d880776, #wrap-s-178e68c4-d6b8-4f94-bdd8-e4854d880776 { display: none !important; }}
#s-10c63069-c872-495c-9b20-32381ec358b5 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-10c63069-c872-495c-9b20-32381ec358b5 {
  display: none;
}
#s-10c63069-c872-495c-9b20-32381ec358b5, #wrap-s-10c63069-c872-495c-9b20-32381ec358b5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-10c63069-c872-495c-9b20-32381ec358b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10c63069-c872-495c-9b20-32381ec358b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10c63069-c872-495c-9b20-32381ec358b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10c63069-c872-495c-9b20-32381ec358b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-797f040e-bee2-4835-8595-5f1a051e427a {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 1;
background-color: rgba(8, 8, 8, 1);
}
#s-797f040e-bee2-4835-8595-5f1a051e427a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;}






  #s-797f040e-bee2-4835-8595-5f1a051e427a img.shogun-image {
    

    
    
    
  }


#s-797f040e-bee2-4835-8595-5f1a051e427a .shogun-image-content {
  
    align-items: center;
  
}

#s-9a48f650-b13e-4e02-93b3-06a3c1b042c8 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-9a48f650-b13e-4e02-93b3-06a3c1b042c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a48f650-b13e-4e02-93b3-06a3c1b042c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02947b40-9561-4144-a9c1-0a18ba66717e {
  margin-left: 0%;
margin-right: 0%;
}

#s-2fed37ba-9366-49bb-af0e-269ed5619a66 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2fed37ba-9366-49bb-af0e-269ed5619a66 {
  display: none;
}
#s-2fed37ba-9366-49bb-af0e-269ed5619a66, #wrap-s-2fed37ba-9366-49bb-af0e-269ed5619a66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2fed37ba-9366-49bb-af0e-269ed5619a66 {
  display: none;
}
#s-2fed37ba-9366-49bb-af0e-269ed5619a66, #wrap-s-2fed37ba-9366-49bb-af0e-269ed5619a66 { display: none !important; }}







#s-2fed37ba-9366-49bb-af0e-269ed5619a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fed37ba-9366-49bb-af0e-269ed5619a66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98d75bb5-0c33-4c43-89a3-64a9eeedca81 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-98d75bb5-0c33-4c43-89a3-64a9eeedca81 .shogun-heading-component h5 {
  color: rgba(224, 156, 164, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-544df3b1-0c31-447d-9841-44e2a542d0ff {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-544df3b1-0c31-447d-9841-44e2a542d0ff .shogun-heading-component h1 {
  color: rgba(224, 156, 164, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-3d211744-2275-4d4f-95cd-7d30f98cfade {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-3d211744-2275-4d4f-95cd-7d30f98cfade {
  display: none;
}
#s-3d211744-2275-4d4f-95cd-7d30f98cfade, #wrap-s-3d211744-2275-4d4f-95cd-7d30f98cfade { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d211744-2275-4d4f-95cd-7d30f98cfade {
  display: none;
}
#s-3d211744-2275-4d4f-95cd-7d30f98cfade, #wrap-s-3d211744-2275-4d4f-95cd-7d30f98cfade { display: none !important; }}
@media (min-width: 0px) {
[id="s-3d211744-2275-4d4f-95cd-7d30f98cfade"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3d211744-2275-4d4f-95cd-7d30f98cfade"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d211744-2275-4d4f-95cd-7d30f98cfade"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d211744-2275-4d4f-95cd-7d30f98cfade"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-08565283-8ee1-4e71-bc70-624479e94f33 {
  margin-top: 4%;
margin-bottom: 4%;
}
@media (max-width: 767px){#s-08565283-8ee1-4e71-bc70-624479e94f33 {
  margin-top: 0%;
margin-bottom: 0%;
}
}
#s-ef5c1953-7da6-43a9-a396-aae1cc54829e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}

#s-5ff8060c-7932-4b8b-986f-3560f80620c4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ff8060c-7932-4b8b-986f-3560f80620c4 {
  display: none;
}
#s-5ff8060c-7932-4b8b-986f-3560f80620c4, #wrap-s-5ff8060c-7932-4b8b-986f-3560f80620c4 { display: none !important; }}@media (max-width: 767px){#s-5ff8060c-7932-4b8b-986f-3560f80620c4 {
  display: none;
}
#s-5ff8060c-7932-4b8b-986f-3560f80620c4, #wrap-s-5ff8060c-7932-4b8b-986f-3560f80620c4 { display: none !important; }}
#s-5ff8060c-7932-4b8b-986f-3560f80620c4 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

@media (min-width: 0px) {
[id="s-ceebdbf6-5de2-4e65-8cb8-71cde2e46724"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceebdbf6-5de2-4e65-8cb8-71cde2e46724"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ceebdbf6-5de2-4e65-8cb8-71cde2e46724"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ceebdbf6-5de2-4e65-8cb8-71cde2e46724"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ceebdbf6-5de2-4e65-8cb8-71cde2e46724"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceebdbf6-5de2-4e65-8cb8-71cde2e46724"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ceebdbf6-5de2-4e65-8cb8-71cde2e46724"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-320857ae-4436-4ca7-a6f9-158b4f979ead {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-320857ae-4436-4ca7-a6f9-158b4f979ead {
  display: none;
}
#s-320857ae-4436-4ca7-a6f9-158b4f979ead, #wrap-s-320857ae-4436-4ca7-a6f9-158b4f979ead { display: none !important; }}@media (max-width: 767px){#s-320857ae-4436-4ca7-a6f9-158b4f979ead {
  display: none;
}
#s-320857ae-4436-4ca7-a6f9-158b4f979ead, #wrap-s-320857ae-4436-4ca7-a6f9-158b4f979ead { display: none !important; }}
#s-b9fde560-3205-4e99-9f74-e54a160ab32b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b9fde560-3205-4e99-9f74-e54a160ab32b {
  display: none;
}
#s-b9fde560-3205-4e99-9f74-e54a160ab32b, #wrap-s-b9fde560-3205-4e99-9f74-e54a160ab32b { display: none !important; }}@media (max-width: 767px){#s-b9fde560-3205-4e99-9f74-e54a160ab32b {
  display: none;
}
#s-b9fde560-3205-4e99-9f74-e54a160ab32b, #wrap-s-b9fde560-3205-4e99-9f74-e54a160ab32b { display: none !important; }}
#s-17816a4a-f3b4-4904-9c71-0039a36d058f {
  margin-top: -5%;
margin-left: 20%;
margin-bottom: -5%;
margin-right: 20%;
}
@media (min-width: 1200px){#s-17816a4a-f3b4-4904-9c71-0039a36d058f {
  display: none;
}
#s-17816a4a-f3b4-4904-9c71-0039a36d058f, #wrap-s-17816a4a-f3b4-4904-9c71-0039a36d058f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17816a4a-f3b4-4904-9c71-0039a36d058f {
  display: none;
}
#s-17816a4a-f3b4-4904-9c71-0039a36d058f, #wrap-s-17816a4a-f3b4-4904-9c71-0039a36d058f { display: none !important; }}
#s-17816a4a-f3b4-4904-9c71-0039a36d058f hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-b4a55de9-172e-4fb6-97fc-062d36a58f90 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b4a55de9-172e-4fb6-97fc-062d36a58f90 {
  display: none;
}
#s-b4a55de9-172e-4fb6-97fc-062d36a58f90, #wrap-s-b4a55de9-172e-4fb6-97fc-062d36a58f90 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4a55de9-172e-4fb6-97fc-062d36a58f90 {
  display: none;
}
#s-b4a55de9-172e-4fb6-97fc-062d36a58f90, #wrap-s-b4a55de9-172e-4fb6-97fc-062d36a58f90 { display: none !important; }}
#s-9d0f12da-8231-4d5d-9b08-3344c1eb6593 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-f9945fda-9880-4358-a67c-57da53444703 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f9945fda-9880-4358-a67c-57da53444703 {
  display: none;
}
#s-f9945fda-9880-4358-a67c-57da53444703, #wrap-s-f9945fda-9880-4358-a67c-57da53444703 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9945fda-9880-4358-a67c-57da53444703 {
  display: none;
}
#s-f9945fda-9880-4358-a67c-57da53444703, #wrap-s-f9945fda-9880-4358-a67c-57da53444703 { display: none !important; }}@media (max-width: 767px){#s-f9945fda-9880-4358-a67c-57da53444703 {
  display: none;
}
#s-f9945fda-9880-4358-a67c-57da53444703, #wrap-s-f9945fda-9880-4358-a67c-57da53444703 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f9945fda-9880-4358-a67c-57da53444703"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9945fda-9880-4358-a67c-57da53444703"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9945fda-9880-4358-a67c-57da53444703"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9945fda-9880-4358-a67c-57da53444703"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9945fda-9880-4358-a67c-57da53444703"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9945fda-9880-4358-a67c-57da53444703"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9945fda-9880-4358-a67c-57da53444703"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-19c34c20-aa19-4d02-bfbd-5894e39ab1f9 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-19c34c20-aa19-4d02-bfbd-5894e39ab1f9 {
  display: none;
}
#s-19c34c20-aa19-4d02-bfbd-5894e39ab1f9, #wrap-s-19c34c20-aa19-4d02-bfbd-5894e39ab1f9 { display: none !important; }}@media (max-width: 767px){#s-19c34c20-aa19-4d02-bfbd-5894e39ab1f9 {
  display: none;
}
#s-19c34c20-aa19-4d02-bfbd-5894e39ab1f9, #wrap-s-19c34c20-aa19-4d02-bfbd-5894e39ab1f9 { display: none !important; }}
#s-19c34c20-aa19-4d02-bfbd-5894e39ab1f9 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-b60896ea-260e-400b-80dc-6c8757428187 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b60896ea-260e-400b-80dc-6c8757428187 {
  display: none;
}
#s-b60896ea-260e-400b-80dc-6c8757428187, #wrap-s-b60896ea-260e-400b-80dc-6c8757428187 { display: none !important; }}@media (max-width: 767px){#s-b60896ea-260e-400b-80dc-6c8757428187 {
  display: none;
}
#s-b60896ea-260e-400b-80dc-6c8757428187, #wrap-s-b60896ea-260e-400b-80dc-6c8757428187 { display: none !important; }}







#s-b60896ea-260e-400b-80dc-6c8757428187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b60896ea-260e-400b-80dc-6c8757428187.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c128c3e2-4868-454d-aad0-701e9df6314d {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c128c3e2-4868-454d-aad0-701e9df6314d {
  display: none;
}
#s-c128c3e2-4868-454d-aad0-701e9df6314d, #wrap-s-c128c3e2-4868-454d-aad0-701e9df6314d { display: none !important; }}@media (max-width: 767px){#s-c128c3e2-4868-454d-aad0-701e9df6314d {
  display: none;
}
#s-c128c3e2-4868-454d-aad0-701e9df6314d, #wrap-s-c128c3e2-4868-454d-aad0-701e9df6314d { display: none !important; }}
#s-28112d63-11c8-4bd3-8370-a1b9ca7d1304 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 241, 241, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-28112d63-11c8-4bd3-8370-a1b9ca7d1304 {
  display: none;
}
#s-28112d63-11c8-4bd3-8370-a1b9ca7d1304, #wrap-s-28112d63-11c8-4bd3-8370-a1b9ca7d1304 { display: none !important; }}@media (max-width: 767px){#s-28112d63-11c8-4bd3-8370-a1b9ca7d1304 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 190, 198, 1);
border-radius: 2px;
display: none;
}
#s-28112d63-11c8-4bd3-8370-a1b9ca7d1304, #wrap-s-28112d63-11c8-4bd3-8370-a1b9ca7d1304 { display: none !important; }}
@media (min-width: 0px) {
[id="s-28112d63-11c8-4bd3-8370-a1b9ca7d1304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28112d63-11c8-4bd3-8370-a1b9ca7d1304"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-28112d63-11c8-4bd3-8370-a1b9ca7d1304"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-28112d63-11c8-4bd3-8370-a1b9ca7d1304"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-78164c1e-e836-4902-984b-54b0242418bf {
  text-align: center;
background-color: rgba(48, 45, 45, 1);
opacity: 0.8;
}
#s-78164c1e-e836-4902-984b-54b0242418bf:hover {opacity: 0.8 !important;}






  #s-78164c1e-e836-4902-984b-54b0242418bf img.shogun-image {
    

    
    
    
  }


#s-78164c1e-e836-4902-984b-54b0242418bf .shogun-image-content {
  
    align-items: center;
  
}

#s-5e8550e0-28a8-493a-aa9b-200eb1a25212 {
  min-height: 50px;
}








#s-5e8550e0-28a8-493a-aa9b-200eb1a25212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e8550e0-28a8-493a-aa9b-200eb1a25212 {
  cursor: pointer;
}#s-5e8550e0-28a8-493a-aa9b-200eb1a25212.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1debfec-38f5-47b7-a524-39a4646e46b6 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-25d6d31c-f17f-4a91-997a-016a69506e7d {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 1;
background-color: rgba(7, 7, 7, 1);
}
#s-25d6d31c-f17f-4a91-997a-016a69506e7d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.8 !important;}






  #s-25d6d31c-f17f-4a91-997a-016a69506e7d img.shogun-image {
    

    
    
    
  }


#s-25d6d31c-f17f-4a91-997a-016a69506e7d .shogun-image-content {
  
    align-items: center;
  
}

#s-ebac6816-949e-4c16-9107-611f809c5d93 {
  min-height: 50px;
}








#s-ebac6816-949e-4c16-9107-611f809c5d93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebac6816-949e-4c16-9107-611f809c5d93 {
  cursor: pointer;
}#s-ebac6816-949e-4c16-9107-611f809c5d93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b041afe1-19ad-48e6-b3d4-7aa90ba397dc {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-b9cf5e2b-ad36-442d-9be9-a89b3096d0ab {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 0.8;
background-color: rgba(3, 3, 3, 1);
}
#s-b9cf5e2b-ad36-442d-9be9-a89b3096d0ab:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;}






  #s-b9cf5e2b-ad36-442d-9be9-a89b3096d0ab img.shogun-image {
    

    
    
    
  }


#s-b9cf5e2b-ad36-442d-9be9-a89b3096d0ab .shogun-image-content {
  
    align-items: center;
  
}

#s-7b4cae49-5f04-4fa8-8c36-8fb25b79a4b3 {
  min-height: 50px;
}








#s-7b4cae49-5f04-4fa8-8c36-8fb25b79a4b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b4cae49-5f04-4fa8-8c36-8fb25b79a4b3 {
  cursor: pointer;
}#s-7b4cae49-5f04-4fa8-8c36-8fb25b79a4b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d545078-5f45-40c3-9fe0-47eeb9560259 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1 {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
color: rgba(224, 156, 164, 1);
}
#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1:active {border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1 {
  display: none;
}
#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1, #wrap-s-4dc8aad5-790b-4595-8444-b9d6e28c31e1 { display: none !important; }}@media (max-width: 767px){#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1 {
  display: none;
}
#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1, #wrap-s-4dc8aad5-790b-4595-8444-b9d6e28c31e1 { display: none !important; }}

  #s-4dc8aad5-790b-4595-8444-b9d6e28c31e1-root {
    text-align: center;
  }


#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4dc8aad5-790b-4595-8444-b9d6e28c31e1-root {
    text-align: center;
  }


#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4dc8aad5-790b-4595-8444-b9d6e28c31e1-root {
    text-align: center;
  }


#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4dc8aad5-790b-4595-8444-b9d6e28c31e1-root {
    text-align: center;
  }


#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4dc8aad5-790b-4595-8444-b9d6e28c31e1-root {
    text-align: center;
  }


#s-4dc8aad5-790b-4595-8444-b9d6e28c31e1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
#s-e3b9ed76-7236-4264-8cc7-1942bb9c2056 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3b9ed76-7236-4264-8cc7-1942bb9c2056 {
  display: none;
}
#s-e3b9ed76-7236-4264-8cc7-1942bb9c2056, #wrap-s-e3b9ed76-7236-4264-8cc7-1942bb9c2056 { display: none !important; }}@media (max-width: 767px){#s-e3b9ed76-7236-4264-8cc7-1942bb9c2056 {
  display: none;
}
#s-e3b9ed76-7236-4264-8cc7-1942bb9c2056, #wrap-s-e3b9ed76-7236-4264-8cc7-1942bb9c2056 { display: none !important; }}
#s-e3b9ed76-7236-4264-8cc7-1942bb9c2056 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-241cc5ac-16f3-4067-8e82-a41c8c680d0a {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(111, 153, 250, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-241cc5ac-16f3-4067-8e82-a41c8c680d0a {
  display: none;
}
#s-241cc5ac-16f3-4067-8e82-a41c8c680d0a, #wrap-s-241cc5ac-16f3-4067-8e82-a41c8c680d0a { display: none !important; }}@media (max-width: 767px){#s-241cc5ac-16f3-4067-8e82-a41c8c680d0a {
  display: none;
}
#s-241cc5ac-16f3-4067-8e82-a41c8c680d0a, #wrap-s-241cc5ac-16f3-4067-8e82-a41c8c680d0a { display: none !important; }}
@media (min-width: 0px) {
[id="s-241cc5ac-16f3-4067-8e82-a41c8c680d0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-241cc5ac-16f3-4067-8e82-a41c8c680d0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-241cc5ac-16f3-4067-8e82-a41c8c680d0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-241cc5ac-16f3-4067-8e82-a41c8c680d0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-383e85b6-5fdd-4523-a4a0-a9176b4bed6d {
  background-color: rgba(252, 241, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-383e85b6-5fdd-4523-a4a0-a9176b4bed6d {
  display: none;
}
#s-383e85b6-5fdd-4523-a4a0-a9176b4bed6d, #wrap-s-383e85b6-5fdd-4523-a4a0-a9176b4bed6d { display: none !important; }}@media (max-width: 767px){#s-383e85b6-5fdd-4523-a4a0-a9176b4bed6d {
  padding-top: 6%;
padding-left: 0%;
padding-bottom: 6%;
padding-right: 0%;
}
}







#s-383e85b6-5fdd-4523-a4a0-a9176b4bed6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-383e85b6-5fdd-4523-a4a0-a9176b4bed6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5ebe143-76ab-4f20-bc4b-c5f2c9bf6540 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

#s-7dad4393-3215-4141-bdf5-682dbc4d4cff {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 1%;
margin-right: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
background-color: rgba(252, 241, 241, 1);
}
@media (max-width: 767px){#s-7dad4393-3215-4141-bdf5-682dbc4d4cff {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-354d4d47-813c-42df-81e2-b27c89eab21a {
  min-height: 50px;
background-color: rgba(252, 241, 241, 1);
}
@media (min-width: 1200px){#s-354d4d47-813c-42df-81e2-b27c89eab21a {
  display: none;
}
#s-354d4d47-813c-42df-81e2-b27c89eab21a, #wrap-s-354d4d47-813c-42df-81e2-b27c89eab21a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-354d4d47-813c-42df-81e2-b27c89eab21a {
  display: none;
}
#s-354d4d47-813c-42df-81e2-b27c89eab21a, #wrap-s-354d4d47-813c-42df-81e2-b27c89eab21a { display: none !important; }}@media (max-width: 767px){#s-354d4d47-813c-42df-81e2-b27c89eab21a {
  display: none;
}
#s-354d4d47-813c-42df-81e2-b27c89eab21a, #wrap-s-354d4d47-813c-42df-81e2-b27c89eab21a { display: none !important; }}







#s-354d4d47-813c-42df-81e2-b27c89eab21a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-354d4d47-813c-42df-81e2-b27c89eab21a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7d350b6-6e6f-412e-9965-4426092dc6b7 {
  margin-left: 4%;
margin-right: 4%;
}

#s-ed842ab7-4dc2-4d20-bf8d-4e82f064c143 {
  padding-top: 5%;
padding-bottom: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
background-color: rgba(255, 190, 198, 1);
}
@media (max-width: 767px){#s-ed842ab7-4dc2-4d20-bf8d-4e82f064c143 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-ed842ab7-4dc2-4d20-bf8d-4e82f064c143 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  ; 
  color: rgba(255, 255, 255, 1);
  font-family: Avenir;
  font-size: ;
  font-style: ;
  
  letter-spacing: 1px;
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-ed842ab7-4dc2-4d20-bf8d-4e82f064c143 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  
  color: rgba(111, 153, 250, 1);
  font-family: cera pro;
  
  line-height: 1em;
  letter-spacing: 0px;
  justify-content: center;
}

#s-ed842ab7-4dc2-4d20-bf8d-4e82f064c143 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(111, 153, 250, 1);
}

#s-ed842ab7-4dc2-4d20-bf8d-4e82f064c143 .shogun-form-error-msg-container, #s-ed842ab7-4dc2-4d20-bf8d-4e82f064c143 .shogun-form-field-error-msg-container {
  display: none;
}

#s-ed842ab7-4dc2-4d20-bf8d-4e82f064c143 .shogun-form-error-msg {
  font-size: 14px;
  
  color: rgba(111, 153, 250, 1);
  font-family: cera pro;
  
  
  
  justify-content: flex-end;
}

#s-ed842ab7-4dc2-4d20-bf8d-4e82f064c143 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(111, 153, 250, 1);
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-b2f6512b-5485-4656-b923-17774ae8e7ca {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}

#s-b2f6512b-5485-4656-b923-17774ae8e7ca  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(111, 153, 250, 1);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  font-style: ;
  color: rgba(111, 153, 250, 1);
  font-family: Avenir next;
  font-weight: ;
  line-height: 2em;
  letter-spacing: 3px;
}

#s-b2f6512b-5485-4656-b923-17774ae8e7ca  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  
  color: rgba(111, 153, 250, 1);
  font-family: cera pro;
  
  
  letter-spacing: 3px;
}


#s-b2f6512b-5485-4656-b923-17774ae8e7ca .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(111, 153, 250, 1);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(111, 153, 250, 1);
}



#s-b2f6512b-5485-4656-b923-17774ae8e7ca .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(111, 153, 250, 1);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(111, 153, 250, 1);
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-98127934-acef-47b1-a750-cd736dcbeed4 {
  border-style: solid;
margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 247, 1);
border-radius: 2px;
color: rgba(255, 247, 247, 1);
background-color: rgba(255, 190, 198, 1);
text-align: left;
cursor: pointer;
font-size: 18px;
line-height: 0.5em;
background-image: none;
hover-type: color;
font-family: cera pro;
}
#s-98127934-acef-47b1-a750-cd736dcbeed4:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 190, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-98127934-acef-47b1-a750-cd736dcbeed4:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 190, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}
#s-98127934-acef-47b1-a750-cd736dcbeed4[disabled],
#s-98127934-acef-47b1-a750-cd736dcbeed4[disabled]:hover,
#s-98127934-acef-47b1-a750-cd736dcbeed4[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-98127934-acef-47b1-a750-cd736dcbeed4 {
  display:  inline-block ;
  width:  auto ;
}


@media (min-width: 1200px){#s-912e0c5e-f76b-44ce-8a1e-81beb15710e0 {
  display: none;
}
#s-912e0c5e-f76b-44ce-8a1e-81beb15710e0, #wrap-s-912e0c5e-f76b-44ce-8a1e-81beb15710e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-912e0c5e-f76b-44ce-8a1e-81beb15710e0 {
  display: none;
}
#s-912e0c5e-f76b-44ce-8a1e-81beb15710e0, #wrap-s-912e0c5e-f76b-44ce-8a1e-81beb15710e0 { display: none !important; }}
#s-912e0c5e-f76b-44ce-8a1e-81beb15710e0 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-2be8a3d7-b311-4357-8192-92b3fb78c418 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
}
@media (min-width: 1200px){#s-2be8a3d7-b311-4357-8192-92b3fb78c418 {
  display: none;
}
#s-2be8a3d7-b311-4357-8192-92b3fb78c418, #wrap-s-2be8a3d7-b311-4357-8192-92b3fb78c418 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2be8a3d7-b311-4357-8192-92b3fb78c418 {
  display: none;
}
#s-2be8a3d7-b311-4357-8192-92b3fb78c418, #wrap-s-2be8a3d7-b311-4357-8192-92b3fb78c418 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2be8a3d7-b311-4357-8192-92b3fb78c418 {
  display: none;
}
#s-2be8a3d7-b311-4357-8192-92b3fb78c418, #wrap-s-2be8a3d7-b311-4357-8192-92b3fb78c418 { display: none !important; }}@media (max-width: 767px){#s-2be8a3d7-b311-4357-8192-92b3fb78c418 {
  
}
}
#s-641bb3a2-c449-44aa-9f3d-02fcdd921d82 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-left: 8%;
padding-right: 8%;
}
@media (min-width: 1200px){#s-641bb3a2-c449-44aa-9f3d-02fcdd921d82 {
  display: none;
}
#s-641bb3a2-c449-44aa-9f3d-02fcdd921d82, #wrap-s-641bb3a2-c449-44aa-9f3d-02fcdd921d82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-641bb3a2-c449-44aa-9f3d-02fcdd921d82 {
  display: none;
}
#s-641bb3a2-c449-44aa-9f3d-02fcdd921d82, #wrap-s-641bb3a2-c449-44aa-9f3d-02fcdd921d82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-641bb3a2-c449-44aa-9f3d-02fcdd921d82 {
  
}
}@media (max-width: 767px){#s-641bb3a2-c449-44aa-9f3d-02fcdd921d82 {
  display: none;
}
#s-641bb3a2-c449-44aa-9f3d-02fcdd921d82, #wrap-s-641bb3a2-c449-44aa-9f3d-02fcdd921d82 { display: none !important; }}
#s-59fd4bbc-e80d-4c4d-b537-660f088c23ce {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-59fd4bbc-e80d-4c4d-b537-660f088c23ce {
  display: none;
}
#s-59fd4bbc-e80d-4c4d-b537-660f088c23ce, #wrap-s-59fd4bbc-e80d-4c4d-b537-660f088c23ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59fd4bbc-e80d-4c4d-b537-660f088c23ce {
  display: none;
}
#s-59fd4bbc-e80d-4c4d-b537-660f088c23ce, #wrap-s-59fd4bbc-e80d-4c4d-b537-660f088c23ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59fd4bbc-e80d-4c4d-b537-660f088c23ce {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-59fd4bbc-e80d-4c4d-b537-660f088c23ce {
  
}
}
@media (min-width: 0px) {
[id="s-59fd4bbc-e80d-4c4d-b537-660f088c23ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59fd4bbc-e80d-4c4d-b537-660f088c23ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59fd4bbc-e80d-4c4d-b537-660f088c23ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59fd4bbc-e80d-4c4d-b537-660f088c23ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-09ef62c3-99a0-4261-80e1-37341e7667a1 {
  border-style: solid;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 1;
background-color: rgba(0, 0, 0, 1);
}
#s-09ef62c3-99a0-4261-80e1-37341e7667a1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-09ef62c3-99a0-4261-80e1-37341e7667a1 img.shogun-image {
    

    
    
    
  }


#s-09ef62c3-99a0-4261-80e1-37341e7667a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1efcaffd-2f1e-4c6f-b135-7cb44d67e8c0 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-1efcaffd-2f1e-4c6f-b135-7cb44d67e8c0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 198, 1);
}

#s-1efcaffd-2f1e-4c6f-b135-7cb44d67e8c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-1efcaffd-2f1e-4c6f-b135-7cb44d67e8c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 45, 45, 1);
}

#s-1efcaffd-2f1e-4c6f-b135-7cb44d67e8c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 190, 198, 1);
}

#s-1efcaffd-2f1e-4c6f-b135-7cb44d67e8c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 45, 45, 1);
  text-align: left;
  font-family: Avenir next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-1efcaffd-2f1e-4c6f-b135-7cb44d67e8c0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-b5f6fd22-1724-4a65-9b31-af86b257ee11 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
}

#s-eb94e1d7-16a5-4288-8e49-803fc8481aa4 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-eb94e1d7-16a5-4288-8e49-803fc8481aa4:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eb94e1d7-16a5-4288-8e49-803fc8481aa4:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-eb94e1d7-16a5-4288-8e49-803fc8481aa4-root {
    text-align: left;
  }


#s-eb94e1d7-16a5-4288-8e49-803fc8481aa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb94e1d7-16a5-4288-8e49-803fc8481aa4-root {
    text-align: left;
  }


#s-eb94e1d7-16a5-4288-8e49-803fc8481aa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb94e1d7-16a5-4288-8e49-803fc8481aa4-root {
    text-align: left;
  }


#s-eb94e1d7-16a5-4288-8e49-803fc8481aa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb94e1d7-16a5-4288-8e49-803fc8481aa4-root {
    text-align: left;
  }


#s-eb94e1d7-16a5-4288-8e49-803fc8481aa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb94e1d7-16a5-4288-8e49-803fc8481aa4-root {
    text-align: left;
  }


#s-eb94e1d7-16a5-4288-8e49-803fc8481aa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
  #s-eb94e1d7-16a5-4288-8e49-803fc8481aa4-root {
    text-align: left;
  }


#s-eb94e1d7-16a5-4288-8e49-803fc8481aa4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-e15614af-1efc-4d28-b80c-c62ba870ee01 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(48, 45, 45, 1);
opacity: 0.9;
}
#s-e15614af-1efc-4d28-b80c-c62ba870ee01:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-e15614af-1efc-4d28-b80c-c62ba870ee01 img.shogun-image {
    

    
    
    
  }


#s-e15614af-1efc-4d28-b80c-c62ba870ee01 .shogun-image-content {
  
    align-items: flex-end;
  
}
@media (min-width: 768px) and (max-width: 991px){





  #s-e15614af-1efc-4d28-b80c-c62ba870ee01 img.shogun-image {
    

    
    
    
  }


#s-e15614af-1efc-4d28-b80c-c62ba870ee01 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-4850618b-5ec5-40f3-bf9e-ecab3667a2af {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

#s-4850618b-5ec5-40f3-bf9e-ecab3667a2af > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 198, 1);
}

#s-4850618b-5ec5-40f3-bf9e-ecab3667a2af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-4850618b-5ec5-40f3-bf9e-ecab3667a2af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 45, 45, 1);
}

#s-4850618b-5ec5-40f3-bf9e-ecab3667a2af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 190, 198, 1);
}

#s-4850618b-5ec5-40f3-bf9e-ecab3667a2af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 45, 45, 1);
  text-align: left;
  font-family: Avenir next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-4850618b-5ec5-40f3-bf9e-ecab3667a2af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e0889ad5-5c03-47e6-9ff7-c02f53aa2e0c {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e0889ad5-5c03-47e6-9ff7-c02f53aa2e0c {
  
}
}@media (max-width: 767px){#s-e0889ad5-5c03-47e6-9ff7-c02f53aa2e0c {
  
}
}
#s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 0.5em;
}
#s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0-root {
    text-align: left;
  }


#s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0-root {
    text-align: left;
  }


#s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0-root {
    text-align: left;
  }


#s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0-root {
    text-align: left;
  }


#s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0-root {
    text-align: left;
  }


#s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0-root {
    text-align: left;
  }


#s-cf8d674d-6ee7-4355-aef0-f79b73cf6cf0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0229d9a2-6843-4872-add0-1800dca32fde {
  margin-top: 0%;
margin-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
border-radius: 2px;
min-height: 50px;
}








#s-0229d9a2-6843-4872-add0-1800dca32fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0229d9a2-6843-4872-add0-1800dca32fde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a804eb72-92a6-4a58-87af-6af9edb4679f {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
border-color: rgba(255, 255, 255, 1);
text-align: right;
background-color: rgba(48, 45, 45, 1);
opacity: 1;
}
#s-a804eb72-92a6-4a58-87af-6af9edb4679f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}






  #s-a804eb72-92a6-4a58-87af-6af9edb4679f img.shogun-image {
    

    
    
    
  }


#s-a804eb72-92a6-4a58-87af-6af9edb4679f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b71c9141-f4a1-4e20-bcd2-b7a1ba4b7d88 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-b71c9141-f4a1-4e20-bcd2-b7a1ba4b7d88 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 198, 1);
}

#s-b71c9141-f4a1-4e20-bcd2-b7a1ba4b7d88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-b71c9141-f4a1-4e20-bcd2-b7a1ba4b7d88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 45, 45, 1);
}

#s-b71c9141-f4a1-4e20-bcd2-b7a1ba4b7d88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 190, 198, 1);
}

#s-b71c9141-f4a1-4e20-bcd2-b7a1ba4b7d88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 45, 45, 1);
  text-align: left;
  font-family: Avenir next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-b71c9141-f4a1-4e20-bcd2-b7a1ba4b7d88 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-42b66502-d056-462d-8e1a-359563e8f627 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-42b66502-d056-462d-8e1a-359563e8f627 {
  
}
}@media (max-width: 767px){#s-42b66502-d056-462d-8e1a-359563e8f627 {
  
}
}
#s-fa8d65ef-1aad-4bbe-9a8c-432476440861 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: left undefined;
line-height: 0.5em;
}
#s-fa8d65ef-1aad-4bbe-9a8c-432476440861:hover {border-radius: 2px !important;
background-color: rgba(111, 153, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa8d65ef-1aad-4bbe-9a8c-432476440861:active {border-radius: 2px !important;
background-color: rgba(214, 226, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fa8d65ef-1aad-4bbe-9a8c-432476440861-root {
    text-align: left;
  }


#s-fa8d65ef-1aad-4bbe-9a8c-432476440861.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa8d65ef-1aad-4bbe-9a8c-432476440861-root {
    text-align: left;
  }


#s-fa8d65ef-1aad-4bbe-9a8c-432476440861.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa8d65ef-1aad-4bbe-9a8c-432476440861-root {
    text-align: left;
  }


#s-fa8d65ef-1aad-4bbe-9a8c-432476440861.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa8d65ef-1aad-4bbe-9a8c-432476440861-root {
    text-align: left;
  }


#s-fa8d65ef-1aad-4bbe-9a8c-432476440861.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa8d65ef-1aad-4bbe-9a8c-432476440861-root {
    text-align: left;
  }


#s-fa8d65ef-1aad-4bbe-9a8c-432476440861.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
  #s-fa8d65ef-1aad-4bbe-9a8c-432476440861-root {
    text-align: left;
  }


#s-fa8d65ef-1aad-4bbe-9a8c-432476440861.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 1200px){#s-bdb08909-b9bb-486f-b466-1c80471e22fb {
  display: none;
}
#s-bdb08909-b9bb-486f-b466-1c80471e22fb, #wrap-s-bdb08909-b9bb-486f-b466-1c80471e22fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdb08909-b9bb-486f-b466-1c80471e22fb {
  display: none;
}
#s-bdb08909-b9bb-486f-b466-1c80471e22fb, #wrap-s-bdb08909-b9bb-486f-b466-1c80471e22fb { display: none !important; }}
#s-bdb08909-b9bb-486f-b466-1c80471e22fb hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-f031c2ea-84b9-4e63-ac65-378dd89d6d70 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-f031c2ea-84b9-4e63-ac65-378dd89d6d70 {
  display: none;
}
#s-f031c2ea-84b9-4e63-ac65-378dd89d6d70, #wrap-s-f031c2ea-84b9-4e63-ac65-378dd89d6d70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f031c2ea-84b9-4e63-ac65-378dd89d6d70 {
  display: none;
}
#s-f031c2ea-84b9-4e63-ac65-378dd89d6d70, #wrap-s-f031c2ea-84b9-4e63-ac65-378dd89d6d70 { display: none !important; }}
#s-6ada17a1-7390-4061-a708-af252b1d12f7 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-6ada17a1-7390-4061-a708-af252b1d12f7 {
  display: none;
}
#s-6ada17a1-7390-4061-a708-af252b1d12f7, #wrap-s-6ada17a1-7390-4061-a708-af252b1d12f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ada17a1-7390-4061-a708-af252b1d12f7 {
  display: none;
}
#s-6ada17a1-7390-4061-a708-af252b1d12f7, #wrap-s-6ada17a1-7390-4061-a708-af252b1d12f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ada17a1-7390-4061-a708-af252b1d12f7 {
  
}
}@media (max-width: 767px){#s-6ada17a1-7390-4061-a708-af252b1d12f7 {
  
}
}
#s-6ada17a1-7390-4061-a708-af252b1d12f7 .shg-sld-dot {
  background-color: rgba(224, 156, 164, 1);
}

#s-6ada17a1-7390-4061-a708-af252b1d12f7 .shg-sld-nav-button.shg-sld-left,
#s-6ada17a1-7390-4061-a708-af252b1d12f7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(224, 156, 164, 1);
}

#s-1c2a0de0-7b8f-4403-9dc5-f530aea111ee {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (max-width: 767px){#s-1c2a0de0-7b8f-4403-9dc5-f530aea111ee {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-1f26e382-58dc-424a-b9bb-628af58ac0f1 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-2b63ea85-1e46-4755-bf74-f44b9db0ccb9 {
  margin-top: 0%;
margin-bottom: 0%;
text-align: center;
opacity: 0.8;
background-color: rgba(6, 6, 6, 1);
}







  #s-2b63ea85-1e46-4755-bf74-f44b9db0ccb9 img.shogun-image {
    

    
    
    
  }


#s-2b63ea85-1e46-4755-bf74-f44b9db0ccb9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d1c290e2-08f6-4f64-b906-9e710408920e {
  margin-top: 30%;
margin-bottom: 30%;
}

#s-bfc60406-681e-4edd-b906-8fc89baaa26e {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-bfc60406-681e-4edd-b906-8fc89baaa26e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bfc60406-681e-4edd-b906-8fc89baaa26e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfc60406-681e-4edd-b906-8fc89baaa26e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfc60406-681e-4edd-b906-8fc89baaa26e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-35479871-a24b-47e6-b8d6-e0694deaf8f8 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

#s-49ec4db9-c324-4490-871e-36c9ec889ae1 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
color: rgba(224, 156, 164, 1);
}
#s-49ec4db9-c324-4490-871e-36c9ec889ae1:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-49ec4db9-c324-4490-871e-36c9ec889ae1:active {border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-49ec4db9-c324-4490-871e-36c9ec889ae1-root {
    text-align: center;
  }


#s-49ec4db9-c324-4490-871e-36c9ec889ae1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49ec4db9-c324-4490-871e-36c9ec889ae1-root {
    text-align: center;
  }


#s-49ec4db9-c324-4490-871e-36c9ec889ae1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49ec4db9-c324-4490-871e-36c9ec889ae1-root {
    text-align: center;
  }


#s-49ec4db9-c324-4490-871e-36c9ec889ae1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49ec4db9-c324-4490-871e-36c9ec889ae1-root {
    text-align: center;
  }


#s-49ec4db9-c324-4490-871e-36c9ec889ae1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49ec4db9-c324-4490-871e-36c9ec889ae1-root {
    text-align: center;
  }


#s-49ec4db9-c324-4490-871e-36c9ec889ae1.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-9f446baf-87ff-403a-8871-1e1265b38511 {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 2%;
padding-left: 15px;
padding-bottom: 2%;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-9f446baf-87ff-403a-8871-1e1265b38511:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(111, 153, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-9f446baf-87ff-403a-8871-1e1265b38511:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-9f446baf-87ff-403a-8871-1e1265b38511-atc-btn-wrapper {
    text-align: center;
  }


#s-9f446baf-87ff-403a-8871-1e1265b38511 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f446baf-87ff-403a-8871-1e1265b38511.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f446baf-87ff-403a-8871-1e1265b38511.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-9f446baf-87ff-403a-8871-1e1265b38511.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9f446baf-87ff-403a-8871-1e1265b38511.shg-btn.shg-product-atc-success {
    
    font-family: cera pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-92657e66-11b6-4b4e-8461-a660eaa9f67b {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-156f2f0f-c69d-4fa1-ab54-6be3e9fe796f {
  text-align: center;
opacity: 0.8;
background-color: rgba(9, 9, 9, 1);
}







  #s-156f2f0f-c69d-4fa1-ab54-6be3e9fe796f img.shogun-image {
    

    
    
    
  }


#s-156f2f0f-c69d-4fa1-ab54-6be3e9fe796f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-18b54a0f-19a0-4208-b22d-0347e7128fca {
  margin-top: 30%;
margin-bottom: 30%;
}

#s-eb13a225-1b53-45d9-95b4-74b076665784 {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-eb13a225-1b53-45d9-95b4-74b076665784"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eb13a225-1b53-45d9-95b4-74b076665784"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb13a225-1b53-45d9-95b4-74b076665784"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb13a225-1b53-45d9-95b4-74b076665784"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c8c4fcb0-c1d2-4521-8347-39bebf3d721c {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}

#s-7240d9b4-5df0-4a02-a0ef-95813a53e897 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
color: rgba(224, 156, 164, 1);
}
#s-7240d9b4-5df0-4a02-a0ef-95813a53e897:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-7240d9b4-5df0-4a02-a0ef-95813a53e897:active {border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-7240d9b4-5df0-4a02-a0ef-95813a53e897-root {
    text-align: center;
  }


#s-7240d9b4-5df0-4a02-a0ef-95813a53e897.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7240d9b4-5df0-4a02-a0ef-95813a53e897-root {
    text-align: center;
  }


#s-7240d9b4-5df0-4a02-a0ef-95813a53e897.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7240d9b4-5df0-4a02-a0ef-95813a53e897-root {
    text-align: center;
  }


#s-7240d9b4-5df0-4a02-a0ef-95813a53e897.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7240d9b4-5df0-4a02-a0ef-95813a53e897-root {
    text-align: center;
  }


#s-7240d9b4-5df0-4a02-a0ef-95813a53e897.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7240d9b4-5df0-4a02-a0ef-95813a53e897-root {
    text-align: center;
  }


#s-7240d9b4-5df0-4a02-a0ef-95813a53e897.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-504829e7-beee-4fdc-9b92-7ccde88196a9 {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-504829e7-beee-4fdc-9b92-7ccde88196a9:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(111, 153, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-504829e7-beee-4fdc-9b92-7ccde88196a9:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}


#s-504829e7-beee-4fdc-9b92-7ccde88196a9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-504829e7-beee-4fdc-9b92-7ccde88196a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-504829e7-beee-4fdc-9b92-7ccde88196a9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-504829e7-beee-4fdc-9b92-7ccde88196a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-504829e7-beee-4fdc-9b92-7ccde88196a9.shg-btn.shg-product-atc-success {
    
    font-family: cera pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-f26306ce-bf16-4a1b-8f2f-c220882cc977 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-2aacfdc6-49db-4a64-9fee-84ec37a47cda {
  text-align: center;
opacity: 0.8;
background-color: rgba(9, 9, 9, 1);
}







  #s-2aacfdc6-49db-4a64-9fee-84ec37a47cda img.shogun-image {
    

    
    
    
  }


#s-2aacfdc6-49db-4a64-9fee-84ec37a47cda .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-06a95c1d-1004-406e-87b5-3fe05cf93445 {
  margin-top: 30%;
margin-bottom: 30%;
}

#s-48c5bbde-4869-410f-b7ee-238c7c465afb {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-48c5bbde-4869-410f-b7ee-238c7c465afb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-48c5bbde-4869-410f-b7ee-238c7c465afb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48c5bbde-4869-410f-b7ee-238c7c465afb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48c5bbde-4869-410f-b7ee-238c7c465afb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a692af7-0658-409b-be8e-8a37f18f65e3 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

#s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30 {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
color: rgba(224, 156, 164, 1);
}
#s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30:active {border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30-root {
    text-align: center;
  }


#s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30-root {
    text-align: center;
  }


#s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30-root {
    text-align: center;
  }


#s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30-root {
    text-align: center;
  }


#s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30-root {
    text-align: center;
  }


#s-a4a6e10a-e44c-4d97-83e9-f0ddc297ee30.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-984e9071-ae5d-43b2-a4ba-2af57df98793 {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-984e9071-ae5d-43b2-a4ba-2af57df98793:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(111, 153, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-984e9071-ae5d-43b2-a4ba-2af57df98793:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}


#s-984e9071-ae5d-43b2-a4ba-2af57df98793 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-984e9071-ae5d-43b2-a4ba-2af57df98793.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-984e9071-ae5d-43b2-a4ba-2af57df98793.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-984e9071-ae5d-43b2-a4ba-2af57df98793.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-984e9071-ae5d-43b2-a4ba-2af57df98793.shg-btn.shg-product-atc-success {
    
    font-family: cera pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-dd6d9850-afb1-49f4-a666-b5a93b777970 {
  text-align: left;
}



.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd6d9850-afb1-49f4-a666-b5a93b777970 img.shogun-image {
  width: 100%;
}




#s-2c9e54e9-d6bd-433a-b5fd-440d7d4f883e {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-12d5acdd-afc3-4086-ad29-e2ae1d8cc9ae {
  text-align: center;
opacity: 0.8;
background-color: rgba(11, 11, 11, 1);
}







  #s-12d5acdd-afc3-4086-ad29-e2ae1d8cc9ae img.shogun-image {
    

    
    
    
  }


#s-12d5acdd-afc3-4086-ad29-e2ae1d8cc9ae .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-84479bff-96dd-4962-8e98-45a8e53f5d7c {
  margin-top: 30%;
margin-bottom: 30%;
}

#s-369ec213-d267-4026-aeb0-df8cb64dc88d {
  margin-top: 3%;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-369ec213-d267-4026-aeb0-df8cb64dc88d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-369ec213-d267-4026-aeb0-df8cb64dc88d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-369ec213-d267-4026-aeb0-df8cb64dc88d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-369ec213-d267-4026-aeb0-df8cb64dc88d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-886a596d-96be-4d9e-9348-522d384771e5 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

#s-49457ddc-fd04-4179-9435-64d43f301d2b {
  border-style: solid;
margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
color: rgba(224, 156, 164, 1);
}
#s-49457ddc-fd04-4179-9435-64d43f301d2b:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-49457ddc-fd04-4179-9435-64d43f301d2b:active {border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}

  #s-49457ddc-fd04-4179-9435-64d43f301d2b-root {
    text-align: center;
  }


#s-49457ddc-fd04-4179-9435-64d43f301d2b.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-49457ddc-fd04-4179-9435-64d43f301d2b-root {
    text-align: center;
  }


#s-49457ddc-fd04-4179-9435-64d43f301d2b.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49457ddc-fd04-4179-9435-64d43f301d2b-root {
    text-align: center;
  }


#s-49457ddc-fd04-4179-9435-64d43f301d2b.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49457ddc-fd04-4179-9435-64d43f301d2b-root {
    text-align: center;
  }


#s-49457ddc-fd04-4179-9435-64d43f301d2b.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-49457ddc-fd04-4179-9435-64d43f301d2b-root {
    text-align: center;
  }


#s-49457ddc-fd04-4179-9435-64d43f301d2b.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-6fb94058-0c20-4e11-a616-6b5d254df29e {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(224, 156, 164, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6fb94058-0c20-4e11-a616-6b5d254df29e:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(111, 153, 250, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-6fb94058-0c20-4e11-a616-6b5d254df29e:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}


#s-6fb94058-0c20-4e11-a616-6b5d254df29e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6fb94058-0c20-4e11-a616-6b5d254df29e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6fb94058-0c20-4e11-a616-6b5d254df29e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}

#s-6fb94058-0c20-4e11-a616-6b5d254df29e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6fb94058-0c20-4e11-a616-6b5d254df29e.shg-btn.shg-product-atc-success {
    
    font-family: cera pro;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


@media (min-width: 1200px){#s-635e9830-51da-4a24-9d7c-c7f6b1ab36f0 {
  display: none;
}
#s-635e9830-51da-4a24-9d7c-c7f6b1ab36f0, #wrap-s-635e9830-51da-4a24-9d7c-c7f6b1ab36f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-635e9830-51da-4a24-9d7c-c7f6b1ab36f0 {
  display: none;
}
#s-635e9830-51da-4a24-9d7c-c7f6b1ab36f0, #wrap-s-635e9830-51da-4a24-9d7c-c7f6b1ab36f0 { display: none !important; }}
#s-635e9830-51da-4a24-9d7c-c7f6b1ab36f0 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-588fa4d6-892f-4667-814a-e76f647b5028 {
  min-height: 50px;
}








#s-588fa4d6-892f-4667-814a-e76f647b5028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-588fa4d6-892f-4667-814a-e76f647b5028.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ce2ada9-9a59-49b8-93fc-6752643b19a7 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-4ce2ada9-9a59-49b8-93fc-6752643b19a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ce2ada9-9a59-49b8-93fc-6752643b19a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
  margin-left: 2%;
margin-right: 2%;
max-width: 1711px;
aspect-ratio: 4/3;
text-align: center;
}
@media (min-width: 1200px){#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
  display: none;
}
#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02, #wrap-s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
  display: none;
}
#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02, #wrap-s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 { display: none !important; }}




  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image,
  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
    width: 100%;
    height: auto;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
    
    
  }


.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
      position: relative;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image,
  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
    width: 100%;
    height: auto;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
    
    
  }


.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
      position: relative;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image,
  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
    width: 100%;
    height: auto;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
    
    
  }


.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
      position: relative;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image,
  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
    width: 100%;
    height: auto;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
    
    
  }


.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
      position: relative;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image,
  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
    width: 100%;
    height: auto;
  }

  #s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
    
    
  }


.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container {
      position: relative;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5cff5df3-e5c1-4c38-a8e4-9a350b44dc02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7787b2b1-11ee-412c-88d1-5d4000fdd37a {
  margin-top: 10%;
margin-left: 8%;
margin-bottom: 10%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7787b2b1-11ee-412c-88d1-5d4000fdd37a {
  
}
}







#s-7787b2b1-11ee-412c-88d1-5d4000fdd37a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7787b2b1-11ee-412c-88d1-5d4000fdd37a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee7297d9-860c-4cb1-a628-3c3bc2bba3c9 {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 1200px){#s-f7a6d29d-8720-4dd0-bedd-6b5ae44e894e {
  display: none;
}
#s-f7a6d29d-8720-4dd0-bedd-6b5ae44e894e, #wrap-s-f7a6d29d-8720-4dd0-bedd-6b5ae44e894e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7a6d29d-8720-4dd0-bedd-6b5ae44e894e {
  display: none;
}
#s-f7a6d29d-8720-4dd0-bedd-6b5ae44e894e, #wrap-s-f7a6d29d-8720-4dd0-bedd-6b5ae44e894e { display: none !important; }}
#s-f7a6d29d-8720-4dd0-bedd-6b5ae44e894e hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-b3b29e55-5b84-47a9-a794-de39a2379cea {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-b3b29e55-5b84-47a9-a794-de39a2379cea {
  display: none;
}
#s-b3b29e55-5b84-47a9-a794-de39a2379cea, #wrap-s-b3b29e55-5b84-47a9-a794-de39a2379cea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3b29e55-5b84-47a9-a794-de39a2379cea {
  display: none;
}
#s-b3b29e55-5b84-47a9-a794-de39a2379cea, #wrap-s-b3b29e55-5b84-47a9-a794-de39a2379cea { display: none !important; }}
#s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 241, 241, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f {
  display: none;
}
#s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f, #wrap-s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f {
  display: none;
}
#s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f, #wrap-s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f { display: none !important; }}
#s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f .shg-sld-dot {
  background-color: rgba(224, 156, 164, 1);
}

#s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f .shg-sld-nav-button.shg-sld-left,
#s-a37d1d11-bfb5-4f8c-9371-9b0e3b10773f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(224, 156, 164, 1);
}

#s-8098766f-4c89-463e-b059-43ecb99fec38 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8098766f-4c89-463e-b059-43ecb99fec38 {
  
}
}
@media (min-width: 0px) {
[id="s-8098766f-4c89-463e-b059-43ecb99fec38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8098766f-4c89-463e-b059-43ecb99fec38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8098766f-4c89-463e-b059-43ecb99fec38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8098766f-4c89-463e-b059-43ecb99fec38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8098766f-4c89-463e-b059-43ecb99fec38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8098766f-4c89-463e-b059-43ecb99fec38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8098766f-4c89-463e-b059-43ecb99fec38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-0f04cf59-d97f-4b17-9e69-97266c7edda8 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-bottom: 0%;
max-width: 800px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-0f04cf59-d97f-4b17-9e69-97266c7edda8 img.shogun-image,
  #s-0f04cf59-d97f-4b17-9e69-97266c7edda8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0f04cf59-d97f-4b17-9e69-97266c7edda8 {
    width: 100%;
    height: auto;
  }



  #s-0f04cf59-d97f-4b17-9e69-97266c7edda8 img.shogun-image {
    

    
    
    
  }


#s-0f04cf59-d97f-4b17-9e69-97266c7edda8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bae779b-77f4-4636-b641-24b0a42958c3 {
  margin-top: 5%;
margin-bottom: 5%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bae779b-77f4-4636-b641-24b0a42958c3 {
  
}
}
#s-2bae779b-77f4-4636-b641-24b0a42958c3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(224, 156, 164, 1);
}

#s-2bae779b-77f4-4636-b641-24b0a42958c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-2bae779b-77f4-4636-b641-24b0a42958c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 45, 45, 1);
}

#s-2bae779b-77f4-4636-b641-24b0a42958c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(224, 156, 164, 1);
}

#s-2bae779b-77f4-4636-b641-24b0a42958c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 45, 45, 1);
  text-align: center;
  font-family: Avenir next;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-2bae779b-77f4-4636-b641-24b0a42958c3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-781f4e08-b6dc-420a-a7c0-360f5176725e {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}
@media (min-width: 1200px){#s-781f4e08-b6dc-420a-a7c0-360f5176725e {
  display: none;
}
#s-781f4e08-b6dc-420a-a7c0-360f5176725e, #wrap-s-781f4e08-b6dc-420a-a7c0-360f5176725e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-781f4e08-b6dc-420a-a7c0-360f5176725e {
  display: none;
}
#s-781f4e08-b6dc-420a-a7c0-360f5176725e, #wrap-s-781f4e08-b6dc-420a-a7c0-360f5176725e { display: none !important; }}







#s-781f4e08-b6dc-420a-a7c0-360f5176725e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-781f4e08-b6dc-420a-a7c0-360f5176725e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fdccb38-bda8-48ab-841c-e96f57e2008a {
  margin-top: 2%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-2fdccb38-bda8-48ab-841c-e96f57e2008a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2fdccb38-bda8-48ab-841c-e96f57e2008a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2fdccb38-bda8-48ab-841c-e96f57e2008a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fdccb38-bda8-48ab-841c-e96f57e2008a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ebeb328c-be12-410c-b7bc-417cd23b34ab {
  margin-top: 4%;
margin-left: 2%;
margin-bottom: 4%;
margin-right: 2%;
}
@media (max-width: 767px){#s-ebeb328c-be12-410c-b7bc-417cd23b34ab {
  margin-top: 0%;
margin-bottom: 0%;
}
}
#s-2ab57caf-7d8f-4192-8edf-4ff1382fe512 {
  margin-left: 0%;
margin-right: 0%;
}

#s-4e76b8af-de01-4048-8198-86e7c38e9b8b {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4e76b8af-de01-4048-8198-86e7c38e9b8b {
  
}
}
@media (min-width: 0px) {
[id="s-4e76b8af-de01-4048-8198-86e7c38e9b8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e76b8af-de01-4048-8198-86e7c38e9b8b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4e76b8af-de01-4048-8198-86e7c38e9b8b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4e76b8af-de01-4048-8198-86e7c38e9b8b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4e76b8af-de01-4048-8198-86e7c38e9b8b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e76b8af-de01-4048-8198-86e7c38e9b8b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-4e76b8af-de01-4048-8198-86e7c38e9b8b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-91ab78ae-1424-4266-9986-aa082b3d5c81 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
border-color: rgba(255, 255, 255, 1);
text-align: center;
opacity: 1;
background-color: rgba(8, 8, 8, 1);
}
#s-91ab78ae-1424-4266-9986-aa082b3d5c81:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;}






  #s-91ab78ae-1424-4266-9986-aa082b3d5c81 img.shogun-image {
    

    
    
    
  }


#s-91ab78ae-1424-4266-9986-aa082b3d5c81 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e1890bd-9473-4e4f-9e2a-981071c72b46 {
  margin-top: 5%;
margin-left: 2%;
margin-bottom: 5%;
margin-right: 2%;
}

#s-6e1890bd-9473-4e4f-9e2a-981071c72b46 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 198, 1);
}

#s-6e1890bd-9473-4e4f-9e2a-981071c72b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
}

#s-6e1890bd-9473-4e4f-9e2a-981071c72b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(48, 45, 45, 1);
}

#s-6e1890bd-9473-4e4f-9e2a-981071c72b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 190, 198, 1);
}

#s-6e1890bd-9473-4e4f-9e2a-981071c72b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(48, 45, 45, 1);
  text-align: center;
  font-family: Avenir next;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6e1890bd-9473-4e4f-9e2a-981071c72b46 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-005210fd-aa99-4663-a3a7-5ee0c0c7547b {
  margin-top: 2%;
margin-left: 1%;
margin-bottom: 2%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-005210fd-aa99-4663-a3a7-5ee0c0c7547b {
  display: none;
}
#s-005210fd-aa99-4663-a3a7-5ee0c0c7547b, #wrap-s-005210fd-aa99-4663-a3a7-5ee0c0c7547b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-005210fd-aa99-4663-a3a7-5ee0c0c7547b {
  display: none;
}
#s-005210fd-aa99-4663-a3a7-5ee0c0c7547b, #wrap-s-005210fd-aa99-4663-a3a7-5ee0c0c7547b { display: none !important; }}
@media (min-width: 0px) {
[id="s-005210fd-aa99-4663-a3a7-5ee0c0c7547b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-005210fd-aa99-4663-a3a7-5ee0c0c7547b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-005210fd-aa99-4663-a3a7-5ee0c0c7547b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-005210fd-aa99-4663-a3a7-5ee0c0c7547b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-eaf63892-f266-4e64-80ab-2b38c825e041 {
  margin-top: 4%;
margin-bottom: 4%;
}
@media (max-width: 767px){#s-eaf63892-f266-4e64-80ab-2b38c825e041 {
  margin-top: 0%;
margin-bottom: 0%;
}
}
#s-b9585e30-5cfd-4b3f-91e8-83a8f2f4989c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}

#s-883a66d7-b0f6-43f2-9353-51ad07de5f43 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-883a66d7-b0f6-43f2-9353-51ad07de5f43 {
  display: none;
}
#s-883a66d7-b0f6-43f2-9353-51ad07de5f43, #wrap-s-883a66d7-b0f6-43f2-9353-51ad07de5f43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-883a66d7-b0f6-43f2-9353-51ad07de5f43 {
  display: none;
}
#s-883a66d7-b0f6-43f2-9353-51ad07de5f43, #wrap-s-883a66d7-b0f6-43f2-9353-51ad07de5f43 { display: none !important; }}
@media (min-width: 1200px){#s-6f9cb1e8-9de0-4105-b55e-fe84653fd763 {
  display: none;
}
#s-6f9cb1e8-9de0-4105-b55e-fe84653fd763, #wrap-s-6f9cb1e8-9de0-4105-b55e-fe84653fd763 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f9cb1e8-9de0-4105-b55e-fe84653fd763 {
  display: none;
}
#s-6f9cb1e8-9de0-4105-b55e-fe84653fd763, #wrap-s-6f9cb1e8-9de0-4105-b55e-fe84653fd763 { display: none !important; }}
#s-6f9cb1e8-9de0-4105-b55e-fe84653fd763 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-1fb5bc41-1988-4580-b5ee-8e4501ae8da8 {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
}
@media (min-width: 1200px){#s-1fb5bc41-1988-4580-b5ee-8e4501ae8da8 {
  display: none;
}
#s-1fb5bc41-1988-4580-b5ee-8e4501ae8da8, #wrap-s-1fb5bc41-1988-4580-b5ee-8e4501ae8da8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fb5bc41-1988-4580-b5ee-8e4501ae8da8 {
  display: none;
}
#s-1fb5bc41-1988-4580-b5ee-8e4501ae8da8, #wrap-s-1fb5bc41-1988-4580-b5ee-8e4501ae8da8 { display: none !important; }}
#s-c6ba12aa-dc42-4915-9db1-4102c01d8132 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-c6ba12aa-dc42-4915-9db1-4102c01d8132 {
  display: none;
}
#s-c6ba12aa-dc42-4915-9db1-4102c01d8132, #wrap-s-c6ba12aa-dc42-4915-9db1-4102c01d8132 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6ba12aa-dc42-4915-9db1-4102c01d8132 {
  display: none;
}
#s-c6ba12aa-dc42-4915-9db1-4102c01d8132, #wrap-s-c6ba12aa-dc42-4915-9db1-4102c01d8132 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6ba12aa-dc42-4915-9db1-4102c01d8132 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-c6ba12aa-dc42-4915-9db1-4102c01d8132 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-c6ba12aa-dc42-4915-9db1-4102c01d8132 .shg-sld-dot {
  background-color: rgba(224, 156, 164, 1);
}

#s-c6ba12aa-dc42-4915-9db1-4102c01d8132 .shg-sld-nav-button.shg-sld-left,
#s-c6ba12aa-dc42-4915-9db1-4102c01d8132 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(224, 156, 164, 1);
}

#s-7fc8efe6-2da5-4553-8c7c-ff2c408c6d18 {
  text-align: center;
background-color: rgba(48, 45, 45, 1);
}
#s-7fc8efe6-2da5-4553-8c7c-ff2c408c6d18:hover {opacity: 0.8 !important;}






  #s-7fc8efe6-2da5-4553-8c7c-ff2c408c6d18 img.shogun-image {
    

    
    
    
  }


#s-7fc8efe6-2da5-4553-8c7c-ff2c408c6d18 .shogun-image-content {
  
    align-items: center;
  
}

#s-93b62205-0e93-44bb-8a69-5ca56d476841 {
  text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-93b62205-0e93-44bb-8a69-5ca56d476841 img.shogun-image {
    

    
    
    
  }


#s-93b62205-0e93-44bb-8a69-5ca56d476841 .shogun-image-content {
  
    align-items: center;
  
}

#s-236922fa-1e4b-4f5c-bf39-e4026e38381d {
  text-align: center;
background-color: rgba(48, 45, 45, 1);
}
#s-236922fa-1e4b-4f5c-bf39-e4026e38381d:hover {opacity: 0.8 !important;}






  #s-236922fa-1e4b-4f5c-bf39-e4026e38381d img.shogun-image {
    

    
    
    
  }


#s-236922fa-1e4b-4f5c-bf39-e4026e38381d .shogun-image-content {
  
    align-items: center;
  
}

#s-b6f839c9-c4d2-4ed5-b7e9-b016db46f3fd {
  text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-b6f839c9-c4d2-4ed5-b7e9-b016db46f3fd img.shogun-image {
    

    
    
    
  }


#s-b6f839c9-c4d2-4ed5-b7e9-b016db46f3fd .shogun-image-content {
  
    align-items: center;
  
}

#s-21de5c5e-b914-4281-876b-d66abe117871 {
  text-align: center;
opacity: 0.8;
background-color: rgba(48, 45, 45, 1);
}







  #s-21de5c5e-b914-4281-876b-d66abe117871 img.shogun-image {
    

    
    
    
  }


#s-21de5c5e-b914-4281-876b-d66abe117871 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fddb4d0-4fe2-4995-85f6-54f125bcec84 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-f9dacd3a-a932-49ff-b654-5850dcf26324 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-60cf79f5-7ef0-4d84-b93a-5a07dc59fedc {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-d1531c34-c314-4052-b332-dd31e03a7bfb {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-6b5d09b4-2b12-49b8-b1c3-e39de2f477f3 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

#s-d84087ce-aa85-4d87-82bc-d44102fd7790 {
  border-style: solid;
margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(224, 156, 164, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 0.5em;
background-image: none;
hover-type: color;
color: rgba(224, 156, 164, 1);
}
#s-d84087ce-aa85-4d87-82bc-d44102fd7790:hover {border-style: solid !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-d84087ce-aa85-4d87-82bc-d44102fd7790:active {border-radius: 2px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}@media (min-width: 1200px){#s-d84087ce-aa85-4d87-82bc-d44102fd7790 {
  display: none;
}
#s-d84087ce-aa85-4d87-82bc-d44102fd7790, #wrap-s-d84087ce-aa85-4d87-82bc-d44102fd7790 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d84087ce-aa85-4d87-82bc-d44102fd7790 {
  display: none;
}
#s-d84087ce-aa85-4d87-82bc-d44102fd7790, #wrap-s-d84087ce-aa85-4d87-82bc-d44102fd7790 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d84087ce-aa85-4d87-82bc-d44102fd7790 {
  
}
}@media (max-width: 767px){#s-d84087ce-aa85-4d87-82bc-d44102fd7790 {
  
}
}

  #s-d84087ce-aa85-4d87-82bc-d44102fd7790-root {
    text-align: center;
  }


#s-d84087ce-aa85-4d87-82bc-d44102fd7790.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d84087ce-aa85-4d87-82bc-d44102fd7790-root {
    text-align: center;
  }


#s-d84087ce-aa85-4d87-82bc-d44102fd7790.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d84087ce-aa85-4d87-82bc-d44102fd7790-root {
    text-align: center;
  }


#s-d84087ce-aa85-4d87-82bc-d44102fd7790.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d84087ce-aa85-4d87-82bc-d44102fd7790-root {
    text-align: center;
  }


#s-d84087ce-aa85-4d87-82bc-d44102fd7790.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d84087ce-aa85-4d87-82bc-d44102fd7790-root {
    text-align: center;
  }


#s-d84087ce-aa85-4d87-82bc-d44102fd7790.shg-btn {
  color: rgba(224, 156, 164, 1);
  font-size: 18px;
  
  
  font-family: cera pro;
  display:  inline-block ;
}
}
#s-e7b03d6e-e765-4dcc-8e6b-d944e1648c78 {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 1200px){#s-e7b03d6e-e765-4dcc-8e6b-d944e1648c78 {
  display: none;
}
#s-e7b03d6e-e765-4dcc-8e6b-d944e1648c78, #wrap-s-e7b03d6e-e765-4dcc-8e6b-d944e1648c78 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7b03d6e-e765-4dcc-8e6b-d944e1648c78 {
  display: none;
}
#s-e7b03d6e-e765-4dcc-8e6b-d944e1648c78, #wrap-s-e7b03d6e-e765-4dcc-8e6b-d944e1648c78 { display: none !important; }}
#s-e7b03d6e-e765-4dcc-8e6b-d944e1648c78 hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-a757ffa7-63f1-44f9-bf75-d905437d8303 {
  margin-top: 5%;
margin-left: 2%;
margin-bottom: 5%;
margin-right: 2%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(111, 153, 250, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-a757ffa7-63f1-44f9-bf75-d905437d8303 {
  display: none;
}
#s-a757ffa7-63f1-44f9-bf75-d905437d8303, #wrap-s-a757ffa7-63f1-44f9-bf75-d905437d8303 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a757ffa7-63f1-44f9-bf75-d905437d8303 {
  display: none;
}
#s-a757ffa7-63f1-44f9-bf75-d905437d8303, #wrap-s-a757ffa7-63f1-44f9-bf75-d905437d8303 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a757ffa7-63f1-44f9-bf75-d905437d8303 {
  
}
}@media (max-width: 767px){#s-a757ffa7-63f1-44f9-bf75-d905437d8303 {
  margin-top: 10%;
margin-bottom: 10%;
}
}
@media (min-width: 0px) {
[id="s-a757ffa7-63f1-44f9-bf75-d905437d8303"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a757ffa7-63f1-44f9-bf75-d905437d8303"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a757ffa7-63f1-44f9-bf75-d905437d8303"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a757ffa7-63f1-44f9-bf75-d905437d8303"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-caa67f6a-3dba-46ab-9423-ceb5c7917b1f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 5%;
background-color: rgba(252, 241, 241, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-caa67f6a-3dba-46ab-9423-ceb5c7917b1f {
  
}
}@media (max-width: 767px){#s-caa67f6a-3dba-46ab-9423-ceb5c7917b1f {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-caa67f6a-3dba-46ab-9423-ceb5c7917b1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caa67f6a-3dba-46ab-9423-ceb5c7917b1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8575bdda-8cb2-4d1c-bb26-d1a71ccf234a {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

#s-8ce3f679-7127-4ed6-a029-cf3a5953930f {
  margin-top: 1%;
margin-left: 4%;
margin-bottom: 1%;
margin-right: 4%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
background-color: rgba(252, 241, 241, 1);
}
@media (max-width: 767px){#s-8ce3f679-7127-4ed6-a029-cf3a5953930f {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-fb284bc8-1469-4051-9336-e5ada3d60e8f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 190, 198, 1);
border-style: solid;
background-color: rgba(255, 190, 198, 1);
}
@media (max-width: 767px){#s-fb284bc8-1469-4051-9336-e5ada3d60e8f {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}
}
#s-fb284bc8-1469-4051-9336-e5ada3d60e8f .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: rgba(255, 247, 247, 1);
  font-family: Avenir;
  
  
  
  letter-spacing: 1px;
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-fb284bc8-1469-4051-9336-e5ada3d60e8f .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 14px;
  
  color: rgba(111, 153, 250, 1);
  font-family: cera pro;
  
  line-height: 0.5em;
  letter-spacing: 0px;
  justify-content: center;
}

#s-fb284bc8-1469-4051-9336-e5ada3d60e8f .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(111, 153, 250, 1);
}

#s-fb284bc8-1469-4051-9336-e5ada3d60e8f .shogun-form-error-msg-container, #s-fb284bc8-1469-4051-9336-e5ada3d60e8f .shogun-form-field-error-msg-container {
  display: none;
}

#s-fb284bc8-1469-4051-9336-e5ada3d60e8f .shogun-form-error-msg {
  font-size: 14px;
  
  color: rgba(111, 153, 250, 1);
  font-family: cera pro;
  
  
  
  justify-content: flex-end;
}

#s-fb284bc8-1469-4051-9336-e5ada3d60e8f .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(111, 153, 250, 1);
}

#s-a1200efd-1e65-4afb-8618-5f3c81b7db47 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
}

#s-a1200efd-1e65-4afb-8618-5f3c81b7db47  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(111, 153, 250, 1);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  
  font-size: 14px;
  
  color: rgba(111, 153, 250, 1);
  font-family: cera pro;
  
  line-height: 2em;
  letter-spacing: 3px;
}

#s-a1200efd-1e65-4afb-8618-5f3c81b7db47  .shogun-form-text-input-field::placeholder {
  font-size: 14px;
  
  color: rgba(111, 153, 250, 1);
  font-family: cera pro;
  
  
  letter-spacing: 3px;
}


#s-a1200efd-1e65-4afb-8618-5f3c81b7db47 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(111, 153, 250, 1);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(111, 153, 250, 1);
}



#s-a1200efd-1e65-4afb-8618-5f3c81b7db47 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(111, 153, 250, 1);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(111, 153, 250, 1);
}


#s-a0d703a8-b32d-4eee-a93a-a18eceb6708f {
  border-style: solid;
margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 247, 247, 1);
border-radius: 2px;
color: rgba(255, 247, 247, 1);
background-color: rgba(255, 190, 198, 1);
text-align: left;
cursor: pointer;
font-size: 14px;
line-height: 0.5em;
background-image: none;
hover-type: color;
font-family: cera pro;
}
#s-a0d703a8-b32d-4eee-a93a-a18eceb6708f:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(111, 153, 250, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 190, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(111, 153, 250, 1) !important;}#s-a0d703a8-b32d-4eee-a93a-a18eceb6708f:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(214, 226, 255, 1) !important;
border-radius: 2px !important;
background-color: rgba(255, 190, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(214, 226, 255, 1) !important;}
#s-a0d703a8-b32d-4eee-a93a-a18eceb6708f[disabled],
#s-a0d703a8-b32d-4eee-a93a-a18eceb6708f[disabled]:hover,
#s-a0d703a8-b32d-4eee-a93a-a18eceb6708f[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-a0d703a8-b32d-4eee-a93a-a18eceb6708f {
  display:  inline-block ;
  width:  auto ;
}


#s-0149f2ad-aca9-405f-833c-d22711a80e1d {
  margin-top: 2%;
margin-bottom: 2%;
}
@media (min-width: 1200px){#s-0149f2ad-aca9-405f-833c-d22711a80e1d {
  display: none;
}
#s-0149f2ad-aca9-405f-833c-d22711a80e1d, #wrap-s-0149f2ad-aca9-405f-833c-d22711a80e1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0149f2ad-aca9-405f-833c-d22711a80e1d {
  display: none;
}
#s-0149f2ad-aca9-405f-833c-d22711a80e1d, #wrap-s-0149f2ad-aca9-405f-833c-d22711a80e1d { display: none !important; }}
#s-0149f2ad-aca9-405f-833c-d22711a80e1d hr {
  border-top: 2px solid rgba(255, 190, 198, 1);
}

#s-8c9221e2-3f21-48dd-96d4-e968cec3cbf1 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c9221e2-3f21-48dd-96d4-e968cec3cbf1 {
  display: none;
}
#s-8c9221e2-3f21-48dd-96d4-e968cec3cbf1, #wrap-s-8c9221e2-3f21-48dd-96d4-e968cec3cbf1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8c9221e2-3f21-48dd-96d4-e968cec3cbf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c9221e2-3f21-48dd-96d4-e968cec3cbf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c9221e2-3f21-48dd-96d4-e968cec3cbf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c9221e2-3f21-48dd-96d4-e968cec3cbf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d8dfb961-4db0-461a-b64f-b04b48c64486 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-d8dfb961-4db0-461a-b64f-b04b48c64486 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
}






  #s-d8dfb961-4db0-461a-b64f-b04b48c64486 img.shogun-image {
    

    
    
    
  }


#s-d8dfb961-4db0-461a-b64f-b04b48c64486 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f81032f-e74d-4c18-b0fe-df594638723d {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (max-width: 767px){#s-1f81032f-e74d-4c18-b0fe-df594638723d {
  margin-top: 5%;
margin-left: 2%;
margin-bottom: 5%;
margin-right: 2%;
}
}






  #s-1f81032f-e74d-4c18-b0fe-df594638723d img.shogun-image {
    

    
    
    
  }


#s-1f81032f-e74d-4c18-b0fe-df594638723d .shogun-image-content {
  
    align-items: center;
  
}

#s-7809b912-1ae9-43a1-ab43-5530fbf32d5b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7809b912-1ae9-43a1-ab43-5530fbf32d5b {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
}






  #s-7809b912-1ae9-43a1-ab43-5530fbf32d5b img.shogun-image {
    

    
    
    
  }


#s-7809b912-1ae9-43a1-ab43-5530fbf32d5b .shogun-image-content {
  
    align-items: center;
  
}

#s-88c22ca9-29df-44f1-bb10-743992ab03ad {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-88c22ca9-29df-44f1-bb10-743992ab03ad {
  display: none;
}
#s-88c22ca9-29df-44f1-bb10-743992ab03ad, #wrap-s-88c22ca9-29df-44f1-bb10-743992ab03ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88c22ca9-29df-44f1-bb10-743992ab03ad {
  display: none;
}
#s-88c22ca9-29df-44f1-bb10-743992ab03ad, #wrap-s-88c22ca9-29df-44f1-bb10-743992ab03ad { display: none !important; }}@media (max-width: 767px){#s-88c22ca9-29df-44f1-bb10-743992ab03ad {
  display: none;
}
#s-88c22ca9-29df-44f1-bb10-743992ab03ad, #wrap-s-88c22ca9-29df-44f1-bb10-743992ab03ad { display: none !important; }}
@media (min-width: 0px) {
[id="s-88c22ca9-29df-44f1-bb10-743992ab03ad"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-88c22ca9-29df-44f1-bb10-743992ab03ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-88c22ca9-29df-44f1-bb10-743992ab03ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-88c22ca9-29df-44f1-bb10-743992ab03ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-46752a8d-642f-450f-bcc4-ef3c02f9bd36 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-46752a8d-642f-450f-bcc4-ef3c02f9bd36 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}
}






  #s-46752a8d-642f-450f-bcc4-ef3c02f9bd36 img.shogun-image {
    

    
    
    
  }


#s-46752a8d-642f-450f-bcc4-ef3c02f9bd36 .shogun-image-content {
  
    align-items: center;
  
}

#s-326b6278-d1a6-445c-a05b-f9f7756aba4e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}
@media (max-width: 767px){#s-326b6278-d1a6-445c-a05b-f9f7756aba4e {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}
}






  #s-326b6278-d1a6-445c-a05b-f9f7756aba4e img.shogun-image {
    

    
    
    
  }


#s-326b6278-d1a6-445c-a05b-f9f7756aba4e .shogun-image-content {
  
    align-items: center;
  
}

#s-77f78a1a-a831-4bad-b557-bc8384b44237 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-77f78a1a-a831-4bad-b557-bc8384b44237 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}
}






  #s-77f78a1a-a831-4bad-b557-bc8384b44237 img.shogun-image {
    

    
    
    
  }


#s-77f78a1a-a831-4bad-b557-bc8384b44237 .shogun-image-content {
  
    align-items: center;
  
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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