@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Custom styles */
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
::-moz-selection {
  background: #fff498;
  color: #000;
}
::selection {
  background: #fff498;
  color: #000;
}
::-moz-selection {
  background: #fff498;
  color: #000;
}
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #fff498;
}
a {
  color: #0074d9;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  color: #40a6ff;
}
p {
  margin: 0 0 20px 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
.flex-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.home-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
section {
  height: 100vh;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
.flex--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.align-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex--space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.col-1 {
  max-width: 565px;
  width: 100%;
  margin: 0 10px;
}
.col-2 {
  max-width: 1150px;
  width: 100%;
  margin: 0 10px;
}
.col-50 {
  width: 50%;
  background-color: #ff0;
}
h1 {
  margin: 0;
}
.home-lead {
  font-size: 60px;
  color: #000;
  text-align: center;
  line-height: 60px;
  padding-top: 110px;
}
@media (max-width: 768px) {
  section {
    height: auto;
  }
  .flex,
  .flex--column {
    display: block;
    height: auto;
  }
  .col-1 {
    max-width: calc(100% - 20px);
    width: 100%;
  }
  .col-2 {
    margin: 0;
  }
  p {
    text-align: center;
  }
  .home-lead {
    padding-top: 90px;
  }
}
@media (max-width: 480px) {
  .home-lead {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 360px) {
  .home-lead {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 320px) {
  .home-lead {
    font-size: 30px;
    line-height: 30px;
  }
}
header.home-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
header.home-nav .flex {
  background: rgba(40, 167, 137, 0.95);
  height: 60px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header.home-nav .col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  max-width: 1170px;
}
header.home-nav .logo {
  display: block;
  width: 73px;
  height: 40px;
  margin: 10px 0 10px 10px;
  opacity: 0.8;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
header.home-nav .logo path,
header.home-nav .logo polyline,
header.home-nav .logo line {
  stroke: #fff;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
header.home-nav .logo:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header.home-nav nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.home-nav nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 18px;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
header.home-nav nav a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}
header.home-nav .mobile-nav-toggle {
  display: none;
  height: 40px;
  width: 40px;
  margin: 10px 20px 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.home-nav .mobile-nav-toggle span,
header.home-nav .mobile-nav-toggle span::before,
header.home-nav .mobile-nav-toggle span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.home-nav .mobile-nav-toggle span:hover,
header.home-nav .mobile-nav-toggle span::before:hover,
header.home-nav .mobile-nav-toggle span::after:hover {
  background: #000;
}
header.home-nav .mobile-nav-toggle span::before {
  top: 15px;
}
header.home-nav .mobile-nav-toggle span::after {
  top: -17px;
}
header.home-nav .mobile-nav-toggle.is-open span {
  background: transparent !important;
}
header.home-nav .mobile-nav-toggle.is-open span::before,
header.home-nav .mobile-nav-toggle.is-open span::after {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
header.home-nav .mobile-nav-toggle.is-open span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.home-nav.dark .flex {
  background: rgba(40, 167, 137, 0.95);
}
header.home-nav.dark .logo path,
header.home-nav.dark .logo polyline,
header.home-nav.dark .logo line {
  stroke: #fff;
}
header.home-nav.dark nav a {
  color: rgba(255, 255, 255, 0.8);
}
header.home-nav.dark nav a:hover {
  color: #fff;
}
header.home-nav.dark span,
header.home-nav.dark span::before,
header.home-nav.dark span::after {
  background: rgba(255, 255, 255, 0.8);
}
header.home-nav.dark span:hover,
header.home-nav.dark span::before:hover,
header.home-nav.dark span::after:hover {
  background: #fff;
}
header.home-nav .mobile-nav {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.home-nav .mobile-nav a,
header.home-nav .mobile-nav span {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  color: #000;
}
header.home-nav .mobile-nav a:nth-child(2) {
  padding-top: 20px;
}
header.home-nav .mobile-nav a:last-child {
  padding-bottom: 20px;
}
header.home-nav .mobile-nav span {
  line-height: 60px;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  header.home-nav .mobile-nav.is-open {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  header.home-nav .logo {
    margin-left: 20px;
  }
  header.home-nav nav {
    display: none;
  }
  header.home-nav .mobile-nav-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
section.home-hero {
  background-image: url(../img/hero-bg.webp);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  section.home-hero {
    background-image: url(../img/hero-bg.jpg);
  }
}
section.home-hero .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.home-hero .hero-wrapper {
  display: block;
  max-width: 1170px;
  width: 100%;
  height: 100%;
}
section.home-hero .col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 100px);
  margin-top: 60px;
}
section.home-hero .hero-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 400px;
}
section.home-hero .hero-logo path,
section.home-hero .hero-logo polyline,
section.home-hero .hero-logo line {
  stroke: #28a789;
}
section.home-hero .hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
section.home-hero .hero-text h1 {
  margin: 0;
  line-height: 1.5;
  padding: 0;
}
section.home-hero .hero-text h3 {
  font-size: 45px;
  font-weight: 300;
  font-style: italic;
  color: #f68647;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
section.home-hero .mouse-scroll span {
  display: block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 2px;
}
section.home-hero .mouse-scroll .um {
  margin-top: 6px;
}
section.home-hero .mouse-scroll .um,
section.home-hero .mouse-scroll .dois,
section.home-hero .mouse-scroll .tres {
  -webkit-animation: mouse-scroll 1.35s infinite;
  animation: mouse-scroll 1.35s infinite;
}
section.home-hero .mouse-scroll .um {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
section.home-hero .mouse-scroll .dois {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
section.home-hero .mouse-scroll .tres {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
section.home-hero .mouse {
  height: 34px;
  width: 20px;
  border-radius: 15px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
section.home-hero .mouse .wheel {
  height: 7px;
  width: 2px;
  display: block;
  margin: 7px auto;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: mouse-wheel 1.75s ease infinite;
  animation: mouse-wheel 1.75s ease infinite;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  section.home-hero .hero-logo {
    margin: 50px 0 30px 0;
  }
  section.home-hero .mouse {
    display: none;
  }
  section.home-hero .mouse-scroll {
    margin: 50px 0;
  }
}
@media (max-width: 640px) {
  section.home-hero .hero-logo {
    width: 350px;
  }
  section.home-hero .hero-text h1 {
    font-size: 45px;
  }
  section.home-hero .hero-text h3 {
    font-size: 35px;
  }
}
@media (max-width: 360px) {
  section.home-hero .hero-logo {
    width: 250px;
  }
  section.home-hero .hero-text h1 {
    font-size: 35px;
  }
  section.home-hero .hero-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  section.home-hero .hero-logo {
    width: 220px;
  }
  section.home-hero .hero-text h1 {
    font-size: 30px;
  }
  section.home-hero .hero-text h3 {
    font-size: 22px;
  }
}
section.home-wash {
  position: relative;
  overflow: hidden;
}
section.home-wash .blur-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/wash-bg.webp);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover, auto;
  background-position: center, center;
  background-blend-mode: overlay, normal;
  z-index: -10;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  section.home-wash .blur-bg {
    background-image: url(../img/wash-bg.jpg);
  }
}
section.home-wash .home-lead {
  color: #fff;
}
section.home-wash .col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-wash .col-1:nth-child(1) {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.home-wash .col-1 p {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
section.home-wash .col-1 .wash {
  background-image: url(../img/wash.svg);
  background-size: 400px 300px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 768px) {
  section.home-wash .col-1:nth-child(1) {
    height: 400px;
  }
  section.home-wash .col-1 p {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  section.home-wash .col-1:nth-child(1) {
    height: 360px;
  }
  section.home-wash .col-1 p {
    font-size: 24px;
  }
  section.home-wash .col-1 .wash {
    background-size: 350px 262.5px;
  }
}
@media (max-width: 360px) {
  section.home-wash .col-1:nth-child(1) {
    height: 247px;
  }
  section.home-wash .col-1 p {
    font-size: 20px;
  }
  section.home-wash .col-1 .wash {
    background-size: 250px 187px;
  }
}
@media (max-width: 360px) {
  section.home-wash .col-1:nth-child(1) {
    height: 225px;
  }
  section.home-wash .col-1 p {
    font-size: 20px;
  }
  section.home-wash .col-1 .wash {
    background-size: 220px 165px;
  }
}
section.home-dry {
  position: relative;
  overflow: hidden;
}
section.home-dry .blur-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/dry-bg.webp);
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover, auto;
  background-position: center, center;
  background-blend-mode: overlay, normal;
  z-index: -10;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  section.home-dry .blur-bg {
    background-image: url(../img/dry-bg.jpg);
  }
}
section.home-dry .home-lead{
  color: #fff;
}
section.home-dry .col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-dry .col-1:nth-child(1) {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.home-dry .col-1 p {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
section.home-dry .col-1 .dry {
  background-image: url(../img/dry.svg);
  background-size: 400px 300px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 768px) {
  section.home-dry .col-1:nth-child(1) {
    height: 400px;
  }
  section.home-dry .col-1 p {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  section.home-dry .col-1 p {
    font-size: 24px;
  }
  section.home-dry .col-1 .dry {
    background-size: 350px 262.5px;
  }
}
@media (max-width: 360px) {
  section.home-dry .col-1:nth-child(1) {
    height: 247px;
  }
  section.home-dry .col-1 p {
    font-size: 20px;
  }
  section.home-dry .col-1 .dry {
    background-size: 250px 187px;
  }
}
@media (max-width: 360px) {
  section.home-dry .col-1:nth-child(1) {
    height: 225px;
  }
  section.home-dry .col-1 p {
    font-size: 20px;
  }
  section.home-dry .col-1 .dry {
    background-size: 220px 165px;
  }
}
section.home-folding {
  position: relative;
  overflow: hidden;
}
section.home-folding .blur-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/folding-bg.webp);
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover, auto;
  background-position: center, center;
  background-blend-mode: overlay, normal;
  z-index: -10;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  section.home-folding .blur-bg {
    background-image: url(../img/folding-bg.jpg);
  }
}
section.home-folding .home-lead {
  color: #fff;
}
section.home-folding .col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-folding .col-1:nth-child(1) {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.home-folding .col-1 p {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
section.home-folding .col-1 .folding {
  background-image: url(../img/fold.svg);
  background-size: 400px 300px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 768px) {
  section.home-folding .col-1:nth-child(1) {
    height: 400px;
  }
  section.home-folding .col-1 p {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  section.home-folding .col-1 p {
    font-size: 24px;
  }
  section.home-folding .col-1 .folding {
    background-size: 350px 262.5px;
  }
}
@media (max-width: 360px) {
  section.home-folding .col-1:nth-child(1) {
    height: 247px;
  }
  section.home-folding .col-1 p {
    font-size: 20px;
  }
  section.home-folding .col-1 .folding {
    background-size: 250px 187px;
  }
}
@media (max-width: 360px) {
  section.home-folding .col-1:nth-child(1) {
    height: 225px;
  }
  section.home-folding .col-1 p {
    font-size: 20px;
  }
  section.home-folding .col-1 .folding {
    background-size: 220px 165px;
  }
}
section.home-delivery {
  position: relative;
}
section.home-delivery .blur-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/delivery-bg.webp);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover, auto;
  background-position: center, center;
  background-blend-mode: overlay, normal;
  z-index: -10;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  section.home-delivery .blur-bg {
    background-image: url(../img/delivery-bg.jpg);
  }
}
section.home-delivery .home-lead {
  color: #fff;
}
section.home-delivery .col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-delivery .col-1:nth-child(1) {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.home-delivery .col-1 p {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
section.home-delivery .col-1 .delivery {
  background-image: url(../img/delivery.svg);
  background-size: 400px 300px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 768px) {
  section.home-delivery .col-1:nth-child(1) {
    height: 400px;
  }
  section.home-delivery .col-1 p {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  section.home-delivery .col-1 p {
    font-size: 24px;
  }
  section.home-delivery .col-1 .delivery {
    background-size: 350px 262.5px;
  }
}
@media (max-width: 360px) {
  section.home-delivery .col-1:nth-child(1) {
    height: 247px;
  }
  section.home-delivery .col-1 p {
    font-size: 20px;
  }
  section.home-delivery .col-1 .delivery {
    background-size: 250px 187px;
  }
}
@media (max-width: 360px) {
  section.home-delivery .col-1:nth-child(1) {
    height: 225px;
  }
  section.home-delivery .col-1 p {
    font-size: 20px;
  }
  section.home-delivery .col-1 .delivery {
    background-size: 220px 165px;
  }
}
section.home-industrial {
  position: relative;
  overflow: hidden;
}
section.home-industrial .blur-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/laundry-pattern.svg);
  background-color: #145545;
  background-size: 800px, auto;
  background-position: center, center;
  background-blend-mode: overlay, normal;
  z-index: -10;
}
section.home-industrial .home-lead {
  color: #fff;
}
section.home-industrial .col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-industrial .col-1:nth-child(1) {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.home-industrial .col-1:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.home-industrial .col-1 p {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px 0;
}
section.home-industrial .col-1 .industrial {
  background-image: url(../img/industrial-bg.webp);
  background-size: 480px 300px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  section.home-industrial .col-1 .industrial {
    background-image: url(../img/industrial-bg.jpg);
  }
}
section.home-industrial .col-1 .cta {
  background-color: #f68647;
  color: #000;
  font-size: 24px;
  padding: 5px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
section.home-industrial .col-1 .cta:hover {
  background-color: #f7965f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
section.home-industrial .col-1 .cta .location::before {
  content: url(../img/location.svg);
  vertical-align: middle;
}
@media (max-width: 768px) {
  section.home-industrial .col-1 .industrial {
    height: 400px;
  }
  section.home-industrial .col-1:nth-child(2) p {
    margin-bottom: 50px;
  }
  section.home-industrial .col-1:nth-child(2) .cta {
    margin: 0 auto 50px auto;
  }
}
@media (max-width: 640px) {
  section.home-industrial .blur-bg {
    background-size: 500px, auto;
  }
  section.home-industrial .col-1 .industrial {
    height: 350px;
    background-size: 400px 250px;
  }
  section.home-industrial .col-1 p {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  section.home-industrial .col-1 .industrial {
    height: 247px;
    background-size: 300px 187px;
  }
  section.home-industrial .col-1 p {
    font-size: 20px;
  }
  section.home-industrial .col-1 .cta {
    font-size: 20px;
  }
}
section.home-domestic {
  position: relative;
  overflow: hidden;
}
section.home-domestic .blur-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/laundry-pattern.svg);
  background-color: #333;
  background-size: 800px, auto;
  background-position: center, center;
  background-blend-mode: overlay, normal;
  z-index: -10;
}
section.home-domestic .home-lead {
  color: #fff;
}
section.home-domestic .col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-domestic .col-1:nth-child(1) {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section.home-domestic .col-1:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.home-domestic .col-1 p {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px 0;
}
section.home-domestic .col-1 .domestic {
  background-image: url(../img/domestic-bg.webp);
  background-size: 480px 300px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  section.home-domestic .col-1 .domestic {
    background-image: url(../img/domestic-bg.jpg);
  }
}
section.home-domestic .col-1 .cta {
  background-color: #28a789;
  color: #fff;
  font-size: 24px;
  padding: 5px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
section.home-domestic .col-1 .cta:hover {
  background-color: #2dbc9a;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
section.home-domestic .col-1 .cta .location::before {
  content: url(../img/location-white.svg);
  vertical-align: middle;
}
@media (max-width: 768px) {
  section.home-domestic .col-1 .domestic {
    height: 400px;
  }
  section.home-domestic .col-1:nth-child(2) p {
    margin-bottom: 50px;
  }
  section.home-domestic .col-1:nth-child(2) .cta {
    margin: 0 auto 50px auto;
  }
}
@media (max-width: 640px) {
  section.home-domestic .blur-bg {
    background-size: 500px, auto;
  }
  section.home-domestic .col-1 .domestic {
    height: 350px;
    background-size: 400px 250px;
  }
  section.home-domestic .col-1 p {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  section.home-domestic .col-1 .domestic {
    height: 247px;
    background-size: 300px 187px;
  }
  section.home-domestic .col-1 p {
    font-size: 20px;
  }
  section.home-domestic .col-1 .cta {
    font-size: 20px;
  }
}
section.home-video {
  position: relative;
  overflow: hidden;
  height: auto;
}
section.home-video .blur-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/video-pattern.svg);
  background-color: #ee4646;
  background-size: 800px, auto;
  background-position: center, center;
  background-blend-mode: overlay, normal;
  z-index: -10;
}
section.home-video .home-lead {
  color: #fff;
}
section.home-video .col-2:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  max-width: 1170px;
}
section.home-video .col-2:nth-child(2) .video-wrapper {
  width: 90%;
  height: 100%;
  margin: 50px 0;
}
@media (max-width: 480px) {
  section.home-video .blur-bg {
    background-size: 500px, auto;
  }
  section.home-video .col-2:nth-child(2) .video-wrapper {
    width: 100%;
  }
}
section.home-contact {
  position: relative;
  overflow: hidden;
}
section.home-contact .blur-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/video-pattern.svg);
  background-color: #fff;
  background-size: 800px, auto;
  background-position: center, center;
  background-blend-mode: overlay, normal;
  z-index: -10;
}
section.home-contact h1 {
  color: #333;
}
section.home-contact .form-success {
  text-align: center;
}
section.home-contact .form-success h2 {
  color: #28a789;
  font-size: 30px;
  font-weight: 400;
}
section.home-contact .col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-contact .col-1 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.home-contact .col-1 form label {
  display: block;
}
section.home-contact .col-1 form label span {
  display: block;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}
section.home-contact .col-1 form input,
section.home-contact .col-1 form textarea {
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 2px solid #bbb;
  font-size: 20px;
  color: #333;
  outline: none;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  box-sizing: border-box;
}
section.home-contact .col-1 form input:focus,
section.home-contact .col-1 form textarea:focus {
  border: 2px solid #28a789;
}
section.home-contact .col-1 form textarea {
  min-height: 100px;
  max-height: 200px;
}
section.home-contact .col-1 form input[type="submit"] {
  width: 100%;
  background: #28a789;
  color: #fff;
  font-size: 24px;
  border: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
section.home-contact .col-1 form input[type="submit"]:hover {
  background: #2dbc9a;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
section.home-contact .col-1 form .submit {
  position: relative;
}
section.home-contact .col-1 form .submit span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 24px;
  background: #28a789;
  cursor: default;
  display: none;
}
section.home-contact .col-1:nth-child(2) p {
  color: #333;
  font-size: 24px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
section.home-contact .col-1:nth-child(2) p .location::before {
  content: url(../img/location.svg);
  vertical-align: middle;
  margin: 0 10px;
}
section.home-contact .col-1:nth-child(2) p .phone::before {
  content: url(../img/phone.svg);
  vertical-align: middle;
  margin: 0 10px;
}
section.home-contact .col-1:nth-child(2) p .email::before {
  content: url(../img/email.svg);
  vertical-align: middle;
  margin: 0 10px;
}
section.home-contact .col-1:nth-child(2) p .facebook::before {
  content: url(../img/facebook.svg);
  vertical-align: middle;
  margin: 0 10px;
}
@media (max-width: 768px) {
  section.home-contact .col-1 {
    display: block;
  }
  section.home-contact .col-1 form {
    margin: 50px 0 30px 0;
  }
  section.home-contact .col-1:nth-child(2) p:nth-child(2),
  section.home-contact .col-1:nth-child(2) p:nth-child(3),
  section.home-contact .col-1:nth-child(2) p:nth-child(4),
  section.home-contact .col-1:nth-child(2) p:nth-child(5) {
    display: inline-block;
    width: 50%;
    float: left;
  }
  section.home-contact .col-1:nth-child(2) p:nth-child(4),
  section.home-contact .col-1:nth-child(2) p:nth-child(5) {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  section.home-contact .col-1:nth-child(2) p {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  section.home-contact .col-1 form input[type="submit"] {
    font-size: 22px;
  }
  section.home-contact .col-1 form input,
  section.home-contact .col-1 form textarea {
    padding: 7px 12px;
    font-size: 18px;
  }
  section.home-contact .col-1:nth-child(2) p {
    font-size: 18px;
    text-align: center;
  }
  section.home-contact .col-1:nth-child(2) p:nth-child(2),
  section.home-contact .col-1:nth-child(2) p:nth-child(3),
  section.home-contact .col-1:nth-child(2) p:nth-child(4),
  section.home-contact .col-1:nth-child(2) p:nth-child(5) {
    width: 100%;
  }
  section.home-contact .col-1:nth-child(2) p:nth-child(4) {
    margin-bottom: 20px;
  }
  section.home-contact .col-1:nth-child(2) p .location::before,
  section.home-contact .col-1:nth-child(2) p .phone::before,
  section.home-contact .col-1:nth-child(2) p .facebook::before,
  section.home-contact .col-1:nth-child(2) p .email::before {
    margin: 0 5px 0 0;
    vertical-align: -20%;
  }
}
footer.home-footer {
  position: relative;
  overflow: hidden;
}
footer.home-footer .blur-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/hero-bg.webp);
  background-color: rgba(255, 255, 255, 0.7);
  background-size: cover, auto;
  background-position: center, center;
  background-blend-mode: overlay, normal;
  z-index: -10;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  footer.home-footer .blur-bg {
    background-image: url(../img/hero-bg.jpg);
  }
}
footer.home-footer .col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 300px;
}
footer.home-footer .col-2 .logo-25-Years {
  max-height: 150px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
footer.home-footer .col-2 .copyright {
  text-align: center;
}
footer.home-footer .col-2 .copyright p {
  font-size: 24px;
  color: #333;
}
footer.home-footer .col-2 .copyright svg {
  width: 150px;
}
footer.home-footer .col-2 .copyright path,
footer.home-footer .col-2 .copyright polyline,
footer.home-footer .col-2 .copyright line {
  stroke: #28a789;
}
footer.home-footer .col-2 .logo-24-Hours {
  max-height: 150px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 768px) {
  footer.home-footer .col-2 {
    height: 250px;
    margin: 0;
  }
  footer.home-footer .col-2 .logo-25-Years {
    max-height: 120px;
  }
  footer.home-footer .col-2 .copyright p {
    font-size: 22px;
  }
  footer.home-footer .col-2 .copyright svg {
    width: 120px;
  }
  footer.home-footer .col-2 .logo-24-Hours {
    max-height: 120px;
  }
}
@media (max-width: 640px) {
  footer.home-footer .col-2 {
    height: 200px;
  }
  footer.home-footer .col-2 .logo-25-Years {
    max-height: 100px;
  }
  footer.home-footer .col-2 .copyright p {
    font-size: 20px;
  }
  footer.home-footer .col-2 .copyright svg {
    width: 100px;
  }
  footer.home-footer .col-2 .logo-24-Hours {
    max-height: 100px;
  }
}
@media (max-width: 480px) {
  footer.home-footer .col-2 {
    height: 200px;
  }
  footer.home-footer .col-2 .logo-25-Years {
    display: none;
  }
  footer.home-footer .col-2 .copyright p {
    font-size: 18px;
  }
  footer.home-footer .col-2 .copyright svg {
    width: 100px;
  }
  footer.home-footer .col-2 .logo-24-Hours {
    display: none;
  }
}
@media (max-width: 360px) {
  footer.home-footer .col-2 .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  footer.home-footer .col-2 {
    height: 175px;
  }
  footer.home-footer .col-2 .copyright p {
    font-size: 14px;
  }
  footer.home-footer .col-2 .copyright svg {
    width: 80px;
  }
}
section.form-success {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 10;
}
section.form-success.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.form-success .wrapper {
  position: relative;
}
section.form-success .wrapper .box {
  width: 550px;
  height: 350px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.form-success .wrapper .box svg {
  fill: #28a789;
  height: 130px;
  width: 130px;
}
section.form-success .wrapper .box h2 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
}
section.form-success .wrapper .close {
  position: absolute;
  top: -25px;
  right: -25px;
  height: 50px;
  width: 50px;
  background: #28a789;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.form-success .wrapper .close span {
  line-height: 45px;
  font-size: 50px;
  color: #fff;
}
section.form-success .wrapper .close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ee4646;
}
address {
  font-style: normal;
}
