.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: 24.3px;
    font-family: 'UpscaleBold';
    color: #202020;
}

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

.formCard label span {
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleRegular';
    color: #FF0000;
    margin-left: 5px;
}

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

.formCard input[type='text'],
.formCard input[type='email'],
.formCard input[type='tel'] {
    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='checkbox'] {
    box-shadow: none !important;
}

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

.formCard .SubmitBTN,
.formCard .SubmitBTN:hover {
    padding: 12px;
    margin-top: 20px;
    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;
}

select {
    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;
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 0.5rem auto;
}

select::after {
    top: 20px;
}

.ValidMsg {
    font-size: 14px !important;
    line-height: 17.01px !important;
    font-family: 'UpscaleRegular' !important;
    color: #F44336 !important;
    margin-top: 10px !important;
    display: none;
}


.ValidMsg i {
    font-size: 12px !important;
}

@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;
    }

    #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;
    }
}