@charset "UTF-8";

:root {
	--yellow: #f2bd0b;
	--pink: #ed1065;
}
.landing-img-strip {
	margin-top: 100px;
}
.landing-section.nobottom {
	padding-bottom: 0px;
}
.landing-yellow {
	background-color: var(--yellow);
}
.landing-pink {
	background-color: var(--pink);
}
#landing #header {
	padding-top: 25px;
	position: absolute;
	width: 100%;
}
#landing .logo {
	height: 55px;
}
#landing .hero {
	background-image: linear-gradient(to bottom right, #0e2d4f, #225b88);
	padding-top: 180px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #fff;
}
#landing .hero h1 {
	font-size: 42px;
	line-height: 45px;
	max-width: 900px;
	margin-bottom: 25px;
}
#landing .image-block {
	position: relative;
	padding-top: 123px;
	margin-top: 20px;
}
#landing .image-block .graphic {
	position: absolute;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/img/youcan-small.svg);
	z-index: 2;
	height: 100%;
	background-size: contain;
	top: 0px;
}
.landing-section {
	padding: 100px 0px;
}
#landing .sticky {
	position: -webkit-sticky; /* for browser compatibility */
	position: sticky;
	top: 100px;
}
#landing .blockBtn {
	background-color: var(--yellow);
}
#landing .blockBtn:hover {
	background-color: var(--pink);
}
#landing .blockBtn.alt {
	background-color: var(--pink);
	color: #fff;
}
#landing .blockBtn.alt:hover {
	background-color: var(--yellow);
	color: #212529;
}
#landing .blockBtn.alt svg path {
	fill: #fff;
}
#landing .blockBtn.alt:hover svg path {
	fill: #212529;
}
.blockBtn.landing-top {
	position: relative;
	z-index: 10;
}
.form-block {
	padding-top: 0px;
	padding-left: 7%;
	padding-right: 7%;
	background-color: var(--yellow);
}
.form-wrap {
	padding-bottom: 100px;
}
.all-content {
	display: table;
	background-color: var(--yellow);
}
.all-content .white {
	background-color: #fff;
}
.all-footer {
	display: table-footer-group;
}
.landing-section p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.section-quote p {
	font-size: 27px;
	line-height: 32px;
}
.section-quote .quote-name {
	font-size: 16px!important;
	font-style: italic!important;
}
.landing-section h1, .landing-section h2, .landing-section h3, .landing-section h4, .landing-section h5, .landing-section h6 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 30px;
}
.landing-section ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.landing-section ul li {
	font-size: 24px;
	display: flex;
  align-items: flex-start;
  padding: 5px 0px;
  gap: 0.6rem;
}
.landing-section ul li img {
	height: 22px;
	margin-top: 3px;
}
.landing-form {
	border-radius: 15px;
	background-color: var(--pink);
	color: #fff;
	font-size: 22px;
	line-height: 25px;
}
.landing-field {
	margin-bottom: 15px;
}
.landing-field label {
	font-size: 20px;
	margin-bottom: 3px;
}
.landing-field input {
	border-radius: 5px;
	width: 100%;
	border-style: none;
	padding: 10px;
	font-size: 16px;
}
.landing-field.error input {
	background-color: #ffd9d9;
	border: 3px solid var(--yellow);
}
.landing-field.error span {
	font-weight: 700;
}
.landing-field select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 45px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #212529;
	cursor: pointer;
	border-radius: 5px;
	border-style: none;
	background-color: #fff;
}
.landing-field.error select {
	background-color: #ffd9d9;
	border: 3px solid var(--yellow);
}
.landing-field.custom-select:after {
  top: 45px;
  background-image: url(/img/select.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 17px 10px;
  width: 17px;
  height: 10px;
}
.form-small p {
	font-size: 13px;
	line-height: 18px;
}
.form-small p a {
	color: #fff;
}
.landing-form-button {
}
.landing-form-button input {
	background-color: #0e2d4f;
	color: #fff;
	border-style: none;
	padding: 0px 10px;
	width: 100%;
	height: 70px;
	border-radius: 0px 0px 15px 15px;
	font-weight: 700;
}
.landing-form-button input:hover {
	background-color: #3d98d3;
}
.form-content {
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 0px;
}
.spam {
	padding: 10px 5px;
	background-color: #f9f9f9;
	text-align: center;
}
.spam .spam-wrap {
	margin: 0px auto;
	width: 300px;
}
.landing-section.video {
	padding: 0px;
	background: linear-gradient(0deg, transparent 50%, var(--yellow) 0%);
}
.landing-img-strip ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 0px;
}
.landing-img-strip ul li {
	font-size: 14px;
	display: inline-block;
	width: 33.3333%;
}
.landing-error-block {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99999;
}
.landing-error-message {
	padding: 25px;
	background-color: #D81C1F;
	text-align: center;
}
.landing-error-message p {
	padding: 0px;
	margin: 0px;
}
.landing-field.hidden {
	display: none;
}
.blockBtn.list {
	margin-bottom: 5px;
}
.old-pop-up {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
	padding: 7%;
	z-index: 999999;
}
.old-pop-up .t {
	display: table;
	width: 100%;
	height: 100%;
}
.old-pop-up .t .c {
	display: table-cell;
	vertical-align: middle;
}
.old-content {
	padding: 50px 5%;
	margin: 0px auto;
	background-color: #fff;
	border-radius: 15px;
	max-width: 900px;
}
.old-content p {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	line-height: 34px;
}
body.no-scroll {
	overflow: hidden;
}

@media (min-width:400px){
#landing .logo {
	height: 60px;
}
}
@media (min-width:475px){
#landing .logo {
	height: 65px;
}
}

@media (min-width:500px){
.spam {
	padding: 0px;
	background-color: transparent;
	margin-bottom: 20px;
}
.spam .spam-wrap {
	margin: 0px 0px;
	width: 300px;
	padding-left: 35px;
}
}

@media (min-width:600px){
#landing .logo {
	height: 80px;
}
#landing .hero h1 {
	font-size: 52px;
	line-height: 55px;
}
}

@media (min-width:700px){
.blockBtn.landing-top {
	float: right;
}
#landing .image-block {
	margin-top: 50px;
}
.blockBtn.landing-top {
	margin-top: 20px;
}
}


@media (min-width:768px){
}
@media (min-width:992px){
#landing .image-block .graphic {
	background-image: url(/img/youcan-small.svg);
}
.form-block {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 44%;
	height: 100%;
	padding-top: 100px;
	padding-right: 7%;
	padding-left: 0px;
	background-color: transparent;
	min-height: 1010px;
}
.all-content {
	display: block;
}
.all-footer {
	display: block;
}
.landing-section.text-padding {
	padding-right: 50px;
}
}

@media (min-width:1000px){
}
@media (min-width:1100px){
}
@media (min-width:1150px){
.form-block {
	width: 40%;
}
.landing-section.text-padding {
	padding-right: 0px;
}
}
@media (min-width:1200px){
}
@media (min-width:1300px){
}
@media (min-width:1336px){
}
@media (min-width:1400px){
}
@media (min-width:1440px){
#landing .image-block .graphic {
	position: absolute;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/img/youcan.svg);
	z-index: 2;
	height: 100%;
	background-size: 2894px 1464px;
	top: 0px;
}
.form-block {
	padding-right: 0;
}
}
@media (min-width:1600px){
}
