/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
img {
  border-style: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
h1,
h2,
p {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
html {
  font-family: lato;
  line-height: 1.5;
}
* {
  box-sizing: border-box;
  border: 0 solid;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a0aec0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}
[role="button"],
button {
  cursor: pointer;
}
h1,
h2 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
img,
svg {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
html {
  font-size: 62.5%;
}
h1 {
  font-size: 3.8rem;
  padding-bottom: 2.5rem;
}
h1,
h2 {
  font-family: lato;
}
h2 {
  font-size: 3.6rem;
  padding-bottom: 1.5rem;
}
a {
  text-decoration: underline;
  font-size: 2rem;
}
li,
p {
  font-size: 2rem;
  line-height: 1.25;
}
.btn-pink {
  background-color: #f787bf;
  padding: 1rem 1.25rem;
  border-bottom-width: 2px;
}
.btn-blue {
  background-color: #b2e3ff;
  padding: 1rem 1.25rem;
  border-bottom-width: 2px;
}
.btn-blue,
.btn-pink,
.btn-light {
  font-weight: 700;
  text-decoration: none;
}
.btn-light {
  color: #00703c;
  border-color: #00703c;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-width: 2px;
  border-bottom: 4px solid;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640rem) {
  .container {
    max-width: 640rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
.bg-white {
  background-color: #fff;
}
.bg-pink {
  background-color: #f787bf;
}
.bg-pink-lighter {
  background-color: #f787bf;
}
.bg-blue-lighter {
  background-color: #b2e3ff;
}
.bg-pink {
  background-color: #1b1719;
}
.bg-blue {
  background-color: #26374a;
}
.bg-gray {
  background-color: #eee;
}
.hover\:bg-pink-selected:hover {
  background-color: #f754a6;
}
.hover\:bg-blue-selected:hover {
  background-color: #75b9e0;
}
.hover\:bg-gray-selected:hover {
  background-color: #e1e4e7;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: flex;
}
.hidden {
  display: none;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.items-start {
  -webkit-box-align: start;
  align-items: flex-start;
}
.justify-start {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.flex-auto {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.font-sans {
  font-family: lato;
}
.font-body {
  font-family: Noto Sans;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.list-disc {
  list-style-type: disc;
}
.mt-0 {
  margin-top: 0;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.max-w-4xl {
  max-width: 53rem;
}
.outline-none {
  outline: 0;
}
.p-5 {
  padding: 1.25rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px #ffbf47;
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}
.text-pink {
  color: #1b1719
}
.text-blue {
  color: #26374a;
}
.text-xs {
  font-size: 1.3rem;
}
.text-small {
  font-size: 1.6rem;
}
.text-base {
  font-size: 2rem;
}
.text-xxl {
  font-size: 6.5rem;
}
.text-brand {
  font-size: 2.6rem;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.hover\:no-underline:hover {
  text-decoration: none;
}
.align-top {
  vertical-align: top;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-full {
  width: 100%;
}
.input {
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  padding: 0.75rem 0.5rem;
  font-size: 1.9rem;
}
.flip {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 2px;
}
label {
  display: block;
  font-size: 1.9rem;
  padding-bottom: 0.5rem;
}
.input {
  outline: 0;
}
button:focus {
  outline: none;
}
.line-under {
  text-underline-position: under;
}
.feature-box {
  width: 75%;
}
@media (min-width: 1024px) {
  .feature-box {
    width: 33.333333%;
  }
}
.quote-box {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
.quote-box div:first-child {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group-error {
  margin-right: 1rem;
  padding-left: 1rem;
  border-left-width: 4px;
  border-color: #b10e1e;
}
.form-control-error {
  border-width: 4px;
  border-color: #b10e1e;
}
.error-message {
  display: block;
  color: #b10e1e;
  font-size: 2rem;
}
.phone {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .lg\:justify-center {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .lg\:justify-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .lg\:content-start {
    align-content: flex-start;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:max-w-4xl {
    max-width: 53rem;
  }
  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:w-3\/6 {
    width: 50%;
  }
}
.page-banner {
  background-size: cover;
  background-position: center center;
  position: relative; }
  .page-banner.standard {
    background-image: url("../imgages/banner.png"); }
.page-banner--title {
  display: block;
  font-weight: 100;
  text-align: left;
  width: 100%;
  padding: 35px 0 25px 0; }
  .page-banner--title h1 {
    border-bottom: none;
    font-size: 2.55rem;
    color: #FFFFFF;
    font-weight: 100;
    margin: 0.84rem 0;
    padding: 0; }

.site-header { display:flex; align-items:center; gap:1rem; }
.site-header .brand img { display:block; height:48px; width:auto; }
.site-header .title { display:inline-flex; align-items:baseline; gap:.5rem; margin:0; line-height:1.1; font-size:1.25rem; }
.site-header .title small { font-size:.875rem; font-weight:500; opacity:.8; }
.site-header .lang { margin-left:auto; }
@media (max-width:640px){ .site-header{flex-wrap:wrap} .site-header .lang{order:3;width:100%} }
