.cblock-newsletter-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--base-dark-color);
}
.cblock-newsletter{
    position:relative;
}


.cblock-newsletter-title{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.cblock-newsletter-text > p{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}



.cblock-newsletter-label{
    color: white;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}

.cblock-newsletter-select{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.cblock-newsletter-input{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    margin-bottom: 45px;
    height: 45px;
}

.cblock-newsletter-textarea{
    background-color: var(--base-dark-color);
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-bottom: white 1px solid;
    width: 100%;
    height: 120px;
}


.cblock-newsletter-button{
    display: inline-block;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    background-color: white;
    color: var(--base-dark-color);
    padding: 20px 40px 20px 40px;
    border: 0;
}


.cblock-newsletter-company-name{
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.cblock-newsletter-text{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:1em;
    line-height: 36px;
}

.cblock-newsletter-email, .cblock-newsletter-email:hover{
    color: var(--base-dark-color);
}

.cblock-newsletter-open{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.cblock-newsletter-mini{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
}

.cblock-newsletter-open-wrapper-out{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.cblock-newsletter-appointment-button{
    margin-bottom: 60px;
}

.cblock-newsletter-appointment-button > a{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
    background-color: var(--logo-color);
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    
}

.cblock-newsletter-appointment-button > a:hover{
    color: white;
    background-color: var(--logo-color);
}

.cblock-newsletter-small{
    font-family: freight-neo-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: var(--base-dark-color);
}
.cblock-newsletter-small a{
    color: var(--base-dark-color);
}



@media only screen {
    .cblock-newsletter-title{
        font-size: 24px;
    }
    .cblock-newsletter-text > p{
        font-size: 16px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
	.cblock-newsletter-title{
        font-size: 40px;
    }
    .cblock-newsletter-text > p{
        font-size: 18px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}