.contain {
    padding-top: 180px;
    padding-bottom: 50px;
}

.MeetSponsorsCard {
    display: flex;
    margin-bottom: 40px;
}

.MeetSponsorsCard img {
    width: 195px;
}

.MeetSponsorsCard div {
    background-color: #FFFAE5;
    border-radius: 15px 0px 0px 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.MeetSponsorsCard div h1 {
    font-size: 40px;
    line-height: 48.6px;
    font-family: 'UpscaleBold';
    color: #393939;
    margin-bottom: 20px;
}

.MeetSponsorsCard div p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'UpscaleRegular';
    color: #202020;
    margin-bottom: 0px;
    padding-right: 20px;
}

.MeetSponsorsCard div button,
.MeetSponsorsCard div button:hover {
    font-size: 15px;
    line-height: 53px;
    font-family: 'UpscaleMedium';
    color: #393939;
    margin-bottom: 0px;
    margin-top: 20px;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 0px 19px;
    width: fit-content;
}

.lapImage {
    width: 267px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}


.formCard {
    background-color: #FFFCF0;
    padding: 40px;
}

.formCard h1 {
    font-size: 20px;
    line-height: 29px;
    font-family: 'UpscaleBold';
    color: #202020;
}

.formCard p {
    font-size: 14px;
    line-height: 29px;
    font-family: 'UpscaleMedium';
    color: #7E7E7E;
}

.formCard label {
    font-size: 12px;
    line-height: 18px;
    font-family: 'UpscaleSemiBold';
    color: #3B3B3B;
}

.formCard label a {
    color: #006FFF;
    text-decoration: none;
}

.formCard input[type='text'],
.formCard input[type='email'],
.formCard input[type='tel'],
.formCard textarea {
    padding: 16px 10px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleRegular';
    color: #3B3B3B;
    box-shadow: none !important;
}

.formCard input[type='radio'] {
    box-shadow: none !important;
}

input[type="radio"]:checked {
    background-color: #FACD19;
    border-color: #FACD19;
}

.firstRadio {
    margin-right: 14px;
}

.formCard hr {
    margin: 15px 0px;
}

.formCard .SubmitBTN,
.formCard .SubmitBTN:hover {
    padding: 12px;
    width: 100%;
    background-color: #FACD19;
    color: #393939;
    font-size: 18px;
    line-height: 21.87px;
    font-family: 'UpscaleBold';
    border-radius: 6px;
}

.poster img {
    width: 488px;
}

#ThankYouModal .modal-dialog {
    max-width: 918px;
}

#ThankYouModal .modal-header,
#ThankYouModal .modal-footer {
    display: none;
}

#ThankYouModal .modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 462px;
}

#ThankYouModal .modal-body i {
    color: #FACD19;
    font-size: 55px;
    margin-bottom: 10px;
}

#ThankYouModal .modal-body h1 {
    font-size: 30px;
    line-height: 36.45px;
    font-family: 'UpscaleBold';
    color: #202020;
    margin-bottom: 16px;
    text-align: center;
}

#ThankYouModal .modal-body p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'UpscaleRegular';
    color: #202020;
    margin-bottom: 0px;
    text-align: center;
}

#ThankYouModal .modal-body .btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
    box-shadow: none !important;
}


#ThankYouModal .modal-body .yellowRectangle1 {
    position: absolute;
    top: -1px;
    left: 20px;
    transform: scale(-1, -1);
}

#ThankYouModal .modal-body .yellowRectangle2 {
    position: absolute;
    bottom: -1px;
    right: 20px;
}

@media (max-width: 480px) {

    .lapImage,
    .MeetSponsorsCard img {
        display: none;
    }

    .MeetSponsorsCard div h1 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .MeetSponsorsCard div p {
        font-size: 16px;
        padding-right: 0px;
    }

    .poster img {
        width: 100%;
        margin-top: 30px;
    }

    .formCard {
        padding: 25px;
    }

    .MeetSponsorsCard {
        margin-bottom: 25px;
    }

    #ThankYouModal .modal-body {
        height: 500px;
    }

    #ThankYouModal .modal-body p {
        font-size: 16px;
        line-height: 28px;
    }

    #ThankYouModal .modal-body .yellowRectangle1,
    #ThankYouModal .modal-body .yellowRectangle2 {
        width: 100px;
    }
}