/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.page-template-quotes .control-group {
    margin-bottom: 30px;
    position: relative;
}
.page-template-page-careers .control-group {
    margin-bottom: 30px;
    position: relative;
}

.page-template-quotes label {
    display: block;
    margin: 0 0 8px 24px;
}
.page-template-customer-service label {
    display: block;
    margin: 0 0 8px 24px;
}
.page-template-page-careers label {
    display: block;
    margin: 0 0 8px 24px;
}
.page-template-quotes .titles select {
    width: 100%;
    word-wrap: normal;
    background: #fff;
}
.page-template-customer-service .titles select {
    width: 100%;
    word-wrap: normal;
    background: #fff;
}
.page-template-page-careers .titles select {
    width: 100%;
    word-wrap: normal;
    background: #fff;
}

.page-template-quotes .title select {
    width: 100%;
    word-wrap: normal;
    background: #fff;
}
.page-template-customer-service .title select {
    width: 100%;
    word-wrap: normal;
    background: #fff;
}
.page-template-page-careers .title select {
    width: 100%;
    word-wrap: normal;
    background: #fff;
}
.page-template-quotes .title span {
    margin-top: 8px;
    display: block;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 158%;
}
.page-template-customer-service .title span {
    margin-top: 8px;
    display: block;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 158%;
}
.page-template-page-careers .title span {
    margin-top: 8px;
    display: block;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 158%;
}
.page-template-quotes .title {
    font-weight: bold;
    font-size: unset;
    line-height: 79%;
}
.page-template-customer-service .title {
    font-weight: bold;
    font-size: unset;
    line-height: 79%;
}
.page-template-page-careers .title {
    font-weight: bold;
   
    line-height: 79%;
}
.page-template-page-careers #primary {
    margin: 0px 0 197px;
}
.page-template-page-careers .newurl ul {
    list-style-type: disc;
    padding: 0px 6px 0px 3em;
    line-height: 26px;
}
.page-template-quotes input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #ae1685;
    border-radius: 16px 4px;
    color: #fff !important;
    height: 65px;
   font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
   font-family: 'Inter';
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    letter-spacing: 0px;
    text-indent: 0px;
     
    position: relative;
    text-transform: initial;
    cursor: pointer;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
.page-template-customer-service input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #ae1685;
    border-radius: 16px 4px;
    color: #fff !important;
    height: 65px;
   font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
   font-family: 'Inter';
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    letter-spacing: 0px;
    text-indent: 0px;
     
    position: relative;
    text-transform: initial;
    cursor: pointer;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}
.page-template-page-careers input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #ae1685;
    border-radius: 16px 4px;
    color: #fff !important;
    height: 65px;
   font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
   font-family: 'Inter';
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    letter-spacing: 0px;
    text-indent: 0px;
     
    position: relative;
    text-transform: initial;
    cursor: pointer;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}

.page-template-quotes textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    height: 170px;
	padding: 16px 24px;
    color: #000;
	backdrop-filter: blur(20px);
    border-radius: 12px 8px;
    background-color: #fff;
    border: 1px solid rgba(180,180,180,0.66);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
   
}
.page-template-customer-service textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    height: 170px;
	padding: 16px 24px;
    color: #000;
	backdrop-filter: blur(20px);
    border-radius: 12px 8px;
    background-color: #fff;
    border: 1px solid rgba(180,180,180,0.66);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
   
}
.page-template-page-careers textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    height: 170px;
	padding: 16px 24px;
    color: #000;
	backdrop-filter: blur(20px);
    border-radius: 12px 8px;
    background-color: #fff;
    border: 1px solid rgba(180,180,180,0.66);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
   
}

.selextbox { 
    margin-top: 25px;
}
.page-template-quotes input.wpcf7-form-control.wpcf7-text {
    border-radius: 5px;
    padding: 2px 30px;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    height: 65px;
    padding: 2px 45px;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(180,180,180,0.66);
    /* border-radius: 50px; */
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

}
p.infos {
    margin-top: 65px;
    margin-bottom: 42px;
}
a.custom-bugg.btn.btn-gradient.hero__btn-gradient {
    text-align: center;
    padding: unset !important;
    margin-left: 35%;
}
.page-template-customer-service input.wpcf7-form-control.wpcf7-text {
    border-radius: 5px;
   
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    height: 65px;
   padding: 2px 25px;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(180,180,180,0.66);
    /* border-radius: 50px; */
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

}
a.btn.btn-gradient.hero__btn-gradient {
    margin-left: 20px !important;
}
.page-template-page-careers input.wpcf7-form-control.wpcf7-text {
    border-radius: 5px;
    padding: 2px 30px;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    height: 65px;
    padding: 2px 45px;
    color: #000; 
    background-color: #fff;
    border: 1px solid rgba(180,180,180,0.66);
    /* border-radius: 50px; */
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

}  
@media only screen and (max-width: 768px) {
 a.custom-bugg.btn.btn-gradient.hero__btn-gradient {
    /* text-align: center; */
    padding: unset !important;
    margin-left: 14%;
}
}
