html {
  scroll-behavior: smooth;
}

.o-bg-landing {
  background-image: url("/images/v4/landing/visual.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #E9ECF5;
  padding-top: 1.5rem;
}
@media (min-width: 900px) {
  .o-bg-landing {
    background-size: cover;
    padding-top: 3rem;
    flex-direction: row;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 900px) {
  .o-landing-content {
    flex-direction: row;
    display: flex;
    align-items: center;
  }
}
.u-inverse {
  color: #fff;
}

.u-shadow {
  text-shadow: #0D1559;
}

.u-italic {
  font-style: italic;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-weight-light {
  font-weight: 300;
}

.c-claim {
  background: linear-gradient(#6200EE, #3700B3);
  padding: 1rem;
}
@media (min-width: 900px) {
  .c-claim {
    padding: 2rem 3rem;
    width: 522px;
  }
}
.c-claim .o-doublecolumbian {
  line-height: 1;
}

.c-form {
  background-color: #E9ECF5;
  padding: 32px 16px;
}
.c-form_contions {
  display: flex;
  justify-content: space-between;
}
.c-form .c-contact__input[data-validation] + label,
.c-form .c-contact__input[data-validation]:focus + label,
.c-form .c-contact__input[data-validation]:not(:placeholder-shown) + label {
  transform: translate3d(-16px, -35px, 0);
}

.c-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 338px;
  background-color: #E9ECF5;
  border: 1px solid #E0E3EA;
  border-radius: 10px;
}
.c-card img {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}

.c-submit {
  transition: all ease-in 0.3s;
  margin: 2rem auto;
  display: block;
  border: none;
  font-size: 18px;
  line-height: 22px;
  width: 80%;
}
@media (min-width: 900px) {
  .c-submit {
    width: auto;
  }
}
.c-submit--full {
  background: linear-gradient(#06C7B2, #03B7A3);
  color: white;
  font-weight: bold;
}
.c-submit--inverse {
  color: #049F8E;
  border: 1px solid #049F8E;
}
@media (min-width: 900px) {
  .c-submit--inverse {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.c-submit--form {
  width: 100%;
}
@media (min-width: 900px) {
  .c-submit--form {
    width: calc(100% - 2rem);
    margin: 2rem 1rem 0;
  }
}

.c-submit--full:hover,
.c-submit--inverse:hover {
  color: white;
  background: linear-gradient(#03B7A3, #06C7B2);
  cursor: pointer;
}

.rc-anchor .rc-anchor-normal .rc-anchor-light {
  margin: 0 auto;
}

.u-full {
  width: 100%;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.styled-checkbox:hover + label:before {
  background: #049F8E;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #049F8E;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.c-contact__select {
  border: none;
  color: #a8a8a5;
  transform: translate3d(0, 0, 0);
  transition: 0.3s all ease-in-out;
  padding-left: 1rem;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  box-shadow: none;
  border-bottom: 1px solid #dbdbd7;
}

@media (min-width: 900px) {
  .u-lateral-padding {
    padding-right: 90px;
    padding-left: 90px;
  }
}