.wpcf7 form .wpcf7-response-output{
    margin:10px 15px;
    padding:2px 15px;
}
.wpcf7-form .col{
    padding:5px 10px;
}
.client-shape-divider-top{
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    transform: rotate(180deg);
}
.client-shape-divider-top svg {
    fill: #FFF;
    width: 100%;
    height: 100%;
}
.client-shape-divider-bottom{
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
}

.client-shape-divider-bottom svg {
    fill: #FFF;
    height: 90px;
    width: 100%;
}
.client-shape-divider-incisor{
    height:40px;
    position: absolute;
    left:0px;
    width:100%;
    bottom: -40px;
}
.client-shape-divider-incisor-incisor svg{
    fill:#F1F1F1;
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}

.icon-player{
    background-image: url("../icons/icon-player.webp");
    width:120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-template-header-transparent .main-header{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
}
.page-template-header-transparent .main-header,
.page-template-header-transparent .header-menu{
    background: transparent !important;
}
.page-template-header-transparent .main-header.position-fixed{
    position: fixed;
    background: #FFF !important;
}
.builder-text-shadow{
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.8px #DBDFE7;
    color:#797E89;
    font-size: 45px;
    line-height: 30px;
}
.builder-button-action{
    border-radius: 8px 8px 8px 0px;
    padding: 12px 35px;
    background: var(--main-background-button-color);
}
.builder-button-action svg{
    fill: #FFF;
    margin-right: 5px;
}
.sub-title{
    color:var(--main-background-button-color);
}
.primary-title{
    color:var(--main-primary-background-color);
}
.description-builder p{
    margin:0px 0px 5px 0px;
}
.description-builder{
    padding:10px 0px 30px 0px;
}


/* CSS FAQ
-------------------------------------------------------------- */
.item-client-collapse{
    cursor: pointer;
}
.item-client-collapse:after{
    content:"";
    position: absolute;
    right:15px;
    top:15px;
    width:26px;
    height:26px;
    border-radius: 50%;
    background-color: var(--main-primary-background-color);
}
.item-client-collapse:before{
    position: absolute;
    right: 23px;
    top: 22px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    z-index: 1;
    transform: rotate(-135deg);
    transition: all 0.3s;
}
.item-client-collapse.active:before{
    transform: rotate(45deg);
    top:25px;
}

/* Component Service
-------------------------------------------------------------- */
.component-service{
    padding-top:130px;
    padding-bottom: 350px;
    background: url("../images/background-service.webp") no-repeat top center;
    background-size: cover;
}

.component-service .title-component-service h1{
    color:var(--main-primary-background-color);
}
.component-service .title-component-service p{
    margin:0px;
}
.component-service .button-service{
    margin-top:20px;
}
.component-service .description-component-service{
    margin:15px 0px;
}
.component-service .image-service img{
    max-width:80%;
    animation: moveUpDown 5s ease-in-out infinite;
}
@keyframes moveUpDown {
    0% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(20px);
    }
}
/* Component About
-------------------------------------------------------------- */
.component-about{
    margin-top:-150px;
    padding-bottom: 100px;
}
.video-component-about{
    border-radius: 10px;
}
.component-about .left-component-about,
.component-about .right-component-about{
    padding:0px 15px;
}
.component-about .right-component-about{
    padding-top:50px;
    padding-bottom: 100px;
}

.component-about .sub-title-about-component{
    color: #46474F;
}
.component-about .title-about-component{
    color:var(--main-primary-background-color);
}
.component-about .title-about-component .title-after-about-component{
    color:#e32309;
}
.component-about .description-about-component{
    margin:30px 0px;
}
.component-about .description-about-component p{
    margin:0px 0px 5px 0px;
}
.count-component-about{
    width: 95%;
    margin: 0px auto;
    border-radius: 10px;
    padding: 30px 0px;
    margin-top: -30px;
    z-index: 1;
}
.item-component-about{
    padding:0px 15px;
    color: #46474F;
}
.item-component-about .title-count-component-about{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #E32309;
    font-size: 35px;
}
/* Component Package Service
-------------------------------------------------------------- */
.component-package{
    background: rgb(242, 245, 250);
    padding-top:80px;
    padding-bottom: 80px;
}

.component-package .row-component-package{
    margin-left:-10px;
    margin-right:-10px;
}
.component-package .item-component-package{
    padding:10px;
}
.component-package .content-item-component-package{
    border-radius: 10px;
    padding:35px 25px 90px 25px;
}
.component-package .content-item-component-package:after{
    content:"";
    width:0px;
    height:0px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
    background-color: var(--main-primary-background-color);
    border-radius: 10px;
}

.component-package .content-item-component-package:hover:after{
    width:100%;
    height: 100%;
}
.position-content-item-component-package{
    z-index:1;
}
.component-package .content-item-component-package:hover .position-content-item-component-package{
    color:#FFF;
}
.component-package .content-item-component-package:hover .image-item-component-package img{
    filter: brightness(0) invert(1);
}
.component-package .image-item-component-package img{
   max-width:65px;
}
.component-package .image-item-component-package div:after{
    content:"";
    position: absolute;
    background-image: url("../images/service-icon-bg.svg");
    width:50px;
    height:50px;
}
.component-package .description-item-component-package{
    padding:20px 0px;
}
.component-package .description-item-component-package p{
    margin:0px 0px 5px 0px;
}
.component-package .button-item-component-package{
    padding:8px 60px;
    color:#575757;
    border:1px solid var(--main-primary-background-color);
    border-radius: 20px;
    z-index:1;
}
.footer-item-component-package{
    bottom:25px;
}
.title-item-component-package{
    margin-top:25px;
}

.feature-item-component-package ol,
.feature-item-component-package ol li,
.feature-item-component-package ul,
.feature-item-component-package ul li{
    list-style: none;
    margin:0px;
    padding:0px;
}
.component-package .feature-item-component-package li{
    padding:3px 15px 3px 30px;
}
.feature-item-component-package li:after{
    position: absolute;
    left: 5px;
    top:2px;
    content:"";
    background-image: url("../icons/icon-right.svg");
    width: 14px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.content-item-component-package:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
/* Component Project
-------------------------------------------------------------- */
.component-project{
    padding-top:50px;
    padding-bottom: 50px;
}

.row-category-component-project{
    margin:30px 0px;
}
.component-project .builder-button-action{
    padding:9px 35px;
}
.button-group-filter-project a{
    margin:5px;
    padding:7px 20px;
    border-radius: 30px;
    color:#575757;
    border:1px solid var(--main-primary-background-color);
}
.button-group-filter-project a.active,
.button-group-filter-project a:hover{
    background-color:#494949;
    color:#FFF;
    border-color:#494949;
}
/* Component Price List
-------------------------------------------------------------- */
.component-price-list{
    background-image: url("../images/price-list.webp");
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding:70px 0px 30px 0px;
}

.item-component-price-list{
    padding:0px 10px;
    margin:10px 0px;
}
.row-component-price-list{
    margin-top:20px;
}
.content-item-component-price-list{
    border:1px solid #EEE;
    border-radius: 5px;
    padding-bottom:20px;
}
.content-item-component-price-list:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.header-item-component-price-list{
    padding:20px 10px 10px 10px;
}
.description-item-component-price-list{
    padding:15px;
}
.price-item-component-price-list{
    padding:15px;
    color: var(--main-background-button-color);
}
.repeater-item-component-price-list{
    padding:10px 0px;
}
.item-repeater-component-price-list{
    padding:10px 15px 10px 40px;
}
.repeater-component-price-list .item-repeater-component-price-list:nth-child(2n+1){
    background-color: #00000008;
}
.item-repeater-component-price-list:after{
    content:"";
    position: absolute;
    background-image: url("../icons/icon-checker.svg");
    width:18px;
    height:18px;
    left:15px;
    top:10px;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-repeater-component-price-list span{
    margin-left:5px;
}
/* Component Why
-------------------------------------------------------------- */
.why-component{
    padding:100px 0px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.container-why-component{
    z-index:1;
}
.item-why-component{
    padding:15px;
    border-radius: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}
.content-item-why-component{
    padding:0px;
    transition: all 0.5s;
    height:0px;
}
.item-why-component.active .content-item-why-component{
    padding: 10px 0px;
    height: auto;
}
.header-item-why-component{
    padding-right:50px;
}
.why-component .title-builder span{
    color:#ffe207;
}
/* Component Customers
-------------------------------------------------------------- */
.component-customers{
    background-image: url("../images/bg-customers.webp");
    padding:100px 0px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.item-ratings-component-customers{
    width:calc(100%/3);
    padding:20px;
}
.content-ratings-component-customers{
    padding:30px 25px;
    border-radius: 15px;
    z-index:1;
}
.bg-content-ratings-component-customers{
    position: absolute;
    right: 0px;
    top: 40px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: #ffffff8c;
    border-radius: 15px;
}
.avatar-ratings-component-customers .client-background-image{
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border:1px solid #EEE;
    border-radius: 50%;
}
.ratings-component-customers{
    padding-top:50px;
    z-index:1;
}
.ratings-component-customers .flickity-button{
    top:20px;
    width:40px;
    height:40px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.45);
}
.ratings-component-customers .flickity-prev-next-button.previous{
    left: inherit;
    right:50px;
}
.ratings-component-customers .flickity-button:hover{
    color:#FFF;
}
.ratings-component-customers .flickity-button svg{
    padding:7px;
    border-radius: 50%;
    background: #FFF;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
}
.ratings-component-customers .flickity-button:hover svg{
    background: var(--main-primary-background-color);
}
.right-component-customers:after{
    content:"";
    position: absolute;
    border-radius: 60px 0px 0px 60px;
    background: linear-gradient(139deg, #FF8B00 0%, #E8BA46 100%);
    width:40%;
    right:0px;
    top:0px;
    height:100%;
}

.right-component-customers{
    padding:50px 0px 100px 0px;
}
.info-ratings-component-customers p{
    margin:0px;
}
.info-ratings-component-customers p:first-child{
    color:var(--main-primary-background-color);
}
.avatar-ratings-component-customers div:after{
    content:"";
    position: absolute;
    width:35px;
    height:35px;
    background-image: url("../icons/icon-quote.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: -10px;
    left: 50px;
}
/* Component Partner
-------------------------------------------------------------- */
.component-partner{
    padding:70px 0px;
}

.component-partner .item-partner{
    width:calc(100% / 6);
    padding:5px 10px;
}
.component-partner .data-partner{
    margin:35px 0px;
}
.component-partner .content-item-partner{
    padding:10px;
}
.component-partner .content-item-partner a{
    z-index:1;
}
.component-partner .content-item-partner svg{
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.component-partner .content-item-partner rect{
    fill: none;
    stroke: #e1eaf5;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}
.component-partner .content-item-partner:hover rect{
    stroke-width: 6px;
    stroke: rgb(255, 186, 0);
    stroke-dasharray: 15, 288;
    stroke-dashoffset: 48;
}
/* Component Blog
-------------------------------------------------------------- */
.component-blog{
    padding:70px 0px;
    background: #F5F5F5;
}
.left-component-blog,
.right-component-blog{
    padding:0px 10px;
}
.component-blog .title-component-blog{
    margin-bottom:30px;
}
.component-blog .content-item-blog-left{
    border-radius: 10px;
}
.component-blog .content-item-blog-left:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.component-blog .desc-component-blog{
    padding:20px 30px;
}
.component-blog .left-smail-item-blog img{
    border-radius: 10px;
}
.component-blog .right-smail-item-blog{
    padding:5px 20px;
}
.component-blog .smail-item-blog{
    padding:10px 0px;
}
.component-blog .left-smail-item-blog .client-background-image{
    border-radius: 10px;
}
.component-blog .builder-button-action{
    margin-top:50px;
}
/* Component Contact form
-------------------------------------------------------------- */
.component-contact-form{
    padding:50px 0px;
    background-image: url("../images/background-contact.webp");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position-x: right;
    background-position-y: bottom;
}
.content-component-contact-form{
    padding:50px;
    border-radius: 10px;
    max-width:960px;
    margin:30px auto 0px auto;
}
.description-component-contact-form{
    margin:20px 0px;
}
/* Component Header
-------------------------------------------------------------- */
.component-header p{
    margin:0px 0px 5px 0px;
}
.component-header{
    padding:100px 0px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Component Column Contact
-------------------------------------------------------------- */
.component-column-contact{
    padding:50px 0px;
}
.right-column-contact{
    padding:25px;
    border-radius: 25px;
}
.row-column-contact{
    margin-top:40px;
}
.left-column-contact{
    background-color: var(--main-background-button-color);
    border-radius: 25px;
    padding: 20px 15px;
}
.component-column-contact .col{
    padding:0px 10px;
}
.left-column-contact svg{
    margin-bottom:10px;
}
/* Component HTML Gray
-------------------------------------------------------------- */
.component-gray:after{
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
}
.component-gray *{
    filter: grayscale(100%);
}
/* Component Content Left
-------------------------------------------------------------- */
.component-content-left,
.component-content-right{
    padding:70px 0px;
}
.content-component-right p,
.content-component-left p{
    margin:0px 0px 5px 0px;
}
.title-component-right,
.title-component-left{
    margin:10px 0px 35px 0px;
    color:var(--main-primary-background-color);
}
.title-component-right:after,
.title-component-left:after{
    content:"";
    position: absolute;
    left:0px;
    bottom: -15px;
    width:150px;
    height: 4px;
    background:var(--main-primary-background-color);
}
.row-component-content-right,
.row-component-content-left{
    margin-left:-10px;
    margin-right:-10px;
}
.row-component-content-right .col,
.row-component-content-left .col{
    padding:10px;
}
.row-component-content-right img,
.row-component-content-left img{
    border-radius: 15px;
}
.component-content-right .col,
.component-content-left .col{
    padding:10px;
}
.row-component-content-left,
.row-component-content-right{
    margin-left:-10px;
    margin-right:-10px;
}
.component-content-right ul,
.component-content-right ul li,
.component-content-right ol,
.component-content-right ol li,
.component-content-left ul,
.component-content-left ul li,
.component-content-left ol,
.component-content-left ol li{
    margin:0px;
    list-style: none;
    padding:0px;
}
.component-content-right ul li,
.component-content-right ol li,
.component-content-left ul li,
.component-content-left ol li{
    padding:4px 0px 4px 22px;
    position: relative;
}
.component-content-right ul li:after,
.component-content-right ol li:after,
.component-content-left ul li:after,
.component-content-left ol li:after{
    content:"";
    position: absolute;
    background-image: url("../icons/icon-right.svg");
    width: 14px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left:0px;
    top:2px;
}

/* Component featured box
-------------------------------------------------------------- */
.component-featured-box{
    padding:70px 0px 0px 0px;
}
.image-item-component-featured-box img{
    max-width:55px;
}
.image-item-component-featured-box{
    border-radius: 50%;
    width:100px;
    height:100px;
    border:5px solid;
    top:-45px;
    left:50%;
    transform: translate(-50%,0);
}
.content-item-component-featured-box{
    padding:0px 0px 70px 0px;
    border-radius: 10px;
    border:1px solid #EEE;
}
.title-item-featured-box{
    padding-top: 65px;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 10px;
}
.item-component-featured-box{
    padding:0px 10px;
    margin-bottom: 70px;
}
.row-component-featured-box{
    margin-left:-10px;
    margin-right:-10px;
    margin-top:50px;
}
.description-item-featured-box{
    padding:30px 15px 10px 15px;
    color:#000000a1;
}
.description-item-featured-box p{
    margin:0px 0px 5px 0px;
}
.content-item-component-featured-box:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.content-item-component-featured-box:hover .footer-item-component-featured-box a{
    background:var(--main-primary-background-color);
    color:#FFF;
}
.footer-item-component-featured-box a{
    color:#575757;
    border:1px solid var(--main-primary-background-color);
    padding:7px 30px;
    border-radius: 20px;
}
.footer-item-component-featured-box{
    bottom: 20px;
}
.description-item-featured-box ul,
.description-item-featured-box ul li,
.description-item-featured-box ol,
.description-item-featured-box ol li{
    margin:0px;
    list-style: none;
    padding:0px;
}
.description-item-featured-box ul li,
.description-item-featured-box ol li{
    padding:4px 0px 4px 20px;
    position: relative;
}
.description-item-featured-box ul li:after,
.description-item-featured-box ol li:after{
    content:"";
    position: absolute;
    background-image: url("../icons/icon-right.svg");
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left:0px;
    top:10px;
}
/* Component Float Box
-------------------------------------------------------------- */
.component-float-box{
    padding:70px 0px;
    background-image: url("../images/price-list.webp");
    background-color: #F2F5FA;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.row-component-float-box{
    margin-left:-10px;
    margin-right:-10px;
}
.item-component-float-box{
    padding:10px;
}
.content-item-component-float-box{
    padding:30px 20px 30px 90px;
    border-radius: 10px;
}
.title-item-component-float-box{
    margin-bottom: 10px;
}
.image-item-component-float-box{
    top:50px;
    left:20px;
}
.image-item-component-float-box img{
    max-width:60px;
}
.content-item-component-float-box:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.description-item-component-float-box p{
    margin:0px 0px 5px 0px;
}
/* Component FAQ
-------------------------------------------------------------- */
.component-faq{
    padding:70px 0px;
}
.component-faq .client-collapse{
    max-width:1000px;
    margin:0px auto;
}
.component-faq .item-client-collapse{
    padding:15px;
    border:1px solid #EEE;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #0000000f;
}
.content-item-faq p{
    margin:0px 0px 5px 0px;
}
.title-item-faq{
    margin-bottom:0px;
    padding-right:50px;
}
.component-faq .content-client-collapse{
    height:0px;
    transition: all 0.5s;
}
.component-faq .item-client-collapse.active .content-client-collapse{
    height:auto;
    padding-top:10px;
}
.component-faq .item-client-collapse:hover .title-item-faq,
.component-faq .item-client-collapse.active .title-item-faq{
    color:var(--main-background-button-color);
}
/* Component Price Large
-------------------------------------------------------------- */
.component-price-box{
    padding:70px 0px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.component-price-box .title-builder span{
    color:#ffe200;
}
.item-component-price-box{
    padding:10px 15px;
}
.row-component-price-box{
    margin-left:-15px;
    margin-right:-15px;
}
.content-item-component-price-box{
    border-radius: 10px;
    padding:0px;
    border:1px solid #EEE;
}
.header-item-component-price-box{
    padding:15px 0px;
    border-bottom: 1px solid #EEE;
}
.price-item-component-price-box{
    color:var(--main-background-button-color);
    padding:15px 0px 5px 0px;
}
.description-item-component-price-box{
    padding:15px;
}
.description-item-component-price-box p{
    margin:0px 0px 5px 0px;
}

.description-item-component-price-box ol,
.description-item-component-price-box ol li,
.description-item-component-price-box ul,
.description-item-component-price-box ul li{
    list-style: none;
    margin:0px;
    padding:0px;
}
.description-item-component-price-box ol li,
.description-item-component-price-box ul li{
    position: relative;
    padding: 10px 15px 10px 40px;
    border-radius: 5px;
}
.description-item-component-price-box ol li:nth-child(2n+1),
    .description-item-component-price-box ul li:nth-child(2n+1){
    background-color: #00000008;
}
.description-item-component-price-box strong{
    font-weight: 600;
}
.description-item-component-price-box ol li:after,
.description-item-component-price-box ul li:after{
    content:"";
    position: absolute;
    left:10px;
    top:12px;
    background-image: url("../icons/icon-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:18px;
    height:18px;
}
.footer-item-component-price-box{
    padding:15px 0px 30px 0px;
}
.footer-item-component-price-box a{
    padding:10px 30px;
    border-radius: 30px;
    max-width:200px;
    width:100%;
    margin:0px auto;
    border:1px solid var(--main-background-button-color);
    color:var(--main-background-button-color);
}
.footer-item-component-price-box a svg{
    margin-right:10px;
}
/* Component Step
-------------------------------------------------------------- */
.component-step{
    padding:70px 0px;
}
.data-step-component{
    padding-top: 30px;
    max-width: 1000px;
    margin: 0px auto;
}
.image-item-component-step img{
    border-radius: 25px;
}
.item-component-step{
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom: 150px;
}
.image-item-component-step,
.content-item-component-step{
    padding:15px;
}
.component-step .item-component-step:last-child{
    margin-bottom: 0px;
}
.description-item-component-step p{
    margin:0px 0px 5px 0px;
}
.description-item-component-step{
    padding:15px 0px;
}
.data-step-component .icon-step-component{
    bottom: auto;
    background-image: url("../icons/icon-step.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height:120px;
    width:400px;
    left: 50%;
}
.data-step-component .item-component-step-right .icon-step-component{
    transform: rotateY(180deg);
    right: 100%;
    left: auto;
}
.component-step .item-component-step:last-child .icon-step-component{
    display: none;
}
.title-item-component-step{
    color:var(--main-primary-background-color);
}

/* Component Schedule Support
-------------------------------------------------------------- */
.component-contact-support{
    background-image: url("../images/background-contact-support.webp");
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 70px;
}
.component-contact-support .wpcf7-form .row{
    margin-left:-10px;
    margin-right:-10px;
}
.row-component-contact-support{
    margin-left:-15px;
    margin-right:-15px;
}
.right-component-contact-support,
.left-component-contact-support{
    padding-left:15px;
    padding-right:15px;
}
.component-contact-support:after{
    content:"";
    position: absolute;
    left:10%;
    bottom:0px;
    background-image: url("../icons/icon-circle.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width:150px;
    height:154px;
}
.component-contact-support .wpcf7-form .wpcf7-form-control{
    border-color:#00000030;
    border-radius: 5px;
}
.component-contact-support .wpcf7-form .wpcf7-submit{
    margin:0px;
    width:100%;
    font-weight: 600;
    height:50px;
}
.component-contact-support .wpcf7 form .wpcf7-response-output{
    margin-left:0px;
    margin-right:0px;
}
/* Component Column Large
-------------------------------------------------------------- */
.component-column{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding:70px 0px;
}
.item-component-column{
    padding:10px;
}
.row-component-column{
    margin-left:-10px;
    margin-right:-10px;
}
.content-item-component-column{
    padding:15px 15px 80px 15px;
    border-radius: 20px;
}
.content-item-component-column:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.content-item-component-column .title-item-component-column{
    padding:15px 0px;
}
.content-item-component-column .description-item-component-column{
    padding:10px 0px;
}
.content-item-component-column .description-item-component-column *{
    margin:0px 0px 10px 0px;
}
.content-item-component-column .description-item-component-column ol,
.content-item-component-column .description-item-component-column ul,
.content-item-component-column .description-item-component-column ol li,
.content-item-component-column .description-item-component-column ul li{
    list-style: none;
    margin:0px;
    padding:0px;
}
.content-item-component-column .description-item-component-column ol li,
.content-item-component-column .description-item-component-column ul li{
    width:50%;
    padding:5px 10px 5px 30px;
    position: relative;
}
.content-item-component-column .description-item-component-column ol li:after,
.content-item-component-column .description-item-component-column ul li:after{
    content:"";
    position: absolute;
    left:5px;
    top:5px;
    background-image: url("../icons/icon-check.svg");
    width:18px;
    height:18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-item-component-column .description-item-component-column ol,
.content-item-component-column .description-item-component-column ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    font-size:14px;
}
.footer-item-component-column{
    bottom: 30px;
}
/* Component Carousel
-------------------------------------------------------------- */
.item-component-carousel{
    width:calc(100% /6);
    padding:10px;
}
.component-carousel{
    padding:50px 0px 15px 0px;
}
.component-carousel .content-item-component-carousel{
    border-radius: 10px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
    padding:10px;
}
.component-carousel .content-item-component-carousel span{
    margin-top:10px;
}
.component-carousel .content-item-component-carousel:hover{
    background: var(--main-background-button-color);
}
.component-carousel .content-item-component-carousel:hover a{
    color:#FFF;
}
/* Component Center Section
-------------------------------------------------------------- */

.image-center-section{
    margin-top:50px;
    line-height: 0px;
}

.button-component-center-section a{
    border-radius:30px;
    padding:8px 35px;
    margin:5px 10px;
    border:2px solid var(--main-background-button-color);
}
.button-component-center-section a:last-child{
    border:2px solid var(--main-background-button-color);
    background: #FFF;
    color:var(--main-background-button-color) !important;
}
/* Component Carousel Image
-------------------------------------------------------------- */
.component-carousel-image{
    padding:70px 0px;
}
.item-component-carousel-image{
    width:calc(100% / 4);
    padding:20px 10px;
}
.item-component-carousel-image img{
    max-height:400px;
    width:auto;
}
.content-item-component-carousel-image{
    border-radius: 15px;
}
/* Component Header
-------------------------------------------------------------- */
.sub-title-component-header{
    margin-bottom: 20px;
}
.title-component-header{
    margin:0px;
    padding-bottom: 10px;
}