.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-a24e16e2-e362-4bab-9310-515c1c34ad90 {
  min-height: 50px;
background-color: rgba(243, 19, 19, 0);
}








#s-a24e16e2-e362-4bab-9310-515c1c34ad90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a24e16e2-e362-4bab-9310-515c1c34ad90.shg-box.shg-c {
  justify-content: center;
}

#s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 700px;
background-attachment: scroll;
background-color: rgba(24, 136, 243, 0);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1 {
  display: none;
}
#s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1, #wrap-s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1 { display:none !important; }}@media (max-width: 767px){#s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1 {
  display: none;
}
#s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1, #wrap-s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1 { display:none !important; }}







#s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b4d5a3a-9d43-472c-a639-1ca24eef0ad1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  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;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-a3a945fb-279a-4401-81c4-ea132ed85e8e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 550px;
}
@media (min-width: 1200px){#s-a3a945fb-279a-4401-81c4-ea132ed85e8e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3a945fb-279a-4401-81c4-ea132ed85e8e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a3a945fb-279a-4401-81c4-ea132ed85e8e {
  display: none;
}
#s-a3a945fb-279a-4401-81c4-ea132ed85e8e, #wrap-s-a3a945fb-279a-4401-81c4-ea132ed85e8e { display:none !important; }}@media (max-width: 767px){#s-a3a945fb-279a-4401-81c4-ea132ed85e8e {
  display: none;
}
#s-a3a945fb-279a-4401-81c4-ea132ed85e8e, #wrap-s-a3a945fb-279a-4401-81c4-ea132ed85e8e { display:none !important; }}
#s-a3a945fb-279a-4401-81c4-ea132ed85e8e .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-a3a945fb-279a-4401-81c4-ea132ed85e8e .shg-sld-nav-button.shg-sld-left,
#s-a3a945fb-279a-4401-81c4-ea132ed85e8e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-1b61ef4a-7faa-402e-ac9d-c18133c851a9 {
  background-repeat: no-repeat;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1b61ef4a-7faa-402e-ac9d-c18133c851a9 {
  display: none;
}
#s-1b61ef4a-7faa-402e-ac9d-c18133c851a9, #wrap-s-1b61ef4a-7faa-402e-ac9d-c18133c851a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b61ef4a-7faa-402e-ac9d-c18133c851a9 {
  display: none;
}
#s-1b61ef4a-7faa-402e-ac9d-c18133c851a9, #wrap-s-1b61ef4a-7faa-402e-ac9d-c18133c851a9 { display:none !important; }}







#s-1b61ef4a-7faa-402e-ac9d-c18133c851a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b61ef4a-7faa-402e-ac9d-c18133c851a9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c0a900ee-8389-44cc-b8e8-4e89e3de9a69 {
  background-size: cover;
background-position: center center;
}








#s-c0a900ee-8389-44cc-b8e8-4e89e3de9a69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0a900ee-8389-44cc-b8e8-4e89e3de9a69.shg-box.shg-c {
  justify-content: center;
}

#s-613548b3-62de-4247-b4d0-3729881eaa44 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 600px;
}








#s-613548b3-62de-4247-b4d0-3729881eaa44 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-613548b3-62de-4247-b4d0-3729881eaa44.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-bc81a304-b823-4877-ba9f-d9160072145e {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-bc81a304-b823-4877-ba9f-d9160072145e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 6px;
  text-align: center;
}



#s-094fdf8a-c5f4-4bd8-8e7a-2ee0b657a792 {
  padding-top: 0px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 550px;
max-width: 100%;
}








#s-094fdf8a-c5f4-4bd8-8e7a-2ee0b657a792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-094fdf8a-c5f4-4bd8-8e7a-2ee0b657a792.shg-box.shg-c {
  justify-content: flex-start;
}

.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-fa5c5ea5-7495-4aff-9a80-04968cb77b09 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
}

.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.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-e59f441e-c4dd-4231-911e-ccfbe1780d09 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 0px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e59f441e-c4dd-4231-911e-ccfbe1780d09:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTZjOGI4YTUtYTIxMi00MWQ4LWFmNDgtZWE2NjhiZTMzYzkxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNmM4YjhhNS1hMjEyLTQxZDgtYWY0OC1lYTY2OGJlMzNjOTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-e59f441e-c4dd-4231-911e-ccfbe1780d09:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e59f441e-c4dd-4231-911e-ccfbe1780d09-btn-wrapper {
    text-align: center;
  }


#s-e59f441e-c4dd-4231-911e-ccfbe1780d09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-ef412bfd-b177-4095-8111-025a9533f8fb {
  background-image: url(https://i.shgcdn.com/e607a7ff-ee74-48e8-b960-f4b1c5d2b1e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 200px;
padding-bottom: 0px;
padding-right: 200px;
min-height: 900px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef412bfd-b177-4095-8111-025a9533f8fb {
  display: none;
}
#s-ef412bfd-b177-4095-8111-025a9533f8fb, #wrap-s-ef412bfd-b177-4095-8111-025a9533f8fb { display:none !important; }}@media (max-width: 767px){#s-ef412bfd-b177-4095-8111-025a9533f8fb {
  display: none;
}
#s-ef412bfd-b177-4095-8111-025a9533f8fb, #wrap-s-ef412bfd-b177-4095-8111-025a9533f8fb { display:none !important; }}







#s-ef412bfd-b177-4095-8111-025a9533f8fb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ef412bfd-b177-4095-8111-025a9533f8fb.shg-box.shg-c {
  justify-content: center;
}

#s-3f189d5b-26ec-46b2-9659-7e3948cdeb1e {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1920px;
}








#s-3f189d5b-26ec-46b2-9659-7e3948cdeb1e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3f189d5b-26ec-46b2-9659-7e3948cdeb1e.shg-box.shg-c {
  justify-content: center;
}

#s-0acc16cd-2d34-478b-bce6-fc185876ca7a {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-0acc16cd-2d34-478b-bce6-fc185876ca7a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-25f9345b-1b3f-44dd-8fc5-74f508fffb4a {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-25f9345b-1b3f-44dd-8fc5-74f508fffb4a img.shogun-image {
    
    width: px;
  }


#s-25f9345b-1b3f-44dd-8fc5-74f508fffb4a .shogun-image-content {
  
    align-items: center;
  
}

#s-2c9869a9-d9dd-4670-8623-cb55033b3104 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
max-width: 50%;
}

#s-37606e00-5893-4ed8-89fe-6f7308896947 {
  margin-top: 24px;
margin-bottom: 24px;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-37606e00-5893-4ed8-89fe-6f7308896947:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjgxMzRmYjgtYWM1Mi00ZGE4LWE5MjEtOTRjNTVkNDI1ZGNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmODEzNGZiOC1hYzUyLTRkYTgtYTkyMS05NGM1NWQ0MjVkY2IpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-37606e00-5893-4ed8-89fe-6f7308896947:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-37606e00-5893-4ed8-89fe-6f7308896947-btn-wrapper {
    text-align: center;
  }


#s-37606e00-5893-4ed8-89fe-6f7308896947.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-repeat: no-repeat;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b {
  display: none;
}
#s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b, #wrap-s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b {
  display: none;
}
#s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b, #wrap-s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b {
  
}
}@media (max-width: 767px){#s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b {
  
}
}







#s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b0f2454-8cdf-4c18-8a93-d5749e06cc3b.shg-box.shg-c {
  justify-content: center;
}

#s-7b42d0fc-cc39-4644-b693-64d8d096dbb7 {
  background-image: url(https://i.shgcdn.com/37d2ec53-7a99-47a9-8af9-5cf632e53b4c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-7b42d0fc-cc39-4644-b693-64d8d096dbb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b42d0fc-cc39-4644-b693-64d8d096dbb7.shg-box.shg-c {
  justify-content: center;
}

#s-42eaa169-a6f8-49f9-b6b6-500506bb8040 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
}








#s-42eaa169-a6f8-49f9-b6b6-500506bb8040 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-42eaa169-a6f8-49f9-b6b6-500506bb8040.shg-box.shg-c {
  justify-content: center;
}

#s-9eefc674-5f39-48db-8ce7-c6e5f200ebee {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-9eefc674-5f39-48db-8ce7-c6e5f200ebee .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-c7f4ba1d-df41-4929-b932-1e8dcb7d9797 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: left;
}

#s-c7f4ba1d-df41-4929-b932-1e8dcb7d9797 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 6px;
  text-align: left;
}



#s-417c185a-fcbf-4a13-92e4-71e8165c245e {
  padding-top: 0px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 550px;
max-width: 100%;
}








#s-417c185a-fcbf-4a13-92e4-71e8165c245e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-417c185a-fcbf-4a13-92e4-71e8165c245e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-18227323-b6e0-473c-aebf-88d2e7db2777 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-18227323-b6e0-473c-aebf-88d2e7db2777 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 35px;
  
  
  text-align: center;
}



#s-d1499bec-aaeb-461e-b72a-4dfa7cb30711 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
}

#s-a2af910c-1743-4e63-8c4d-10b096d918e2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 0px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a2af910c-1743-4e63-8c4d-10b096d918e2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmU1ZmQ4MmQtMWZkOC00MzM4LWEyZWEtYjljZDVkYjliN2I0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZTVmZDgyZC0xZmQ4LTQzMzgtYTJlYS1iOWNkNWRiOWI3YjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-a2af910c-1743-4e63-8c4d-10b096d918e2:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a2af910c-1743-4e63-8c4d-10b096d918e2-btn-wrapper {
    text-align: center;
  }


#s-a2af910c-1743-4e63-8c4d-10b096d918e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-5e529b67-ce66-42e4-9e8a-40c72392010d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-repeat: no-repeat;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5e529b67-ce66-42e4-9e8a-40c72392010d {
  display: none;
}
#s-5e529b67-ce66-42e4-9e8a-40c72392010d, #wrap-s-5e529b67-ce66-42e4-9e8a-40c72392010d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e529b67-ce66-42e4-9e8a-40c72392010d {
  display: none;
}
#s-5e529b67-ce66-42e4-9e8a-40c72392010d, #wrap-s-5e529b67-ce66-42e4-9e8a-40c72392010d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e529b67-ce66-42e4-9e8a-40c72392010d {
  
}
}@media (max-width: 767px){#s-5e529b67-ce66-42e4-9e8a-40c72392010d {
  
}
}







#s-5e529b67-ce66-42e4-9e8a-40c72392010d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e529b67-ce66-42e4-9e8a-40c72392010d.shg-box.shg-c {
  justify-content: center;
}

#s-e8a55ea0-b8c7-4542-a7fe-74ebabf20355 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}




  #s-e8a55ea0-b8c7-4542-a7fe-74ebabf20355 img.shogun-image {
    
    width: px;
  }


#s-e8a55ea0-b8c7-4542-a7fe-74ebabf20355 .shogun-image-content {
  
    align-items: center;
  
}

#s-da92c6a3-8d26-48bd-913e-39ed62a267aa {
  padding-top: 0px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 550px;
max-width: 100%;
}








#s-da92c6a3-8d26-48bd-913e-39ed62a267aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da92c6a3-8d26-48bd-913e-39ed62a267aa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4ba5cae0-5d34-4c8f-8831-9d00c25e1c95 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-4ba5cae0-5d34-4c8f-8831-9d00c25e1c95 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 35px;
  
  
  text-align: center;
}



#s-85cfc048-5ea6-4914-8445-fff2b77d1242 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
}

#s-0092a300-0e48-48de-88ed-956d65f564c0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 0px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0092a300-0e48-48de-88ed-956d65f564c0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzA4OTgwZWUtMWExYi00ZjRiLTk1MGMtYzkzODNlZmU2MTY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDg5ODBlZS0xYTFiLTRmNGItOTUwYy1jOTM4M2VmZTYxNjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-0092a300-0e48-48de-88ed-956d65f564c0:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0092a300-0e48-48de-88ed-956d65f564c0-btn-wrapper {
    text-align: center;
  }


#s-0092a300-0e48-48de-88ed-956d65f564c0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-repeat: no-repeat;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef {
  display: none;
}
#s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef, #wrap-s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef {
  display: none;
}
#s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef, #wrap-s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef {
  
}
}@media (max-width: 767px){#s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef {
  
}
}







#s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f117658c-aa5a-4cf0-9b96-e1e0ecd4caef.shg-box.shg-c {
  justify-content: center;
}

#s-850ae794-75fc-4011-b80b-ab26909eaee7 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}




  #s-850ae794-75fc-4011-b80b-ab26909eaee7 img.shogun-image {
    
    width: px;
  }


#s-850ae794-75fc-4011-b80b-ab26909eaee7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d9c9359-5814-485d-8156-76c0e2dd9ca6 {
  padding-top: 0px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 550px;
max-width: 100%;
}








#s-8d9c9359-5814-485d-8156-76c0e2dd9ca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d9c9359-5814-485d-8156-76c0e2dd9ca6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4051d589-c989-47b5-881f-49bf7c4c61ad {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-4051d589-c989-47b5-881f-49bf7c4c61ad .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 35px;
  
  
  text-align: center;
}



#s-464bb67f-5df0-4739-82f0-87ac4eb3f103 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
}

#s-ee9a70ab-c1e2-46a5-9adc-e22a2bf8f231 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 0px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-ee9a70ab-c1e2-46a5-9adc-e22a2bf8f231:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWJhN2FlMGEtZDI3Zi00M2JlLThmNjUtYTBiMDI1ZDU2NDhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YmE3YWUwYS1kMjdmLTQzYmUtOGY2NS1hMGIwMjVkNTY0OGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-ee9a70ab-c1e2-46a5-9adc-e22a2bf8f231:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ee9a70ab-c1e2-46a5-9adc-e22a2bf8f231-btn-wrapper {
    text-align: center;
  }


#s-ee9a70ab-c1e2-46a5-9adc-e22a2bf8f231.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-3cedb62b-3af7-4e2c-91a0-e1b07aa6241d {
  background-image: url(https://i.shgcdn.com/e607a7ff-ee74-48e8-b960-f4b1c5d2b1e0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 200px;
padding-bottom: 0px;
padding-right: 200px;
min-height: 900px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cedb62b-3af7-4e2c-91a0-e1b07aa6241d {
  display: none;
}
#s-3cedb62b-3af7-4e2c-91a0-e1b07aa6241d, #wrap-s-3cedb62b-3af7-4e2c-91a0-e1b07aa6241d { display:none !important; }}@media (max-width: 767px){#s-3cedb62b-3af7-4e2c-91a0-e1b07aa6241d {
  display: none;
}
#s-3cedb62b-3af7-4e2c-91a0-e1b07aa6241d, #wrap-s-3cedb62b-3af7-4e2c-91a0-e1b07aa6241d { display:none !important; }}







#s-3cedb62b-3af7-4e2c-91a0-e1b07aa6241d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3cedb62b-3af7-4e2c-91a0-e1b07aa6241d.shg-box.shg-c {
  justify-content: center;
}

#s-0c05d84c-b094-4ba1-8642-a84e43a3ef45 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1920px;
}








#s-0c05d84c-b094-4ba1-8642-a84e43a3ef45 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0c05d84c-b094-4ba1-8642-a84e43a3ef45.shg-box.shg-c {
  justify-content: center;
}

#s-2b1ff15a-d2a6-4d86-a339-d8189fb79228 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-2b1ff15a-d2a6-4d86-a339-d8189fb79228 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-746a3971-d27c-44d7-b15c-50a113670668 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-746a3971-d27c-44d7-b15c-50a113670668 img.shogun-image {
    
    width: px;
  }


#s-746a3971-d27c-44d7-b15c-50a113670668 .shogun-image-content {
  
    align-items: center;
  
}

#s-0819d323-714f-4db8-97ff-e379955af062 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
max-width: 50%;
}

#s-67d8107c-220e-42d8-bbcf-f9ce9c2611d4 {
  margin-top: 24px;
margin-bottom: 24px;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-67d8107c-220e-42d8-bbcf-f9ce9c2611d4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjgxMzRmYjgtYWM1Mi00ZGE4LWE5MjEtOTRjNTVkNDI1ZGNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmODEzNGZiOC1hYzUyLTRkYTgtYTkyMS05NGM1NWQ0MjVkY2IpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-67d8107c-220e-42d8-bbcf-f9ce9c2611d4:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-67d8107c-220e-42d8-bbcf-f9ce9c2611d4-btn-wrapper {
    text-align: center;
  }


#s-67d8107c-220e-42d8-bbcf-f9ce9c2611d4.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd {
  background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 200px;
padding-bottom: 0px;
padding-right: 200px;
min-height: 900px;
background-position: center center;
background-repeat: no-repeat;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd {
  display: none;
}
#s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd, #wrap-s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd { display:none !important; }}@media (max-width: 767px){#s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd {
  display: none;
}
#s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd, #wrap-s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd { display:none !important; }}







#s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa9e4347-dd2a-49ee-9c48-2ad221afdadd.shg-box.shg-c {
  justify-content: center;
}

#s-344bbb0c-e4d0-49ae-861e-df6a82d83012 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1920px;
}








#s-344bbb0c-e4d0-49ae-861e-df6a82d83012 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-344bbb0c-e4d0-49ae-861e-df6a82d83012.shg-box.shg-c {
  justify-content: center;
}

#s-b9540fbd-edd9-4d3f-acb7-f0d9dee0ca84 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-b9540fbd-edd9-4d3f-acb7-f0d9dee0ca84 img.shogun-image {
    
    width: px;
  }


#s-b9540fbd-edd9-4d3f-acb7-f0d9dee0ca84 .shogun-image-content {
  
    align-items: center;
  
}

#s-395a6cf7-da62-4dd4-998f-c638beec4c46 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
max-width: 50%;
}

#s-b57c23d2-37d5-4a72-a4a7-2888b94690a0 {
  margin-top: 24px;
margin-bottom: 24px;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b57c23d2-37d5-4a72-a4a7-2888b94690a0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDg3MTUyNGEtZGU2Yy00OGU5LTkxNTMtM2RhOGQ4OTNiYTJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkODcxNTI0YS1kZTZjLTQ4ZTktOTE1My0zZGE4ZDg5M2JhMmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-b57c23d2-37d5-4a72-a4a7-2888b94690a0:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b57c23d2-37d5-4a72-a4a7-2888b94690a0-btn-wrapper {
    text-align: center;
  }


#s-b57c23d2-37d5-4a72-a4a7-2888b94690a0.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-02bdde60-9b9d-4c45-aa90-96fff2160d65 {
  background-image: url(https://i.shgcdn.com/2475a066-093a-405f-8641-d1351b40509c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 200px;
padding-bottom: 0px;
padding-right: 200px;
min-height: 900px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-02bdde60-9b9d-4c45-aa90-96fff2160d65 {
  display: none;
}
#s-02bdde60-9b9d-4c45-aa90-96fff2160d65, #wrap-s-02bdde60-9b9d-4c45-aa90-96fff2160d65 { display:none !important; }}@media (max-width: 767px){#s-02bdde60-9b9d-4c45-aa90-96fff2160d65 {
  display: none;
}
#s-02bdde60-9b9d-4c45-aa90-96fff2160d65, #wrap-s-02bdde60-9b9d-4c45-aa90-96fff2160d65 { display:none !important; }}







#s-02bdde60-9b9d-4c45-aa90-96fff2160d65 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-02bdde60-9b9d-4c45-aa90-96fff2160d65.shg-box.shg-c {
  justify-content: center;
}

#s-c4ad2c73-713a-4424-be0f-faeb644f6e3c {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1920px;
}








#s-c4ad2c73-713a-4424-be0f-faeb644f6e3c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c4ad2c73-713a-4424-be0f-faeb644f6e3c.shg-box.shg-c {
  justify-content: center;
}

#s-5c27665b-040e-4bc6-85fc-6dad31030a05 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-5c27665b-040e-4bc6-85fc-6dad31030a05 img.shogun-image {
    
    width: px;
  }


#s-5c27665b-040e-4bc6-85fc-6dad31030a05 .shogun-image-content {
  
    align-items: center;
  
}

#s-95c2db80-11f7-4e4a-b385-f016e298830e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
max-width: 50%;
}

#s-11529f05-177f-48c1-b7bc-983c34610e0e {
  margin-top: 24px;
margin-bottom: 24px;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(183, 165, 131, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-11529f05-177f-48c1-b7bc-983c34610e0e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDUyNjgzZWEtYWUwZS00MjEzLThlOTktOWI5YjFmZTc1NDVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNTI2ODNlYS1hZTBlLTQyMTMtOGU5OS05YjliMWZlNzU0NWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-11529f05-177f-48c1-b7bc-983c34610e0e:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-11529f05-177f-48c1-b7bc-983c34610e0e-btn-wrapper {
    text-align: center;
  }


#s-11529f05-177f-48c1-b7bc-983c34610e0e.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-585f97a7-9a6a-4b95-af2a-0764a06bd07a {
  min-height: 750px;
}
@media (min-width: 1200px){#s-585f97a7-9a6a-4b95-af2a-0764a06bd07a {
  display: none;
}
#s-585f97a7-9a6a-4b95-af2a-0764a06bd07a, #wrap-s-585f97a7-9a6a-4b95-af2a-0764a06bd07a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-585f97a7-9a6a-4b95-af2a-0764a06bd07a {
  display: none;
}
#s-585f97a7-9a6a-4b95-af2a-0764a06bd07a, #wrap-s-585f97a7-9a6a-4b95-af2a-0764a06bd07a { display:none !important; }}







#s-585f97a7-9a6a-4b95-af2a-0764a06bd07a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-585f97a7-9a6a-4b95-af2a-0764a06bd07a.shg-box.shg-c {
  justify-content: center;
}

#s-2f3e649b-046b-479f-a345-c4b6528f355d {
  text-align: left;
}

#s-01adbe92-b143-47d2-8909-f7e6828ab665 {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-01adbe92-b143-47d2-8909-f7e6828ab665 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-01adbe92-b143-47d2-8909-f7e6828ab665 .shg-sld-nav-button.shg-sld-left,
#s-01adbe92-b143-47d2-8909-f7e6828ab665 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-ef9bb41b-49cb-42c1-8549-adb5d0bedaec {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 750px;
max-width: 100%;
background-color: rgba(19, 255, 98, 0);
}








#s-ef9bb41b-49cb-42c1-8549-adb5d0bedaec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef9bb41b-49cb-42c1-8549-adb5d0bedaec.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0f39222a-9ff4-49df-8d93-2c77c7185e97 {
  background-image: url(https://i.shgcdn.com/35afbf9c-ccd9-4c79-9fb9-ed6fee744541/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
background-position: center center;
}








#s-0f39222a-9ff4-49df-8d93-2c77c7185e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f39222a-9ff4-49df-8d93-2c77c7185e97.shg-box.shg-c {
  justify-content: center;
}

#s-504deb0f-c9e2-4a4d-8062-5a3d62f96c0e {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 600px;
}








#s-504deb0f-c9e2-4a4d-8062-5a3d62f96c0e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-504deb0f-c9e2-4a4d-8062-5a3d62f96c0e.shg-box.shg-c {
  justify-content: center;
}

#s-fb4c3328-a4b4-46da-ba2b-f91cdf19233d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-fb4c3328-a4b4-46da-ba2b-f91cdf19233d img.shogun-image {
    
    width: px;
  }


#s-fb4c3328-a4b4-46da-ba2b-f91cdf19233d .shogun-image-content {
  
    align-items: center;
  
}

#s-42d2fb65-0057-45fb-96f7-643320d4dff1 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-42d2fb65-0057-45fb-96f7-643320d4dff1 img.shogun-image {
    
    width: px;
  }


#s-42d2fb65-0057-45fb-96f7-643320d4dff1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9cf0c56-0804-4f98-a658-f6ae488b1ad7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f9cf0c56-0804-4f98-a658-f6ae488b1ad7:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDI4N2NlMzYtOWJjYi00MDQ1LWI2ZDAtYmJjMzBjZGYxNDY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjg3Y2UzNi05YmNiLTQwNDUtYjZkMC1iYmMzMGNkZjE0NjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-f9cf0c56-0804-4f98-a658-f6ae488b1ad7:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f9cf0c56-0804-4f98-a658-f6ae488b1ad7-btn-wrapper {
    text-align: center;
  }


#s-f9cf0c56-0804-4f98-a658-f6ae488b1ad7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-032409ec-713b-4c90-a6cd-3f12ca4d7403 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}








#s-032409ec-713b-4c90-a6cd-3f12ca4d7403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-032409ec-713b-4c90-a6cd-3f12ca4d7403.shg-box.shg-c {
  justify-content: center;
}

#s-e66ae899-afa1-4174-b386-2025c519ec27 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
}

#s-0fc1a8e7-5d3f-473e-9aef-b3c1d79793bb {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 750px;
max-width: 100%;
background-color: rgba(19, 255, 98, 0);
}








#s-0fc1a8e7-5d3f-473e-9aef-b3c1d79793bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fc1a8e7-5d3f-473e-9aef-b3c1d79793bb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d078bb53-3b8b-4980-96cc-a5d5b70f469a {
  background-image: url(https://i.shgcdn.com/35afbf9c-ccd9-4c79-9fb9-ed6fee744541/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
background-position: center center;
}








#s-d078bb53-3b8b-4980-96cc-a5d5b70f469a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d078bb53-3b8b-4980-96cc-a5d5b70f469a.shg-box.shg-c {
  justify-content: center;
}

#s-7a787eb3-0f1a-406e-b6eb-49031ddaac8e {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 600px;
}








#s-7a787eb3-0f1a-406e-b6eb-49031ddaac8e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7a787eb3-0f1a-406e-b6eb-49031ddaac8e.shg-box.shg-c {
  justify-content: center;
}

#s-19872c8b-8ccd-4ea4-b4cf-7404bae987a1 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-19872c8b-8ccd-4ea4-b4cf-7404bae987a1 img.shogun-image {
    
    width: px;
  }


#s-19872c8b-8ccd-4ea4-b4cf-7404bae987a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d22b9ab0-077d-48a9-af69-4ccf5b7f7951 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-d22b9ab0-077d-48a9-af69-4ccf5b7f7951 img.shogun-image {
    
    width: px;
  }


#s-d22b9ab0-077d-48a9-af69-4ccf5b7f7951 .shogun-image-content {
  
    align-items: center;
  
}

#s-be3a7c68-cb1c-441e-a33c-dcc5fb6ada8d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-be3a7c68-cb1c-441e-a33c-dcc5fb6ada8d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDI4N2NlMzYtOWJjYi00MDQ1LWI2ZDAtYmJjMzBjZGYxNDY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMjg3Y2UzNi05YmNiLTQwNDUtYjZkMC1iYmMzMGNkZjE0NjgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-be3a7c68-cb1c-441e-a33c-dcc5fb6ada8d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-be3a7c68-cb1c-441e-a33c-dcc5fb6ada8d-btn-wrapper {
    text-align: center;
  }


#s-be3a7c68-cb1c-441e-a33c-dcc5fb6ada8d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-2ed86003-8db6-467f-b2f3-bafa0464411d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}








#s-2ed86003-8db6-467f-b2f3-bafa0464411d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ed86003-8db6-467f-b2f3-bafa0464411d.shg-box.shg-c {
  justify-content: center;
}

#s-7d6a7c5a-7c2a-4f00-a327-7057cab37df4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
}

#s-ce15c7c1-0b1b-4abd-b167-15ff92ece0c1 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 550px;
max-width: 100%;
background-color: rgba(19, 255, 98, 0);
}








#s-ce15c7c1-0b1b-4abd-b167-15ff92ece0c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce15c7c1-0b1b-4abd-b167-15ff92ece0c1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4649e48-0a56-40b3-a809-27e7fb7ae059 {
  background-size: cover;
padding-left: 5%;
padding-right: 5%;
background-position: center center;
}








#s-b4649e48-0a56-40b3-a809-27e7fb7ae059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4649e48-0a56-40b3-a809-27e7fb7ae059.shg-box.shg-c {
  justify-content: center;
}

#s-b41d62bc-af01-45ca-a676-2b926f2ec567 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 600px;
}








#s-b41d62bc-af01-45ca-a676-2b926f2ec567 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b41d62bc-af01-45ca-a676-2b926f2ec567.shg-box.shg-c {
  justify-content: center;
}

#s-ce32a93f-6e28-4158-987c-6097e3205645 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-ce32a93f-6e28-4158-987c-6097e3205645 img.shogun-image {
    
    width: px;
  }


#s-ce32a93f-6e28-4158-987c-6097e3205645 .shogun-image-content {
  
    align-items: center;
  
}

#s-19f3e5b3-5a47-40db-8631-e2fbfe5b6e9d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(183, 165, 131, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-19f3e5b3-5a47-40db-8631-e2fbfe5b6e9d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODYzNWE0YmMtZDRhMy00ODZmLWJhMDEtOTg2NDUzODRkNDY5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NjM1YTRiYy1kNGEzLTQ4NmYtYmEwMS05ODY0NTM4NGQ0NjkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-19f3e5b3-5a47-40db-8631-e2fbfe5b6e9d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-19f3e5b3-5a47-40db-8631-e2fbfe5b6e9d-btn-wrapper {
    text-align: center;
  }


#s-19f3e5b3-5a47-40db-8631-e2fbfe5b6e9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-68e405c4-8033-4f03-b102-0eeed0e27841 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}








#s-68e405c4-8033-4f03-b102-0eeed0e27841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e405c4-8033-4f03-b102-0eeed0e27841.shg-box.shg-c {
  justify-content: center;
}

#s-c7c05372-95e7-4441-ab21-e98af67aacb3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
}

#s-654bb07e-9400-4dbb-a9a9-b7ec490e3ee0 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 550px;
max-width: 100%;
background-color: rgba(19, 255, 98, 0);
}








#s-654bb07e-9400-4dbb-a9a9-b7ec490e3ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-654bb07e-9400-4dbb-a9a9-b7ec490e3ee0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9be85221-44b5-49db-b2a0-59a6898eaf07 {
  box-shadow:0px 0px 0px 0px ;
background-image: url(https://i.shgcdn.com/b6852dd0-1a21-4694-b747-348dcbf6c42b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
background-position: center center;
}








#s-9be85221-44b5-49db-b2a0-59a6898eaf07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9be85221-44b5-49db-b2a0-59a6898eaf07.shg-box.shg-c {
  justify-content: center;
}

#s-4f51ca57-bd19-490e-91b0-42ff32b8b18f {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 600px;
}








#s-4f51ca57-bd19-490e-91b0-42ff32b8b18f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4f51ca57-bd19-490e-91b0-42ff32b8b18f.shg-box.shg-c {
  justify-content: center;
}

#s-1bf1a061-f570-4221-96ca-fbe45b63d03c {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-1bf1a061-f570-4221-96ca-fbe45b63d03c img.shogun-image {
    
    width: px;
  }


#s-1bf1a061-f570-4221-96ca-fbe45b63d03c .shogun-image-content {
  
    align-items: center;
  
}

#s-b71814bd-68ac-4ab5-9ccb-15bb33350e32 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(183, 165, 131, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b71814bd-68ac-4ab5-9ccb-15bb33350e32:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTIwYWM2YTMtNWU3MS00M2NlLWIyN2EtMjNiNTAyMDdkYWJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxMjBhYzZhMy01ZTcxLTQzY2UtYjI3YS0yM2I1MDIwN2RhYmYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-b71814bd-68ac-4ab5-9ccb-15bb33350e32:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b71814bd-68ac-4ab5-9ccb-15bb33350e32-btn-wrapper {
    text-align: center;
  }


#s-b71814bd-68ac-4ab5-9ccb-15bb33350e32.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-5e4c071b-9628-4fe3-89de-01f169321742 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}








#s-5e4c071b-9628-4fe3-89de-01f169321742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e4c071b-9628-4fe3-89de-01f169321742.shg-box.shg-c {
  justify-content: center;
}

#s-b2e3ea09-cf8f-4fb6-9742-c308b552a117 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
}

#s-2dbaa9a9-3817-43dc-bb26-a1586d85ad49 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
min-height: 550px;
max-width: 100%;
background-color: rgba(19, 255, 98, 0);
}








#s-2dbaa9a9-3817-43dc-bb26-a1586d85ad49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dbaa9a9-3817-43dc-bb26-a1586d85ad49.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ce74b9d2-fb17-404d-813a-c618b45b2b1f {
  box-shadow:0px 0px 0px 0px ;
background-image: url(https://i.shgcdn.com/2475a066-093a-405f-8641-d1351b40509c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
padding-left: 5%;
padding-right: 5%;
background-position: center center;
}








#s-ce74b9d2-fb17-404d-813a-c618b45b2b1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce74b9d2-fb17-404d-813a-c618b45b2b1f.shg-box.shg-c {
  justify-content: center;
}

#s-fac6c0ba-673f-43da-a274-5860a0a4dc7d {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 600px;
}








#s-fac6c0ba-673f-43da-a274-5860a0a4dc7d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-fac6c0ba-673f-43da-a274-5860a0a4dc7d.shg-box.shg-c {
  justify-content: center;
}

#s-02a563c1-82ce-41e8-a870-e2f4c5265b73 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-02a563c1-82ce-41e8-a870-e2f4c5265b73 img.shogun-image {
    
    width: px;
  }


#s-02a563c1-82ce-41e8-a870-e2f4c5265b73 .shogun-image-content {
  
    align-items: center;
  
}

#s-02fe6b42-3f05-45fc-9ca4-217b23be86b2 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(183, 165, 131, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-02fe6b42-3f05-45fc-9ca4-217b23be86b2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWUyNDA5NjItZDBhYS00YzE3LThhMmEtMTliNDE0OWExOTE0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZTI0MDk2Mi1kMGFhLTRjMTctOGEyYS0xOWI0MTQ5YTE5MTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-02fe6b42-3f05-45fc-9ca4-217b23be86b2:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-02fe6b42-3f05-45fc-9ca4-217b23be86b2-btn-wrapper {
    text-align: center;
  }


#s-02fe6b42-3f05-45fc-9ca4-217b23be86b2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-63c66594-c18c-4fc0-b960-c4942d026cf4 {
  margin-top: -1px;
margin-bottom: -1px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}








#s-63c66594-c18c-4fc0-b960-c4942d026cf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63c66594-c18c-4fc0-b960-c4942d026cf4.shg-box.shg-c {
  justify-content: center;
}

#s-13baca2e-d82a-4d3e-b9e9-04b14bf0db10 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
}

#s-78e2426c-3543-4349-ba2c-15c8a3f1efa0 {
  padding-top: 50px;
padding-left: 40px;
padding-bottom: 50px;
padding-right: 40px;
background-color: rgba(252, 252, 251, 1);
}
@media (min-width: 1200px){#s-78e2426c-3543-4349-ba2c-15c8a3f1efa0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78e2426c-3543-4349-ba2c-15c8a3f1efa0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78e2426c-3543-4349-ba2c-15c8a3f1efa0 {
  
}
}@media (max-width: 767px){#s-78e2426c-3543-4349-ba2c-15c8a3f1efa0 {
  
}
}







#s-78e2426c-3543-4349-ba2c-15c8a3f1efa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78e2426c-3543-4349-ba2c-15c8a3f1efa0.shg-box.shg-c {
  justify-content: center;
}

#s-c5e0b3f4-59cf-4599-a690-aaade3d13ffe {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 0px;
padding-bottom: 60px;
padding-right: 0px;
min-height: 50px;
max-width: 1920px;
}








#s-c5e0b3f4-59cf-4599-a690-aaade3d13ffe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c5e0b3f4-59cf-4599-a690-aaade3d13ffe.shg-box.shg-c {
  justify-content: center;
}

#s-154f2f4b-de2f-4d86-bfda-13c3844af7dd {
  min-height: 50px;
}








#s-154f2f4b-de2f-4d86-bfda-13c3844af7dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-154f2f4b-de2f-4d86-bfda-13c3844af7dd.shg-box.shg-c {
  justify-content: center;
}

#s-8cfa8638-a754-4c9b-8197-4d2b71e53a76 {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}

#s-8cfa8638-a754-4c9b-8197-4d2b71e53a76 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-8cfa8638-a754-4c9b-8197-4d2b71e53a76 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8cfa8638-a754-4c9b-8197-4d2b71e53a76 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8cfa8638-a754-4c9b-8197-4d2b71e53a76 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-8cfa8638-a754-4c9b-8197-4d2b71e53a76 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-759abd3a-3e7e-4c55-86bb-0ef55a8229ee {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 75%;
text-align: center;
}

#s-759abd3a-3e7e-4c55-86bb-0ef55a8229ee .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-759abd3a-3e7e-4c55-86bb-0ef55a8229ee .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-759abd3a-3e7e-4c55-86bb-0ef55a8229ee .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-6e71e061-e990-4fb7-af07-d0c969cb8116 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1400px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e71e061-e990-4fb7-af07-d0c969cb8116 {
  display: none;
}
#s-6e71e061-e990-4fb7-af07-d0c969cb8116, #wrap-s-6e71e061-e990-4fb7-af07-d0c969cb8116 { display:none !important; }}@media (max-width: 767px){#s-6e71e061-e990-4fb7-af07-d0c969cb8116 {
  display: none;
}
#s-6e71e061-e990-4fb7-af07-d0c969cb8116, #wrap-s-6e71e061-e990-4fb7-af07-d0c969cb8116 { display:none !important; }}



  #s-6e71e061-e990-4fb7-af07-d0c969cb8116 img.shogun-image {
    
    width: px;
  }


#s-6e71e061-e990-4fb7-af07-d0c969cb8116 .shogun-image-content {
  
    align-items: center;
  
}

#s-11a97b37-e292-4955-8bf9-f00a8e770c54 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-11a97b37-e292-4955-8bf9-f00a8e770c54 {
  display: none;
}
#s-11a97b37-e292-4955-8bf9-f00a8e770c54, #wrap-s-11a97b37-e292-4955-8bf9-f00a8e770c54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11a97b37-e292-4955-8bf9-f00a8e770c54 {
  display: none;
}
#s-11a97b37-e292-4955-8bf9-f00a8e770c54, #wrap-s-11a97b37-e292-4955-8bf9-f00a8e770c54 { display:none !important; }}



  #s-11a97b37-e292-4955-8bf9-f00a8e770c54 img.shogun-image {
    
    width: px;
  }


#s-11a97b37-e292-4955-8bf9-f00a8e770c54 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e4d9387-289e-44eb-af8e-b60ec8aa341c {
  padding-top: 50px;
padding-left: 40px;
padding-bottom: 50px;
padding-right: 40px;
background-color: rgba(183, 165, 131, 1);
}
@media (min-width: 1200px){#s-8e4d9387-289e-44eb-af8e-b60ec8aa341c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e4d9387-289e-44eb-af8e-b60ec8aa341c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e4d9387-289e-44eb-af8e-b60ec8aa341c {
  
}
}@media (max-width: 767px){#s-8e4d9387-289e-44eb-af8e-b60ec8aa341c {
  
}
}







#s-8e4d9387-289e-44eb-af8e-b60ec8aa341c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e4d9387-289e-44eb-af8e-b60ec8aa341c.shg-box.shg-c {
  justify-content: center;
}

#s-28e9669d-b3a9-4c09-9036-07820b1152bf {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1920px;
}








#s-28e9669d-b3a9-4c09-9036-07820b1152bf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-28e9669d-b3a9-4c09-9036-07820b1152bf.shg-box.shg-c {
  justify-content: center;
}

#s-d44198b5-8340-4a2b-b01d-e6abda69e2aa {
  min-height: 50px;
}








#s-d44198b5-8340-4a2b-b01d-e6abda69e2aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d44198b5-8340-4a2b-b01d-e6abda69e2aa.shg-box.shg-c {
  justify-content: center;
}

#s-45858886-5ca1-4a17-90f4-e032f232bf7b {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}

#s-45858886-5ca1-4a17-90f4-e032f232bf7b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-45858886-5ca1-4a17-90f4-e032f232bf7b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-45858886-5ca1-4a17-90f4-e032f232bf7b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-45858886-5ca1-4a17-90f4-e032f232bf7b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-45858886-5ca1-4a17-90f4-e032f232bf7b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-57ae0468-741c-4a7d-a06d-532fedda5991 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1400px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-57ae0468-741c-4a7d-a06d-532fedda5991 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-57ae0468-741c-4a7d-a06d-532fedda5991 {
  display: none;
}
#s-57ae0468-741c-4a7d-a06d-532fedda5991, #wrap-s-57ae0468-741c-4a7d-a06d-532fedda5991 { display:none !important; }}@media (max-width: 767px){#s-57ae0468-741c-4a7d-a06d-532fedda5991 {
  display: none;
}
#s-57ae0468-741c-4a7d-a06d-532fedda5991, #wrap-s-57ae0468-741c-4a7d-a06d-532fedda5991 { display:none !important; }}



  #s-57ae0468-741c-4a7d-a06d-532fedda5991 img.shogun-image {
    
    width: px;
  }


#s-57ae0468-741c-4a7d-a06d-532fedda5991 .shogun-image-content {
  
    align-items: center;
  
}

#s-c84b0177-9f28-49a7-b04a-b5e85388f746 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-c84b0177-9f28-49a7-b04a-b5e85388f746 {
  display: none;
}
#s-c84b0177-9f28-49a7-b04a-b5e85388f746, #wrap-s-c84b0177-9f28-49a7-b04a-b5e85388f746 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c84b0177-9f28-49a7-b04a-b5e85388f746 {
  display: none;
}
#s-c84b0177-9f28-49a7-b04a-b5e85388f746, #wrap-s-c84b0177-9f28-49a7-b04a-b5e85388f746 { display:none !important; }}



  #s-c84b0177-9f28-49a7-b04a-b5e85388f746 img.shogun-image {
    
    width: px;
  }


#s-c84b0177-9f28-49a7-b04a-b5e85388f746 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ce985d5-b4b1-461e-9079-058223846f94 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-left: 200px;
padding-bottom: 50px;
padding-right: 200px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-7ce985d5-b4b1-461e-9079-058223846f94 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ce985d5-b4b1-461e-9079-058223846f94 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ce985d5-b4b1-461e-9079-058223846f94 {
  display: none;
}
#s-7ce985d5-b4b1-461e-9079-058223846f94, #wrap-s-7ce985d5-b4b1-461e-9079-058223846f94 { display:none !important; }}@media (max-width: 767px){#s-7ce985d5-b4b1-461e-9079-058223846f94 {
  display: none;
}
#s-7ce985d5-b4b1-461e-9079-058223846f94, #wrap-s-7ce985d5-b4b1-461e-9079-058223846f94 { display:none !important; }}







#s-7ce985d5-b4b1-461e-9079-058223846f94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ce985d5-b4b1-461e-9079-058223846f94.shg-box.shg-c {
  justify-content: center;
}

#s-2acf34bb-ca78-44a8-86c0-cc02ddbbe80a {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 0px;
padding-bottom: 60px;
padding-right: 0px;
min-height: 50px;
max-width: 1920px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2acf34bb-ca78-44a8-86c0-cc02ddbbe80a {
  padding-top: 60px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2acf34bb-ca78-44a8-86c0-cc02ddbbe80a {
  padding-top: 60px;
padding-bottom: 0px;
}
}







#s-2acf34bb-ca78-44a8-86c0-cc02ddbbe80a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2acf34bb-ca78-44a8-86c0-cc02ddbbe80a.shg-box.shg-c {
  justify-content: center;
}

#s-9c38c948-294e-415a-8e52-fe0fa22163d5 {
  min-height: 50px;
}








#s-9c38c948-294e-415a-8e52-fe0fa22163d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c38c948-294e-415a-8e52-fe0fa22163d5.shg-box.shg-c {
  justify-content: center;
}

#s-4a57e02d-639c-4ceb-944e-3b0f7c6ce0fa {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}

#s-4a57e02d-639c-4ceb-944e-3b0f7c6ce0fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-4a57e02d-639c-4ceb-944e-3b0f7c6ce0fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4a57e02d-639c-4ceb-944e-3b0f7c6ce0fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-4a57e02d-639c-4ceb-944e-3b0f7c6ce0fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-4a57e02d-639c-4ceb-944e-3b0f7c6ce0fa .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 1200px){#s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6 {
  display: none;
}
#s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6, #wrap-s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6 { display:none !important; }}@media (max-width: 767px){#s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6 {
  display: none;
}
#s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6, #wrap-s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f27af96d-b8c4-4fd6-a5c3-166406a20ae6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74a13f4d-d5f3-44b8-a2c7-b3d3a252acbc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b257a9e2-5919-47d6-88a4-92c1e548f7ab {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-b257a9e2-5919-47d6-88a4-92c1e548f7ab img.shogun-image {
    
    width: px;
  }


#s-b257a9e2-5919-47d6-88a4-92c1e548f7ab .shogun-image-content {
  
    align-items: center;
  
}

#s-b7fb0dab-fe67-4cb2-aac4-29c0b74adced {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-b7fb0dab-fe67-4cb2-aac4-29c0b74adced img.shogun-image {
    
    width: px;
  }


#s-b7fb0dab-fe67-4cb2-aac4-29c0b74adced .shogun-image-content {
  
    align-items: center;
  
}

#s-811ae0a7-8e35-41c4-a7a9-15d16cb00a37 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-811ae0a7-8e35-41c4-a7a9-15d16cb00a37 img.shogun-image {
    
    width: px;
  }


#s-811ae0a7-8e35-41c4-a7a9-15d16cb00a37 .shogun-image-content {
  
    align-items: center;
  
}

#s-69166b16-d5d0-4fcb-aef2-fdc82a2133e9 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-69166b16-d5d0-4fcb-aef2-fdc82a2133e9 img.shogun-image {
    
    width: px;
  }


#s-69166b16-d5d0-4fcb-aef2-fdc82a2133e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-32ebb8e5-0d5d-45c7-bba3-a89226e41a62 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-32ebb8e5-0d5d-45c7-bba3-a89226e41a62 img.shogun-image {
    
    width: px;
  }


#s-32ebb8e5-0d5d-45c7-bba3-a89226e41a62 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fa7da8e-b8c4-47c3-9c45-3e4b416d02d2 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-4fa7da8e-b8c4-47c3-9c45-3e4b416d02d2 img.shogun-image {
    
    width: px;
  }


#s-4fa7da8e-b8c4-47c3-9c45-3e4b416d02d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9807cde-21d8-4e53-8290-449e7673f7cd {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-d9807cde-21d8-4e53-8290-449e7673f7cd img.shogun-image {
    
    width: px;
  }


#s-d9807cde-21d8-4e53-8290-449e7673f7cd .shogun-image-content {
  
    align-items: center;
  
}

#s-02f8e8ae-42d2-4779-b40f-5e0362a87102 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-02f8e8ae-42d2-4779-b40f-5e0362a87102 img.shogun-image {
    
    width: px;
  }


#s-02f8e8ae-42d2-4779-b40f-5e0362a87102 .shogun-image-content {
  
    align-items: center;
  
}

#s-033cf457-229c-43b8-bf9c-2e6dd6b25b25 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-033cf457-229c-43b8-bf9c-2e6dd6b25b25 img.shogun-image {
    
    width: px;
  }


#s-033cf457-229c-43b8-bf9c-2e6dd6b25b25 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f34039b-5b9f-4dfe-9ed5-d67eb0b61af9 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-7f34039b-5b9f-4dfe-9ed5-d67eb0b61af9 img.shogun-image {
    
    width: px;
  }


#s-7f34039b-5b9f-4dfe-9ed5-d67eb0b61af9 .shogun-image-content {
  
    align-items: center;
  
}

#s-80dece01-d691-4ce8-b00a-5e20a03c597b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-80dece01-d691-4ce8-b00a-5e20a03c597b {
  display: none;
}
#s-80dece01-d691-4ce8-b00a-5e20a03c597b, #wrap-s-80dece01-d691-4ce8-b00a-5e20a03c597b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80dece01-d691-4ce8-b00a-5e20a03c597b {
  display: none;
}
#s-80dece01-d691-4ce8-b00a-5e20a03c597b, #wrap-s-80dece01-d691-4ce8-b00a-5e20a03c597b { display:none !important; }}







#s-80dece01-d691-4ce8-b00a-5e20a03c597b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80dece01-d691-4ce8-b00a-5e20a03c597b.shg-box.shg-c {
  justify-content: center;
}

#s-d7dd7508-3164-4d6a-8766-3d9226d36cbb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 40px;
padding-bottom: 80px;
padding-right: 40px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-d7dd7508-3164-4d6a-8766-3d9226d36cbb {
  display: none;
}
#s-d7dd7508-3164-4d6a-8766-3d9226d36cbb, #wrap-s-d7dd7508-3164-4d6a-8766-3d9226d36cbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7dd7508-3164-4d6a-8766-3d9226d36cbb {
  display: none;
}
#s-d7dd7508-3164-4d6a-8766-3d9226d36cbb, #wrap-s-d7dd7508-3164-4d6a-8766-3d9226d36cbb { display:none !important; }}







#s-d7dd7508-3164-4d6a-8766-3d9226d36cbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7dd7508-3164-4d6a-8766-3d9226d36cbb.shg-box.shg-c {
  justify-content: center;
}

#s-6ce42302-5680-47ae-857a-0f48caf4ec53 {
  max-width: 1920px;
}








#s-6ce42302-5680-47ae-857a-0f48caf4ec53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ce42302-5680-47ae-857a-0f48caf4ec53.shg-box.shg-c {
  justify-content: center;
}

#s-6722aa32-b83e-4220-989e-1122bff8706c {
  min-height: 50px;
}








#s-6722aa32-b83e-4220-989e-1122bff8706c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6722aa32-b83e-4220-989e-1122bff8706c.shg-box.shg-c {
  justify-content: center;
}

#s-57d464ba-e2a5-4b28-8d56-2c4f28fe39be {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}

#s-57d464ba-e2a5-4b28-8d56-2c4f28fe39be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-57d464ba-e2a5-4b28-8d56-2c4f28fe39be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 40px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-57d464ba-e2a5-4b28-8d56-2c4f28fe39be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-57d464ba-e2a5-4b28-8d56-2c4f28fe39be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-57d464ba-e2a5-4b28-8d56-2c4f28fe39be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-4d632eec-fe91-4206-84d2-142a53be2eb1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d632eec-fe91-4206-84d2-142a53be2eb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-29d242f1-a6ce-466b-a4b3-34886845699f {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-29d242f1-a6ce-466b-a4b3-34886845699f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-29d242f1-a6ce-466b-a4b3-34886845699f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-29d242f1-a6ce-466b-a4b3-34886845699f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-29d242f1-a6ce-466b-a4b3-34886845699f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-29d242f1-a6ce-466b-a4b3-34886845699f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-193ba7e6-50c1-4aa7-af38-976efcd4c8a4 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-193ba7e6-50c1-4aa7-af38-976efcd4c8a4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-193ba7e6-50c1-4aa7-af38-976efcd4c8a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-193ba7e6-50c1-4aa7-af38-976efcd4c8a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-193ba7e6-50c1-4aa7-af38-976efcd4c8a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-193ba7e6-50c1-4aa7-af38-976efcd4c8a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-1ef4ec05-6d30-45a4-8f7b-6adb28bad1e0 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1ef4ec05-6d30-45a4-8f7b-6adb28bad1e0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-1ef4ec05-6d30-45a4-8f7b-6adb28bad1e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ef4ec05-6d30-45a4-8f7b-6adb28bad1e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-1ef4ec05-6d30-45a4-8f7b-6adb28bad1e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-1ef4ec05-6d30-45a4-8f7b-6adb28bad1e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-b67113ad-2454-46cc-995e-740e8a225edf {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b67113ad-2454-46cc-995e-740e8a225edf:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-b67113ad-2454-46cc-995e-740e8a225edf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b67113ad-2454-46cc-995e-740e8a225edf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-b67113ad-2454-46cc-995e-740e8a225edf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-b67113ad-2454-46cc-995e-740e8a225edf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-435f76f1-c97f-40ce-a495-36e6a3f0040c {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-435f76f1-c97f-40ce-a495-36e6a3f0040c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-435f76f1-c97f-40ce-a495-36e6a3f0040c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-435f76f1-c97f-40ce-a495-36e6a3f0040c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-435f76f1-c97f-40ce-a495-36e6a3f0040c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-435f76f1-c97f-40ce-a495-36e6a3f0040c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-34fc7f87-fe31-49e7-b68c-82c46efaf87d {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-34fc7f87-fe31-49e7-b68c-82c46efaf87d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-34fc7f87-fe31-49e7-b68c-82c46efaf87d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34fc7f87-fe31-49e7-b68c-82c46efaf87d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-34fc7f87-fe31-49e7-b68c-82c46efaf87d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-34fc7f87-fe31-49e7-b68c-82c46efaf87d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-56264b7f-4014-482c-b9f5-77b16ac08454 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-56264b7f-4014-482c-b9f5-77b16ac08454:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-56264b7f-4014-482c-b9f5-77b16ac08454:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-56264b7f-4014-482c-b9f5-77b16ac08454.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-56264b7f-4014-482c-b9f5-77b16ac08454.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-56264b7f-4014-482c-b9f5-77b16ac08454.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-dfe0010a-5083-4e09-aa3f-7cf6b2fa05c1 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-dfe0010a-5083-4e09-aa3f-7cf6b2fa05c1:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-dfe0010a-5083-4e09-aa3f-7cf6b2fa05c1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dfe0010a-5083-4e09-aa3f-7cf6b2fa05c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-dfe0010a-5083-4e09-aa3f-7cf6b2fa05c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-dfe0010a-5083-4e09-aa3f-7cf6b2fa05c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-b6dc66a8-a15a-4543-9248-ef5186820cd6 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b6dc66a8-a15a-4543-9248-ef5186820cd6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-b6dc66a8-a15a-4543-9248-ef5186820cd6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6dc66a8-a15a-4543-9248-ef5186820cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-b6dc66a8-a15a-4543-9248-ef5186820cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-b6dc66a8-a15a-4543-9248-ef5186820cd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-d47c7b2f-1248-4623-ae22-44e0a6f3f775 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 7px;
padding-left: 20px;
padding-bottom: 7px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d47c7b2f-1248-4623-ae22-44e0a6f3f775:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 48, 60, 1) !important;}#s-d47c7b2f-1248-4623-ae22-44e0a6f3f775:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d47c7b2f-1248-4623-ae22-44e0a6f3f775.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-d47c7b2f-1248-4623-ae22-44e0a6f3f775.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){

#s-d47c7b2f-1248-4623-ae22-44e0a6f3f775.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-1703cc34-2514-4d2f-a08c-126fd5801528 {
  min-height: 50px;
background-color: rgba(252, 252, 251, 1);
}








#s-1703cc34-2514-4d2f-a08c-126fd5801528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1703cc34-2514-4d2f-a08c-126fd5801528.shg-box.shg-c {
  justify-content: center;
}

#s-f4f8e929-a97b-4892-af33-e3f41d79a3bb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 50px;
padding-left: 100px;
padding-bottom: 50px;
padding-right: 100px;
background-position: center center;
}
@media (min-width: 1200px){#s-f4f8e929-a97b-4892-af33-e3f41d79a3bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4f8e929-a97b-4892-af33-e3f41d79a3bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4f8e929-a97b-4892-af33-e3f41d79a3bb {
  padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-f4f8e929-a97b-4892-af33-e3f41d79a3bb, #wrap-s-f4f8e929-a97b-4892-af33-e3f41d79a3bb { display:none !important; }}@media (max-width: 767px){#s-f4f8e929-a97b-4892-af33-e3f41d79a3bb {
  display: none;
}
#s-f4f8e929-a97b-4892-af33-e3f41d79a3bb, #wrap-s-f4f8e929-a97b-4892-af33-e3f41d79a3bb { display:none !important; }}







#s-f4f8e929-a97b-4892-af33-e3f41d79a3bb > .shg-box-overlay {
  background-color: rgba(66, 9, 9, 1);
  opacity: 0.1;
}#s-f4f8e929-a97b-4892-af33-e3f41d79a3bb.shg-box.shg-c {
  justify-content: center;
}

#s-0bfc585f-f55b-4095-be8b-64deaed462a8 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
max-width: 1920px;
}








#s-0bfc585f-f55b-4095-be8b-64deaed462a8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0bfc585f-f55b-4095-be8b-64deaed462a8.shg-box.shg-c {
  justify-content: center;
}

#s-9b360a0b-1d54-4cd9-993d-1f7907bd6a9a {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-9b360a0b-1d54-4cd9-993d-1f7907bd6a9a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-52f41319-2734-40c1-b248-777691a869fd {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-52f41319-2734-40c1-b248-777691a869fd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  letter-spacing: 6px;
  text-align: center;
}



#s-dbcaf2ce-69bc-42a8-a91a-8c7371546c22 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dbcaf2ce-69bc-42a8-a91a-8c7371546c22:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGMwZDU4MGMtNTc1Yy00YzYxLWI1NTEtMWI2YWE4MWY1OTI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYzBkNTgwYy01NzVjLTRjNjEtYjU1MS0xYjZhYTgxZjU5MjQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-dbcaf2ce-69bc-42a8-a91a-8c7371546c22:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dbcaf2ce-69bc-42a8-a91a-8c7371546c22-btn-wrapper {
    text-align: center;
  }


#s-dbcaf2ce-69bc-42a8-a91a-8c7371546c22.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}

#s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77 {
  display: none;
}
#s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77, #wrap-s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77 {
  display: none;
}
#s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77, #wrap-s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77 {
  
}
}@media (max-width: 767px){#s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77 {
  
}
}







#s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-4ff9ee88-a313-4909-b4bb-dbe6fa3e9f77.shg-box.shg-c {
  justify-content: center;
}

#s-127680cf-d08e-4ba3-ba09-bb1befe491bb {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 40px;
padding-bottom: 50px;
padding-right: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-127680cf-d08e-4ba3-ba09-bb1befe491bb {
  display: none;
}
#s-127680cf-d08e-4ba3-ba09-bb1befe491bb, #wrap-s-127680cf-d08e-4ba3-ba09-bb1befe491bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-127680cf-d08e-4ba3-ba09-bb1befe491bb {
  display: none;
}
#s-127680cf-d08e-4ba3-ba09-bb1befe491bb, #wrap-s-127680cf-d08e-4ba3-ba09-bb1befe491bb { display:none !important; }}







#s-127680cf-d08e-4ba3-ba09-bb1befe491bb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-127680cf-d08e-4ba3-ba09-bb1befe491bb.shg-box.shg-c {
  justify-content: center;
}

#s-3b01e407-3177-4828-9b82-e8d8f6342ed0 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-3b01e407-3177-4828-9b82-e8d8f6342ed0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-6945423b-6e95-4952-a8df-04ced9edc194 {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-6945423b-6e95-4952-a8df-04ced9edc194 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 3px;
  text-align: center;
}



#s-1b377c68-3fdb-4c6d-8977-4bc145152042 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(183, 165, 131, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1b377c68-3fdb-4c6d-8977-4bc145152042:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDc1ODQxZTQtNmU2Zi00ZTc0LTg5MTEtNWU4OTNlZTY2Mzk0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NzU4NDFlNC02ZTZmLTRlNzQtODkxMS01ZTg5M2VlNjYzOTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-1b377c68-3fdb-4c6d-8977-4bc145152042:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1b377c68-3fdb-4c6d-8977-4bc145152042-btn-wrapper {
    text-align: center;
  }


#s-1b377c68-3fdb-4c6d-8977-4bc145152042.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}

#s-26673052-9b02-4694-8b73-50bdff6a08b1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 48, 60, 1);
}
@media (min-width: 1200px){#s-26673052-9b02-4694-8b73-50bdff6a08b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26673052-9b02-4694-8b73-50bdff6a08b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26673052-9b02-4694-8b73-50bdff6a08b1 {
  
}
}@media (max-width: 767px){#s-26673052-9b02-4694-8b73-50bdff6a08b1 {
  
}
}







#s-26673052-9b02-4694-8b73-50bdff6a08b1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-26673052-9b02-4694-8b73-50bdff6a08b1.shg-box.shg-c {
  justify-content: center;
}

#s-9faf3ffa-4f7c-44bb-8ab4-a39db54e9fad {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-9faf3ffa-4f7c-44bb-8ab4-a39db54e9fad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9faf3ffa-4f7c-44bb-8ab4-a39db54e9fad.shg-box.shg-c {
  justify-content: center;
}

#s-ae91b76a-00b1-41eb-979d-615b89a78442 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
min-height: 50px;
max-width: 1920px;
}








#s-ae91b76a-00b1-41eb-979d-615b89a78442 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ae91b76a-00b1-41eb-979d-615b89a78442.shg-box.shg-c {
  justify-content: center;
}

#s-852add14-bb99-4bfb-97ce-40683044f07f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-852add14-bb99-4bfb-97ce-40683044f07f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-852add14-bb99-4bfb-97ce-40683044f07f.shg-box.shg-c {
  justify-content: center;
}

#s-ec121d9f-3d80-48b1-899e-059f2b0bd0af {
  border-style: solid;
margin-top: 24px;
margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-ec121d9f-3d80-48b1-899e-059f2b0bd0af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-ec121d9f-3d80-48b1-899e-059f2b0bd0af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec121d9f-3d80-48b1-899e-059f2b0bd0af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec121d9f-3d80-48b1-899e-059f2b0bd0af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-ec121d9f-3d80-48b1-899e-059f2b0bd0af .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-54e426b1-1884-47c0-bd46-c910931009b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-72c9195d-22f4-46a3-838c-390260e31d37 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-72c9195d-22f4-46a3-838c-390260e31d37 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72c9195d-22f4-46a3-838c-390260e31d37 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-72c9195d-22f4-46a3-838c-390260e31d37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72c9195d-22f4-46a3-838c-390260e31d37.shg-box.shg-c {
  justify-content: center;
}

#s-a3eae3fa-7e14-47da-85e7-0da1a239daba {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
min-height: 300px;
max-width: 400px;
background-position: center center;
}








#s-a3eae3fa-7e14-47da-85e7-0da1a239daba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3eae3fa-7e14-47da-85e7-0da1a239daba.shg-box.shg-c {
  justify-content: center;
}

#s-eaf00505-4396-42c8-adcd-ecf8272f9a65 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 400px;
}








#s-eaf00505-4396-42c8-adcd-ecf8272f9a65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaf00505-4396-42c8-adcd-ecf8272f9a65.shg-box.shg-c {
  justify-content: center;
}

#s-5ad43651-e91d-4629-8368-18e58012f4b6 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ad43651-e91d-4629-8368-18e58012f4b6 {
  min-height: 20px;
}
}
#s-5ad43651-e91d-4629-8368-18e58012f4b6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-5ad43651-e91d-4629-8368-18e58012f4b6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-5ad43651-e91d-4629-8368-18e58012f4b6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-78fd88a6-7e8c-4202-98d7-c6a461488c20 {
  
}








#s-78fd88a6-7e8c-4202-98d7-c6a461488c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78fd88a6-7e8c-4202-98d7-c6a461488c20.shg-box.shg-c {
  justify-content: center;
}

#s-ccd1d6cd-4dec-47c6-8a87-21c174ba7b75 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
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;
border-radius: 0px;
min-height: 150px;
max-width: 400px;
}

#s-aae3b921-f0b0-4c16-b80b-9daff59315b3 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-aae3b921-f0b0-4c16-b80b-9daff59315b3 {
  margin-top: 30px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aae3b921-f0b0-4c16-b80b-9daff59315b3 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-aae3b921-f0b0-4c16-b80b-9daff59315b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aae3b921-f0b0-4c16-b80b-9daff59315b3.shg-box.shg-c {
  justify-content: center;
}

#s-16fb3ecd-c338-499f-afdc-5e0d3cdb4f8d {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
min-height: 300px;
max-width: 400px;
background-position: center center;
}








#s-16fb3ecd-c338-499f-afdc-5e0d3cdb4f8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16fb3ecd-c338-499f-afdc-5e0d3cdb4f8d.shg-box.shg-c {
  justify-content: center;
}

#s-b609f2b6-2bbb-46d3-8ce8-0a56add34008 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 400px;
}








#s-b609f2b6-2bbb-46d3-8ce8-0a56add34008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b609f2b6-2bbb-46d3-8ce8-0a56add34008.shg-box.shg-c {
  justify-content: center;
}

#s-53e14d8e-7b5d-4572-936e-cd8efe5f1a41 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-53e14d8e-7b5d-4572-936e-cd8efe5f1a41 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-53e14d8e-7b5d-4572-936e-cd8efe5f1a41 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-53e14d8e-7b5d-4572-936e-cd8efe5f1a41 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-ff75b937-234d-47a0-a73b-85c3af08901a {
  
}








#s-ff75b937-234d-47a0-a73b-85c3af08901a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff75b937-234d-47a0-a73b-85c3af08901a.shg-box.shg-c {
  justify-content: center;
}

#s-04ef6db6-5965-4524-9dc7-fa069cdcd0af {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
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;
border-radius: 0px;
min-height: 150px;
max-width: 400px;
}

#s-9bbd13c1-cc81-4b81-af22-78ed83db173a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-9bbd13c1-cc81-4b81-af22-78ed83db173a {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bbd13c1-cc81-4b81-af22-78ed83db173a {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bbd13c1-cc81-4b81-af22-78ed83db173a {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-9bbd13c1-cc81-4b81-af22-78ed83db173a {
  margin-bottom: 0px;
}
}







#s-9bbd13c1-cc81-4b81-af22-78ed83db173a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bbd13c1-cc81-4b81-af22-78ed83db173a.shg-box.shg-c {
  justify-content: center;
}

#s-0ff043bc-4107-4673-86aa-3a8d4ae733a2 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
min-height: 300px;
max-width: 400px;
background-position: center center;
}








#s-0ff043bc-4107-4673-86aa-3a8d4ae733a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ff043bc-4107-4673-86aa-3a8d4ae733a2.shg-box.shg-c {
  justify-content: center;
}

#s-215e5a03-34b3-4af9-9aeb-6583cd313400 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 0px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 400px;
}








#s-215e5a03-34b3-4af9-9aeb-6583cd313400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-215e5a03-34b3-4af9-9aeb-6583cd313400.shg-box.shg-c {
  justify-content: center;
}

#s-17e7558b-2f37-4297-8dfa-8dbf1dbc8c70 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-17e7558b-2f37-4297-8dfa-8dbf1dbc8c70 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-17e7558b-2f37-4297-8dfa-8dbf1dbc8c70 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-17e7558b-2f37-4297-8dfa-8dbf1dbc8c70 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-e353d7e2-7807-4650-ad55-4f4cfbab305e {
  
}








#s-e353d7e2-7807-4650-ad55-4f4cfbab305e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e353d7e2-7807-4650-ad55-4f4cfbab305e.shg-box.shg-c {
  justify-content: center;
}

#s-272592c1-1618-40d7-b5c2-122bcd757f76 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
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;
border-radius: 0px;
min-height: 150px;
max-width: 400px;
}

#s-211c7b96-5aea-4446-b740-856f89407fbe {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 0px;
padding-bottom: 60px;
padding-right: 0px;
min-height: 50px;
max-width: 1920px;
}
@media (min-width: 1200px){#s-211c7b96-5aea-4446-b740-856f89407fbe {
  padding-top: 0px;
padding-left: 200px;
padding-bottom: 60px;
padding-right: 200px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-211c7b96-5aea-4446-b740-856f89407fbe {
  padding-top: 0px;
padding-left: 200px;
padding-bottom: 60px;
padding-right: 200px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-211c7b96-5aea-4446-b740-856f89407fbe {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-211c7b96-5aea-4446-b740-856f89407fbe {
  padding-top: 0px;
}
}







#s-211c7b96-5aea-4446-b740-856f89407fbe > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-211c7b96-5aea-4446-b740-856f89407fbe.shg-box.shg-c {
  justify-content: center;
}

#s-0fea9701-6692-42cc-8d2b-8207416cc18f {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
}

@media (min-width: 0px) {
[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0fea9701-6692-42cc-8d2b-8207416cc18f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0 {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0 {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0 {
  min-height: 700px;
display: none;
}
#s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0, #wrap-s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0 { display:none !important; }}@media (max-width: 767px){#s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0 {
  display: none;
}
#s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0, #wrap-s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0 { display:none !important; }}







#s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6efbd72-2a1e-4818-ba4c-95983f2c9fb0.shg-box.shg-c {
  justify-content: flex-end;
}

#s-259dfb63-5714-47d4-8f53-630799341cca {
  min-height: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-259dfb63-5714-47d4-8f53-630799341cca {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-259dfb63-5714-47d4-8f53-630799341cca {
  padding-top: 0px;
padding-bottom: 0%;
}
}



  #s-259dfb63-5714-47d4-8f53-630799341cca img.shogun-image {
    
    width: px;
  }


#s-259dfb63-5714-47d4-8f53-630799341cca .shogun-image-content {
  
    align-items: center;
  
}

#s-b4a5f4b2-659a-4698-a4bb-a82147ddeeb8 {
  margin-left: auto;
margin-right: auto;
min-height: 100%;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b4a5f4b2-659a-4698-a4bb-a82147ddeeb8 {
  display: none;
}
#s-b4a5f4b2-659a-4698-a4bb-a82147ddeeb8, #wrap-s-b4a5f4b2-659a-4698-a4bb-a82147ddeeb8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4a5f4b2-659a-4698-a4bb-a82147ddeeb8 {
  display: none;
}
#s-b4a5f4b2-659a-4698-a4bb-a82147ddeeb8, #wrap-s-b4a5f4b2-659a-4698-a4bb-a82147ddeeb8 { display:none !important; }}







#s-b4a5f4b2-659a-4698-a4bb-a82147ddeeb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4a5f4b2-659a-4698-a4bb-a82147ddeeb8.shg-box.shg-c {
  justify-content: center;
}

#s-aea58c72-a047-42f6-9707-42e21310710b {
  text-align: center;
}




  #s-aea58c72-a047-42f6-9707-42e21310710b img.shogun-image {
    
    width: px;
  }


#s-aea58c72-a047-42f6-9707-42e21310710b .shogun-image-content {
  
    align-items: center;
  
}

#s-68dc06b2-612b-42e1-a153-4a57b45b9d85 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 40px;
padding-bottom: 60px;
padding-right: 40px;
max-width: 750px;
}
@media (min-width: 768px) and (max-width: 991px){#s-68dc06b2-612b-42e1-a153-4a57b45b9d85 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-68dc06b2-612b-42e1-a153-4a57b45b9d85 {
  padding-bottom: 0px;
}
}







#s-68dc06b2-612b-42e1-a153-4a57b45b9d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68dc06b2-612b-42e1-a153-4a57b45b9d85.shg-box.shg-c {
  justify-content: center;
}








#s-6352d4fd-c377-44fa-91dd-7d5a6077b9e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6352d4fd-c377-44fa-91dd-7d5a6077b9e7.shg-box.shg-c {
  justify-content: center;
}

#s-1c26ade5-1ee5-416e-a637-8e7f60089af3 {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
text-align: center;
}

#s-1c26ade5-1ee5-416e-a637-8e7f60089af3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-1c26ade5-1ee5-416e-a637-8e7f60089af3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-1c26ade5-1ee5-416e-a637-8e7f60089af3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-c9cba0a5-b5d1-4f20-9ad9-a3414709ba5d {
  min-height: 50px;
}








#s-c9cba0a5-b5d1-4f20-9ad9-a3414709ba5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9cba0a5-b5d1-4f20-9ad9-a3414709ba5d.shg-box.shg-c {
  justify-content: center;
}

#s-89450007-a0d0-4463-8d7e-8a2a00114cb6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
text-align: center;
}

#s-89450007-a0d0-4463-8d7e-8a2a00114cb6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-89450007-a0d0-4463-8d7e-8a2a00114cb6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-89450007-a0d0-4463-8d7e-8a2a00114cb6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-89450007-a0d0-4463-8d7e-8a2a00114cb6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-89450007-a0d0-4463-8d7e-8a2a00114cb6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-4d1f4458-9f30-443b-b25f-3f6130236422 {
  margin-top: 24px;
margin-bottom: 24px;
}








#s-4d1f4458-9f30-443b-b25f-3f6130236422 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d1f4458-9f30-443b-b25f-3f6130236422.shg-box.shg-c {
  justify-content: center;
}

#s-0306d6d6-5b65-4425-b8a6-26d8f4c59f69 {
  margin-left: auto;
margin-right: auto;
}

#s-7f160593-6827-4808-8bc3-069c91ee1509 {
  min-height: 50px;
}








#s-7f160593-6827-4808-8bc3-069c91ee1509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f160593-6827-4808-8bc3-069c91ee1509.shg-box.shg-c {
  justify-content: center;
}

#s-ea4a85e6-4a39-4e7f-b417-263907458846 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 3px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 48, 60, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ea4a85e6-4a39-4e7f-b417-263907458846:hover {border-style: solid !important;
border-color: rgba(183, 165, 131, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(183, 165, 131, 1) !important;}#s-ea4a85e6-4a39-4e7f-b417-263907458846:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ea4a85e6-4a39-4e7f-b417-263907458846.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Lato;
  display:  inline-block ;
}

#s-ec611055-f95a-4650-8038-6ffcb709dee7 {
  margin-top: 30px;
margin-bottom: 30px;
}








#s-ec611055-f95a-4650-8038-6ffcb709dee7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec611055-f95a-4650-8038-6ffcb709dee7.shg-box.shg-c {
  justify-content: center;
}

#s-96be22af-8f55-49b3-af80-d5c874849dcf {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-96be22af-8f55-49b3-af80-d5c874849dcf img.shogun-image {
    
    width: px;
  }


#s-96be22af-8f55-49b3-af80-d5c874849dcf .shogun-image-content {
  
    align-items: center;
  
}

#s-801a78ab-195c-46e6-939f-d953ee7927e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 110px;
padding-left: 40px;
padding-bottom: 60px;
padding-right: 40px;
min-height: 50px;
max-width: 1920px;
}
@media (min-width: 1200px){#s-801a78ab-195c-46e6-939f-d953ee7927e6 {
  padding-top: 60px;
padding-bottom: 110px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-801a78ab-195c-46e6-939f-d953ee7927e6 {
  padding-top: 60px;
padding-bottom: 110px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-801a78ab-195c-46e6-939f-d953ee7927e6 {
  padding-top: 60px;
padding-bottom: 110px;
}
}@media (max-width: 767px){#s-801a78ab-195c-46e6-939f-d953ee7927e6 {
  padding-top: 60px;
padding-bottom: 110px;
}
}







#s-801a78ab-195c-46e6-939f-d953ee7927e6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-801a78ab-195c-46e6-939f-d953ee7927e6.shg-box.shg-c {
  justify-content: center;
}

#s-fe2e7ae4-1bfd-48c9-842d-9aea289cbdc4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-fe2e7ae4-1bfd-48c9-842d-9aea289cbdc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe2e7ae4-1bfd-48c9-842d-9aea289cbdc4.shg-box.shg-c {
  justify-content: center;
}

#s-9a061200-e3d0-48af-b160-21c0838ca401 {
  border-style: solid;
margin-top: 24px;
margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
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(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-9a061200-e3d0-48af-b160-21c0838ca401 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-9a061200-e3d0-48af-b160-21c0838ca401 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9a061200-e3d0-48af-b160-21c0838ca401 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-9a061200-e3d0-48af-b160-21c0838ca401 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-9a061200-e3d0-48af-b160-21c0838ca401 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-44f90e34-0e66-432b-ad34-42d716353e47 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
max-width: 1200px;
text-align: center;
}




  #s-44f90e34-0e66-432b-ad34-42d716353e47 img.shogun-image {
    
    width: px;
  }


#s-44f90e34-0e66-432b-ad34-42d716353e47 .shogun-image-content {
  
    align-items: center;
  
}

#s-3721333a-b142-4bd4-8bf9-299f75d9d653 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(183, 165, 131, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3721333a-b142-4bd4-8bf9-299f75d9d653:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzY3OWZiMGEtOWNjZC00YTUyLWE5MjMtYzdjN2MwOWE0NTQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNjc5ZmIwYS05Y2NkLTRhNTItYTkyMy1jN2M3YzA5YTQ1NDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-3721333a-b142-4bd4-8bf9-299f75d9d653:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3721333a-b142-4bd4-8bf9-299f75d9d653-btn-wrapper {
    text-align: center;
  }


#s-3721333a-b142-4bd4-8bf9-299f75d9d653.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-3721333a-b142-4bd4-8bf9-299f75d9d653-btn-wrapper {
    text-align: center;
  }


#s-3721333a-b142-4bd4-8bf9-299f75d9d653.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3721333a-b142-4bd4-8bf9-299f75d9d653-btn-wrapper {
    text-align: center;
  }


#s-3721333a-b142-4bd4-8bf9-299f75d9d653.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-6616e37c-e3d6-4197-973d-6695a0ae6e6f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 40px;
padding-bottom: 50px;
padding-right: 40px;
background-color: rgba(238, 236, 230, 1);
}
@media (min-width: 1200px){#s-6616e37c-e3d6-4197-973d-6695a0ae6e6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6616e37c-e3d6-4197-973d-6695a0ae6e6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6616e37c-e3d6-4197-973d-6695a0ae6e6f {
  
}
}@media (max-width: 767px){#s-6616e37c-e3d6-4197-973d-6695a0ae6e6f {
  
}
}







#s-6616e37c-e3d6-4197-973d-6695a0ae6e6f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-6616e37c-e3d6-4197-973d-6695a0ae6e6f.shg-box.shg-c {
  justify-content: center;
}

#s-6005f958-44a4-48a7-b1e0-d1242c145830 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 0px;
padding-bottom: 60px;
padding-right: 0px;
min-height: 50px;
max-width: 1920px;
}








#s-6005f958-44a4-48a7-b1e0-d1242c145830 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6005f958-44a4-48a7-b1e0-d1242c145830.shg-box.shg-c {
  justify-content: center;
}

#s-71e44eb3-acf9-4bd1-ae1d-d81b95e43969 {
  border-style: solid;
margin-top: 24px;
margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-top: 24px;
padding-bottom: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 62, 82, 1);
border-style: solid;
max-width: 100%;
text-align: center;
}

#s-71e44eb3-acf9-4bd1-ae1d-d81b95e43969 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 36px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-71e44eb3-acf9-4bd1-ae1d-d81b95e43969 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-71e44eb3-acf9-4bd1-ae1d-d81b95e43969 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 50px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-71e44eb3-acf9-4bd1-ae1d-d81b95e43969 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-71e44eb3-acf9-4bd1-ae1d-d81b95e43969 .shogun-heading-component h3 {
  color: rgba(0, 48, 60, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  
  font-size: 25px;
  
  
  text-align: center;
}


}
#s-47680dce-859d-4321-9a44-48510bb20bf0 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-47680dce-859d-4321-9a44-48510bb20bf0 {
  display: none;
}
#s-47680dce-859d-4321-9a44-48510bb20bf0, #wrap-s-47680dce-859d-4321-9a44-48510bb20bf0 { display:none !important; }}@media (max-width: 767px){#s-47680dce-859d-4321-9a44-48510bb20bf0 {
  display: none;
}
#s-47680dce-859d-4321-9a44-48510bb20bf0, #wrap-s-47680dce-859d-4321-9a44-48510bb20bf0 { display:none !important; }}



  #s-47680dce-859d-4321-9a44-48510bb20bf0 img.shogun-image {
    
    width: px;
  }


#s-47680dce-859d-4321-9a44-48510bb20bf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e70f86d6-32ae-4853-89e8-81f1a209d844 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1200px;
text-align: center;
}
@media (min-width: 1200px){#s-e70f86d6-32ae-4853-89e8-81f1a209d844 {
  display: none;
}
#s-e70f86d6-32ae-4853-89e8-81f1a209d844, #wrap-s-e70f86d6-32ae-4853-89e8-81f1a209d844 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e70f86d6-32ae-4853-89e8-81f1a209d844 {
  display: none;
}
#s-e70f86d6-32ae-4853-89e8-81f1a209d844, #wrap-s-e70f86d6-32ae-4853-89e8-81f1a209d844 { display:none !important; }}



  #s-e70f86d6-32ae-4853-89e8-81f1a209d844 img.shogun-image {
    
    width: px;
  }


#s-e70f86d6-32ae-4853-89e8-81f1a209d844 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1f5412e-ccb6-4398-b59e-b37c96f1db08 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
border-radius: 0px;
max-width: 600px;
background-color: rgba(0, 48, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a1f5412e-ccb6-4398-b59e-b37c96f1db08:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDk5MGNkMGEtZTVkMy00N2U1LWI4MmItZGRiYjBjNDA3N2M0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNWU3MDdlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwOTkwY2QwYS1lNWQzLTQ3ZTUtYjgyYi1kZGJiMGM0MDc3YzQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#5e707e"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}#s-a1f5412e-ccb6-4398-b59e-b37c96f1db08:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a1f5412e-ccb6-4398-b59e-b37c96f1db08-btn-wrapper {
    text-align: center;
  }


#s-a1f5412e-ccb6-4398-b59e-b37c96f1db08.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 768px) and (max-width: 991px){
  #s-a1f5412e-ccb6-4398-b59e-b37c96f1db08-btn-wrapper {
    text-align: center;
  }


#s-a1f5412e-ccb6-4398-b59e-b37c96f1db08.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a1f5412e-ccb6-4398-b59e-b37c96f1db08-btn-wrapper {
    text-align: center;
  }


#s-a1f5412e-ccb6-4398-b59e-b37c96f1db08.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
@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;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);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);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);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{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);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);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);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;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%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{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%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{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%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{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%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{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;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity: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;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity: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;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{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;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{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;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{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;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{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;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{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;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{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;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{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;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;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%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;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;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;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;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{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%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{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%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{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%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{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%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{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%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{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%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{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{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{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{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{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%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{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%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{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;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity: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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;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;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;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;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;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;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;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;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;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;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;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;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-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 {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}