.amb-section{
    width: 100%;
    clear: both;
    font-size: 17px;
}

.amb-section p,
.amb-section li{
    line-height: 1.3;
}

.amb-section a{
    transition: all 0.3s ease;
}

.amb-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.amb-section h2.amb-content-title,
.amb-section h1 span,
.amb-section h2 span {
	display: block;
}

.amb-section h1,
.amb-section h2 {
	color: #231f20;
	font-size: 35px;
    font-weight: 900;
	font-family: "Gotham", sans-serif;
	margin-bottom: 10px;
	line-height: 1;
    text-transform: uppercase;
}

.amb-section h2 {
    font-size: 40px;
}

.amb-section h2 span {
    margin-bottom: 0;
}

.pdr-amb-button{
    text-align: center;
}

.pdr-amb-button a {
	border: 2px solid #008091;
	transition: all 0.3s ease;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1;
	background: #008091;
	min-width: 250px;
	padding: 15px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	margin-top: auto;
	cursor: pointer;
}

.pdr-amb-button a:hover {
	background: #fff;
	color: #008091;
}

/* banner */

.amb-banner{
    background: #FDD700;
}

.amb-banner-pd-logo{
    position: absolute;
    top: 30px;
    left: calc(50% - 60px);
    width: 120px;
}

.amb-banner-left{
    padding: 90px 0 50px;
}

.amb-banner h1{
    font-size: 70px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	margin-bottom: 10px;
	line-height: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    max-width: 100%;
    width: 515px;
}

.amb-banner h1 span {
	color: #231f20;
	margin-bottom: 5px;
	display: block;
}

.amb-banner-left p {
	color: #231f20;
	font-size: 21px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 28px;
	margin-bottom: 25px;
	width: 515px;
	max-width: 100%;
	text-transform: uppercase;
}

.amb-banner-image{
    position: absolute;
    bottom: 0;
    right: -40px;
    max-height: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.amb-banner-image img{
    max-height: 100%;
    width: auto;
}

/* amb-content */

.amb-content {
    padding-top: 75px;
    padding-bottom: 100px;
}

.amb-content .amb-container {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 680px;
}

.amb-section.amb-content h2 {
    color: #231f20;
    font-size: 25px;
    line-height: 30px;
    text-transform: none;
}

.amb-content-image {
    position: absolute;
    left: -430px;
    top: 0;
}

/* amb-details */

.amb-details {
    padding-top: 75px;
    padding-bottom: 0;
    background: #008091;
    text-align: center;
}

.amb-details h2 {
	color: #fdd700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.amb-details h2 span {
	color: #fff;
}

.amb-details-yellow-blocks-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    display: flex;
    margin: 0 auto 40px;
}

.amb-details-yellow-block {
    background: #fdd700;
    border-radius: 50px;
    font-weight: 500;
    padding: 20px 25px;
    width: calc(33.333% - 8px);
}

.amb-details-yellow-block-icon {
    color: #008091;
    font-size: 40px;
    margin-bottom: 10px;
}

.amb-details-yellow-block-title {
    color: #008091;
    font-size: 21px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.amb-details-bottom-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    display: flex;
    margin: 0 auto;
}

.amb-details .amb-details-bottom-wrap h2 {
    margin-bottom: 15px;
}

.amb-details-white-blocks-wrap{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    display: flex;
    margin: 0 auto 55px;
    width: calc(66.6667% + 12px);
}

.amb-details-white-block {
    background: #fff;
    border-radius: 50px;
    font-weight: 500;
    padding: 20px 25px;
    width: calc(50% - 12px);
}

.amb-details-white-block-icon {
    color: #008091;
    font-size: 40px;
    margin-bottom: 10px;
}

.amb-details-white-block-title {
    color: #008091;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
}

.amb-details-image{
    display: flex;
    align-items: flex-end;
}

/* amb-form */

.amb-form {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #FDD700;
    text-align: center;
}

.amb-form h2 {
    margin-bottom: 10px;
}

.amb-form h2 span {
    margin-bottom: 0;
}

.amb-form h3 {
    color: #231f20;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin: 0 auto 40px;
    max-width: 100%;
    width: 525px;
}

.amb-form-form {
    margin: 0 auto;
    max-width: 100%;
    width: 900px;
}

.amb-form .gfield {
	margin-bottom: 0;
	position: relative;
	width: 100%;
}

.amb-form .gfield legend,
.amb-form .ginput_container input[type="text"],
.amb-form .ginput_container input[type="email"],
.amb-form .ginput_container input[type="password"],
.amb-form .ginput_container input[type="number"],
.amb-form .ginput_container input[type="tel"],
.amb-form .ginput_container textarea {
	border: 2px solid #231f20;
	color: #231f20;
	font-size: 16px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1;
    height: 48px;
	margin-bottom: 13px;
	padding: 15px 20px !important;
	width: 100%;
}

.amb-form .ginput_container_consent {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.amb-form input[type="checkbox"] {
	margin-top: 5px;
}

.amb-form .gform_required_legend {
    display: none;
}

.amb-form .gform_button {
	background: #00ad3c !important;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;
	line-height: 1;
    margin: 0 auto;
	padding: 13px 30px;
}

.amb-form .gform_button:hover {
	background: #231f20 !important;
	color: #fdd700 !important;
}

.amb-form .gfield_validation_message,
.amb-form .gform_validation_errors > h2 {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    font-family: "Montserrat",sans-serif;
    text-align: left;
}

/* amb-team */

.amb-team {
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}

.amb-team h2 {
    margin-bottom: 50px;
}

.amb-team-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    width: 700px;
}

.amb-team-member {
    width: calc(33.333% - 8px);
    max-width: 227px;
}


@media only screen and (max-width: 1250px) {

    .amb-container{
        padding: 0 25px;
    }

    .amb-banner-img{
        left: 25px;
    }

}


@media only screen and (max-width: 1199px) {

    .amb-banner-pd-logo {
        left: calc(50% - 45px);
        width: 90px;
    }

}

@media only screen and (max-width: 1099px) {

    .amb-banner h1,
    .amb-banner h1 span {
    	font-size: 50px;
        line-height: 50px;
    }

    .amb-content {
        padding-bottom: 55px;
    }

    .amb-content-image {
        padding-top: 30px;
        position: static;
    }

    .amb-details-white-blocks-wrap {
    	width: 100%;
    }

    .amb-details-image-image{
        max-width: 100%;
        width: 250px;
    }

}

@media only screen and (max-width: 992px) {

    body{
        padding-top: 90px;
    }

    .amb-banner-pd-logo {
    	display: none;
    }

    .amb-banner-left {
    	padding-top: 40px;
    }

    .amb-section h2 {
    	font-size: 25px;
        line-height: 30px;
    }


}

@media only screen and (max-width: 840px) {

    .amb-banner-left {
        width: 55%;
    }

    .amb-banner-image {
    	right: -50px;
    	width: 45%;
    }

}

@media only screen and (max-width: 767px) {

    .amb-content {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .amb-details {
    	padding-top: 35px;
    }

    .amb-team,
    .amb-form {
    	padding-top: 35px;
    	padding-bottom: 35px;
    }

    .amb-section.amb-banner h1,
    .amb-section.amb-banner h1 span {
    	font-size: 40px;
        line-height: 40px;
    }

    .amb-banner .amb-banner-left p {
    	font-size: 24px;
    }

    .amb-section h3 {
    	font-size: 25px;
    }

    .amb-section p, .amb-section li {
    	font-size: 16px;
    }

    .amb-banner-left p {
    	margin-bottom: 0;
    }

    .amb-team-member {
        width: calc(50% - 8px);
    }

    .amb-details-yellow-block {
        width: 100%;
    }

    .amb-section.amb-content h2 {
        font-size: 21px;
        line-height: 26px;
    }

}

@media only screen and (max-width: 600px) {

    .amb-banner-inner {
    	background: none;
    }

    .amb-banner-left {
    	width: 100%;
    }

    .amb-banner-left {
    	padding: 40px 0;
    }

    .amb-banner-image {
    	display: none;
    }

    .amb-team-member img {
        width: 100%;
    }

    .amb-details-white-block {
    	width: 100%;
    }

    .amb-section h3 {
    	font-size: 20px;
    	margin-bottom: 20px;
    }

}
