@media screen and (min-width: 300px) {
    .homepage-rounded-corners img {
       border-top-right-radius: 100px 100px;
       border-top-left-radius: 100px 100px;
    }
    .round-corners img{
       border-top-right-radius: 0px 0px;
       border-top-left-radius: 0px 0px;
    }
    
    .round-corners .linked-to-hub-event-image {
       border-top-right-radius: 50px 50px;
       border-top-left-radius: 50px 50px; 
    }
    .round-corners-block {
       border-top-right-radius: 64px 64px;
       border-top-left-radius: 64px 64px; 
    }
    .form-build .cms-form-renderer-wrapper-element .sf>div  {
        border-top-right-radius: 50px 50px;
        border-top-left-radius: 50px 50px;
    }
    .form-build .sc-jaXxmE {
     width:100%;
    }
}

@media screen and (min-width: 768px) {
     .round-corners img{
       border-top-right-radius: 200px 200px;
       border-top-left-radius: 200px 200px;
    }
    
    .round-corners .linked-to-hub-event-image {
       border-top-right-radius: 50px 50px;
       border-top-left-radius: 50px 50px; 
    }
    .form-build .cms-form-renderer-wrapper-element .sf>div  {
        border-top-right-radius: 64px 64px;
        border-top-left-radius: 64px 64px;
    }
}


.form-build .eXnxhS {
    margin-bottom: 2rem!important;
}

@media screen and (min-width: 300px) {
    .form-build .eXnxhS:nth-child(6) {
        width:100%;
        float:left;
    }
    .form-build .eXnxhS:nth-child(6) p {
        font-size: 24px;
        line-height:36px;
    }
}
@media screen and (min-width: 768px) {
    .homepage-rounded-corners img {
       border-top-right-radius: 150px 150px;
       border-top-left-radius: 150px 150px;
    }
    .form-build .eXnxhS:nth-child(6) {
        width:50%;
        float:left;
    }
    .form-build .eXnxhS:nth-child(6) p {
        font-size: 24px;
        line-height:36px;
    }
}
@media screen and (min-width: 1024px) {
    .homepage-rounded-corners img {
       border-top-right-radius: 200px 200px;
       border-top-left-radius: 200px 200px;
    }
}
.form-build .kMJjYC {
    width:100%;
}
.policy-link a{
    color:#fff
}
.policy-link a:hover {
    color:rgb(231, 33, 117);
}
.button-arrow:after{
    content:"\2192";
    padding-left:0.5em;
    position: absolute;
    transition: all 0.5s ease-in-out;
}
.button-arrow:hover:after{
    content:"\2192";
    padding-left:1em;
}
.circle-img img {
    border-radius: 250px;
    border:1px solid #e4e4e4;
}
#footer {
    display:none;
}